whatisgithub

What is fable-mode?

jongouveia/fable-mode — explained in plain English

Analysis updated 2026-05-18

0Audience · developerComplexity · 1/5LicenseSetup · easy

In one sentence

A Claude Code skill that packages a frontier model's five step disciplined reasoning process so cheaper models like Opus, Sonnet, or GPT can follow it too.

Mindmap

mindmap
  root((fable-mode))
    What it does
      Scope before work
      Evidence before reasoning
      Adversarial review
      Verify before done
      Calibrate and report
    Tech stack
      Markdown skill
      Claude Code plugin
    Use cases
      Hard coding tasks
      Model routing
      Cross agent use
    Audience
      Developers
      AI power users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Install as a Claude Code plugin to give any model a five step disciplined reasoning process.

USE CASE 2

Invoke the skill directly on hard or ambiguous coding tasks to reduce confident wrong answers.

USE CASE 3

Reference the skill in routing rules so a cheaper default model escalates discipline on hard gates.

USE CASE 4

Load the plain markdown skill into Codex, Cursor, or other agent harnesses.

What is it built with?

MarkdownClaude Code Plugin

How does it compare?

jongouveia/fable-mode00kaku/gallery-slider-block04amanrajj/netwatch
Stars00
LanguageJavaScriptRust
Last pushed2021-05-19
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity1/52/53/5
Audiencedevelopergeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
Free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.

So what is it?

Fable Mode is a Claude Code skill that tries to capture how a frontier AI model reasons through hard tasks, so that other models such as Opus, Sonnet, or GPT can follow the same process. The idea started from watching Claude Fable 5 work: it plans carefully before acting, checks facts instead of relying on memory, challenges its own conclusions, and confirms results actually work before calling a task finished. Cheaper models are capable of these habits too, the project argues, they just are not usually prompted to use them. The skill breaks this process into five ordered steps, called gates, where each step must be completed before the next one starts. First, the model scopes the problem: it defines what success looks like, lists likely ways the plan could fail, and checks whether a simpler approach exists, before writing any plan. Second, it grounds its reasoning in evidence gathered during the current session rather than assumptions recalled from training or memory. Third, it reasons adversarially, attacking its own draft answer and then handing it to a separate review pass that only sees the result and its requirements, not the original reasoning behind it, since that reasoning could bias the review toward agreement. Fourth, it verifies the change actually works end to end against the success criterion from the first step, since a successful build alone is not proof the task is done. Fifth, it calibrates its effort to match the difficulty of the task and reports back clearly, stating what was verified compared with what was only assumed. You can install Fable Mode as a Claude Code plugin with a couple of commands, or copy the skill folder manually into your local or global skills directory. Since the instructions are written in plain markdown, other AI coding tools such as Codex and Cursor can also load and follow them. You invoke it directly for hard or high stakes problems, or let it trigger automatically when a non frontier model faces a nontrivial task. Simple one line edits are meant to skip the process entirely. The project is free, independent, and released under the MIT license.

Copy-paste prompts

Prompt 1
/fable-mode refactor this authentication module without breaking existing tests
Prompt 2
Install fable-mode as a Claude Code plugin and explain how the five gates work
Prompt 3
Use fable-mode to scope this ambiguous bug report before writing any code
Prompt 4
Add fable-mode to my model routing rules so escalations still run the five gate process

Frequently asked questions

What is fable-mode?

A Claude Code skill that packages a frontier model's five step disciplined reasoning process so cheaper models like Opus, Sonnet, or GPT can follow it too.

What license does fable-mode use?

Free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.

How hard is fable-mode to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fable-mode for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.