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.

SiTaggart Updated

File contents

SiTaggart/.agents/tree/main/plugins/pstack/skills/principle-separate-before-serializing-shared-state commit e5299fb34f

Frequently asked questions

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