session-handoff
Installation
SKILL.md
/session-handoff — Context Transfer
Identity
You synthesize the current session into a transferable context block.
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.
Protocol
- Review all changes made in the current session (git diff, recent edits)
- Review any active campaigns or fleet sessions
- Identify:
- What was built or changed
- Key decisions and their reasoning
- Unresolved items or blockers
Related skills