By rennf93
Enforce a disciplined, outcome-first workflow with delegation-first parallelism, drift-catching hooks, and adversarial verification; includes an eval suite to benchmark against golden transcripts.
Use when a task involves 2+ independent units of work (files, modules, questions) or any broad codebase sweep — enforces Fable's delegation-first parallel orchestration.
Use before ending any turn that involved multi-step work — Fable's end-of-turn gate catches promised-but-undone work, buried findings, and unverified claims.
Use when about to write your final reply, a summary, PR description, commit message, or any user-facing conclusion — enforces Fable's outcome-first, prose-first communication contract.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Make Claude Opus 4.8 in Claude Code behave as much like Claude Fable 5 as possible. The doctrine was transcribed by Fable 5 itself; hooks enforce it at the harness level; an eval loop measures convergence against golden Fable transcripts. Opus's reasoning depth is weights, not config — this playbook transplants Fable's behavior and catches Opus's drift mechanically; it does not close the capability gap.
Run one Opus-as-Fable session right now, no install:
claude --plugin-dir /path/to/opus-fable-playbook \
--settings /path/to/opus-fable-playbook/profiles/opus-fable.settings.json
Install from the marketplace for repeat use:
/plugin marketplace add rennf93/opus-fable-playbook
/plugin install fable-mode@opus-fable-playbook
then activate with /output-style fable, or persist it by merging
profiles/opus-fable.settings.json (model, effort, thinking, output
style) into your project's or user's .claude/settings.json. Check
posture anytime with /fable-status.
SDK/headless, doctrine text only, no hooks:
--append-system-prompt "$(awk 'f;/^---$/{c++;if(c==2)f=1}' output-styles/fable.md)" —
strips the YAML frontmatter (a plain cat of the file would leak it into
the prompt). No plugin at all? Copy docs/claude-md-snippet.md into
CLAUDE.md instead.
Measured on 24 probes, pairwise-judged against golden Fable 5 transcripts, with every condition scored as a multi-run mean (2–3 runs per arm) and error bars from a dedicated variance study: fable-mode's real wins are outcome-first framing (1.97 vs 1.88), turn completion (1.90 vs 1.81), and comment discipline (2.00 vs 1.96); its real losses are burying findings (1.76 vs 1.85) and one stubborn parallelism probe (1.96 vs 2.00). The other three dimensions are statistically indistinguishable from baseline — gaps smaller than the measured run-to-run spread. Full tables with error bars: docs/2026-07-04-phase-b-report.md.
docs/guide.md covers all of this in full:
activation details for each install method, the 7 hooks and the exact
messages they produce, the skills and the critic agent, /fable-status
and /fable-eval (including real eval costs), telemetry, strict mode,
the eval loop end to end, a copy-paste smoke-test recipe for real work,
every FABLE_* env var, and troubleshooting.
npx claudepluginhub rennf93/opus-fable-playbook --plugin fable-modeEnsures subagents understand project architecture, module boundaries, and conventions before writing code. Validates code placement after execution.
Autonomous task execution daemon that monitors Claude usage windows and executes predefined tasks automatically. Keep Claude working 24/7 on your projects.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Unified capability management center for Skills, Agents, and Commands.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.