What problem does it solve?
This Skill prevents concurrent development agents from overwriting one another while coordinating safe, budget-aware sprint execution from board readiness through verification and review.
Core Features & Use Cases
- Readiness and safety gates: Validates the board, dependency status, round budget, ticket claims, worktree isolation, and file overlap before spawning agents.
- Parallel execution: Groups ready tickets by owner and launches independent developer agents concurrently with explicit worktree paths and output contracts.
- Verification and recovery: Streams developer results into verification and code review, handles static verification, retries rejected work, escalates models after review changes, and journals each round.
- Use Case: Run a sprint with separate iOS, Android, and backend tickets so independent work proceeds concurrently while conflicting or blocked tickets are serialized and tracked safely.
Quick Start
Use the parallel orchestrator when the sprint board has ready tickets and you need to launch isolated developer agents, verify their work, and route successful results to code review.