Loading
Loading
A Claude Code harness that makes Opus or any Claude model see multi-step work through with evidence, verification grounding, investigation protocol, per-task routing, and early-stop guard support.
written by ForgeCat

A Claude Code harness that keeps multi-step work grounded in evidence, verification, and task-specific discipline packs.
npx forgecat install @forgecat/fivetaku_fablize
skillcommandhookhookhook| Field | Value |
|---|---|
| Author | fivetaku <gptaku.ai@gmail.com> |
| Original repository | https://github.com/fivetaku/fablize |
| Version | 0.1.2 |
| Original commit | 15912466994e71a234d18fe9c74b46a68fb6a07d (2026-06-14) |
| License | MIT |
| Source platform | claude-code |
| Platform | Status |
|---|---|
| Claude Code | Tested |
| Cursor | Partial |
| Codex | Partial |
bash for hook and setup scriptspython3 for the goal ledger and setup helpersgh for setup's GitHub star helperwritten by original source
English
A Claude Code plugin that makes Opus (or any Claude model) see a task through to the end — with evidence and verification — as procedure, not as luck.
When Fable 5 shipped, I ran a controlled comparison of Fable 5 and Opus 4.8 (an A/B set of 19 runs plus 26 real working sessions, ~1,500 tool calls). The finding:
fablize applies only the procedures whose effect was verified. It does not raise the model's ceiling; it makes the model reach its own ceiling.
| Trait | Transferable? | Reason |
|---|---|---|
| Verification grounding (run & observe the artifact) | ✅ shipped | A procedure Opus skipped "not because it can't, but because it didn't." Injecting it raised render-verification behavior measurably. |
| Multi-story completion + evidence gate | ✅ shipped | A procedure — decompose, checkpoint, refuse completion without proof. |
| Systematic investigation (reproduce → hypotheses → causal chain) | ✅ shipped | A procedure — on par with what the strong model already does. |
| Early-stop prevention | ✅ shipped | A deterministic hook — catches "I'll do X" without doing it. |
| Out-of-spec defect discovery | ❌ not possible | Capability. Injection was refuted — the model finds it, or it doesn't. |
| Open-ended creative detail | ❌ not possible | Capability. Shows only where there is no fixed answer. |
| Self-driven propagation depth | ❌ not possible | Capability. Directed propagation transfers; self-started depth does not. |
The non-transferable rows are the model's job (or a human's), not a harness's. When you hit them, fablize tells you to escalate instead of pretending.
goals.py decomposes work and refuses a groundless "done."Negligible or unverified ideas (style mimicry, broad reasoning injection, a silent-recovery guard, a review-recall scan) are not shipped. They stay in personal development until a controlled experiment confirms their effect.
/plugin marketplace add fivetaku/fablize
/plugin install fablize
The per-task router (a UserPromptSubmit hook) registers automatically.
For always-on operation (the rules resident in context), run once:
bash ${CLAUDE_PLUGIN_ROOT}/setup/setup.sh # choose local (recommended) or global
Uninstall: bash ${CLAUDE_PLUGIN_ROOT}/setup/uninstall.sh
If fablize helps, a ⭐ on the repo means a lot — setup asks once and can open the page for you.
/fablize or phrases like "see it through", or automatically when installed always-on./effort xhigh suggestion.MIT
forgecat
View CreatorNone
Evaluated 6/15/2026