Help us improve
Share bugs, ideas, or general feedback.
Recommends the best model tier (haiku/sonnet/opus) for a given task based on complexity and budget, outputting a model name, confidence level, rationale, and fallback.
npx claudepluginhub usernametron/claude-code-arsenalHow this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:model-routeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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
/model-routeRecommends the best model tier (haiku/sonnet/opus) for a given task based on complexity and budget, outputting a model name, confidence level, rationale, and fallback.
/model-routeRecommends the optimal LLM tier (haiku, sonnet, opus) for the current task based on complexity, risk, and budget. Accepts optional task description and --budget flag.
/routeRoutes a query to optimal Claude model (Haiku/fast, Sonnet/standard, Opus/deep) via explicit selection or auto-classification by complexity.
/opusSwitches current session to Claude Opus behavioral mode for maximum reasoning depth on complex architecture decisions, deep analysis, critical code review, and similar tasks.
/profileSwitches the active model profile. Presets: quality, balanced, budget, adaptive. Supports custom profiles from config.json model_profiles.
/model-configInteractive wizard that detects installed AI providers and displays or guides configuration of models, routing, and cost for the Claude Octopus workflow system.
Share bugs, ideas, or general feedback.
Recommend the best model tier for the current task by complexity and budget.
/model-route [task-description] [--budget low|med|high]
haiku: deterministic, low-risk mechanical changessonnet: default for implementation and refactorsopus: architecture, deep review, ambiguous requirements$ARGUMENTS:
[task-description] optional free-text--budget low|med|high optional