What problem does it solve?
Manually executing implementation plans is slow, context-heavy, and prone to missed requirements or inconsistent code quality, especially for plans with multiple independent tasks. This skill eliminates that overhead by automating task dispatch, review, and progress tracking, so you can focus on coordination instead of implementation details.
Core Features & Use Cases
- Per-task subagent dispatch: Assigns a fresh, focused subagent to each independent task with exactly the context it needs, avoiding context pollution from prior tasks or session history.
- Automated review gates: Runs spec compliance and code quality reviews after every task, plus a final whole-branch review before merge, catching gaps and issues early.
- Progress persistence: Tracks completed tasks in a durable ledger that survives context compaction, so you never redo work after a session reset.
- Use Case: For a 10-task feature implementation plan with decoupled tasks, this skill executes all tasks in a single session, automatically reviews each for spec and quality, and produces a merge-ready branch with no manual intervention between tasks.
Quick Start
Use the subagent-driven-development skill to execute the implementation plan stored at docs/feature-plan.md.