What problem does it solve?
Coordinating implementation work across multiple independent tasks often leads to context pollution, inconsistent quality, and slow iteration when a single agent or human must manage every step; this Skill enforces isolated execution and structured reviews so tasks complete reliably and quickly.
Core Features & Use Cases
- Isolated subagents per task: Dispatch a fresh implementer subagent for each task so context is precise and contained.
- Two-stage review pipeline: Enforce spec compliance review first, then a separate code-quality review to catch both requirement mismatches and maintainability issues.
- Model and status guidance: Guidance for choosing models by task complexity and handling implementer statuses (DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, BLOCKED).
- Use case: Execute a multi-task feature plan in-session, with each task implemented, tested, self-reviewed, spec-reviewed, and quality-reviewed before marking complete.
Quick Start
Dispatch subagents to implement tasks from my plan, answer any subagent questions, then run spec compliance followed by code-quality review for each task.