What problem does it solve?
The run-tasks skill orchestrates cross-agent task execution within Claude Code projects by batching ready tasks, spawning specialized agents, and collecting telemetry to ensure reliable progress and completion.
Core Features & Use Cases
- Batch and orchestrate tasks: Group ready tasks into sub-batches and run them in parallel where possible, with isolation via git worktrees.
- TDD gating and verification: Support test-first development by gating implementation tasks behind tests, RED/GREEN/DEBUG loops, and verification steps.
- Telemetry-driven retrospectives: Capture per-agent telemetry immediately after completion to feed /retro and improve future epics.
Quick Start
Invoke the run-tasks skill to begin orchestrating an epic workflow in Claude Code. For example: /run-tasks <epic-id> to start processing ready tasks.