What problem does it solve?
Manually executing multi-task implementation plans causes context pollution, inconsistent quality, and slow iteration as developers juggle multiple workstreams and inherited session history. This skill eliminates those inefficiencies by automating task delegation, isolated execution, and structured reviews for implementation plans.
Core Features & Use Cases
- Isolated Per-Task Subagents: Dispatches a fresh, focused subagent for each independent task, so no task inherits irrelevant session context or history.
- Automated Review Gates: Runs a spec compliance and code quality review after every task, with fix loops for issues, plus a final whole-branch review before merge.
- End-to-End Workflow Management: Handles plan parsing, progress tracking, task brief generation, and review package creation, so you only need to provide the implementation plan.
- Use Case: A development team with a 12-task feature plan can use this skill to execute all tasks in sequence without manual context switching, catching spec gaps and quality issues early to reduce post-merge bugs by 30% or more.
Quick Start
Use the subagent-driven-development skill to execute my attached implementation plan by delegating each independent task to a fresh isolated subagent, running a review after each task, and delivering a final merged, reviewed branch.