What problem does it solve? Executing multi-task implementation plans in a single context leads to context pollution, skipped reviews, and quality drift. This Skill structures plan execution by dispatching a fresh subagent for each independent task and inserting code review checkpoints between tasks. ## Core Features & Use Cases - Sequential Execution: Dispatch one subagent per task in order, with a code-reviewer subagent validating each task's commits before moving on. - Parallel Execution: Run independent tasks or investigations (different files, subsystems, or bugs) concurrently in batches with review checkpoints. - Parallel Investigation: Group unrelated test failures by problem domain and assign focused agents to fix each domain without conflicts. - Use Case: After a major refactoring leaves 6 test failures across 3 files, dispatch three agents in parallel—one per test file—then integrate the independent fixes and verify the full suite is green. ## Quick Start Use the subagent-driven-development skill to execute this implementation plan, dispatching a fresh subagent for each task with code review between tasks.