Efficient Dispatch

Model-routing orchestration for any expensive frontier model (Fable, Opus, GPT-5.x) - the main model keeps judgment and Q&A review, mechanical subagent dispatches carry an explicit cheaper model, and ax measures whether the routing actually worked. Use when orchestrating codebase-heavy or token-heavy work with subagents, when dispatching Agent tasks without a model, when the user says "route to cheaper models", "efficient dispatch", "optimize model spend", or asks where their token spend goes. Pairs with the route-dispatch hook (deterministic backstop) and `ax dispatches` (evidence). Do NOT fire on single-shot questions or tiny tasks with no dispatching.

tuyv e3bceb1 4 files · 24.2 KB Updated

File contents

tuyv/ccpm/tree/main/preset-registry/skills/necmttn-ax-efficient-dispatch commit e3bceb144f

Frequently asked questions

npx skillmds@latest add tuyv/efficient-dispatch