What problem does it solve? Large refactors, multi-file migrations, and codebase-wide audits are slow and error-prone when handled by a single agent working sequentially, and naive parallelization often produces phantom completions, overlapping edits, and silent model downgrades. ## Core Features & Use Cases - Two-Layer Parallel Hierarchy: A commander model orchestrates 3-50+ Layer 1 specialist agents, each with its own full context window, and each spawning 2+ Layer 2 sub-agents. - Power Levels and Sizing Tiers: Choose Max Power, Heavy, Balanced, or Economy to set the Opus/Sonnet/Haiku model mix per layer, and Conservative through Maximum tiers to control agent count and token budget. - Safety and Verification: Git checkpoint branches, a written deployment gate, phantom-completion detection via git diff cross-checks, and multi-wave execution (Execute, Audit, Propagate, Notify). - Use Case: Replace a color palette across 45 files in 5 domains — a foundation agent updates shared theme files first, then 5 parallel agents fan out to sub-agents, with diff-confirmed reporting and an audit wave catching edge cases. ## Quick Start Ask the agent to deploy an agent army at Heavy power to migrate all files in this repository from the old API to the new one.