What problem does it solve?
This Skill enables rapid, reliable plan execution by dividing work into fresh subagents that operate with isolated context, preventing context leakage and enabling parallel progress. Each task is handled by specialized subagents and reviewed in two stages to ensure spec compliance and code quality.
Core Features & Use Cases
- Fresh subagents per task: Each task gets its own implementer, spec reviewer, and code-quality reviewer to avoid context contamination.
- Two-stage review: After implementation, a spec compliance review ensures the task matches requirements, followed by a code quality review to ensure maintainability and correctness.
- Structured workflow: Dispatch plan, extract tasks, and progressively mark tasks complete, with escalation handling for BLOCKED or NEEDS_CONTEXT.
- Continuous execution without human-in-the-loop: Run tasks in a single session with strict progression rules to maximize throughput.
Quick Start
Prompt the implementer subagent to begin Task N using the plan text and track progress through the spec and quality reviews.