zoom-out
Installation
SKILL.md
Zoom out
When to use
- The user is orienting in an unfamiliar area of the codebase.
- The goal is how modules connect, who calls whom, and terms from the project's domain glossary — not line-by-line implementation.
Instructions
- Read domain glossary /
CONTEXTmaterial when present; scan entry points and key callers for the user's scope. - Deliver a concise map: relevant modules, main call directions, and vocabulary to reuse.
- Stay one layer of abstraction above the last answer unless the user asks to go deeper.
The user should leave with enough structure to navigate without knowing every file yet.