src/skills/handover/SKILL.md
Transfer work to another Oracle — forward + wake + tell in one command. Use when user says "handover", "hand over", "transfer to", "pass to", or wants to delegate work to another oracle.
npx skillsauth add Soul-Brews-Studio/oracle-skills-cli handoverInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Forward + Wake + Tell in one command. You're done, they continue.
/handover neo "continue #117, PR ready for review"
/handover pulse "alpha released, triage 9 open issues"
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]
maw wake <oracle-name>
Wait 3 seconds for startup.
maw hey <oracle-name> "Handover from [self]: <instruction>. Handoff file: $PSI/inbox/handoff/... — read it with /recap"
Handed over to <oracle-name>:
Handoff: ψ/inbox/handoff/...
Instruction: "<instruction>"
→ <oracle-name> is awake and has context
ARGUMENTS: $ARGUMENTS
testing
Cut a beta pre-release — bump CalVer with --beta, PR to beta branch, CI auto-tags + publishes to npm @beta. Use when user says 'release beta', 'cut beta', '/release-beta', or wants to publish a beta version for pre-release testing.
testing
Cut an alpha pre-release — bump CalVer, PR to alpha branch, CI auto-tags + publishes to npm @alpha. Use when user says 'release alpha', 'cut alpha', '/release-alpha', or wants to publish an alpha version.
tools
Talk to another oracle via maw federation. Uses fleet machine names (white, mba, clinic-nat, oracle-world, phaith). Auto-signs with current oracle's [host:handle] from CLAUDE.md. Global — works from any oracle repo.
development
Log information for future reference. Use when user says "fyi", "remember this", "note that", "for your info".