What problem does it solve?
It solves the problem of coordinating a multi-agent workflow by defining which agent should handle which task and which model tier to use, reducing delays and inconsistent outputs.
Core Features & Use Cases
- Agent pipeline orchestration: Prescribes an ordered workflow from requirements gathering through planning, implementation delegation, review, QA, and documentation updates.
- Role-based delegation rules: Clarifies when to use junior-coder (scaffolding/boilerplate), coder (standard logic + tests), or senior-coder (cross-module/performance/complex refactors).
- Model routing & conflict resolution: Enforces model tier assignments and states that agent specifications take precedence over routing suggestions.
- Commit safety guardrails: Requires tech-lead approval after each implementation step and centralizes when the orchestrator commits.
Quick Start
Assign a task to the orchestrator and apply the agent-routing rules to select the correct agent tier, run the pipeline in order, and pause for tech-lead review before committing.