Impl Strategy

Decide how to implement changes before editing code. Determines the compatibility boundary: is this a released public API, an unreleased branch-local change, an internal helper, or a persisted schema? Prevents unnecessary shims and over-engineering while protecting real contracts. Use before editing runtime or API code, when the user asks about backward compatibility, migration strategy, or says: 兼容性, 怎么改, 影响范围, breaking change, implementation strategy.

RomeoSY Updated

File contents

RomeoSY/my-cursor-skills/tree/main/skills/impl-strategy commit b419962b3a

Frequently asked questions

npx skillmds@latest add romeosy/impl-strategy