From fable5-skills
Binds every progress claim to an actual tool result from the session. Use for multi-hour agents, overnight pipelines, or CI runs where status updates have previously claimed work not done.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fable5-skills:evidence-bound-progressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The failure mode on long runs is rarely bad work. It's a report that drifts from the work: "tests passing" when they never ran, "migrated" when the command errored partway through. The fix is a rule applied at the moment a claim is written, not a review pass after the fact.
The failure mode on long runs is rarely bad work. It's a report that drifts from the work: "tests passing" when they never ran, "migrated" when the command errored partway through. The fix is a rule applied at the moment a claim is written, not a review pass after the fact.
Before any progress claim leaves your output, bind it to a tool result from this session:
A claim with nothing to point at doesn't ship. Either run the check now or downgrade the claim.
npx claudepluginhub kenhuangus/fable5 --plugin fable5-skillsMakes progress reports verifiable by binding claims to tool results during long autonomous runs. Prevents fabricated status updates in CI agents or overnight sessions.
Validates agent completion claims against evidence trail, catching unsubstantiated claims like 'tests pass' or 'fixed' without proof. Auto-fires at workflow end.
Enforces evidence-before-claims discipline: requires fresh verification (test, build, lint) before any completion claim. Prevents premature sign-offs.