← 技能图谱
namehandoff
descriptionCompact the current conversation into a handoff document for another agent to pick up.
触发词将当前对话压缩为一份交接文档,供另一个 Agent 接手继续工作。
argument-hintWhat will the next session be used for?
参数提示下一个会话将用于什么目的?
disable-model-invocationtrue

handoff

Compact the current conversation into a handoff document for another agent to pick up.

Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the temporary directory of the user's OS — not the current workspace.

编写一份交接文档,总结当前对话内容,以便新启动的 Agent 能继续当前工作。将文档保存到用户操作系统的临时目录,而非当前工作区。

Include a "suggested skills" section in the document, which suggests skills that the agent should invoke.

在文档中包含一个"建议技能"(suggested skills)部分,推荐后续 Agent 应该调用的技能。

Do not duplicate content already captured in other artifacts (specs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.

不要重复已在其他制品(规格说明、方案、ADR、Issue、提交、Diff)中记录的内容,改用路径或 URL 引用它们。

Redact any sensitive information, such as API keys, passwords, or personally identifiable information.

隐去任何敏感信息,例如 API 密钥、密码或个人身份信息。

If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.

如果用户传入了参数,将其视为下个会话的聚焦方向的描述,并据此调整文档内容。