Use when auditing project structure, planning refactors, improving code organization, analyzing dependencies and module boundaries, or identifying structural…
Architecture Review Analyze, audit, and improve project structure. Key Principles Measure before changing — Map structure and identify concrete issues before proposing changes Clear boundaries — Layers (UI, logic, data) separated with consistent dependency direction Colocation — Related code together; easy to find, change, and delete features Incremental migration — Refactor in phases, validate each step with tests Quick Assessment No circular dependencies Consistent directory naming and grouping (by feature or by type) Single responsibility per file/module, reasonable file sizes (<500 lines) External dependencies isolated, shared code properly extracted New developers can navigate and find code for any feature easily
don't have the plugin yet? install it then click "run inline in claude" again.