What problem does it solve? Understanding how an unfamiliar subsystem works requires hours of manual code reading, and architectural problems often go unnoticed until they block changes. This Skill answers "how does X work" questions by exploring the codebase and producing senior-engineer-level explanations, with an optional critique mode that surfaces structural issues. ## Core Features & Use Cases - Explain Mode: Decomposes complex questions into parallel explorer agents that trace code paths, then synthesizes findings into a structured explanation with overview, key concepts, flow walkthrough, file map, and gotchas. - Critique Mode: After explaining, spawns multiple model critics that independently review the architecture against a rubric covering abstraction fit, data model, boundary discipline, evolution readiness, complexity, and consistency. - Lead Judgment: Categorizes critique findings into act-on, consider, noted, and dismissed buckets instead of dumping raw observations. - Use Case: Ask "how does the rate limiter work?" before modifying it, and receive a mental model of the data flow, enforcement path, and configuration, plus an optional architectural critique. ## Quick Start Ask the agent to explain how a specific subsystem or feature in your codebase works, optionally requesting an architectural critique.