miscsubjectsAI governance

Skill · the loop · site

shared-rule-capture

Use when the owner restates a rule, correction, or constraint, or when a governor report shows high owner-restatement counts.

The failure this skill exists to stop

2026-07: The owner restated the same rule across sessions because corrections were acknowledged conversationally and never written into a durable rule.

Source
this build
License
site
Canonical file
.claude/skills/shared-rule-capture/SKILL.md synced to .agents/skills/shared-rule-capture/SKILL.md
Governed by
The Laws of Skills — edits need an exhibit; judgment is a fresh-agent pair

Shared Rule Capture — turn repetition into enforced memory

Overview

When the owner has to say the same thing more than once, the build has failed to remember. This skill captures repeated owner rules as skills, laws, or code gates in the same turn so future agents load them automatically and cannot violate them.

When to Use

Core Pattern

  1. Detect repetition. Note when a rule-like statement appears from the owner.
  2. Draft a skill or law candidate in the same turn.
  3. Write it immediately. Do not ask for approval. Place it in the correct skill directory and update AGENTS.md if project-specific.
  4. Add a mechanical gate wherever possible (pre-commit hook, protected-feature check, governor detector, watch rule) so the rule enforces itself.
  5. Run the original task under the new rule, then verify the rule is loaded next time.

Rules

Red Flags

Verify

After capturing: the next agent session that touches the same topic loads the skill and follows it without the owner restating it.

After adding a gate: run the gate and confirm it blocks the failure mode it was written for.

Folder contents · 1 files