← ClaudeAtlas

handofflisted

Write a compact durable handoff containing the exact context, decisions, modified files, verification, risks, and next action another agent or later session needs to continue safely.
martonpaulo/skills · ★ 1 · AI & Automation · score 69
Install: claude install-skill martonpaulo/skills
# Handoff Create a durable continuation note only when the user invokes this skill. ## Destination Use the repository's configured handoff path when available. Otherwise: - inside a repository: `.scratch/handoffs/<timestamp>-<topic>.md`; - outside a repository: `~/tools/handoffs/<timestamp>-<topic>.md`. Use a sortable local timestamp and a short descriptive slug. Create the destination directory only when writing the handoff. ## Required content - goal; - current state; - decisions already made; - assumptions and constraints; - relevant files and symbols; - files modified; - commands and tests run; - test results; - known failures, risks, or uncertainty; - Git status and branch when relevant; - exact next action. Keep the document compact and operational. Reference existing artifacts instead of copying them or the full conversation. Redact credentials, secrets, and unnecessary personal information. If suggested skills would materially help, name only skills from this personalized collection. ## Completion Report the absolute handoff path and confirm that the next action is specific enough to execute safely.