What problem does it solve?
This Skill solves the problem of choosing the most cost-effective Claude model for a given .NET development task so you get the right balance of speed and deep reasoning.
Core Features & Use Cases
- Model choice by task complexity: Select Opus 4.6 for trade-offs, deep architecture, and ambiguous debugging; Sonnet 4.6 for routine high-throughput implementation and refactors; Haiku 4.5 for fast, cheap subagent lookups and summarization.
- Structured model switching workflow: Use an Opus plan → Sonnet execute → Opus review pattern to improve quality while keeping throughput high.
- Subagent model assignment guidance: Assign lighter models to subagents that only search, run commands, or summarize, and reserve heavier models for dependency analysis and security/architecture review.
- Anti-pattern prevention: Avoid overusing expensive models for routine work and avoid using the wrong model for architectural decisions.
Quick Start
Load the model-selection skill when you need help deciding between Opus 4.6, Sonnet 4.6, and Haiku 4.5 for an upcoming .NET development task and want an efficient plan for switching models or routing subagent work.