← ClaudeAtlas

session-handofflisted

Use when work must be handed from this AI coding session to another session on the same machine, or to a later session of the same person. Session handoff / context handoff: produce a fixed three-line header (state / what you do next / what you decide) plus a six-section HANDOFF.md so the receiver sees 'fixed or not fixed?' at a glance. 触发词:「另一个 session」「转给那个 session」「你把这个发给 XX session」「交接」“收工交接”“写个交接”「HANDOFF」。English triggers: “hand this off to the other session”, “write a handoff”, “end-of-shift handoff”, “continue this in my next session”. 不适用:派子代理/并行任务(parallel-agent dispatch)、给人发消息(audience-tailored message)、会话超时/重连(不是交接)。
aaronartistzhang-afk/DailyWork · ★ 1 · AI & Automation · score 75
Install: claude install-skill aaronartistzhang-afk/DailyWork
# session-handoff — passing work between sessions on one machine Hand the work in this session's hands to **another session**, or to **this same person's next session.** **Core principle: the receiver must see "fixed or not fixed?" at first glance.** A handoff is not a work log — it's a status note that lets someone decide the next step **within three lines.** ## When to use - You need to pass live work to another running session, or write it for your own next session. - You're wrapping up and want to leave a "here's where I got to." **Not for:** - **Dispatching subagents / parallel tasks** → that's a parallel-agent dispatch skill. **Handoff ≠ dispatch**: a handoff moves **existing context** to a session that already exists; dispatch **constructs** the context a new agent needs. - **Sending a message to a person** (teammate, boss, engineer) → use an audience-tailored message skill. - **Session timeout / reconnect** — that's a connection problem, not a handoff. --- ## Output 1: `HANDOFF.md` Write to the scratchpad directory by default; `--out <path>` for elsewhere. **Six sections — a missing section is worse than a wrong one:** | Section | What goes in | |---|---| | **What changed** | Per file: absolute path + what changed + why | | **Unfinished** | Which step is missing, what the next step concretely is (not "look into it more") | | **Landmines** | Traps you hit, paths not to retread, inputs known to blow up | | **git snapshot** | See section 2 — all four items, with