← ClaudeAtlas

handofflisted

Produce an exhaustive HANDOFF DOCUMENT plus a ready-to-paste CONTINUATION PROMPT so a brand-new Claude Code conversation can resume long-running, goal-driven development without losing context — and keep working at production / open-source quality toward a mergeable pull request. Reach for this whenever the current chat is getting long, context is filling up, or the work must move to a fresh session or another person. Trigger phrases: "hand off this work", "write a handoff", "handoff doc", "continuation prompt", "resume this in a new conversation", "context is almost full, summarize state", "pick up where I left off", "写个交接文档", "生成接续提示词", "把当前进度交接给新会话", "上下文快满了,先把状态存下来", "换个会话继续这个任务".
MLliu6/lMl_skills · ★ 0 · AI & Automation · score 67
Install: claude install-skill MLliu6/lMl_skills
# handoff **English** | [中文](#中文) Long-running development in a single Claude Code conversation eventually runs into a wall: the context window fills, the session must move to another machine or person, or you simply want a clean restart that does not throw away everything you learned. This skill produces **two artifacts** that together let a *fresh* conversation continue as if nothing was lost: 1. a **HANDOFF DOCUMENT** — an exhaustive, evidence-backed snapshot of the work; and 2. a **CONTINUATION PROMPT** — a ready-to-paste opening message that puts the new conversation into a disciplined "goal mode" aimed at a mergeable, community-grade result. The goal is *faithful transfer*, not a highlight reel. A good handoff lets a stranger (or a future you with an empty context window) rebuild the same mental model in minutes and take the next correct step without re-deriving it. ## When to use it - The conversation is long and context is close to full. - You are about to `/clear`, restart, or move to another session/host/person. - A task is paused and will be resumed later. - You want a durable checkpoint you can commit to the repo. ## What to produce Fill `templates/HANDOFF_TEMPLATE.md`. Every section must be answered from the actual conversation and repository state — never invented. If a section is empty, write `None` and say why, rather than leaving a blank that a reader will misinterpret as "unknown". The document must cover, in order: 1. **Objective & success c