Problem
What problem this solves
Using the wrong model can waste money, time, or execution reliability, but choosing the cheapest or fastest model too early can also weaken important work.
Skill Detail
Choose the right model for the task without letting speed or cost outrank quality.
A model-selection skill for matching task type, reliability, quality bar, latency, cost, and subagent routing needs before execution starts.
Problem
Using the wrong model can waste money, time, or execution reliability, but choosing the cheapest or fastest model too early can also weaken important work.
Outcome
You get a model choice that starts from reliability and risk, then uses speed or cost only when the fallback remains quality-equivalent.
Why It Matters
This skill matters when model choice is no longer trivial. It keeps the workflow economical without treating economy as more important than correctness, security, maintainability, and proof.
Related Skills
Prime the relevant files and decisions before the thread starts guessing about the codebase.
A context-loading skill that retrieves the most relevant repo surface before implementation begins.
Open skill pageTurn a fuzzy request into an implementation-ready contract before code starts mutating the repo.
The spec-writing skill for shaping non-trivial work into a clear user story, behavior contract, executable task list, and chantier history.
Open skill pageStart implementation when the task is ready, and force a stronger path when it is not.
The main execution entrypoint for beginning real work after the problem and contract are clear enough, while keeping the chantier flow visible.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.