What problem does it solve?
It prevents wasted cost and risk by selecting the appropriate planning/implementation/review workflow for a coding task instead of defaulting to a one-size-fits-all pipeline.
Core Features & Use Cases
- Workflow decision matrix (A/B/C/D/E/Mini): Picks a route based on task type, difficulty, and risk level, including explicit anti-patterns like switching workflows mid-PR.
- Role separation and safety guardrails: Ensures planner vs implementer vs reviewer responsibilities are separated, and mandates high-diversity review for high-stakes changes.
- Elastic routing and parallel-work hygiene: Includes quota-aware fallback logic (e.g., downgrading Opus/Codex usage) and emphasizes isolation rules for parallel agents.
Use case example: Before starting a multi-file feature PR that introduces a new invariant, route via Workflow C (diverse planning + implementation + final confirm) to reduce the chance that any single model misses critical edge cases.
Quick Start
Use workflow-routing to choose the correct A/B/C/D/E/Mini plan-implement-review path for my PR based on task risk and current model quota.