What problem does it solve? When you encounter an unfamiliar section of code, it is easy to propose changes that break hidden callers, contracts, or operational assumptions. This Skill forces a structured investigation of the surrounding context before any modification is suggested. ## Core Features & Use Cases - Evidence-Based Exploration: Reads project glossaries, ADRs, agent instructions, and the target file or symbol before drawing conclusions. - One-Layer Outward Tracing: Identifies direct callers, owned data and contracts, runtime entry points, tests, and operational dependencies. - Structured Context Map: Returns a concise report covering Purpose, Flow, Ownership, Constraints, and Unknowns, plus the smallest safe next investigation. - Use Case: You are asked to modify a payment module you have never seen. Invoke this Skill to get a grounded map of who calls it, what data it owns, and which ADRs constrain changes before planning any edit. ## Quick Start Ask the agent to zoom out on the unfamiliar file or symbol and explain how it fits into the bigger picture before proposing any change.