Plano Routing and Model Selection
Use this skill when requests are routed to the wrong model, costs are high, or fallback behavior is unclear.
When To Use
- "Improve model routing"
- "Add aliases and defaults"
- "Fix passthrough auth with proxy providers"
- "Tune routing preferences for better classification"
Apply These Rules
routing-defaultrouting-aliasesrouting-passthroughrouting-preferences
Execution Checklist
- Ensure exactly one
default: trueprovider. - Add semantic aliases for stable client contracts.
- Configure passthrough auth only where required.
- Rewrite vague preference descriptions with concrete task scopes.
- Validate routing behavior using trace-based checks.