handoff
Installation
SKILL.md
/handoff
End-of-session debrief. Three artifacts each pass:
- Granular MCP captures — one per decision/lesson/gotcha (DB authoritative).
- Session log md — narrative thread at
~/.origin/sessions/<YYYY-MM-DD-HHmm>-<slug>.md. - Project status md + json — current goals + last-handoff timestamp at
~/.origin/sessions/_status/.
These are orthogonal: captures are queryable atoms, session log is the narrative thread, status file lets the next session see where we left off.
Steps
1. Detect project + last handoff time
Bash: cd_repo=$(git -C "$PWD" rev-parse --show-toplevel 2>/dev/null); echo "${cd_repo:-no-git}"