Loading...
Loading...
Compare original and translation side by side
Note: This skill is now an alias for. Both output the same YAML format./create_handoff
/clear/create_handoff注意: 此技能现在是的别名,二者输出相同的YAML格式。/create_handoff
/clear/create_handoffls -td thoughts/shared/handoffs/*/ 2>/dev/null | head -1 | xargs basenameopen-source-releasegeneralthoughts/shared/handoffs/{session-name}/YYYY-MM-DD_HH-MM_description.yaml{session-name}open-source-releasegeneralYYYY-MM-DDHH-MMdescriptionthoughts/shared/handoffs/open-source-release/2026-01-08_16-30_memory-system-fix.yamlthoughts/shared/handoffs/general/2026-01-08_16-30_bug-investigation.yamlls -td thoughts/shared/handoffs/*/ 2>/dev/null | head -1 | xargs basenameopen-source-releasegeneralthoughts/shared/handoffs/{session-name}/YYYY-MM-DD_HH-MM_description.yaml{session-name}open-source-releasegeneralYYYY-MM-DDHH-MMdescriptionthoughts/shared/handoffs/open-source-release/2026-01-08_16-30_memory-system-fix.yamlthoughts/shared/handoffs/general/2026-01-08_16-30_bug-investigation.yamlgoal:now:---
session: {session-name from ledger}
date: YYYY-MM-DD
status: complete|partial|blocked
outcome: SUCCEEDED|PARTIAL_PLUS|PARTIAL_MINUS|FAILED
---
goal: {What this session accomplished - shown in statusline}
now: {What next session should do first - shown in statusline}
test: {Command to verify this work, e.g., pytest tests/test_foo.py}
done_this_session:
- task: {First completed task}
files: [{file1.py}, {file2.py}]
- task: {Second completed task}
files: [{file3.py}]
blockers: [{any blocking issues}]
questions: [{unresolved questions for next session}]
decisions:
- {decision_name}: {rationale}
findings:
- {key_finding}: {details}
worked: [{approaches that worked}]
failed: [{approaches that failed and why}]
next:
- {First next step}
- {Second next step}
files:
created: [{new files}]
modified: [{changed files}]goal:now:done_this_session:decisions:findings:worked:failed:next:session_goalobjectivefocuscurrentgoal:now:goal:now:---
session: {来自台账的会话名称}
date: YYYY-MM-DD
status: complete|partial|blocked
outcome: SUCCEEDED|PARTIAL_PLUS|PARTIAL_MINUS|FAILED
---
goal: {本次会话完成的内容——会显示在状态栏}
now: {下一次会话应首先执行的操作——会显示在状态栏}
test: {验证本次工作的命令,例如:pytest tests/test_foo.py}
done_this_session:
- task: {完成的第一项任务}
files: [{file1.py}, {file2.py}]
- task: {完成的第二项任务}
files: [{file3.py}]
blockers: [{任何阻塞问题}]
questions: [{留给下一次会话的未解决问题}]
decisions:
- {决策名称}: {理由}
findings:
- {关键发现}: {详细内容}
worked: [{有效的方法}]
failed: [{失败的方法及原因}]
next:
- {第一项后续步骤}
- {第二项后续步骤}
files:
created: [{新建文件}]
modified: [{修改的文件}]goal:now:done_this_session:decisions:findings:worked:failed:next:session_goalobjectivefocuscurrentgoal:now:Question: "How did this session go?"
Options:
- SUCCEEDED: Task completed successfully
- PARTIAL_PLUS: Mostly done, minor issues remain
- PARTIAL_MINUS: Some progress, major issues remain
- FAILED: Task abandoned or blockedundefined问题:"本次会话进展如何?"
选项:
- SUCCEEDED: 任务成功完成
- PARTIAL_PLUS: 基本完成,仅存在少量问题
- PARTIAL_MINUS: 取得部分进展,但存在重大问题
- FAILED: 任务已放弃或被阻塞undefinedundefinedundefinedHandoff created! Outcome marked as [OUTCOME].
Resume in a new session with:
/resume_handoff path/to/handoff.yaml交接文档已创建!结果标记为[OUTCOME]。
可使用以下命令在新会话中恢复:
/resume_handoff path/to/handoff.yaml/clear/clear