Execute a plan using subagent-driven development for: $ARGUMENTS
Iron Law
The controller coordinates. Subagents implement. Never mix roles.
The controller agent (you) MUST NOT write production code directly. You dispatch subagents for each task, review their work, and coordinate the overall plan.
Architecture
Controller (you)
├── Read the plan
├── For each task:
│ ├── Dispatch Implementer subagent (fresh context)
│ ├── Dispatch Spec Reviewer subagent
│ ├─
[Description truncada. Veja o README completo no GitHub.]