What problem does it solve? Engineers joining a new codebase or touching an unfamiliar subsystem waste hours tracing code paths by hand. This Skill answers "how does X work" questions by exploring the codebase with parallel read-only agents and producing a senior-engineer-level architectural explanation, with an optional multi-model critique of the architecture. ## Core Features & Use Cases - Explain Mode: Decomposes complex questions into 2-4 parallel explorer agents, then synthesizes findings into a structured explanation covering overview, key concepts, flow, file map, and gotchas. - Simple Fast Path: Answers narrow questions (single module or function) with one agent that explores and explains in a single pass. - Critique Mode: After explaining, spawns one architectural critic per configured model tier to independently identify structural problems, then applies lead judgment to categorize findings as act, consider, noted, or dismissed. - Use Case: Before modifying the billing flow, ask how on-demand usage billing works and receive a walkthrough of the trigger, data flow, decision points, relevant files, and non-obvious sharp edges. ## Quick Start Ask how the rate limiter subsystem works in this repository and request an architectural explanation.