What problem does it solve?
This Skill eliminates the inefficiency and errors of manually executing multi-task implementation plans, avoiding context pollution from task switching and missed spec requirements during handoffs.
Core Features & Use Cases
- Isolated Subagent Per Task: Dispatches fresh, context-isolated subagents for each independent task to prevent cross-task confusion and maintain controller context for coordination.
- Automated Review Gates: Enforces per-task spec compliance and code quality reviews, plus a final whole-branch review, to catch gaps and defects early in the development cycle.
- Durable Progress Tracking: Uses a ledger file to track completed tasks, surviving context compaction so work can be resumed without redoing completed work after context loss.
- Use Case: For a software feature plan with 8 independent implementation tasks, use this Skill to execute all tasks in a single session, run reviews after each task, and recover progress seamlessly if the context is compacted mid-workflow.
Quick Start
Use the subagent-driven-development skill to execute the attached implementation plan for the new payment processing feature, following the per-task subagent dispatch and review workflow outlined in the Skill.