What problem does it solve?
This skill enables executing complex implementation plans by dividing work into independent subagents within the same session, reducing context-switching and accelerating iteration.
Core Features & Use Cases
- Fresh subagents per task to prevent context pollution and enable parallel-like progress within a single session.
- Two-stage review for each task: spec compliance first, then code quality, ensuring correct scope and high-quality output.
- Structured task orchestration across a multi-step plan, with per-task context kept isolated.
- Ready-to-use prompt templates for implementer, spec compliance reviewer, and code quality reviewer to standardize workflows.
- Ideal for teams needing fast, iterative development without leaving the current session or losing context.
Quick Start
Dispatch an initial implementer subagent for Task 1 with the full task text and context, then route through the two-stage review loop (spec compliance, then code quality) before proceeding to subsequent tasks. Example: initiate implementer-prompt.md for Task 1, then trigger spec-reviewer-prompt.md, followed by code-quality-reviewer-prompt.md, and iterate until all tasks are completed.