What problem does it solve? Codebases drift over time: modules become shallow wrappers, dependencies tangle, and structural boundaries leak. This Skill performs an unbiased, independent architectural audit of the as-built system and records prioritized findings in a report, without touching any code. ## Core Features & Use Cases - Independent structural review: The agent deliberately ignores existing design docs and decision records, judging the code and data schema on their own merits to avoid bias from settled trade-offs. - Smell detection with evidence: Flags shallow modules, tangled dependencies, single-caller abstractions, inverted dependencies, and leaky boundaries, with every finding citing specific files and lines. - Prioritized report output: Findings are ranked by impact divided by effort and written to a configurable audit report store, ready to feed a downstream refactor. - Use Case: After a large changeset lands on the main branch, run the audit against the repository at a pinned commit to check whether module boundaries still hold, then hand the report to a refactoring agent. ## Quick Start Audit this codebase and file an architectural audit report.