What problem does it solve? Executing a multi-task implementation plan manually risks context pollution, skipped reviews, and inconsistent quality across tasks. This Skill orchestrates plan execution by dispatching a fresh subagent for each task and enforcing a two-stage review (spec compliance, then code quality) after every task. ## Core Features & Use Cases - Fresh Subagent Per Task: Each task runs in an isolated subagent context, preventing cross-task confusion and context pollution. - Two-Stage Review Gates: A spec compliance reviewer verifies the code matches requirements exactly (nothing missing, nothing extra) before a code quality reviewer assesses maintainability and testing. - Prompt Templates Included: Ready-to-use templates for implementer, spec reviewer, and code quality reviewer subagents ensure consistent dispatching. - Use Case: You have a written implementation plan with 5 independent tasks. This Skill reads the plan once, creates a todo list, dispatches an implementer subagent per task, runs both review loops until approved, and finishes with a final whole-implementation code review. ## Quick Start Use subagent-driven development to execute the implementation plan in docs/plans/feature-plan.md task by task with reviews after each task.