Module Depth Review

Use when reviewing whether module boundaries earn their keep — finding shallow modules that should be consolidated into deep ones. Triggers on phrases like "is this over-modularised?", "should these be one module?", "too many small files doing related work", "interface feels as complex as implementation", "review the architecture of X", or when a folder has many tiny files that mostly call each other. Read-only audit; pairs with audit-vs-fix-discipline. Not a substitute for `simplify` (which works inside functions) or `cleanup` (which removes dead code).

stuartshields 9885f8c 3 files · 22.7 KB Updated

File contents

stuartshields/claude-setup/tree/main/skills/module-depth-review commit 9885f8c5df

Frequently asked questions

npx skillmds@latest add stuartshields/module-depth-review