What problem does it solve?
Managing complex implementation plans with a single AI can lead to context drift, errors, and a lack of control. This Skill breaks down large tasks into smaller, manageable units, each handled by a fresh, focused subagent, ensuring precision and allowing for human oversight at critical junctures.
Core Features & Use Cases
- Task-Based Dispatch: Dispatches independent subagents for individual tasks, ensuring clean context and focused work, preventing AI "confusion."
- Code Review Checkpoints: Integrates mandatory review points between each subagent's task, allowing for early issue detection and controlled progress.
- Controlled Progress: You maintain oversight and control, approving or requesting fixes before moving to the next task, ensuring the output aligns with your vision.
- Use Case: A large feature requires modifying multiple files and implementing several distinct components. Instead of giving one large prompt, this skill guides the process by breaking it into sequential tasks, each executed by a dedicated subagent, with human review at every step, ensuring accuracy and reducing rework.
Quick Start
I have an implementation plan with three tasks: 1. Set up database schema, 2. Create API endpoint, 3. Add validation. Start with Task 1 using subagent-driven development.