handoff

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it).
Suggest 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、plans、ADRs、issues、commits、diffs)中已记录的内容,而是通过路径或URL引用它们。
如果用户传入了参数,请将其视为下一环节工作重点的描述,并据此调整文档内容。