fable-mode

Applies a five-gate task discipline with on-disk state tracking to complex multi-step work.

3|Updated Oct 28, 2020
One-click install
npx skills add https://github.com/k0d3x8its/dotfiles --skill fable-mode-k0d3x8its
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fable-mode
Source: https://github.com/k0d3x8its/dotfiles/tree/main/docs/archive/skills/fable-mode-codex
Command: npx skills add https://github.com/k0d3x8its/dotfiles --skill fable-mode-k0d3x8its

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Complex tasks with multiple dependent steps, unknowns, or debugging often fail because the first approach is wrong and discipline degrades over long sessions. This Skill enforces a structured working method so hard tasks are scoped, evidenced, attacked, verified, and reported rigorously. ## Core Features & Use Cases - Five-Gate Task Loop: Scope before work, gather evidence before reasoning, reason adversarially, verify before declaring done, and report with calibrated confidence. - On-Disk State Persistence: Maintains .work/GATES.md and a marker file so method discipline survives long contexts and session restarts. - Adversarial Review Barrier: Requires an independent cold-context reviewer to attack the answer before verification, with explicit disposition of every finding. - Use Case: When debugging a failing deployment where two fixes have already failed, activate fable mode to re-scope the problem, probe the load-bearing unknowns, get an independent review of the diagnosis, and verify the fix against the original check before reporting. ## Quick Start Tell the AI to use fable mode to work through this debugging task step by step and verify the fix before reporting done.

Frequently Asked Questions about fable-mode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I activate fable mode for a complex task?▼

Say "fable mode", "think like Fable", or "slow down and do this right" to activate it. The skill creates a `.work/.fable-active` marker and a `.work/GATES.md` file that tracks the task scope, unknowns, and current gate.

What is the five-gate task loop in fable mode?▼

The five gates are: scope before work, evidence before reasoning, adversarial reasoning, verification before declaring done, and calibrated reporting. Each gate must pass before the next opens, and progress is logged in GATES.md.

When should I not use fable mode?▼

Skip it for trivial work like one-file edits or simple lookups. Forcing all five gates onto a two-minute task is its own failure mode; the method is designed for hard tasks where the first idea might be wrong.

How does fable mode handle repeated task failures?▼

Two failed attempts at the same fix means the diagnosis is wrong. The method stops patching, identifies the assumption underneath both attempts, tests it directly, and escalates to a dedicated diagnosis loop if needed.

Does fable mode work across long sessions or context limits?▼

Yes, its state lives on disk in `.work/GATES.md` rather than in conversation context. When lost or after many turns, re-reading that file restores the task scope, resolved unknowns, and current gate.

How do I turn off fable mode?▼

Say "fable mode off" or "stop fable" to deactivate. The skill deletes the `.work/.fable-active` marker, appends a final line to GATES.md, and stops applying the loop.