Refactoring Strategy

Systematic refactoring methodology with safety guarantees for polyglot codebases. TRIGGER when: user asks to refactor code, restructure a module, split a monolith, do a large rename, extract a service, apply strangler fig, or plan a safe migration of existing code. Also when tech-debt-tracker findings need execution. DO NOT TRIGGER when: user is fixing a bug (use focused-fix), doing TDD on new code (use tdd), or finding tech debt without a plan to fix it (use tech-debt-tracker).

DROOdotFOO 17e4206 4 files · 20.1 KB Updated

File contents

DROOdotFOO/agent-skills/tree/main/skills/refactoring-strategy commit 17e420659b

Frequently asked questions

npx skillmds@latest add droodotfoo/refactoring-strategy