What problem does it solve?
This Skill ensures that all code changes are surgical, safe, and easily reversible. It transforms high-level requirements and research into a detailed, executable blueprint, minimizing risks and maximizing clarity before any code is written.
Core Features & Use Cases
- Minimal Change Analysis: Identifies the smallest set of modifications required, preferring extension over alteration to reduce blast radius.
- Comprehensive Risk Assessment: Proactively identifies potential breaking changes, performance issues, and security vulnerabilities, providing clear mitigations.
- Detailed Rollback Plans: Every plan includes exact commands and verification steps to safely undo changes, ensuring peace of mind.
- Use Case: After researching how to integrate Redis caching, Claude uses this Skill to generate a plan that outlines specific file changes, step-by-step implementation, a test plan, potential risks, and a clear rollback strategy, ensuring a smooth and safe deployment.
Quick Start
Plan adding Redis caching to ProductService
/plan Add Redis caching to ProductService with 5-min TTL