What problem does it solve?
Manually executing multi-task implementation plans leads to context bloat, inconsistent quality, and slow iteration as developers switch between tasks and miss review checkpoints. This Skill eliminates those inefficiencies by orchestrating isolated subagents for each independent task with built-in quality gates.
Core Features & Use Cases
- Per-Task Subagent Dispatch: Assigns a fresh, focused subagent to each independent task to avoid context pollution from session history.
- Two-Stage Review Workflow: Runs spec compliance review first, then code quality review for each task to catch gaps and issues early.
- Task Sizing Optimization: Skips unnecessary reviews for small tasks to reduce overhead, while applying full review cycles only to large, cross-cutting tasks.
- Use Case: A developer with a 6-task feature plan can use this Skill to dispatch dedicated subagents for each task, run automated reviews, and ensure all work meets requirements before merging, without switching contexts or missing quality checks.
Quick Start
Use the subagent-driven-development skill to execute the implementation plan in docs/feature-plan.md with per-task spec and code quality reviews.