What problem does it solve?
Orchestrates multi-agent swarms to coordinate parallel research, code reviews, and pipeline workflows so a single coordinator can synthesize results and avoid conflicts.
Core Features & Use Cases
- Parallel Research and Review: Launch multiple agents in one message to gather diverse findings concurrently and synthesize a unified report.
- Divide-and-Conquer Execution: Split independent files or modules across background agents to speed multi-file implementations while avoiding merge conflicts.
- Pipeline & Worktree Patterns: Support sequential-phased pipelines with fan-out review stages and recommend worktree isolation for agents that write code.
- Governance & Safety Rules: Enforce rules like capping parallelism, using specialized agent types, and always synthesizing outputs to assign severities and deduplicate findings.
- Use Case: Run a parallel multi-agent code review that produces a single prioritized list of P1/P2/P3 issues and recommended fixes.
Quick Start
Start by instructing the coordinator to spawn parallel review agents with background execution for each target diff, wait for all to finish, and then synthesize a single unified report.