What problem does it solve? Starting a change without understanding the existing codebase leads to flawed proposals and wasted rework. This Skill performs the discovery phase of spec-driven development by grounding an initial request in observed repository reality before any design decisions are made. ## Core Features & Use Cases - Targeted Repository Inspection: Reads project maps, config files, and high-signal source files to identify the affected area, constraints, and blast radius of a requested change. - Structured Discovery Artifact: Writes a concise explore.md capturing the request summary, current-state observations, risks, open questions, and a recommended objective and mode for downstream phases. - Use Case: A developer asks to add caching to an API layer. The Skill inspects the relevant modules, notes existing middleware constraints and test coverage, flags risks, and produces an explore.md that the proposal phase can build on directly. ## Quick Start Explore the repository impact of adding rate limiting to the API and write the findings to explore.md.