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.

cursor ff93b4a 1.5 KB Updated

File contents

cursor/plugins/tree/main/pstack/skills/principle-separate-before-serializing-shared-state commit ff93b4a203

Frequently asked questions

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