What problem does it solve?
This Skill solves the problem of getting lost in an unfamiliar codebase by providing a structured, read-only method to map subsystems and behaviors without the risk of accidental code changes or speculative assumptions.
Core Features & Use Cases
- Evidence-Based Mapping: Traces behaviors to entry points, modules, and dependencies using only verified documentation and code references.
- Safety-First Orientation: Enforces a strict read-only boundary, ensuring that exploration never leads to unintended refactoring or system modifications.
- Use Case: Use this when you are assigned to a new feature in a legacy system and need to understand how a specific API endpoint interacts with the database and existing tests before you start writing any code.
Quick Start
Invoke the zoom-out skill by asking it to map the specific subsystem or symbol you are currently investigating.