session-handoff
Installation
SKILL.md
/session-handoff — Context Transfer
Orientation
Use when ending a session and wanting to preserve context for the next one. Also used automatically by orchestrators (Archon, Fleet) at session boundaries.
Don't use when: You want to extract reusable patterns from a completed campaign (use /learn), write a structured postmortem for a failed campaign (use /postmortem), or produce documentation rather than a context transfer.
Protocol
-
Collect session data (run in parallel):
git log --oneline -20andgit diff HEAD --stat- Read
.planning/campaigns/for files withstatus: active - Read
.planning/fleet/for files withstatus: activeorneeds-continue
-
Identify the primary thread: If an active campaign exists, use its current phase as the anchor. If multiple campaigns are active, list each. If no campaign, use the most recent git commits as the frame.
-
Map data to HANDOFF fields:
Related skills