Model Selection banner
tstapler tstapler

Model Selection

Development community

Description

--- name: model-selection description: Select appropriate Claude model (Opus 4.5, Sonnet, Haiku) for agents, commands, or Task tool invocations based on task complexity, reasoning depth, and cost/speed requirements. temperature: 0.1 --- # Model Selection Guide Select the appropriate Claude model based on task requirements. ## Quick Decision Matrix ``` Is deep reasoning across multiple domains required? ├── YES → Opus 4.5 └── NO → Is specialized domain analysis needed? ├── YES → Sonne

Installation

Installs to ~/.claude/agents/tstapler-dotfiles-model-selection.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tstapler/dotfiles/HEAD/.claude/agents/model-selection.md -o ~/.claude/agents/tstapler-dotfiles-model-selection.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository