Skip to main content

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.

インストールへ移動

ソース情報

リポジトリ
rennf93/opus-fable-playbook
ソースの最終更新活動
2026年7月2日 18:01
検出された SKILL.md の言語
英語
スター
34
フォーク
11

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

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.
GitHubで見る