handover
/handover — Transfer Work to Another Oracle
Forward + Wake + Tell in one command. You're done, they continue.
Usage
/handover neo "continue #117, PR ready for review"
/handover pulse "alpha released, triage 9 open issues"
Steps
1. Write Handoff (like /forward)
PSI=$(readlink -f ψ 2>/dev/null || echo "ψ")
mkdir -p "$PSI/inbox/handoff"
Write to: $PSI/inbox/handoff/YYYY-MM-DD_HH-MM_handover-to-<oracle>.md
# Handover to <oracle-name>
**Date**: YYYY-MM-DD HH:MM
**From**: [current Oracle]
**To**: <oracle-name>
**Instruction**: <instruction>
## Context
- [What we were working on]
- [Key decisions made]
## Pending
- [ ] [Items to continue]
## Key Files
- [Important files]
2. Wake Target Oracle
maw wake <oracle-name>
Wait 3 seconds for startup.
3. Send Instruction + Handoff Path
maw hey <oracle-name> "Handover from [self]: <instruction>. Handoff file: $PSI/inbox/handoff/... — read it with /recap"
4. Output
Handed over to <oracle-name>:
Handoff: ψ/inbox/handoff/...
Instruction: "<instruction>"
→ <oracle-name> is awake and has context
Rules
- Always write handoff BEFORE waking target
- Include handoff file path in the message so target can /recap
- Do NOT enter plan mode (unlike /forward) — handover is immediate
- Do NOT ask for confirmation — user already decided to hand over
ARGUMENTS: $ARGUMENTS
More from soul-brews-studio/arra-oracle-skills
recap
Session orientation and awareness — retro summaries, handoffs, git state, focus. Use when starting a session, after /jump, lost your place, switching context, or when user asks "now", "where are we", "what are we doing", "status", "recap". Do NOT trigger for "standup" or "morning check" (use /standup), or session mining "dig", "past sessions" (use /dig).
22learn
Explore a codebase with parallel Haiku agents — clone, read, and document. Modes — --fast (1 agent), default (3), --deep (5). Use when user says "learn [repo]", "explore codebase", "study this repo", or shares a GitHub URL to study. Do NOT trigger for finding projects (use /trace), session mining (use /dig), or cloning for active development (use /incubate).
21project
Clone and track external repos. Use when user shares GitHub URL to study or develop, or says "search repos", "find repo", "where is [project]". Actions - learn (clone for study), search/find (search repos), list (show tracked). For active development, use /incubate.
20rrr
Create session retrospective with AI diary and lessons learned. Use when user says "rrr", "retrospective", "wrap up session", "session summary", or at end of work session.
20forward
Create handoff + enter plan mode for next session. Use when user says "forward", "handoff", "wrap up", or before ending session.
20oracle-soul-sync-update
Sync Oracle instruments with the family. Check and update skills to latest version. Use when user says "soul-sync", "sync", "calibrate", "update", or before /awaken.
19