What problem does it solve?
This Skill prevents slow, expensive, or low-quality AI responses by helping you choose the best Claude model for each software development task.
Core Features & Use Cases
- Task-to-model routing: Select Opus 4.6 for deep architecture and trade-off decisions, Sonnet 4.6 for high-throughput routine implementation, and Haiku 4.5 for fast, cheap subagent lookups and summaries.
- Model switching workflow: Use an Opus→Sonnet→Opus flow (plan, execute, review) to combine strong reasoning with efficient implementation.
- Subagent model assignment: Assign different models to subagents based on whether they need reasoning or only execution/search, optimizing both quality and cost.
- When to use fast mode: Apply fast-mode guidance for throughput-focused output when appropriate.
Quick Start
Tell the AI: "Select the best Claude model(s) for my .NET task, explain the routing choice, and outline an Opus plan → Sonnet execute → Opus review workflow if it’s complex."