Refactor Session

Use when improving code structure without changing behavior — cleaning up messy code, extracting functions, renaming for clarity, removing duplication. Trigger on: "refactor this", "clean up this code", "this is too messy", "extract this function", "this function is too long", "rename this", "remove duplication", or any structural improvement task. Hard rule: never refactor and change behavior in the same commit.

SpencerGoss 304d166 5.1 KB Updated

File contents

SpencerGoss/agent-engineering/tree/main/refactor-session commit 304d166705

Frequently asked questions

npx skillmds@latest add spencergoss/refactor-session