Relay handoff stop
Skill liutao773680119-cmyk/relay-dev-skills/skills/relay-handoff-stop
一套面向 Codex、Cursor、Claude Code 的接力开发 skills 与项目模板,支持中文自然语言触发、多会话上下文恢复和标准交接。
npx -y skills add liutao773680119-cmyk/relay-dev-skills --skill relay-handoff-stopAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when ending a session before switching tools/models, and a complete handoff snapshot must be persisted. 中文常见触发:做一次标准交接、按接力开发规则收尾、切换前先交接。
SKILL.md
0.9 KB, as published. Nobody here has run it
Relay Handoff Stop
目标
结束会话前把“做了什么/没做完什么/下一步”写清楚,保证下一个模型可直接接手。
执行步骤
- 更新
progress.md顶部Latest Handoff Snapshot:- Task-ID
- Task-Name
- Files Changed
- Completed This Session
- Open TODO
- Risks/Blockers
- Next First Command
- 在
修改记录_会话备忘.md追加一条Session Record:- Task-ID
- Task-Name
- 本轮目标
- 已完成
- 未完成
- 关键命令/结果
- 下一步
- 更新
task_registry.md中相同Task-ID的行:- Status
- Last Update
- Next First Command
- 输出一句交接摘要并停止执行。