mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 21:53:28 +08:00
27 lines
585 B
Markdown
27 lines
585 B
Markdown
# Model Route Command
|
|
|
|
Recommend the best model tier for the current task by complexity and budget.
|
|
|
|
## Usage
|
|
|
|
`/model-route [task-description] [--budget low|med|high]`
|
|
|
|
## Routing Heuristic
|
|
|
|
- `haiku`: deterministic, low-risk mechanical changes
|
|
- `sonnet`: default for implementation and refactors
|
|
- `opus`: architecture, deep review, ambiguous requirements
|
|
|
|
## Required Output
|
|
|
|
- recommended model
|
|
- confidence level
|
|
- why this model fits
|
|
- fallback model if first attempt fails
|
|
|
|
## Arguments
|
|
|
|
$ARGUMENTS:
|
|
- `[task-description]` optional free-text
|
|
- `--budget low|med|high` optional
|