What problem does it solve? Executing a multi-task implementation plan manually risks context pollution, skipped reviews, and inconsistent quality. This Skill orchestrates plan execution by dispatching a fresh subagent per task and enforcing ordered quality gates so every task is verified before moving on. ## Core Features & Use Cases - Fresh Subagent Per Task: Each task runs in an isolated subagent context with curated instructions, preventing context pollution and preserving the controller's coordination capacity. - Ordered Quality Gates: Every task passes spec compliance review, code quality review, and a mandatory coding-guideline checklist before being marked complete. - Status Handling and Model Selection: Implementer statuses (DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, BLOCKED) drive escalation logic, and model tiers are matched to task complexity. - Use Case: Given a written plan with five independent tasks, the controller extracts all tasks, dispatches implementer and reviewer subagents in sequence, loops on review findings, and finishes with a final whole-implementation review. ## Quick Start Ask the AI to execute the implementation plan at docs/agents/plans/feature-plan.md using subagent-driven development with per-task spec and code quality reviews.