claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Plugins

senior-fable

Tech-lead orchestration for Claude Code — the top-tier model (Fable) keeps architecture & decisions, cheap subagents (Sonnet/Opus) do the routine and the dig…

// install
git clone https://github.com/AndyShaman/senior-fable

Senior Fable

The expensive model decides. The cheap models type.

Senior Fable is a Claude Code plugin that turns your top-tier model (Claude Fable 5) into a tech lead: it keeps decomposition, architecture, contested decisions and final synthesis — and delegates everything else to cheaper subagents. Mechanical work goes to a Sonnet fast-worker, long context-heavy investigations go to a read-only Opus deep-reasoner, and risky decisions get a second opinion from Codex (if installed).

The result: your most expensive tokens are spent only where top-tier judgment actually matters, while routine execution and codebase digging run on models that cost a fraction. Token savings without quality loss — and often with quality gains, because the messy exploration stays out of the main context window.

Why

Running a frontier model on boilerplate is like having your staff engineer format JSON. Two things are wasted:

  1. Tokens / usage limits. Every test file, rename and formatting pass burns top-tier budget.
  2. Context. Reading 40 files to find one bug pollutes the main conversation. After a compact, the reasoning that mattered may be gone.

Senior Fable fixes both with an orchestrator–worker pattern: subagents run in their own context windows and return only distilled conclusions.

How it works

WorkGoes toWhy
Tests, boilerplate, formatting, mechanical edits with a clear specfast-worker (Sonnet)Cheap and fast; no judgment needed
Long digs: exploring a codebase slice, grinding logs, multi-file investigationsdeep-reasoner (Opus, read-only)Context isolation — the mess stays in the subagent
Risky or contested decisionscodex:rescue (optional)Independent review from a different model family
Decomposition, architecture, reviewing results, final synthesisthe main modelThis is what you pay top tier for

Determinism is enforced, not requested:

  • Least-privilege tools. deep-reasoner is denied Write/Edit at the harness level — it physically cannot modify files. fast-worker gets exactly six tools: no web, no spawning its own agents.
  • Spec template. Every delegation ships as Goal / Files in-and-out of scope / Constraints / Definition of done / Report format. Subagents never see your conversation, so specs are self-contained.
  • Acceptance gate. A result without the required report structure or without verification output is a failed delegation and is not integrated.
  • Failure policy. Never retry the same spec verbatim; two failed rounds means the lead does it personally.
  • One writer per file set. Parallel delegations must have disjoint file scopes — no edit races.
  • YAGNI at decomposition. The cheapest delegation is the work that isn't needed: speculative parts are cut before routing, not built.

Install

/plugin marketplace add AndyShaman/senior-fable
/plugin install senior-fable@senior-fable

Restart the session, switch to Fable (/model fable), then activate:

/senior-fable

Give it substantial multi-step work and watch the panel: purple is the deep-reasoner digging, blue is the fast-worker typing.

Requirements & notes

  • Model: built for sessions running on Claude Fable 5 (the strongest tier). On Opus/Sonnet sessions the skill deliberately does not apply — delegating "up" makes no sense.
  • Codex is optional. If the OpenAI Codex plugin is installed, contested decisions get an independent second opinion; if not, that step is skipped automatically.
  • Billing: on subscription plans this saves your top-tier usage limits; on API billing it saves money directly.
  • Compaction-safe. The skill is deliberately small enough to be re-attached whole after a context compact, and instructs the model to re-invoke itself if delegation behavior fades.

What's inside

skills/senior-fable/SKILL.md   # the tech-lead playbook: matrix, spec template, gates
agents/deep-reasoner.md        # Opus investigator — read-only, returns distilled findings
agents/fast-worker.md          # Sonnet executor — verified mechanical work, shortest diff
  • wshobson/agents — the canonical per-agent model-tier marketplace that inspired the routing idea.

Keywords

Claude Code plugin · multi-agent orchestration · subagents · token optimization · model routing · Claude Fable 5 · Opus · Sonnet · tech-lead pattern · orchestrator–worker · context isolation · AI pair programming · agent delegation

License

MIT © Andy Shaman

// compatibility

Platformsapi, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
Language

// faq

What is senior-fable?

Tech-lead orchestration for Claude Code — the top-tier model (Fable) keeps architecture & decisions, cheap subagents (Sonnet/Opus) do the routine and the digging. Save tokens without losing quality.. It is open-source on GitHub.

Is senior-fable free to use?

senior-fable is open-source under the MIT license, so it is free to use.

What category does senior-fable belong to?

senior-fable is listed under plugins in the Claudeers registry of Claude-compatible tools.

1 views
11 stars
unclaimed
updated 5 days ago

// embed badge

senior-fable on Claudeers
[![Claudeers](https://claudeers.com/api/badge/senior-fable.svg)](https://claudeers.com/senior-fable)

// retro hit counter

senior-fable hit counter
[![Hits](https://claudeers.com/api/counter/senior-fable.svg)](https://claudeers.com/senior-fable)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/187,223[ claude ]
🔓

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…

// pluginsanthropics/Python135,848[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python44,672Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python33,266Apache-2.0[ claude ]
Ecosystem hubone of the most connected projects in the claude ecosystem · 37 connections
→ see how senior-fable connects across the ecosystem