handover

handover is a command for coding agents from bengous/claude-code-plugins. It costs 10 tokens per session (701 once invoked), scanned A, original, MIT.

A command that creates a complete handoff document for another coding agent. The document records the repository state, decisions, progress, and remaining work.

In plain words
What is it for?
Use it when switching agents, ending a session, or handing a focused area such as authentication or databases to someone else.
Why use it?
A new agent cannot see the earlier conversation, so important context can otherwise be lost between sessions.

Command

Part of the claude-orchestration plugin — 1 skill, 6 commands, 3 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/bengous/claude-code-plugins/handover
Clone the repo
git clone --depth 1 https://github.com/bengous/claude-code-plugins

Or install claude-orchestration, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for handover

README.md
[![agentmods](https://agentmods.dev/badge/commands/bengous/claude-code-plugins/handover.svg)](https://agentmods.dev/commands/bengous/claude-code-plugins/handover)
Your own site
<a href="https://agentmods.dev/commands/bengous/claude-code-plugins/handover"><img src="https://agentmods.dev/badge/commands/bengous/claude-code-plugins/handover.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 701 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00010 $0.00701
Opus 5 $0.00005 $0.00351
Sonnet 5 $0.00002 $0.00140
Haiku 4.5 $0.00001 $0.00070

Measured yesterday against content hash 948ae8870b3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

handover scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

orchestration/commands/handover.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Handover Document Generator

Generate a self-contained context transfer document that allows a fresh agent to continue this session's work. The receiving agent has no access to this conversation — every reference must be complete and verifiable.

Arguments

Parse $ARGUMENTS for:

  • focus-area (optional): Narrow the handover to a specific topic (e.g., "authentication", "database")
  • --brief: Produce a shorter summary (15-25 lines instead of comprehensive)

Step 1: Ground Truth

Verify actual repository state before analyzing the conversation:

git status
git log --oneline -10
git diff --stat HEAD~3..HEAD 2>/dev/null || git diff --stat

Reflect on whether the git state matches your session memory. Note any discrepancies — they indicate uncommitted work, reverted changes, or stale assumptions.

Step 2: Reconstruct the Session

Analyze the conversation to capture: the original goal and underlying motivation, key decisions with rationale and rejected alternatives, implementation sequence and obstacles encountered, implicit knowledge and gotchas discovered, and where work stopped.

Focus on the WHY behind decisions — a fresh agent can read the code to see WHAT exists, but needs the handover to understand WHY it exists.

  • Original Goal: What the session set out to accomplish and the underlying motivation (2-4 sentences)
  • Key Decisions: Significant choices where alternatives existed, with rationale and what was rejected
  • Progress: What was planned, what was completed (with file references like path/file.ts:123), what remains
  • Challenges: Obstacles that affected the approach and how they were resolved
  • Current State: Modified files, git status, branch, uncommitted changes, environment/dependencies
  • Context for Continuation: Implicit knowledge, gotchas, reasoning chains, and user preferences that aren't obvious from the code
  • Next Steps: Numbered, specific, actionable (e.g., "Run bun test to verify auth changes" rather than "Test the changes")

Read the full file on GitHub · 71 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 71 lines · 10 tokens per session scan A 948ae8870b3d

Subscribe to this mod's changes

handover is a command published in the GitHub repository bengous/claude-code-plugins (4 stars, last pushed 3d ago), licensed MIT. It adds 10 tokens to every session and 701 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.