What problem does it solve? Engineers often need to understand an unfamiliar subsystem before changing it, but tracing code paths across files and packages is slow and error-prone. This Skill answers "how does X work" questions by exploring the codebase and producing a senior-engineer-level explanation, and can optionally critique the architecture with an independent panel. ## Core Features & Use Cases - Explain mode: Decomposes complex questions into parallel exploration angles, synthesizes findings into a structured explanation with overview, key concepts, flow, file map, and gotchas. - Critique mode: After explaining, spawns 3-4 diverse critics using a rubric covering abstraction fit, data model, boundaries, evolution readiness, complexity, and consistency, then sorts findings into Act on / Consider / Noted / Dismissed buckets. - Use Case: Before modifying a rate limiter, ask how it works; the Skill traces the data model, request path, and configuration in parallel, then delivers a walkthrough you can onboard from or critique. ## Quick Start Ask the assistant to explain how a specific subsystem in this repository works, for example how the authentication flow handles token refresh.