What problem does it solve? Codebases accumulate shallow modules whose interfaces are nearly as complex as their implementations, making them hard to test and navigate. This Skill surfaces that architectural friction and proposes concrete deepening refactors grounded in a shared design vocabulary. ## Core Features & Use Cases - Hot-spot-driven exploration: Scopes the review using git history and user direction, then spawns a sub-agent to find shallow modules, seam leakage, and poor testability. - Visual HTML report: Writes a self-contained Tailwind and Mermaid report to the OS temp directory with before/after diagrams, recommendation badges, and a top recommendation. - Grilling loop: After the user picks a candidate, stress-tests the decision, updates CONTEXT.md, and offers ADRs for load-bearing rejections. - Use Case: Point it at a subsystem where bugs keep recurring; it identifies that pricing logic leaks across a seam and renders a before/after diagram showing one deep module with a single testable interface. ## Quick Start Ask the assistant to review the current codebase for architecture deepening opportunities and open the generated HTML report.