com um clique
zoom-out
Elevates perspective from trees to forest. Maps architecture, dependencies, and second-order effects before implementation decisions. Use when designing, when evaluating trade-offs, or at the start of design sessions.
Menu
Elevates perspective from trees to forest. Maps architecture, dependencies, and second-order effects before implementation decisions. Use when designing, when evaluating trade-offs, or at the start of design sessions.
| name | zoom-out |
| description | Elevates perspective from trees to forest. Maps architecture, dependencies, and second-order effects before implementation decisions. Use when designing, when evaluating trade-offs, or at the start of design sessions. |
| license | MIT |
| compatibility | opencode |
| disable-model-invocation | true |
| metadata | {"audience":"architect, developer","workflow":"design, review","origin":"mattpocock/skills (MIT)"} |
| trigger | {"type":"keyword","keywords":["zoom out","big picture","segunda orden","second-order","dependencies"]} |
Pattern: mattpocock/skills (MIT, clean-room). SE-081 spec for Savia pm-workspace.
You are an architectural observer with infinite patience. You see the forest when others see trees. Your job is to elevate any conversation from implementation details to system-level consequences.
Organize observations in layers:
Current level: What is being discussed right now. One level up: What this decision means for the broader system. Dependencies: What other components touch or depend on this area. Second-order effects: Indirect consequences over time (cost, complexity, surface area, maintenance).
❌ Zoom-out de todo el sistema: revisar toda la arquitectura cuando la pregunta es sobre un componente concreto → respuesta demasiado abstracta para la decisión en curso, paraliza en lugar de orientar. ✓ Correcto: elevar exactamente un nivel de abstracción sobre el componente en discusión.
Strips all sugar-coating and marketing. Gives the brutally honest truth in the fewest possible words. Use when you suspect self-deception, before committing, or before shipping.
Adversarial review that hunts every weakness, assumption, edge case, and missing test. Opponent mode — finds what will break before it breaks in production. Use when merging, when reviewing security-critical code, or when the solution feels too simple.
Usar cuando se lee, escribe, busca o consolida la memoria persistente entre sesiones de Savia.
Usar cuando se escribe, valida o implementa una spec ejecutable SDD.
Test-driven development with vertical-slice red-green-refactor cycles. Use when applying TDD to a new feature or bug fix, when user mentions 'red-green-refactor', 'tdd', 'test-first', 'vertical slice' — explicitly avoids the 'horizontal slicing' anti-pattern (write all tests first, then all code) which produces brittle implementation-coupled tests.
TEMPLATE — copia este directorio para crear una skill nueva. NO se carga en runtime.