What problem does it solve?
This Skill coordinates complex engineering sessions by executing an agreed plan in controlled waves, preventing scope creep, uncoordinated commits, and cascading failures across parallel agents.
Core Features & Use Cases
- Wave-based orchestration: Dispatches role-mapped agents in parallel, waits for completion, reviews outputs, adapts the plan, and advances wave-by-wave.
- Safety & recovery: Enforces turn limits, detects spirals and stagnation patterns, applies circuit-breaker recovery, and isolates agent worktrees when configured.
- Quality gating & metrics: Runs incremental and full quality checks, session-reviewer analyses, grounding injection, and persistent session metrics for auditing and reproducibility.
- Use Case: Execute a feature or deep engineering session with multiple implementers and reviewers while preserving reproducible state, tracked progress, and robust failure handling.
Quick Start
Invoke the coordinator by running /go to execute the agreed session plan in waves while enforcing scope, quality gates, and progress reporting.