← ClaudeAtlas

rules-distilllisted

Scan skills and the mistake log to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files. Use when the same principle keeps recurring across skills and belongs in a rule file instead, when a failure-mode key reaches the promotion threshold and needs its rule text written, or when an incident's condition is judgment rather than a mechanical predicate.
RubyEyedReaper/Odin-Skills · ★ 0 · Data & Documents · score 65
Install: claude install-skill RubyEyedReaper/Odin-Skills
# Rules Distill Scan installed skills and this repository's mistake logs, extract principles that recur across them, and distill them into rules — appending to existing rule files, revising outdated content, or creating new rule files. Applies the "deterministic collection + LLM judgment" principle: scripts collect facts exhaustively, then an LLM cross-reads the full context and produces verdicts. **Two evidence sources, two predicates, deliberately not merged.** A principle appearing in 2+ skills answers *what is cross-cutting in the catalog*; a failure-mode key with 4+ recorded occurrences answers *what keeps breaking*. Overloading one predicate onto the other would make a four-occurrence incident invisible unless it also happened to appear in two skills. ## When to Use - Periodic rules maintenance (monthly or after installing new skills) - After a skill-stocktake reveals patterns that should be rules - When rules feel incomplete relative to the skills being used - **Promotion:** a key in a `MISTAKES.md` has reached the threshold and `mistake-to-gate` §11 needs the rule-text half of the promotion - **The judgment hatch:** `oops` §3 classified a condition as not mechanically checkable. That route used to end nowhere; it ends here, and it ends with a drafted rule and a tier, not an intention ## How It Works The rules distillation process follows three phases: ### Phase 1: Inventory (Deterministic Collection) All paths are repository-relative. Skills and rules are ven