strategy-preserve-public-api
Installation
SKILL.md
Strategy — Preserve Public API
When to use
- The task edits a public class, function, or interface that other modules, packages, or external consumers call.
- The task changes a library, SDK, or package whose interface is published and versioned for outside consumers.
- The task wants to remove, rename, or change the parameters of an existing public method, constant, or return type.