What problem does it solve?
Subagent-driven Development keeps implementation plans moving within one session while preventing context pollution between tasks and ensuring formal spec and quality reviews before closing each item.
Core Features & Use Cases
- Fresh implementer for every task keeps each subagent focused on a single responsibility with just the data it needs, so the plan executes without dragging along stale context.
- Two-stage quality gate runs a spec compliance reviewer followed by a code-quality reviewer after each implementer report, catching missing requirements and structural issues before advancing.
- Model selection guidance pairs mechanical work with fast models and complex judgments with the most capable ones, making the workflow cost-effective yet thorough.
- Use Case: When breaking a product feature plan into modular tasks, this skill dispatches subagents per task while logging progress in TodoWrite and finishing with a final branch review so the whole plan can ship smoothly.
Quick Start
Use subagent-driven-development to work through this plan by assigning a fresh implementer, spec reviewer, and code-quality reviewer per task before marking each complete.