handoff-update
Installation
SKILL.md
Update an existing handoff document with this session's progress.
Step 1: Resolve the Handoff File
Determine which file to update, in this priority order:
- If
$ARGUMENTS[0]was provided, use it as the file path. - If this session was started via
/handoff:resume, look in conversation history for the argument that was passed to it. - If neither is found, fall back to creating a new file:
claudedocs/handoffs/handoff_YYYYMMDD_HHMMSS.md. Inform the user that no existing handoff was found.
Step 2: Read the Existing File
Read the resolved file completely. Parse all sections as the baseline for the merge.
Step 3: Apply Section Merge Rules
Rewrite the file with updated content using these merge rules: