What problem does it solve?
This Skill solves the coordination and quality-control gap when executing implementation plans by running isolated subagents per task and enforcing structured review gates so work is implemented, tested, and verified without polluting controller context.
Core Features & Use Cases
- Fresh subagent per task: dispatch an implementer with only the explicit task text and scene-setting context to avoid context bleed.
- Two-stage reviews: mandatory spec compliance review followed by code quality review after each implementer completion.
- TDD and status-driven workflow: implementers write tests, self-review, and report statuses (DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, BLOCKED) with clear escalation rules.
- Model selection guidance: choose lighter models for mechanical tasks and stronger models for integration or architectural decisions.
- Use Case: Running a multi-task feature plan where each task is implemented, tested, and approved in sequence within the same session, minimizing context switching and catching spec/quality issues early.
Quick Start
Dispatch subagent-driven-development to run the plan: extract all tasks, dispatch an implementer subagent for Task 1, answer any questions, then run spec and code-quality reviewer subagents until approved.