What problem does it solve?
Manually executing multi-task implementation plans leads to context bloat, inconsistent quality, and delays from human-in-loop check-ins between tasks. This Skill eliminates those inefficiencies by automating task dispatch, review, and quality gates using isolated subagents.
Core Features & Use Cases
- Per-Task Isolated Subagents: Dispatch a fresh, focused subagent for each independent task to avoid context pollution and keep implementation targeted to the task's requirements.
- Automated Review Gates: Run spec compliance and code quality reviews after every task, with automatic fix loops for issues to ensure each task meets requirements before moving to the next.
- End-to-End Quality Validation: Conduct a broad whole-branch review at the end to catch cross-task issues and ensure the full implementation aligns with the original plan's global constraints.
- Use Case: When executing a 10-task feature implementation plan with decoupled work items, use this Skill to automate the entire workflow, delivering a polished, spec-compliant branch in a single session without manual context switching or progress check-ins.
Quick Start
Use the subagent-driven-development skill to execute the attached implementation plan by dispatching a dedicated subagent for each independent task, running per-task reviews, and completing a final whole-branch quality check.