What problem does it solve? Understanding how an unfamiliar subsystem works requires hours of manual code reading, and architectural questions like "where should this live" or "is this the right layer" lack a structured way to get rigorous answers. ## Core Features & Use Cases - Explain Mode: Answers "how does X work" questions by spawning parallel read-only explorer agents that trace code paths, then synthesizing their findings into a senior-engineer-level architectural explanation with file references, flow walkthroughs, and gotchas. - Critique Mode: After explaining a subsystem, spawns multiple independent model critics that evaluate the architecture against a rubric covering abstraction fit, data model, boundary discipline, and evolution readiness, with findings triaged by a lead judgment pass. - Use Case: Before modifying a rate limiter you have never touched, ask "how does the rate limiter work?" to get a mental model of its data flow, key types, and sharp edges, then optionally request an architectural critique before proposing changes. ## Quick Start Ask how the authentication flow works in this repository to receive a structured architectural explanation.