CLAUDE.md: Enforce Explicit State Machine Transitions
Configure Claude Code to reject implicit state changes and require documented transition guards on every state-bearing object.
The Prompt
Already a member? Sign in.
Claude Code: Map the Implicit State Machine in a Stateful Module
Forces Claude to extract the hidden state machine from imperative code before you refactor or extend it.
CLAUDE.md: Enforce Explicit Null Handling Before Property Access
Configure Claude Code to reject any code that accesses object properties without first asserting the value exists.
Extract State Machine Transitions From Code
Map every state change, transition rule, and guard clause in a codebase to find incomplete or missing state paths.
CLAUDE.md: Require Explicit Null Handling at Every Boundary
System config that forces Claude to surface and handle null/undefined at every IO and module boundary.