What problem does it solve?
This Skill eliminates the inefficiency, context pollution, and inconsistent quality that come with manually executing multiple independent implementation tasks from a plan, reducing rework from missed requirements or poor code quality.
Core Features & Use Cases
- Per-Task Subagent Delegation: Assigns each independent task to a fresh, focused subagent with only the required context, preventing context bloat from switching between tasks.
- Two-Stage Quality Gates: Runs mandatory spec compliance review first (to catch missing or extra work) followed by code quality review (to catch maintainability issues) for every task before marking it complete.
- Use Case: When executing a 4-task feature plan for a new CLI tool (e.g., hook installation, recovery modes, progress reporting, and JSON output flags), this skill automates task delegation, review loops, and progress tracking to deliver spec-compliant, high-quality code faster than manual execution.
Quick Start
Use the subagent-driven-development skill to execute the 3-task feature plan in docs/plans/new-hook-feature.md, delegating each task to a subagent with two-stage review per task.