Capture decisions and session learnings
handoffskillsetup L1★3,035
davepoon/buildwithclaude ↗What it does
End-of-session debrief capturing decisions, lessons, open threads
Best for
Ritualizing session closure with persistent, queryable artifacts.
Inputs
- · Session context (git repo / cwd)
- · Pending captures list (from Origin)
- · Last handoff timestamp
Outputs
- · Session log MD at ~/.origin/sessions/<YYYY-MM-DD-HHmm>-<slug>.md
- · Granular MCP captures (one per decision/lesson)
- · Project status JSON with lastHandoff
Requires
- · Origin MCP (capture, list_pending)
- · Bash (git log, git status)
- · File I/O
Preconditions
Origin daemon running; git repo or cwd basename available; ~/.origin/sessions/ writable
Failure modes
- · Pending captures not previewed before confirmation
- · Git context missing → status file inconsistent
- · Large session logs poorly organized
Trust signals
- · Pending capture preview before closure
- · Granular atomic captures (not bulk dumps)
- · Git log context integration
- · Project status tracking (lastHandoff timestamp)