Refactoring Workflow

Improve the structure of existing code without changing its behaviour, in small verified steps under a green test suite. Use when the user asks to refactor, clean up, restructure or simplify code, wants to reduce duplication or coupling, is preparing a codebase for a feature it cannot currently accommodate, or when the task involves extracting functions, splitting modules, breaking dependencies, or paying down technical debt.

personamanagmentlayer f20e383 3 files · 21.7 KB Updated

File contents

personamanagmentlayer/pcl/tree/main/stdlib/workflows/refactoring-workflow commit f20e383be3

Frequently asked questions

npx skillmds add personamanagmentlayer/refactoring-workflow