Principle Separate Before Serializing Shared State

Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one shared writer is a real invariant.

deadmade Updated

File contents

deadmade/dead-claude-skills/tree/main/plugins/pstack-picks/skills/principle-separate-before-serializing-shared-state commit ed94cec0e1

Frequently asked questions

npx skillmds@latest add deadmade/principle-separate-before-serializing-shared-state