| name | zoom-out |
| description | Contextual awareness phase. Explains the system-wide impact of a change or architectural pattern. Trigger: "/zoom-out", "zoom out", "give me the big picture".
|
Zoom Out Skill
Stop looking at individual lines of code and explain the macro-level architecture.
Intent
- System Context: How does this file/module interact with the rest of the app?
- Data Flow: Where does the data come from and where does it go?
- Pattern Recognition: What architectural patterns (e.g., Clean Architecture, MVC) are being used?
Rules
- Avoid technical jargon unless it adds clarity.
- Use metaphors to explain complex interactions.
- Identify potential bottlenecks or architectural flaws.