Engineering
  • Welcome!
  • First Principles
  • Communication tools
  • Acronyms
  • Vital reading material
  • Engineering Onboarding
    • Onboarding Guide
    • Mobius onboarding Guide
    • Lessons
      • 001 - Function Purity
      • WIP - Shared Mutable State
  • System design & Architecture
    • Introduction
    • Refactoring
    • Architecture Decision Records
  • Meetings
    • Iteration Planning Meetings
    • Daily Standup Meetings
    • Retro meetings (retrospective)
  • Release Engineering
    • Introduction
    • Git commit messages
    • Code reviews & pull requests
    • Trunk-based development
      • Our methodology
    • Service Dependencies
    • Tooling & infrastructure
    • Git commands & workflows
  • Project Management
    • Product Requirements Document
    • Pivotal Tracker
Powered by GitBook
On this page

Was this helpful?

  1. Meetings

Iteration Planning Meetings

PreviousArchitecture Decision RecordsNextDaily Standup Meetings

Last updated 5 years ago

Was this helpful?

IPMs will be held regularly as part of all projects that we work on. The length of an iteration varies but is usually 1 or 2 weeks. The focus of an IPM is to evaluate what was done (and not done) in the previous iteration, and ensure everyone knows what is planned for the upcoming iteration.

From your perspective as a valuable team member, here are the points you should keep in mind:

  • Ensure everyone knows what you couldn’t finish in the previous iteration. If you were able to finish everything and did something extra, make sure the team is aware you did something else as well -- this is important for scheduling!

  • Understand what is on your plate for the next iteration. If you have thoughts on what you should pick up, feel free to suggest it to the team.

  • in the stories being discussed is a useful way to ensure they’re ready to be picked up. Talk through the user-facing value for a feature; ensure there is clarity on requirements, assets, flows, etc.

  • An IPM may not enough time for you to be able to judge whether the tasks assigned to you can be done in the duration or not,

INVEST