What problem does it solve? When you are unfamiliar with a code area, it is hard to understand how a specific piece fits into the bigger picture. This Skill zooms out one layer of abstraction and produces a map of the relevant modules, callers, and data flow paths so you can orient yourself quickly. ## Core Features & Use Cases - Abstraction-Level Mapping: Steps up from line-level code to show the surrounding modules and their relationships. - Caller and Data Flow Tracing: Identifies who calls the code and how data moves through the system. - Project Vocabulary Alignment: Uses the project's domain vocabulary from copilot-instructions.md and references applicable Architecture Decision Records (ADRs). - Use Case: You join a repository like Envilder and need to understand how the CLI secret-resolution flow connects to the AWS SSM and Azure Key Vault providers before making a change. ## Quick Start Ask the assistant to zoom out and map the modules, callers, and data flow for the code area you are currently exploring.