Zoom Out

User-invoked only, via /zoom-out — never auto-fires. Steps back from the current code to give a higher-level perspective: which modules are involved, how do they connect, what is this change touching that isn't obvious? Reads the project's CONTEXT.md / domain glossary when available. Invoke it deliberately when you feel stuck in detail, when a change feels bigger than expected, or before making a structural decision and you want a map first.

ivy00johns Updated

File contents

zoom-out

Go up a layer. Map the modules involved in this change. Read the domain glossary (CONTEXT.md, configured via setup-project-skills) if one exists.

Output a numbered list of modules, one line per module describing its role, with arrows () showing connections between them. Example shape:

1. AuthService — validates JWTs → 2. UserRepo
2. UserRepo — loads/persists users → 3. SessionStore
3. SessionStore — refresh-token cache → AuthService

Do not propose changes. The user asked for orientation, not a fix — if they wanted a fix they'd have invoked a different skill.

ivy00johns/Skill-Madness/tree/main/skills/workflows/zoom-out commit 42ddb8eef1

Frequently asked questions

npx skillmds@latest add ivy00johns/zoom-out