What problem does it solve?
Orchestrates large multi-file workloads that exceed single-pass capacity by selecting the appropriate execution tier, coordinating parallel or sequential processing, and producing consolidated, actionable findings to reduce manual effort and inconsistency.
Core Features & Use Cases
- Agent Swarms: spawn parallel agents for 5-20 independent units to speed up PR reviews and multi-file refactors.
- Structured Batch: submit and monitor large asynchronous batches for mass migrations, linting, or test generation across 50+ items.
- Sequential Pipeline: enforce strict dependency order for ordered migrations, multi-step refactors, and database schema changes with rollback gating and validation.
- Aggregation & Analysis: collect per-unit results, deduplicate findings, perform cross-cutting analysis, and output unified reports with severity and remediation guidance.
Quick Start
Review all 12 changed files in this PR using a Tier 1 agent swarm and return a consolidated findings report.