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.
Execution Flow
Section titled “Execution Flow”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.
What Happens
Section titled “What Happens”- The agent reads
tasks.mdand parses phases - It initializes the project structure from
plan.md - It executes tasks in order, honoring
[P]parallel markers - Completed tasks are marked
[X]in the task file - On failure, non-parallel tasks halt the phase
- At each phase boundary, you review before proceeding
Pages in This Section
Section titled “Pages in This Section”- Agent Workflow — How AI agents interact with ACE artifacts
- Agent Guidance File — Auto-generated context for your agent