From fable5-skills
Prevents Claude Fable 5 from over-planning, re-deriving settled facts, or listing options it won't pursue. Use when interactive or agentic sessions feel slow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fable5-skills:act-on-sufficiencyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
At higher effort, Fable 5 can spend real time deliberating on tasks that don't need it. The cost shows up as latency and noise, not wrong answers -- which makes it easy to miss until a user says the sessions feel slow.
At higher effort, Fable 5 can spend real time deliberating on tasks that don't need it. The cost shows up as latency and noise, not wrong answers -- which makes it easy to miss until a user says the sessions feel slow.
"The checkout tests are flaky, can you look?" doesn't need a 300-word plan enumerating four hypotheses and a request for permission to read files. It needs the tests run a few times, the failure read, and the cause reported -- or the one blocking question, if there is one.
npx claudepluginhub kenhuangus/fable5 --plugin fable5-skillsReduces latency and noise by instructing Claude to act on sufficient information, avoid re-deriving settled facts, and skip unnecessary deliberation. Useful for high-effort or ambiguous multi-threaded requests.
Consults Claude Fable 5 as a strategic advisor for costly-to-revert decisions: architecture, schema, API contracts, technology selection, production migrations. Also reviews unattended loops and plans.
Applies Fable 5 operational structure (outcome-first communication, verification discipline, tool parallelism, message completeness, readability-first token economy) to Sonnet sessions. Works for code, writing, research, and documentation.