What problem does it solve?
This Skill eliminates context pollution and inconsistent implementations when executing multi-step implementation plans by dispatching a fresh implementer subagent per task and enforcing a two-stage review sequence to catch spec gaps and quality issues early.
Core Features & Use Cases
- Per-task fresh subagents: Launch an implementer subagent for each independent task so work stays isolated and reproducible.
- Two-stage review gates: Require a spec compliance reviewer first, then a code quality reviewer to prevent over/under-building and maintain code standards.
- TDD and git-friendly flow: Mandates tests, commits, self-review, and integrates workflows like git worktrees and final branch finishing for safe merges.
- Use case: Execute a feature plan split into independent tasks, have each task implemented, verified against spec, and quality-reviewed before marking complete.
Quick Start
Execute the implementation plan docs/plans/feature-plan.md using subagent-driven-development so each independent task runs an implementer, a spec reviewer, and a code-quality reviewer before marking it complete.