Rules Distill
This is a Hermes-native rules-distill workflow skill.
Why This Exists
rules-distill gives OMH a disciplined way to learn from large skill ecosystems like ECC without wholesale copying: extract principles, review them, then patch OMH only through explicit verified work.
Do Not Use When
- The user wants a single workflow route regression; use
workflow-learning.
- The user wants durable factual project memory; use
wiki or memory curation.
- The user already approved a concrete code/doc change; use the implementation workflow.
Examples
Good example:
- Prompt: rules-distill 최근 실패 trace와 스킬들을 보고 OMH AGENTS에 넣을 만한 반복 원칙 후보만 뽑아줘.
- Expected behavior: Prepare principle_candidate_set/v1, duplication/conflict report, review queue, and approved patch handoff only after approval.
- Why: The request is meta-guidance learning and needs review before mutating rules.
Bad example:
- Prompt: rules-distill 한 번 본 실패를 바로 모든 스킬 규칙으로 써버려.
- Expected behavior: Keep it as a low-confidence candidate or regression case until repeated evidence and review approval exist.
- Why: Rule distillation should not turn one-off anecdotes into global behavior.
Completion Checklist
- The durable fact, source evidence, retrieval hint, and staleness risk are recorded.
- Uncertain or conflicting knowledge is marked as review-needed rather than permanent truth.
- Separate coding or docs tasks are extracted instead of buried in notes.
Recovery Notes
- If source evidence conflicts, route to memory or knowledge review before writing durable guidance.
- If the fact may be stale, record the staleness warning and next refresh action.
Workflow Lane
- Current lane: Automation and status (
achievements, workspace-audit, production-audit, automation-blueprint, github-event-ops, github-issue-intake, buzz, agent-board, +35 more) - schedules, status, health, and ops review.
- If intent belongs to another lane, hand back to
oh-my-hermes or name the adjacent workflow.
- Shared product, routing, compatibility, and evidence rules:
omh-routing/references/skill-common-rail.md.
Use When
Use when Hermes should turn repeated workflow lessons, skill behavior, review comments, or failure traces into candidate rules that humans can review before docs or catalog changes.
Strong routing signals: `rules-distill`, `rules distill`, `distill rules`, `rule distillation`, `principle distill`, `skill principles`, `extract agent rules`, `turn traces into rules`, `policy distill`, `guidance distill`, `규칙 증류`, `원칙 추출`, `스킬 원칙`, `프롬프트 규칙`
Catalog Metadata
Category: knowledge
Phase: rules-distillation
Hermes role: memory-keeper
Quality tier: rules-distillation-gated
Reasoning demand: light
Quality bar:
- Collect repeated evidence before proposing a rule.
- Deduplicate against existing guidance and name conflicts or narrower scopes.
- Use imperative, testable wording and include non-goals for each candidate.
- Require review approval before any patch handoff or generated-skill update.
Handoff policy:
Keep principle extraction and candidate review in Hermes. Editing AGENTS.md, catalog data, prompts, skills, or docs requires explicit approved implementation work and verification.
Required inputs:
- source corpus: skills, prompts, traces, reviews, failures, or docs
- destination boundary: AGENTS, skill catalog, prompt, docs, memory, or no-write review
- rule granularity and acceptance criteria
- reviewer or approval requirement
Expected outputs:
- rules_distillation_plan/v1
- principle_candidate_set/v1
- duplication_conflict_report/v1
- review_queue/v1
- approved_patch_handoff/v1 when approved
- not-evidence boundary
Artifact expectations:
- principle_candidate_set/v1 with source references, repeated pattern, candidate wording, scope, non-goals, and risk
- duplication_conflict_report/v1 with already-covered rules, conflicts, and stale guidance
- review_queue/v1 separating proposed, approved, rejected, deferred, and needs-evidence candidates
Safety rules:
- Do not silently mutate skills, prompts, AGENTS.md, docs, memory, or catalog data from a distillation result.
- Do not promote one-off preferences, weak anecdotes, or stale traces into global rules.
- Keep observed sources, inferred principles, candidate wording, review state, and implementation patches separate.
Runtime Evidence
Preferred harness for this skill: rules-distill.
omh runtime record --skill rules-distill --harness rules-distill --status started
Record observed delegation results; otherwise return not_available or not_observed.
Prepared OMH routing is not execution, review, CI, merge-readiness, or merge evidence.
- Treat wrapper memory/context summaries as advisory local context, not proof of opaque Hermes memory reads or changes.
Preserve workflow intent and stop conditions; verify before claiming completion.
Use Hermes-native subagent/delegation features when available: native subagents -> Hermes delegation when available, otherwise sequential lanes.
Shared product, compatibility, topology, memory, harness, and execution rules: omh-routing/references/skill-common-rail.md. Load it when applicable; otherwise name an unavailable capability.
1---2name: omh-rules-distill3description: [omh] Hermes Rules Distill workflow: extract repeated principles from skills, prompts, traces, reviews, and failures into reviewed rule candidates without auto-mutating guidance. Use when the user says: rules-distill, rules distill, distill rules, rule distillation, principle distill, skill principles, extract agent rules, turn traces into rules.4---5
6# Rules Distill
7
8This is a Hermes-native `rules-distill` workflow skill.
9
10## Why This Exists
11
12`rules-distill` gives OMH a disciplined way to learn from large skill ecosystems like ECC without wholesale copying: extract principles, review them, then patch OMH only through explicit verified work.
13
14## Do Not Use When
15
16- The user wants a single workflow route regression; use `workflow-learning`.
17- The user wants durable factual project memory; use `wiki` or memory curation.
18- The user already approved a concrete code/doc change; use the implementation workflow.
19
20## Examples
21
22Good example:
23
24- Prompt: rules-distill 최근 실패 trace와 스킬들을 보고 OMH AGENTS에 넣을 만한 반복 원칙 후보만 뽑아줘.
25- Expected behavior: Prepare principle_candidate_set/v1, duplication/conflict report, review queue, and approved patch handoff only after approval.
26- Why: The request is meta-guidance learning and needs review before mutating rules.
27
28Bad example:
29
30- Prompt: rules-distill 한 번 본 실패를 바로 모든 스킬 규칙으로 써버려.
31- Expected behavior: Keep it as a low-confidence candidate or regression case until repeated evidence and review approval exist.
32- Why: Rule distillation should not turn one-off anecdotes into global behavior.
33
34## Completion Checklist
35
36- The durable fact, source evidence, retrieval hint, and staleness risk are recorded.
37- Uncertain or conflicting knowledge is marked as review-needed rather than permanent truth.
38- Separate coding or docs tasks are extracted instead of buried in notes.
39
40## Recovery Notes
41
42- If source evidence conflicts, route to memory or knowledge review before writing durable guidance.
43- If the fact may be stale, record the staleness warning and next refresh action.
44
45## Workflow Lane
46
47- Current lane: **Automation and status** (`achievements`, `workspace-audit`, `production-audit`, `automation-blueprint`, `github-event-ops`, `github-issue-intake`, `buzz`, `agent-board`, `+35 more`) - schedules, status, health, and ops review.
48- If intent belongs to another lane, hand back to `oh-my-hermes` or name the adjacent workflow.
49- Shared product, routing, compatibility, and evidence rules: `omh-routing/references/skill-common-rail.md`.
50
51## Use When
52
53Use when Hermes should turn repeated workflow lessons, skill behavior, review comments, or failure traces into candidate rules that humans can review before docs or catalog changes.
54
55 Strong routing signals: `rules-distill`, `rules distill`, `distill rules`, `rule distillation`, `principle distill`, `skill principles`, `extract agent rules`, `turn traces into rules`, `policy distill`, `guidance distill`, `규칙 증류`, `원칙 추출`, `스킬 원칙`, `프롬프트 규칙`
56
57## Catalog Metadata
58
59Category: `knowledge`
60Phase: `rules-distillation`
61Hermes role: `memory-keeper`
62Quality tier: `rules-distillation-gated`
63Reasoning demand: `light`
64
65Quality bar:
66
67- Collect repeated evidence before proposing a rule.
68- Deduplicate against existing guidance and name conflicts or narrower scopes.
69- Use imperative, testable wording and include non-goals for each candidate.
70- Require review approval before any patch handoff or generated-skill update.
71
72Handoff policy:
73
74Keep principle extraction and candidate review in Hermes. Editing AGENTS.md, catalog data, prompts, skills, or docs requires explicit approved implementation work and verification.
75
76Required inputs:
77
78- source corpus: skills, prompts, traces, reviews, failures, or docs
79- destination boundary: AGENTS, skill catalog, prompt, docs, memory, or no-write review
80- rule granularity and acceptance criteria
81- reviewer or approval requirement
82
83Expected outputs:
84
85- rules_distillation_plan/v1
86- principle_candidate_set/v1
87- duplication_conflict_report/v1
88- review_queue/v1
89- approved_patch_handoff/v1 when approved
90- not-evidence boundary
91
92Artifact expectations:
93
94- principle_candidate_set/v1 with source references, repeated pattern, candidate wording, scope, non-goals, and risk
95- duplication_conflict_report/v1 with already-covered rules, conflicts, and stale guidance
96- review_queue/v1 separating proposed, approved, rejected, deferred, and needs-evidence candidates
97
98Safety rules:
99
100- Do not silently mutate skills, prompts, AGENTS.md, docs, memory, or catalog data from a distillation result.
101- Do not promote one-off preferences, weak anecdotes, or stale traces into global rules.
102- Keep observed sources, inferred principles, candidate wording, review state, and implementation patches separate.
103
104## Runtime Evidence
105
106Preferred harness for this skill: `rules-distill`.
107
108```sh
109omh runtime record --skill rules-distill --harness rules-distill --status started
110```
111
112Record observed delegation results; otherwise return `not_available` or `not_observed`.
113Prepared OMH routing is not execution, review, CI, merge-readiness, or merge evidence.
114- Treat wrapper memory/context summaries as advisory local context, not proof of opaque Hermes memory reads or changes.
115Preserve workflow intent and stop conditions; verify before claiming completion.
116
117Use Hermes-native subagent/delegation features when available: native subagents -> Hermes delegation when available, otherwise sequential lanes.
118
119Shared product, compatibility, topology, memory, harness, and execution rules: `omh-routing/references/skill-common-rail.md`. Load it when applicable; otherwise name an unavailable capability.