커뮤니티에서 공유된 멀티모델 구성이다. Fable 5의 사용량(구독 한도 또는 credits)을 아끼면서 그 판단력은 유지하는 것이 목적 — 원문 표현으로 "to save fable usage".
구성 방법:
- Claude Code
/agents로 서브에이전트 2종을 만든다 —deep-reasoner(Opus 고정),fast-worker(Sonnet 고정) - (선택) OpenAI Codex CLI 통합:
/plugin marketplace add openai/codex-plugin-cc→/plugin install codex@openai-codex→/codex:setup - CLAUDE.md에 오케스트레이션 규칙을 넣는다. 공개된 gist의 핵심 부분(원문):
You (Fable) are the orchestrator. Plan, decompose, synthesize.
Reasoning-heavy phases → deep-reasoner. Mechanical work → fast-worker.
Codex (/codex:rescue --background) is a cracked engineer on par with
deep-reasoner... High-stakes decisions: task Opus + Codex on the same
problem in parallel, synthesize the best of both...