Skip to content
Agent Orchestration
Command

/handoff

Properly end a swarm session - release reservations, sync state, generate continuation prompt

From plugin
swarm-tools
7296 skills3 agents6 commands1 MCP
Install
> /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.md
description: 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`

Ships withswarm-tools

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

Get the whole plugin