orenluxy

15 mods across 1 repository, 1 stars between them.

fable-method

02

orenluxy/fable-method

Plugin Claude Code

The Fable Method: systematic unknowns-discovery workflow based on Thariq's 'A Field Guide to Fable'. Blindspot scanning, structured interviews, prototype-first, implementation notes with deviation tracking, and merge quiz gates.

1 25d ago A tokens not measured original MIT

report-builder

03

orenluxy/fable-method

Agent

Drafting agent for the merge-quiz skill. Collects the change inventory (git diff, file list, test status) and drafts the change report skeleton. Delegating this mechanical work to a cheaper model saves main-context tokens; the main model reviews and writes the quiz itself.

1 25d ago A 59 tokens original MIT

territory-scout

04

orenluxy/fable-method

Agent

Read-only exploration agent for the blindspot-pass and merge-quiz skills. Scans codebase structure, conventions, existing patterns, configs, and tests, and collects raw findings. Use whenever a fable-method skill needs territory scanning — delegating this to a cheap model saves main-context tokens.

1 25d ago A 64 tokens original MIT

SessionStart

05

orenluxy/fable-method

Hook

Runs when a session starts, executing session-start.sh via bash. From orenluxy/fable-method.

1 25d ago A tokens not measured copy · 55% MIT

PostToolUse

06

orenluxy/fable-method

Hook

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing posttool-guard.sh via bash. From orenluxy/fable-method.

1 25d ago A tokens not measured copy · 63% MIT

Stop

07

orenluxy/fable-method

Hook

Runs when the agent finishes a response, executing check-notes.sh via bash. From orenluxy/fable-method.

1 25d ago A tokens not measured copy · 59% MIT

blindspot-pass

08

orenluxy/fable-method

Skill Claude CodeCodex

Run a blindspot scan to surface the user's unknown unknowns BEFORE implementing a task. Use this whenever the user starts a non-trivial task in a domain they say (or appear) to be unfamiliar with, whenever they say "blindspot", "unknowns", "what am I missing", "before we start", or when a request is vague enough that…

1 25d ago A 95 tokens original MIT

convergence-guard

09

orenluxy/fable-method

Skill Claude CodeCodex

Stop-loss discipline for implementation sessions - detect fix-loops and runaway token burn, and stop to replan instead of patching. Consult during any debugging or implementation session, especially when tests keep failing, the same file keeps being edited, or the user mentions stoploss, token budget, fix loops, or…

1 25d ago A 74 tokens original MIT

fable-method

10

orenluxy/fable-method

Skill Claude CodeCodex

The routing logic of the Fable Method - decides which unknowns-discovery technique (blindspot-pass, interview-me, prototype-first, implementation-notes, merge-quiz) applies to the current task, and which to skip. Consult this at the START of any non-trivial task, or when the user says "fable", "the method", "how…

1 25d ago A 92 tokens original MIT

orenluxy/fable-method

Skill Claude CodeCodex

Maintain an IMPLEMENTATIONNOTES.md decision log during any multi-step implementation session. Use this in EVERY session that involves writing or modifying code across more than one file, or any session expected to run longer than a few tool calls. Records decisions, deviations from plan, and open questions so nothing…

1 25d ago A 66 tokens original MIT

interview-me

12

orenluxy/fable-method

Skill Claude CodeCodex

Interview the user one question at a time to resolve ambiguities before or during implementation. Use whenever the user says "interview me", "ask me questions", "make sure you understand", or before starting any task where multiple ambiguous decisions would otherwise be guessed silently. Also invocable as…

1 25d ago A 69 tokens original MIT

merge-quiz

13

orenluxy/fable-method

Skill Claude CodeCodex

Before merging or deploying the output of a long session, generate a change report with a comprehension quiz the user must pass. Use whenever the user says "merge", "deploy", "we're done", "wrap up", or at the end of any session that modified more than 150 lines or touched production-relevant code. Also invocable as…

1 25d ago A 78 tokens original MIT

model-economy

14

orenluxy/fable-method

Skill Claude CodeCodex

Route each step of a workflow to the cheapest model that can do it well, using subagents with explicit model assignments. Consult whenever planning multi-step work, whenever the user mentions saving tokens/cost, choosing models, or "model economy", and whenever a fable-method skill involves scanning, drafting, or bulk…

1 25d ago A 70 tokens original MIT

prototype-first

15

orenluxy/fable-method

Skill Claude CodeCodex

For visual, design, or "I'll know it when I see it" tasks, generate cheap throwaway prototypes BEFORE touching real code. Use whenever the user asks for UI, dashboards, design directions, video/visual output, landing pages, or any task where their taste cannot be specified in words. Also invocable as /prototype-first .

1 25d ago A 74 tokens original MIT