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.

By cursor · 1,986 installs

npx skills add cursor/plugins --skill principle-separate-before-serializing-shared-state

Source repository · Upstream listing