What problem does it solve?
This Skill prevents context pollution and slow iteration when executing implementation plans by dispatching isolated subagents per task and enforcing structured review checkpoints to catch spec and quality issues early.
Core Features & Use Cases
- Per-task fresh subagents: Launch a dedicated implementer subagent for each independent task so work remains isolated and focused.
- Two-stage review loop: Enforce spec compliance review followed by a code quality review for each task, with clear statuses (DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, BLOCKED).
- Controller responsibilities: Extract full task text into a TodoWrite, choose model strength based on task complexity, respect auto_commit settings, and re-dispatch on failures.
- Use Case: Execute a multi-file feature plan by iteratively dispatching implementers, addressing their questions, running spec and quality reviews, and marking tasks complete for safe, fast delivery.
Quick Start
Use subagent-driven-development to run the current implementation plan by dispatching a fresh implementer subagent per task, answering any questions, and running spec and code-quality reviews after each task.