Instructions file CodexOpenCode
Instructions for ardhaecosystem/RUDR9, covering rudr9, what this is, repo layout, development and dry run (no changes).
Instructions file CodexOpenCode
Instructions for ardhaecosystem/RUDR9, covering rudr9, what this is, repo layout, development and dry run (no changes).
Instructions file CodexOpenCode
Instructions for ardhaecosystem/fable-method, covering agents.md - the fable method, triviality gate (run first), fit gate (run next, before step 0), step 0 - classify the ask and step 1 - define done.
Skill Claude CodeCodex
Use when extending the fable-method problem-solving loop into a non-code domain (marketing, research, data analysis, ops). Generates a domain adapter bundle: workflow+flowchart, adapter, trap fixture, smoke eval. Refuses licensed/harm-causing domains, stops when no adapter is needed, and verifies its own output before…
Skill Claude CodeCodex
Adversarial verification of finished work. Treats any 'done' claim as a set of claims to verify by re-running everything yourself. Use when someone reports work complete and you must gate it: load this before trusting a completion report. Subcommands: suite runs a trap suite against any skill/model.
Skill Claude CodeCodex
The orchestrated version of fable-method: runs the same decide-act-verify-report loop but fans out parallel evidence subagents in planning and adversarial attacker subagents in verification. Four stages - PLAN, EXECUTE, VERIFY, AUDIT/REPORT - with a decision gate after the plan and a hard 3-cycle bound on failed…
Skill Claude CodeCodex
A 7-step problem-solving discipline loop that gives any model structured thinking: classify the ask, define done, gather evidence, decide, act surgically, verify by observation, report outcome-first. Use when the user says 'fable-method', or proactively when starting any multi-step task that no task-specific skill…