$npx -y skills add 100yenadmin/fable-token-saving-skills-orchestrator --skill fable-orchestrator-routerUse before delegating work from a Fable or premium-model orchestration session.
| 1 | # Fable Orchestrator Router |
| 2 | |
| 3 | Fable owns judgment. Cheaper lanes do bounded work. |
| 4 | |
| 5 | ## Routing Pass |
| 6 | |
| 7 | Before dispatching, score the unit: |
| 8 | |
| 9 | - complexity: trivial, standard, complex, frontier |
| 10 | - urgency: blocking now or parallel |
| 11 | - context locality: local tools needed or self-contained |
| 12 | - taste: user-facing judgment or mechanical |
| 13 | - volume: one task or many similar tasks |
| 14 | |
| 15 | ## Lane Choices |
| 16 | |
| 17 | - Fable: strategy, architecture, decomposition, dispatch packet, review, |
| 18 | synthesis, taste, final judgment. |
| 19 | - Deep reasoner: hard bounded reasoning legwork. |
| 20 | - Coder: complex repo-native implementation. |
| 21 | - Fast worker: mechanical coding, tests, docs, digest duty. |
| 22 | - Codex or side worker: well-specified implementation, side PR, blind review, |
| 23 | UI verification. |
| 24 | - Budget lane: non-urgent slow batch work. |
| 25 | - Tiny lane: high-volume machine-checkable fan-out. |
| 26 | |
| 27 | ## Output Contract |
| 28 | |
| 29 | Every dispatched lane gets: |
| 30 | |
| 31 | - objective |
| 32 | - files or surfaces involved |
| 33 | - what not to touch |
| 34 | - acceptance criteria |
| 35 | - proof boundary |
| 36 | - expected artifact or report shape |
| 37 | |
| 38 | Every returned lane must be judged by output quality. Escalate one tier up if |
| 39 | the result misses the bar. |