Claude Skill
mrtooher/fable-mode
Fable Mode 是一种 Claude Skill,通过明确的多阶段规划和子代理委派,激活结构化、自我验证的代理行为,适用于复杂任务。
概览
仓库信息
安装这个 Skill
git clone https://github.com/mrtooher/fable-mode.gitRegistry 信息
项目简介
Fable Mode 是一种 Claude Skill,通过强制实施明确的多阶段规划、子代理委派和内置验证循环,将 Claude 转变为结构化、自我验证的代理,以处理复杂任务。
A Claude skill that activates Fable-style agentic behavior: explicit multi-stage planning, sub-agent delegation, and self-verification.
要点
- 针对复杂任务的明确多阶段规划
- 子代理委派以分解工作
- 内置自我验证循环
- 激活寓言式代理行为
使用场景
- 复杂的多步骤研究与分析
- 带验证的自动化代码生成
- 结构化内容创作与编辑
- 大型项目的任务分解
README 摘要
# fable-mode A Claude skill that enforces staged execution discipline on large tasks: a written stage plan, parallel delegation where the runtime allows, a verification check at each stage that can actually fail, and a skeptical self-review before delivery. ## What it does The skill shapes the *procedure* a model follows on complex work. It makes the model decompose before acting, delegate independent sub-work where subagent tooling exists, verify each stage against a failable check rather than a feeling, and critique its own output before delivering it. ## What it does not do It does not change the underlying model's capability. Coherence across long tasks and genuine self-correction live in the model's weights, not in a prompt. On a model that already does these well, the skill reinforces good habits. On a weaker model, it imposes structure the model would otherwise skip, but it cannot raise the reasoning ceiling. Treat it as a checklist, not a capability transplant. ## When to use it Trigger on tasks that span multiple files, multiple sources, or multiple sessions, or when you explicitly ask for systematic execution. Do not use it on tasks with one obvious approach that fit in a single pass. Staging a trivial task wastes effort and buries the answer. ## Files - `SKILL.md` - the skill itself - `EXAMPLE.md` - a worked before/after showing the verification check catching an error that a one-shot attempt ships ## Installation Place the `fable-mode` directory wherever your Claude environment loads skills from (for example, a skills directory read by Claude Code), then invoke it by name or let it trigger on a qualifying task.
话题
暂无话题