What problem does it solve?
This Skill eliminates risky, complex, and irreversible implementations by enforcing a systematic methodology for creating surgical, minimal-change, and fully reversible development plans. It ensures clarity and safety before any code is written.
Core Features & Use Cases
- Minimal Change Analysis: Identifies the smallest set of changes required, prioritizing extension over modification and new files over existing ones.
- Comprehensive Risk & Rollback Planning: Assesses potential risks (breaking changes, performance, security) and creates detailed, executable rollback procedures for every change.
- Use Case: When tasked with adding a new feature, this skill will generate a step-by-step plan that includes specific file changes, verification methods for each step, a full risk assessment, and a clear
git revert command for immediate rollback if issues arise.
Quick Start
Create an implementation plan for adding Redis caching to the ProductService, focusing on minimal changes, clear verification, and a robust rollback strategy.