What problem does it solve?
This Skill helps when a code area feels unfamiliar and you need a higher-level map instead of isolated implementation details. It shifts the conversation from local lines of code to the modules, boundaries, and callers that explain how the system fits together.
Core Features & Use Cases
- Architectural Context: Identifies the surrounding modules and how they relate to the current area.
- Caller and Dependency Mapping: Highlights upstream callers, neighboring components, and important data flow.
- Domain Vocabulary Alignment: Reframes the explanation using the project’s own glossary so the structure is easier to recognize.
- Use Case: Useful when you have landed in an unfamiliar feature, inherited a legacy subsystem, or need to understand what to inspect before making a change.
Quick Start
Ask the agent to zoom out on the current code area and show the relevant modules, callers, and domain terms.