Core concepts

The five phases

Every iteration passes through five phases in order:

PhaseWhat happensWho's typically the owner
ProductDefine what the change is, from a user-facing perspectivePM or designer
EngineeringDecide how it should be built, at the architecture levelEngineer
PlanningBreak the work into a sequence of PRsEngineer
BuildingA coding agent or engineer implements each PREngineer
BuiltAll PRs merged(read-only)

Each phase narrows the work. Product defines what. Engineering defines how, at a high level. Planning defines the sequence. Building executes. Built is the finish line.

You move forward through phases via an action button at the top of the iteration. You can also reassign the iteration to a different person at any phase boundary, or even mid-phase.

For full detail on each phase, see Working in Itera.

Was this page helpful?