Complexitysmash

Audit a codebase for systemic complexity and simplification opportunities: duplicated business logic, unnecessary abstractions, mixed responsibilities, poor boundaries, pattern drift, indirection without payoff, and modules that should be merged, split, or deleted. Use when the user wants a full-project design pass or says the codebase feels over-engineered, inconsistent, hard to change, or harder than the problem requires. Prefer this over spring-cleaning when the issue is architectural or cross-cutting rather than a smaller cleanup pass.

samgalanakis c69ef9c 2 files · 5.1 KB Updated

File contents

samgalanakis/skills/tree/main/complexitysmash commit c69ef9cd96

Frequently asked questions

npx skillmds@latest add samgalanakis/complexitysmash