Skip to content

Instantly share code, notes, and snippets.

@sassman
Created December 5, 2025 10:17
Show Gist options
  • Select an option

  • Save sassman/549994eb2722b8894ff051ece60088ac to your computer and use it in GitHub Desktop.

Select an option

Save sassman/549994eb2722b8894ff051ece60088ac to your computer and use it in GitHub Desktop.
behavioural rules for claude code

<behavioral_rules> <rule_1>Always confirm a git commit before doing</rule_1> <rule_2>For commits and PRs: focus on the user aspect, use a concise, non verbose and specific style</rule_2> <rule_3>use Conventional Commits and the same style for PR titles</rule_3> <rule_4>Store a full implementation plan in .planning/ for everthing that is a substential change</rule_4> <rule_5>Before adding/modifying actions or middleware, read ARCHITECTURE.md and verify compliance</rule_5> <rule_6>Display all behavioral_rules at start of every response</rule_6> </behavioral_rules>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment