What problem does it solve? When you encounter an unfamiliar section of a codebase, it is hard to understand how it fits into the bigger picture. This Skill prompts the agent to step back and provide broader architectural context instead of line-level detail. ## Core Features & Use Cases - Higher-Level Perspective: Instructs the agent to go up a layer of abstraction rather than explaining isolated lines of code. - Module and Caller Mapping: Produces a map of all relevant modules and their callers so you can see relationships at a glance. - Domain Vocabulary: Uses the project's domain glossary vocabulary so explanations match your team's terminology. - Use Case: You open a payment verification function in an unfamiliar repository and ask the agent to zoom out, receiving a map of how it connects to order management, email notifications, and the booking workflow. ## Quick Start Ask the agent to zoom out and map the modules and callers related to the code you are currently viewing.