Plan a task
Uses fable-method
- Replace `<task>` with the task, relevant repository path, constraints, and desired outcome.
Use the fable-method skill in plan mode for <task>. Gather evidence, recommend one approach, and stop without changing files.

This repository provides a method for building trusted skill bundles through research-backed workflows and flowcharts. It helps AI agent builders move from simple generation to a structured process of domain research and evidence-based verification.
The system emphasizes adversarial verification, treating completed work as a set of claims that must be re-verified to deliver an evidence-based verdict on the output.
Follow the documented setup, then try a first task.
Installs: Complete versioned `fable` plugin containing all four Fable Workflow skills: fable-method, fable-loop, fable-judge, and fable-domain. · Claude Code
Inside a Claude Code session, add the repository as a plugin marketplace.
/plugin marketplace add Sahir619/fable-method
In the same Claude Code session, install the `fable` plugin from the `fable-method` marketplace.
/plugin install fable@fable-method
Installs: Standalone, un-namespaced Claude Code skills bundle containing fable-method, fable-loop, and fable-judge. · Claude Code
Platform: macOS, Linux, or Git Bash
In a terminal, clone the repository and run its standalone Bash installer.
git clone https://github.com/Sahir619/fable-method && bash fable-method/install.sh
Installs: Standalone, un-namespaced Claude Code skills bundle containing fable-method, fable-loop, and fable-judge. · Claude Code
Platform: Windows PowerShell
In Windows PowerShell, clone the repository and run its standalone installer.
git clone https://github.com/Sahir619/fable-method; .\fable-method\install.ps1
Uses fable-method
Use the fable-method skill in plan mode for <task>. Gather evidence, recommend one approach, and stop without changing files.
Uses fable-judge
Use the fable-judge skill to verify <completed work> without making changes. Re-run its claimed checks and give an evidence-based verdict.
Uses fable-loop
Use the fable-loop skill to investigate and fix <local failure> in <repository path>. Make the smallest correct change and verify the result.