| name | forward |
| description | Create handoff for next session. Use when user says "forward", "handoff", "wrap up", or before ending session. |
/forward - Handoff to Next Session
Create context for next session before /clear.
Usage
/forward # Create handoff file
Steps
- Git status: Check uncommitted work
- Session summary: What we did (from memory)
- Pending items: What's left
- Next steps: Specific actions
Output
Write to: ψ/inbox/handoff/YYYY-MM-DD_HH-MM_slug.md
# Handoff: [Session Focus]
**Date**: YYYY-MM-DD HH:MM
**Context**: [%]
## What We Did
- [Accomplishment 1]
- [Accomplishment 2]
## Pending
- [ ] Item 1
- [ ] Item 2
## Next Session
- [ ] Specific action 1
- [ ] Specific action 2
## Key Files
- [Important file 1]
- [Important file 2]
Then
After creating handoff:
- Commit:
git add -A && git commit -m "handoff: [slug]"
- Push:
git push origin main
- Ready for
/clear
ARGUMENTS: $ARGUMENTS