What problem does it solve?
Decompose large, multi-issue tasks into parallel work packages and run them with built-in quality gates to reduce risk, improve throughput, and keep work aligned through deterministic coordination.
Core Features & Use Cases
- Decomposes compound tasks into 3-5 independent work packages (WP-1..WP-N) with explicit boundaries and outputs.
- Launches each WP in an isolated claude -p process with independent worktrees to avoid file contention.
- Enforces an incremental, wave-based execution model that ensures dependencies are satisfied before follow-on work starts.
- Provides integrated validation gates (wbs_generated, instructions_written, processes_launched, all_work_packages_complete) and automatic progress aggregation for auditing.
- Use cases include large migrations, batch fixes, platform upgrades, or multi-issue improvements with clear ownership and auditability.
Quick Start
Decompose a compound task into parallel work packages, define dependencies and waves, and launch the workers to execute them in a controlled sequence.