Create handoff for next session. Use when user says "forward", "handoff", "wrap up", or before ending session.
From oracle-skillsnpx claudepluginhub soul-brews-studio/plugin-marketplace --plugin oracle-skills/forwardNavigates forward in browser history to the next page, equivalent to the browser's forward button. Fails silently if no forward history exists and waits for navigation to complete.
EXECUTE NOW:
Create context for next session before /clear.
/forward # Create handoff file
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]
After creating handoff:
git add -A && git commit -m "handoff: [slug]"git push origin main/clearARGUMENTS: $ARGUMENTS