What problem does it solve?
This Skill helps when a code area feels too narrow or confusing by stepping back and showing how that area fits into the broader system, so you can reason about architecture before details.
Core Features & Use Cases
- Module Mapping: Identifies the relevant modules, layers, and relationships around an unfamiliar piece of code.
- Caller and Dependency Context: Surfaces who calls into the area and what it depends on, helping you trace impact and boundaries.
- Higher-Level Orientation: Uses the project's own domain vocabulary to explain how the code participates in the larger workflow.
- Use Case: When you inherit a feature or bug in a large repository, use this Skill to quickly understand the surrounding components before making changes.
Quick Start
Ask the zoom-out skill to map the surrounding modules, callers, and domain terminology for the code area you are inspecting.