State Records

Implements the state-as-records-not-booleans pattern for rich state tracking. Use when modeling state changes, replacing boolean flags with record-based state, or when user mentions state records, closures, publications, or toggling state. WHEN NOT: Technical flags like cached/processed (use booleans), concern extraction (use concern-patterns), general model work (use model-patterns).

thibautbaissac 4d4206d 2 files · 17.4 KB Updated

File contents

thibautbaissac/rails_ai_agents/tree/main/.claude_37signals/skills/state-records commit 4d4206d845

Frequently asked questions

npx skillmds@latest add thibautbaissac/state-records