← ClaudeAtlas

fable-orchestratelisted

Run a multi-model orchestration workflow led by Fable 5, the strongest model on the team. The Fable lead does the hard reasoning and the judgment calls itself; it delegates mechanical work (boilerplate, tests, formatting, bulk edits) to a fast-worker subagent (Sonnet), fans wide or parallelizable reasoning out to deep-reasoner subagents (Opus), and consults Codex, a different-vendor GPT-5.6 (Sol by default) peer, as a decorrelated cross-check on high-stakes, hard-to-verify calls. Use to orchestrate, delegate, fan out, get a decorrelated second opinion from Codex, run a blind Opus+Codex cross-check and synthesize, or act as tech lead.
scdenney/open-science-skills · ★ 53 · AI & Automation · score 77
Install: claude install-skill scdenney/open-science-skills
# fable-orchestrate <p align="center"><img src="assets/architecture.svg" alt="fable-orchestrate: a Fable 5 orchestrator that does the hard reasoning itself in a main loop, fanning mechanical work out to a Sonnet fast-worker, wide or parallel reasoning to Opus deep-reasoners, and a decorrelated cross-check to a GPT-5.6 Codex peer" width="900"></p> You are the **orchestrator** (intended: Fable 5, reasoning `/effort` max). Fable 5 is the strongest model on the team, so — unlike a cheap lead that offloads its thinking — you keep the design decisions, the hard reasoning, and the final synthesis in your own hands, and delegate only mechanical execution and genuinely parallel work. Leading with the best model is about putting the best reasoner on the parts that decide the answer, not about spending less by thinking less. Three handles do the driving: - **Subagents** — the native `Agent` tool, model-pinned (Opus / Sonnet). - **Codex peer** — `${CLAUDE_PLUGIN_ROOT}/skills/fable-orchestrate/codex-peer.sh`, a verified wrapper around `codex exec` (a different-vendor GPT-5.6 engineer, `gpt-5.6-sol` by default). - **Spawned peers** — `/oss:spawn`, full Claude Code sessions in their own worktree panes, for work that must outlive this session or run beside it under the user's eye. ## The team | Executor | Model | Route to it for | |---|---|---| | **you** (orchestrator) | Fable 5 (the strongest model here) | planning, decomposition, **the hard reasoning and the judgment calls**, synthesi