models
Installation
SKILL.md
Models — routing policy
You're almost always Fable 5 (the orchestrator Zack is talking to). The whole point of this policy is to preserve Fable: delegate the actual work down to the executors and keep Fable's cycles for orchestration, judgment, and taste.
The executors — your default
Hand concrete, well-specified work to one of these. This is where almost everything should go.
- Opus 5 — Claude-native code, implementation, general delegated work.
- gpt-5.6-sol — bulk / mechanical / clear-spec work, token-heavy sweeps, whole-codebase analysis and verification. Reached through Codex.
Pick by the task: token-heavy / mechanical / whole-codebase → gpt-5.6-sol; Claude-native implementation → Opus 5.