The Fable Method is a structured workflow for improving how AI agents reason, act, verify, and report. It converts observed problem-solving habits into explicit steps that different language models can follow. The core process classifies the request, defines completion criteria, gathers primary evidence, chooses one recommendation, makes the smallest correct change, and verifies the result. Four included skills cover planning, execution, judging completed work, and generating domain-specific adapters. The repository preserves evaluation cases, raw judge outputs, failures, and results from hundreds of agent runs. Its rules include bounded retries, authorization gates, evidence requirements, and honest caveat reporting. It can be installed as a Claude Code plugin or as standalone skills.
Features
- Request classification and completion criteria
- Primary-source evidence gathering
- Minimal-change execution loop
- Observation-based result verification
- Independent completed-work judging
- Domain-specific adapter generation