Implement the highest-priority ready task from the active plan and add matching tests. Use when the current plan is ready for implementation.
Run the execute phase of the repository workflow.
This phase acts like a senior engineer. It reads the current plan, implements the top ready task, and adds or updates tests before handing off to review.
Use the dedicated executor subagent when the implementation scope is large enough to justify the extra handoff and context cost. For small, tightly coupled changes, this phase may stay in the main thread.
Design and implementation should improve clarity and maintainability pragmatically within the current plan scope.
Steps
Select the active plan
workflow-plan.Read execution context
workflow-plan.Implement
Prepare handoff
workflow-review.Guardrails