handoff
Create a self-contained temporary handoff document when the user asks to transfer the session to a new chat or runs /handoff.
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Handoff
Create a standalone document that lets a person or agent continue the work in a new conversation. Follow the [writing contract](../../shared/writing.md). Preserve the user’s request, useful discoveries, exact decisions, current state, relevant files, and the next action. Do not copy the conversation or raw logs.
Compute the path
Use the OS temp directory, never the repo:
${TMPDIR:-/tmp}/handoff-YYYY-MM-DD-HHMMSS-{slug}.md
{slug}= kebab-case topic, from$ARGUMENTSif passed, else inferred from the work.- Resolve
${TMPDIR:-/tmp}with Bash; macOS may not use/tmp.
Write
Write the absolute path. Keep the first three sections. Include the later sections only when they carry useful information.
# Handoff: {topic}
## What the user wants
[Explain the requested result and why it matters. Preserve exact wording only for decisions that the next conversation must not reinterpret.]
## Where things stand
[Explain what works, what is incomplete or broken, and the evidence. Give exact files, line numbers, and errors where they matter.]
## Next step
[`$ARGUMENTS` as a clear directive, or the next concrete action inferred from the current state.]
## Decisions that must survive
- [Decision and reason. Add a rejected alternative only when it helps prevent the same debate.]
## What the next agent needs to know
- [Constraint, project rule, hidden dependency, environment detail, or known trap.]
## Files and existing work
- `path/to/file.ext` — [what it contains and why it matters]
- Plan: `docs/plans/NNNN__...md` — [what it settles]
- Chronicle: `docs/chronicles/NNNN__...md` — [what it records]
- Other: [PRD, ADR, issue, pull request, commit, or URL]
## Questions still open
- [Question, why it matters, and who can answer it.]
## Useful skills
- `development-skills:<name>` — [when and why to use it]
Announce
Print HANDOFF WRITTEN: {full absolute path} followed by:
Read the handoff at: {full absolute path written above}
Then continue from the "Next step" section.想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/reidemeister94/development-skills/skills/handoff/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 handoff 的技能。它们内容并不相同,别混用:
- hashgraph-online/awesome-codex-plugins — Save provenance, decisions, phases, context policy, and next steps as kernel.handoff/v1. T