What problem does it solve?
Manually implementing, testing, and debugging multiple tasks from a development plan one by one is time-consuming and prone to coordination errors. This skill eliminates that repetitive work by automating the full workflow for a specified range of plan tasks.
Core Features & Use Cases
- End-to-End Task Orchestration: Automatically runs the impl → verify → debug loop for all tasks in a specified range of a dev plan, using sub-agents for each step.
- Dependency & Progress Management: Tracks task dependencies and progress via TaskCreate/TaskUpdate, and handles out-of-range dependency checks automatically.
- Iterative Verification & Fixes: Runs full plan verification after all tasks are implemented, and automatically creates fix tasks to resolve verification issues up to 2 cycles.
- Use Case: If you have a development plan with 8 implementation tasks, use this skill to automatically run tasks 001 to 008, fix any test failures or build errors, and generate a full verification report without manual per-task coordination.
Quick Start
Use the dev-run skill to automatically implement all tasks from 001 to 005 in your active development plan.