What problem does it solve?
When a development plan contains several independent tasks, it is easy to lose context, blur responsibilities, or skip important checks. This Skill keeps execution disciplined by isolating each task in a fresh subagent and enforcing structured reviews before moving on.
Core Features & Use Cases
- Task Isolation: Assign each implementation task to a brand-new subagent so work stays focused and context does not leak between tasks.
- Two-Stage Review: First confirm specification compliance, then verify code quality before marking any task complete.
- Plan Execution Workflow: Ideal for feature delivery, refactors, and bug-fix plans that can be split into independent steps.
- Reliable Handoffs: Supports clear task context, self-review, retries, and finishing workflows so progress stays controlled and auditable.
- Team-Friendly Coordination: Helps a single controller manage complex implementation work without mixing reasoning across tasks.
Quick Start
Use this skill to execute your plan by breaking it into independent tasks so it can delegate each one to a fresh subagent and review the result before completion.