What problem does it solve? Executing a multi-task implementation plan manually pollutes your context, skips reviews, and stalls between tasks. This Skill orchestrates plan execution by dispatching a fresh subagent per task with enforced spec-compliance and code-quality review gates. ## Core Features & Use Cases - Fresh subagent per task: Each task runs in an isolated context with curated instructions, preventing context pollution and keeping the controller focused on coordination. - Two-stage review gates: After each task, a spec compliance reviewer verifies the code matches requirements, then a code quality reviewer checks maintainability before the task is marked complete. - Status-based escalation handling: Implementer subagents report DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, or BLOCKED, and the controller responds with re-dispatch, model upgrades, or task splitting. - Use Case: Given a written implementation plan with five independent tasks, execute all of them continuously in one session, with each task implemented, tested, committed, and reviewed before moving on. ## Quick Start Use subagent-driven development to execute the implementation plan at docs/superpowers/plans/feature-plan.md task by task with reviews after each task.