What problem does it solve? When a user states a standing rule like "NEVER do X" or "ALWAYS do Y", an AI session that merely obeys it loses the rule forever once the conversation ends, since the next session starts only from the committed tree. This Skill ensures standing rules are written into the repository's guidance files in the same session they were heard. ## Core Features & Use Cases - Standing-rule detection: Activates on capitalized NEVER/ALWAYS and equivalent phrasings like "don't ever", "from now on", "every time", and "stop doing X". - Surface routing: Directs each rule to the narrowest correct surface — a .claude/rules/ file for path-scoped rules, the owning skill for activity-scoped rules, or root CLAUDE.md only when it must fire before any file is opened. - Same-PR capture: Rides the PR the session already has open as its own marked commit with a lead sentence naming the rule change, quoting the user's authorizing sentence, and answering the 500-session growth question. - Use Case: A user writes "NEVER fold text, put it all on one line." The session fixes the offending artifact, narrows the wrap exemption in root CLAUDE.md, adds the paragraph-per-line rule to the markdown-block skill, and carries both edits on its open branch. ## Quick Start Tell the agent a standing rule such as "NEVER merge without asking me" and have it fix the current instance and capture the rule into the correct guidance file on the open PR.