一键导入
zoom-out
Use during research-slice and execute-slice when unfamiliar with a section of code. Go up a layer of abstraction and map relevant modules and callers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use during research-slice and execute-slice when unfamiliar with a section of code. Go up a layer of abstraction and map relevant modules and callers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when reviewing architecture decisions. C4 model, dependency inversion, hexagonal boundaries.
Use during discuss-slice and plan-slice to stress-test a spec or plan against domain vocabulary before approval.
Use during research-slice to build disposable experiments that answer technical uncertainty.
Use during project:init to scaffold repo-level agent configuration (CLAUDE.md, AGENTS.md, tracker labels).
Use when debugging. 4-phase investigation, root cause, minimal fix.
Use when implementing features/fixes. Iron law: ¬∃ production code without failing test.
| name | zoom-out |
| description | Use during research-slice and execute-slice when unfamiliar with a section of code. Go up a layer of abstraction and map relevant modules and callers. |
| version | 1.0.0 |
| tags | ["process","research"] |
During research-slice and execute-slice, when you encounter an unfamiliar code region. Use before making changes to code you do not fully understand.
Obtain broader context and a higher-level perspective on how a code region fits into the system.
Acknowledge the unfamiliar area and the specific question: "I do not know how X relates to Y."
Go up one layer of abstraction. Provide:
Describe the map using the project's domain glossary vocabulary (from CONTEXT.md or DOMAIN.md). Avoid generic terms like "handler" or "service" when domain-specific terms exist.
Highlight which modules will be affected by the planned change. Flag any cross-module dependencies that may require additional investigation.