Refactor Architecture

Use when the structure of existing code is what makes change expensive and that structure itself needs redesigning — tangled boundaries, logic in the wrong layer, one small change touching many files. Fires on this codebase is a mess, everything imports everything, and every feature makes the next one slower, even if nobody says refactor or architecture. Skip designing a new system, quick local cleanups, and read-only audits.

augments-labs f4a1638 3 files · 8.6 KB Updated

File contents

augments-labs/sdlc-skills/tree/main/skills/maintenance/refactor-architecture commit f4a1638c56

Frequently asked questions

npx skillmds@latest add augments-labs/refactor-architecture