/handoff
Properly end a swarm session - release reservations, sync state, generate continuation prompt
> /plugin marketplace add joelhooks/swarm-tools > /plugin install swarm@swarm-tools
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/handoff
Context preview
What this command does when you run it.
Properly end a swarm session - release reservations, sync state, generate continuation prompt
Command definition
handoff.mddescription: Properly end a swarm session - release reservations, sync state, generate continuation prompt
/swarm:handoff
Wrap up a swarm session cleanly.
Workflow
1. Summarize completed work and open blockers. 2. `hivemind_store()` to persist session learnings. 3. Agent team cleanup: if Teammate tool active, shutdown teammates before git sync. 4. Native task cleanup: mark remaining TaskList tasks completed/pending. 5. `swarmmail_release()` to free reservations (if any). 6. Update cells with `hive_update()` or `hive_close()`. 7. Use git commands directly to persist state (add, commit, push). 8. Provide a concise handoff note for the next session.
Usage
`/swarm:handoff`
Multi-agent coordination that survives context death. Break big tasks into small ones. Spawn agents to work in parallel. Learn from what works. swarmtools.ai · Documentation
Repo: joelhooks/swarm-tools
Other commands on swarm-tools.
- /hive
Query and manage swarm tasks (cells)
Open command - /inbox
Check swarm mail inbox for messages from other agents
Open command - /status
Check swarm coordination status - workers, messages, reservations
Open command - /swarm
Decompose task into parallel subtasks and coordinate agents
Open command - /ralph
Run ralph supervisor loop with Codex as executor
Open command

