Skip to content

The Implement Phase

The Implement phase takes your task list and executes it. Run /auro.implement and the agent works through each phase, marking tasks complete as it goes.

Input

tasks.md

Step

Parse Phases

Phase

Execute Setup

Phase

Execute Foundational

Phase

Execute User Stories

Phase

Execute Polish

Output

Done

Checkpoint 1 Review after Setup

Validate baseline project scaffolding before foundational work continues.

Checkpoint 2 Review after Foundational

Confirm contracts, data flow, and testing baseline before story execution.

Checkpoint 3 Review after User Stories

Approve behavior completeness before final polish and release prep.

Between each phase, you review the output. This is the human-in-the-loop checkpoint. The agent does not proceed to the next phase until you approve.

  1. The agent reads tasks.md and parses phases
  2. It initializes the project structure from plan.md
  3. It executes tasks in order, honoring [P] parallel markers
  4. Completed tasks are marked [X] in the task file
  5. On failure, non-parallel tasks halt the phase
  6. At each phase boundary, you review before proceeding