What problem does it solve?
Model selection advice reduces cost and improves quality by matching the reasoning depth and throughput needed for a task with the right Claude model.
Core Features & Use Cases
- Choose the right model by complexity: Select Sonnet for routine implementation and Haiku for fast subagent lookups, reserving Opus for architecture, trade-offs, and ambiguous decisions.
- Run an efficient model-switch workflow: Use Opus for planning and review, then Sonnet for execution to keep both quality and speed high.
- Assign models to subagents intelligently: Give each subagent an appropriate model based on whether it performs lookup/execution or deeper architectural/security reasoning.
- Avoid common anti-patterns: Prevent overpaying by using Opus for simple work or using Sonnet for architecture decisions.
Quick Start
Load this skill and ask which model to use for your .NET task, including whether it is routine implementation, complex architecture, or a subagent lookup.