handofflisted
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.