← ClaudeAtlas

handofflisted

Generate a concise session handoff for resuming work later, including current state, decisions, open issues, and next steps.
jckeen/dotfiles · ★ 2 · AI & Automation · score 66
Install: claude install-skill jckeen/dotfiles
# Handoff Use when the user asks for a handoff, context note, session summary, or resume brief. ## Workflow 1. Inspect the current repo state with `git status --short`. 2. Review relevant recent commits or diffs if needed. 3. Summarize only durable context that would help the next session. 4. Save the note to `~/.claude/handoffs/YYYY-MM-DD-<project>-handoff.md` — the same directory the Claude `/handoff` skill uses, so either tool can resume the other's session. Create the directory if needed. Never save it inside the public repo. ## Output Use the same section names as the Claude `/handoff` skill so notes are interchangeable across tools: ```markdown ## Handoff — YYYY-MM-DD ### What we did - ... ### Where we left off - ... ### Key decisions made - ... ### Open issues - ... ### Next steps - ... ### Context for next session - ... ``` Keep it concise. Do not include secrets, private project details, tokens, or machine-specific paths unless the user explicitly asks and the destination is private.