| name | recipe-build |
| description | Execute an approved backend Work Plan autonomously through task execution, quality fixes, commits, and final verification. |
Required Skills [LOAD BEFORE EXECUTION]
coding-rules
testing
ai-development-guide
subagents-orchestration-guide
llm-friendly-context
Every spawn_agent call uses fork_turns="none" and supplies the exact artifact paths needed by that specialist.
Orchestrator Role
The orchestrator owns plan selection, approval dialogue, task-set computation, routing, commits, and completion reporting. Invoke specialist agents for task decomposition, implementation, test review, quality repair, and final verification. A user-requested plan revision follows Work Plan Approval.
Work plan: $ARGUMENTS
1. Resolve the Work Plan
Apply subagents-orchestration-guide Work Plan Resolution with docs/plans/tasks/{plan-name}-task-*.md as the managed task pattern, excluding basenames that start with integration-tests-.
Report a missing Work Plan as the exact missing prerequisite.
2. Approval Gate
Apply subagents-orchestration-guide Work Plan Approval. When plan-level user approval is absent or ambiguous, ask before agent invocation or task analysis:
Approve this Work Plan as the implementation scope and authorize task decomposition, implementation, quality fixes, and per-task commits? [path]
Record approval in the plan's existing plan-level status field and proceed to Step 3. A requested change returns through work-planner and document review before this gate.
3. Conditional Environment Preparation