From fable
Orchestrates multi-step tasks with parallel evidence subagents, committed plan, surgical execution, and adversarial verification. Invoke via /fable-loop for non-trivial work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fable:fable-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill orchestrates the fable-method: read its SKILL.md first; its rules govern every stage. It is installed alongside this skill (in this plugin's `skills/fable-method/` directory, or `~/.claude/skills/fable-method/` for manual installs). The method says WHAT to check; this loop says WHO does the work: what runs in the main thread, what fans out to subagents, and what gets attacked before ...
This skill orchestrates the fable-method: read its SKILL.md first; its rules govern every stage. It is installed alongside this skill (in this plugin's skills/fable-method/ directory, or ~/.claude/skills/fable-method/ for manual installs). The method says WHAT to check; this loop says WHO does the work: what runs in the main thread, what fans out to subagents, and what gets attacked before delivery.
Gate first. Trivial per the method's triviality gate: just do it, verify with the one obvious check, report in two sentences. No stages, no subagents. Everything else runs the four stages below in order.
The loop is model-agnostic. Evidence and attacker subagents are cheap-model-friendly; keep the main thread (deciding, editing) on the strongest model available, and give attackers higher effort than gatherers when a choice exists.
2plugins reuse this skill
First indexed Jul 17, 2026
npx claudepluginhub sahir619/fable-methodEnforces task completion with evidence and verification for multi-step work. Useful for long autonomous tasks, debugging, or building artifacts.
Structures multi-step tasks with a problem-solving loop: classify, define done, gather evidence, decide, act, verify, report. Invoke with /fable-method or 'use the fable method'.
Decomposes tasks into self-contained specs, dispatches implementation to Sonnet 5 workers, reviews results, and merges into a single branch. Trigger with /fable-orchestrate or 'orchestrate this with fable'.