handoff

Installation
SKILL.md

/handoff

End-of-session debrief. Three artifacts each pass:

  1. Granular MCP captures — one per decision/lesson/gotcha (DB authoritative).
  2. Session log md — narrative thread at ~/.origin/sessions/<YYYY-MM-DD-HHmm>-<slug>.md.
  3. 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}"
Installs
12
GitHub Stars
3.0K
First Seen
May 19, 2026
handoff — davepoon/buildwithclaude