Propose Rules banner
danielbentes danielbentes

Propose Rules

Development community

Description

--- name: digital-twin:propose-rules description: Review pending memory rule and principle proposals from the digital-twin pushback detector. Approves or rejects each proposed correction before it lands in the user's memory. --- # /digital-twin propose-rules Review and approve auto-detected rule/principle corrections. ## How it works The `pushback-detector.py` watches `(assistant-turn, user-reply)` pairs and drafts candidate memory files when it sees a pushback that isn't already encoded in

Installation

Installs to ~/.claude/skills/danielbentes-digital-twin-propose-rules/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielbentes-digital-twin-propose-rules && curl -fsSL https://raw.githubusercontent.com/danielbentes/digital-twin/HEAD/commands/propose-rules.md -o ~/.claude/skills/danielbentes-digital-twin-propose-rules/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository