Learn57130

7 mods across 1 repository, 12 stars between them.

fable-5

01

Learn57130/fable-5

Plugin Claude Code

Fable 5 methodology as a plugin: disciplined decomposition, adversarial verification, plan-change-driven next steps.

12 1mo ago A tokens not measured

fable-5

02

Learn57130/fable-5

Plugin Claude Code

Fable 5's working loop for hard tasks: decompose by verification boundaries, verify against the world, choose next by plan-change. Includes scout + refuter agents and a preflight script.

12 1mo ago A tokens not measured

fable-5 AGENTS.md

03

Learn57130/fable-5

Instructions file CodexOpenCode

AGENTS.md instructions for Learn57130/fable-5: For any hard, multi-step, or ambiguous task, run this loop (full detail in skills/fable-5/SKILL.md).

12 1mo ago A 394 tokens

SessionStart

04

Learn57130/fable-5

Hook

Runs when a session starts on startup, resume, clear and compact, running an inline shell check. From Learn57130/fable-5.

12 1mo ago A tokens not measured

fable-5

05

Learn57130/fable-5

Skill Claude CodeCodex

Use when facing a hard, multi-step, or ambiguous task — debugging, architecture, research, large changes — and you need a disciplined loop for breaking it down, checking your work, and choosing the next action instead of improvising.

12 1mo ago A 52 tokens

fable-refuter

06

Learn57130/fable-5

Agent

Use for fable-5 step 6 — adversarial verification of a conclusion, diff, or analysis before declaring it done. Dispatch with the claim and pointers to the evidence; fresh context is the point, so do not include the reasoning that produced the claim.

12 1mo ago A 58 tokens

fable-scout

07

Learn57130/fable-5

Agent

Use for the fable-5 scout pass — read-only comprehension of unfamiliar code or data before decomposing a hard task. Dispatch in parallel (one per subsystem) when the territory is large. Returns a map, not file dumps.

12 1mo ago A 52 tokens