planning-methodology

Official

Plan safe, reversible code changes, minimize risk.

AuthorVAMFI
Version1.0.0
Installs0

System Documentation

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

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: planning-methodology
Download link: https://github.com/VAMFI/claude-user-memory/archive/main.zip#planning-methodology

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository