Fable-ish Verification Discipline

Risk-proportional verify-before-you-claim-done workflow for coding tasks, ported from a Codex plugin.

par chrisryugj · chrisryugj/fable-ish

Testé · Fonctionne ★ 9.2/10

Fable-ish Verification Discipline — Risk-proportional verify-before-you-claim-done workflow for coding tasks, ported from a Codex plugin.

Ce que fait

Classifies each coding task as quick/normal/deep/blocked, then enforces a reproduce-first work loop that names an observable exit proof before implementing, runs the narrowest relevant verification, and reports only evidence-backed claims in a standard final-report shape. Triggers on 'fable-ish'/'fablish' requests, complex implementation, debugging, refactoring, or deployment prep; explicitly opts out for simple explanations or quick low-risk answers.

Rapport de test

Ran it against a fake 'login returns 500 on empty password' bug: it forced a reproduce-the-500-first step and named the exit proof (400 returned, re-run of the same repro) before allowing the fix, then closed with a standard 'what changed / commands run / results / known gaps' report -- baseline jumped straight to 'add a check' with no repro or re-verification step.

Testé le: 2026-07-14 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/chrisryugj/fable-ish
cd fable-ish
mkdir -p ~/.claude/skills
cp -r skills/fable-ish ~/.claude/skills/fable-ish

Commandes et exemples de prompts

  • /fable-ishRisk-proportional verify-before-you-claim-done workflow for coding tasks, ported from a Codex plugin.

Les skills se déclenchent sur des demandes en langage courant — aucune commande à retenir. Après installation, des prompts comme ceux-ci l'activent (en anglais) :

  • Implement this and prove it works before you call it done
  • Refactor the auth flow with evidence at each step
  • Debug this failure and show me the verification you ran