handoff

Generate a compact handoff document summarizing conversation context for the next agent.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/imsus/cto --skill handoff-imsus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/imsus/cto/tree/main/.agents/skills/handoff
Command: npx skills add https://github.com/imsus/cto --skill handoff-imsus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of losing context between AI agents by producing a compact, actionable handoff document that preserves the current work state.

Core Features & Use Cases

  • Conversation Compaction: Summarizes the current conversation into a concise document suitable for another agent to continue.
  • Context Preservation Without Duplication: Avoids repeating information already captured elsewhere by referencing existing artifacts by path or URL.
  • Next-Session Alignment: Incorporates any user-provided argument as guidance for what the next session should focus on.

Use case: You ask one agent to investigate an issue and then want a different agent to proceed with drafting, reviewing, or executing the next steps without starting from scratch.

Quick Start

Ask the agent to create a handoff for the next agent to continue, including what the next session should focus on.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I preserve context when handing off an AI conversation to another agent?

To preserve context during an agent handover, you need a compact handoff document that summarizes the current work state. This Skill generates that document, ensuring workflow continuity by capturing essential context for the next agent.

What is the best way to summarize a conversation for a new agent session?

The best way to summarize a conversation for a new agent is to compact the current dialogue into a concise document. This approach maintains workflow continuity by referencing existing artifacts by path or URL instead of repeating information already captured elsewhere.

How do I create an agent handover document with next-session guidance?

You create an agent handover document by asking the current agent to generate a handoff, including your arguments as guidance for the next session. The Skill produces a temporary file containing the summarized context and your specific next-step instructions.

How does context preservation work without duplicating existing artifacts?

Context preservation without duplication works by referencing existing artifacts by their path or URL within the generated handoff document. This ensures the new agent can access prior work directly, keeping the handover summary compact and actionable.

Can I use a handoff document to align multiple agents on a single workflow?

Yes, you can use a handoff document to align multiple agents on a single workflow. By incorporating user-provided arguments as next-session guidance, the document ensures the new agent knows exactly what to focus on to continue the task.