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 查看