Legacy Rescue

Loop workflow for making real progress on a legacy codebase without breaking production. Starts by generating a codemap so you actually understand what exists (documentation-generator), identifies feedback-center modules (systems-thinking), gets a second perspective on areas you'll touch (code-review), builds a test safety net before any changes (test-driven-development), plans changes with rollback options (risk-management), makes small atomic commits (git-workflow), and loops through debugging as issues surface. Use when inheriting a codebase that's hard to change safely, when a production system needs modernization, or when you've been told "just don't break anything" but also need to ship features. NOT for greenfield work or isolated script changes.

viktorbezdek d53538d 3 files · 17.2 KB Updated

File contents

viktorbezdek/skillstack/tree/main/skillstack-workflows/skills/legacy-rescue commit d53538dd98

Frequently asked questions

npx skillmds@latest add viktorbezdek/legacy-rescue