Keep interfaces stable and changes reviewable; includes ADR-lite guidance and deprecation/deletion checks.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill change-management --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Change Management?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-change-management)More formats (shields.io, HTML) on the badges page.
---
name: change-management
description: Keep interfaces stable and changes reviewable; includes ADR-lite guidance and deprecation/deletion checks.
---
# Change Management (Stable Interface / Deletion)
## Use when
- Changing public APIs across layers (ports, facades, stores).
- Introducing a new pattern or architectural decision.
## Workflow
1. Define minimal stable interface (MSI): smallest API callers need.
2. Prefer additive change; if breaking, include migration notes.
3. Add ADR-lite notes (what/why/risks) when boundaries change.
4. Verify deletion path: feature can be removed without global entanglement.
## References
- `.github/instructions/68-change-management-copilot-instructions.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.