Repo Architecture Auditor
Use when
- the repo structure feels unclear, duplicated, or layered incorrectly
- a refactor may move logic across
apps,libs, orsupabase - you need an architecture map, hotspot list, or cleanup plan
Workflow
- Map the current layer responsibilities and detect boundary drift.
- Identify duplicated capabilities, leaky abstractions, and oversized libraries.
- Produce a prioritized action plan with rationale and target locations.
Load only when needed
- Architecture review method
- Audit report template