claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

Fable-Skill

Pressure-tested Claude skill: decompose hard tasks risk-first, verify with pasteable evidence, decide what to do next. Built with skill-TDD against observed…

// Claude Skills[ api ][ mobile ][ claude ]#claude#skillsMIT$open-sourceupdated about 23 hours ago
// install
git clone https://github.com/wsbm393/Fable-Skill

Fable Skill — executing-hard-tasks

A pressure-tested Agent Skill for Claude Code that changes how a frontier model decomposes hard tasks, verifies its own work, and decides what to do next.

Most "think better" prompts restate what a capable model already does. This skill was built the opposite way: agents were first run through pressure scenarios without any guidance (deadline pressure, sunk cost, tired-user pressure, no-runtime environments) to observe where they actually fail — then the skill was written to counter only those observed deltas, re-tested with the skill loaded until every baseline failure stopped recurring, and hardened by an adversarial critic hunting for loopholes a pressured agent could negotiate with.

What it enforces

PhaseLoad-bearing rule
Decompose"Done" stated as a checkable observation; thinnest end-to-end slice through the riskiest integration path first (never backend-block → frontend-block → test-block); a pasteable checkpoint per subtask, fixed at plan time; spike before building on an architecture; explicit DECISION: lines for choices users can observe
VerifyThree buckets — Verified (observation pasted inline, produced after the last edit), Believed, not verified, Not checked. "Done" is only declarable when the done-observation itself sits in Verified — otherwise the report opens with NOT DONE
Decide nextRed checkpoint → debug now; two failed fixes on one checkpoint → the diagnosis is wrong, not the patch; surprise (output ≠ planned expectation) → re-derive the plan; goal met and verified → stop, list follow-ups without executing them

How the loop works

Flowchart of the executing-hard-tasks loop

Install

mkdir -p ~/.claude/skills/executing-hard-tasks
curl -o ~/.claude/skills/executing-hard-tasks/SKILL.md \
  https://raw.githubusercontent.com/wsbm393/Fable-Skill/main/SKILL.md

Or clone and copy:

git clone https://github.com/wsbm393/Fable-Skill.git
cp Fable-Skill/SKILL.md ~/.claude/skills/executing-hard-tasks/SKILL.md

Claude Code discovers it automatically; it triggers on multi-step tasks, on any completion claim, and on next-action decisions after failures or surprises.

How it was built (skill-TDD)

  1. RED — six pressure scenarios ran with no skill loaded; judges extracted failures and the agents' verbatim rationalizations ("fine for a demo", "the dependency already exists, it costs nothing").
  2. GREEN — the skill was drafted against only the observed failures, then the same six scenarios ran with it loaded: all six passed, no baseline failure recurred.
  3. REFACTOR — three critics attacked the text: a loophole hunter (role-playing an agent that wants to cut corners), a format reviewer, and a dead-weight critic that removed every rule merely re-teaching what the baseline already did well.

Written for and tested against Claude Opus-class models; the rules are model-agnostic.

License

MIT

// compatibility

Platformsapi, mobile
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
Language

// faq

What is Fable-Skill?

Pressure-tested Claude skill: decompose hard tasks risk-first, verify with pasteable evidence, decide what to do next. Built with skill-TDD against observed frontier-model failure modes.. It is open-source on GitHub.

Is Fable-Skill free to use?

Fable-Skill is open-source under the MIT license, so it is free to use.

What category does Fable-Skill belong to?

Fable-Skill is listed under skills in the Claudeers registry of Claude-compatible tools.

1 views
19 stars
unclaimed
updated about 23 hours ago

// embed badge

Fable-Skill on Claudeers
[![Claudeers](https://claudeers.com/api/badge/fable-skill.svg)](https://claudeers.com/fable-skill)

// retro hit counter

Fable-Skill hit counter
[![Hits](https://claudeers.com/api/counter/fable-skill.svg)](https://claudeers.com/fable-skill)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell245,541MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python157,979[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]
→ see how Fable-Skill connects across the ecosystem