handoff
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWrite a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by (read the file before you write to it).
mktemp -t handoff-XXXXXX.mdSuggest the skills to be used, if any, by the next session.
Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
撰写一份总结当前对话的交接文档,以便新的Agent能够继续开展工作。将文档保存到生成的路径下(写入前请先读取该文件)。
mktemp -t handoff-XXXXXX.md建议下一次会话中可使用的技能(如有)。
请勿重复其他工件(PRDs、计划、ADRs、问题、提交记录、差异文件)中已包含的内容,而是通过路径或URL引用它们。
如果用户传入了参数,请将其视为下一次会话的重点描述,并据此调整文档内容。