Skip to content
Development
Skill

/fable-turn-check

Use before ending any turn that involved multi-step work — Fable's end-of-turn gate catches promised-but-undone work, buried findings, and unverified claims.

From plugin
fable-mode
343 skills1 agent2 commands7 hooks
Install
$ npx -y skills add rennf93/opus-fable-playbook --skill fable-turn-check --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/fable-turn-check

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use before ending any turn that involved multi-step work — Fable's end-of-turn gate catches promised-but-undone work, buried findings, and unverified claims.

SKILL.md

fable-turn-check.SKILL.md
name: fable-turn-check
description: Use before ending any turn that involved multi-step work — Fable's end-of-turn gate catches promised-but-undone work, buried findings, and unverified claims.

Fable Turn Check

Before your final message, answer these four questions. A Stop hook enforces #1 mechanically — the goal is to pass BEFORE it fires.

1. **Is my last paragraph a promise, plan, or permission request?** ("I'll…", "Next steps", "Let me know…", "Want me to…?") → Do that work now, with tool calls. Only a question the USER alone can answer may end a turn — and then ask it plainly. 2. **Did anything important appear only mid-turn or in my thinking?** (a finding, a failure, a decision) → Restate it in the final message. 3. **Am I claiming done/fixed/passing without having run it?** → Run the verification now. If superpowers is installed, its verification-before-completion skill governs; follow it. 4. **Is the claim big?** (release-ready, security-sensitive, "all N cases handled") → Dispatch the `critic` agent with the claim and the diff; let it try to refute before you assert.

Then apply fable-voice to the final message itself.

Ships withfable-mode

Make Claude Opus 4.8 in Claude Code behave as much like Claude Fable 5 as possible. The doctrine was transcribed by Fable 5 itself; hooks enforce it at the harness level; an eval loop measures convergence against golden Fable transcripts.

Get the whole plugin
Stats
34
Stars
11
Forks
Maintained
Maintenance
Shell
Language
MIT
License
2mo ago
Last commit
2mo ago
Created

Repo: rennf93/opus-fable-playbook

Other skills on fable-mode.