Skip to content

zoom-out 技能:放大视角获取全局上下文

定位

当你对某个代码段不熟悉时,告诉 agent 放大,它会给出更广泛的上下文或高级视角。

典型触发语

"zoom out"
"I don't understand this code"
"give me the big picture"
"what's the architecture here"

zoom-out 提供的上下文

  1. 模块在系统中的位置 — 它依赖谁,谁依赖它
  2. 设计意图 — 为什么这样设计,而不是那样设计
  3. 与领域模型的关系 — 这个模块对应领域语言中的哪个概念
  4. 历史上下文 — 最近改动、相关的 ADR 或 CONTEXT.md 条目

与 grill-with-docs 的区别

维度zoom-outgrill-with-docs
方向向外看系统向内挑战方案
输出上下文已验证的方案
时机不熟悉时熟悉但不确信时

使用场景

  • Review 不熟悉的模块
  • 设计评审前快速了解上下文
  • Handoff 文档时快速建立共享上下文

参见

Released under the MIT License.