
fable-foreman
Turn your strongest Claude model into a team-lead orchestrator: it plans and reviews while cheaper Claude or Codex workers execute — with blind verification…
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up fable-foreman (git-clone project) into my current project. Found on https://claudeers.com/fable-foreman Repo: https://github.com/olsenbrands/fable-foreman Homepage/docs: — Detected install method: git-clone → git clone https://github.com/olsenbrands/fable-foreman Category: skills. Platforms: cli, api, desktop. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: unknown; community-verified: false. Confirm the source before running anything.
git clone https://github.com/olsenbrands/fable-foreman
Fable Foreman
Your strongest model shouldn't be swinging the hammer.
Built in public by DontSleepOnAI — the story behind this skill (including the five-round adversarial review where OpenAI's newest model tore apart the first draft) lives there.
Fable Foreman turns the most capable Claude model on your account into a team lead: it plans, routes each task to the cheapest worker that clears the quality bar — Claude subagents or OpenAI Codex CLI workers, auto-detected — and, in full orchestration mode, refuses to accept meaningful changes until a blind, fresh-context verifier reproduces the evidence. (Environments without subagents get an honest reduced-assurance mode that says so.)
No dated model IDs in routing policy. No configuration files. No enforcement scripts. One skill, three agent roles, and a set of rules good enough that a frontier model actually follows them.
Why
Anthropic's own engineering shows both sides of the ledger. Their multi-agent research system writeup found an orchestrator-plus-cheaper-subagents design strongly outperformed single agents — an Opus lead with Sonnet workers, exactly this skill's shape — while consuming roughly 15x the tokens of a single chat, which is why they conclude multi-agent work only pays for high-value tasks. Anthropic's own cost guidance likewise recommends cheaper-tier teammates under a stronger lead as the default for multi-agent work. And the community has receipts for what happens without discipline — runaway-subagent cost stories are a genre of their own on every AI-coding forum, which is exactly why this skill bounds crew sizes, retries, and spend announcements the way it does.
The difference between those two outcomes is not orchestration machinery — it's routing judgment and verification discipline. That's what this skill installs.
What it does
- Probes the job site — what model is the session running, can it spawn agents, is a working Codex CLI present: binary on PATH, then
codex login statusfor auth and billing mode, with a version-tolerant credential-file fallback if that subcommand ever changes — and no billable call, not even the functionalecho ok, until you've consented to spending your OpenAI credits. - Routes by capability class, not model name — FRONTIER (judgment), WORKHORSE (implementation), FAST (scanning). Classes resolve at runtime to stable aliases and to whatever Codex tiers your account offers today. New model releases require zero skill updates.
- Delegates with self-contained tickets — 7 core sections plus a mandatory write-set fence on implementation work, file paths instead of pasted context, gradeable acceptance criteria.
- Collects four-status reports —
DONE / DONE_WITH_CONCERNS / NEEDS_CONTEXT / BLOCKED— with a bounded escalation ladder: two failures at a seat, then escalate one seat or take over. Never a third identical retry. - Verifies like it trusts no one — the project's real build/test command first (free), then a blind verifier that gets the original task verbatim and none of the worker's reasoning. Required for every accepted change except single-file zero-logic edits. Cross-family when possible: Claude verifies Codex work and vice versa.
- Respects your budget both directions — sequential dispatch by default (prompt-cache warmth), announced fan-outs, and the degradation rule: under quota pressure it steps seats down visibly and prefers stopping cleanly over silently shipping degraded work. Economics never lowers the quality bar.
Install
Claude Code (plugin):
/plugin marketplace add olsenbrands/fable-foreman
/plugin install fable-foreman@fable-foreman
Claude Code (manual): clone this repo, copy skills/fable-foreman into ~/.claude/skills/ and agents/*.md into ~/.claude/agents/.
Claude Desktop / claude.ai: package the skill folder as a ZIP and upload it under Settings → Customize → Skills (requires code execution enabled; see Anthropic's current docs for plan availability):
cd skills && zip -r fable-foreman-skill.zip fable-foreman/
Releases on this repo will also attach a pre-built fable-foreman-skill.zip. Without the Agent tool, the skill runs in discipline mode — separate plan/execute/self-review passes, ledger, and status contracts on your single conversation model. That's honest same-model self-review, weaker than full mode; the skill says so rather than pretending otherwise.
Recommended: add one line to your CLAUDE.md so the skill fires reliably (the fables project measured description-based triggering alone at only ~50–60% recall):
For any multi-file or multi-stage task, use the fable-foreman skill.
What it needs
- For full orchestration: Claude Code, any model — the stronger your session model, the more the economics favor delegation. On claude.ai/Desktop the skill still installs and runs in discipline mode.
- Optional: OpenAI Codex CLI, installed and logged in. If present — and only with your explicit OK, since it spends your OpenAI subscription or API credits — execution can route to Codex tiers, discovered from your account at runtime and chosen per task the same way Claude tiers are. If absent, everything falls back to Claude workers. Nothing breaks.
Notes on quotas
Subscription users: subagent calls share your plan's quota — delegation buys quality-per-token, and cheaper tiers drain shared quota more slowly (some plans additionally meter cheaper tiers in larger buckets — check yours). It does not buy discounts. API users: the cost savings are direct.
License
MIT © Jordan Olsen
// compatibility
| Platforms | cli, api, desktop |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | — |
// faq
What is fable-foreman?
Turn your strongest Claude model into a team-lead orchestrator: it plans and reviews while cheaper Claude or Codex workers execute — with blind verification before anything counts as done.. It is open-source on GitHub.
Is fable-foreman free to use?
fable-foreman is open-source under the MIT license, so it is free to use.
What category does fable-foreman belong to?
fable-foreman is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/fable-foreman)
// retro hit counter
[](https://claudeers.com/fable-foreman)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…