Skip to main content
NEW · APP STORE Now on iOS · macOS · iPad Android & Windows soon GET IT
Prompts Code Zoom-Out Module Mapper

agent coding skill risk: low

Code Zoom-Out Module Mapper

Instructs the model to go up a layer of abstraction and provide a map of all relevant modules and callers using the project's domain glossary vocabulary.

SKILL 1 file

SKILL.md
---
name: zoom-out
description: "Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture."
---
I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers, using the project's domain glossary vocabulary.

REQUIRED CONTEXT

  • section of code
  • project's domain glossary

EXPECTED OUTPUT

Format
markdown
Constraints
  • use project's domain glossary vocabulary
  • map all relevant modules and callers
  • go up one layer of abstraction

SUCCESS CRITERIA

  • Go up a layer of abstraction
  • Give a map of all the relevant modules and callers
  • Use the project's domain glossary vocabulary

CAVEATS

Dependencies
  • project's domain glossary vocabulary
Missing context
  • Desired output format or structure for the requested map
  • Handling instructions if no domain glossary exists
Ambiguities
  • Does not define criteria for determining which modules and callers are 'relevant'.
  • 'project's domain glossary vocabulary' is referenced without indicating its location or access method.

QUALITY

OVERALL
0.75
CLARITY
0.90
SPECIFICITY
0.75
REUSABILITY
0.80
COMPLETENESS
0.55

IMPROVEMENT SUGGESTIONS

  • Add an explicit output format requirement (e.g., 'Return a hierarchical bullet list or Mermaid diagram').

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR AGENT