handoff

Summarize the current conversation into a handoff document for a successor agent.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/brandtam/rubber-ducky --skill handoff-brandtam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/brandtam/rubber-ducky/tree/main/.agents/skills/handoff
Command: npx skills add https://github.com/brandtam/rubber-ducky --skill handoff-brandtam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compact the current conversation into a handoff document for another agent to pick up.

Core Features & Use Cases

  • Generate a concise, structured handoff that captures decisions, context, and next steps.
  • Reference artifacts (by path or URL) to preserve traceability without duplicating content.
  • Suggest relevant skills or actions for the next session to accelerate onboarding.

Quick Start

Generate a concise handoff document from the current conversation for the next agent.

Frequently Asked Questions about handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a handoff document for a successor agent from a long conversation?

To create a handoff document, this Skill summarizes your current conversation into a concise, structured file. It captures decisions, context, and next steps, outputting to a temporary markdown path so the next agent can immediately pick up the work.

What is the best way to preserve project context and decisions during a sprint transition?

The best way to preserve project context during a sprint transition is to generate a structured handoff document. It compacts the conversation history into critical decisions and context, referencing artifacts by path or URL to maintain traceability without duplicating content.

Can I reference external artifacts and files in an agent handoff without duplicating their content?

Yes, you can reference external artifacts in a handoff without duplicating content. The Skill includes artifact paths or URLs directly in the summary, ensuring the successor agent can access necessary files while keeping the handoff document concise.

How does conversation summarization work for cross-agent collaboration workflows?

Conversation summarization for cross-agent collaboration works by extracting key decisions and context from the active session. It generates a structured markdown file that suggests relevant skills or actions, accelerating the onboarding of the next agent in the workflow.

Where does the summarized handoff file get saved for the next agent to access?

The summarized handoff file is saved to a temporary markdown path generated by the system. This ensures the transition document is stored securely and can be easily located by the successor agent to resume the project.

Does this handoff tool require any specific dependencies or components to generate transition documents?

No specific dependencies or components are required to generate transition documents. The Skill operates independently to compact the current conversation into a structured handoff, requiring only the active conversation context to produce the output file.