refactoring-plan
Installation
SKILL.md
Refactoring Plan
Guide the user from a messy codebase problem to a fully-formed refactor plan, broken into the smallest safe commits possible, then submit it to their preferred destination.
Skill workflow — these skills chain naturally:
pre-mortem (optional — stress-test the plan before committing) → refactoring-plan → prd-slice (push slices to a tracker)
Process
1. Gather the problem statement
Ask the user for a detailed description of:
- The problem they are trying to solve
- Any ideas or constraints they already have in mind
Understanding the pain before proposing solutions matters — jumping straight to answers often misses what's really broken.