handoff

Create a handoff document summarizing conversation key points and next steps.

9|Updated May 25, 2026
One-click install
npx skills add https://github.com/wzser/supermatrix --skill handoff-wzser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/wzser/supermatrix/tree/main/platform/skill-master/skills/handoff
Command: npx skills add https://github.com/wzser/supermatrix --skill handoff-wzser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the transition of an active conversation to another agent, ensuring continuity and minimizing information loss.

Core Features & Use Cases

  • Conversation Summarization: Automatically generate a document that encapsulates the key points of the current conversation.
  • Next Session Guidance: Suggest relevant skills or actions for the next session based on the current context.
  • Reference Linking: Avoid duplication by referencing existing artifacts like PRDs, plans, or issues.

Quick Start

Create a handoff document for the current conversation with the command: /handoff "What will the next session be used for?"

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I preserve conversation context when transitioning to a new agent?

To preserve conversation context during an agent transition, you can generate a handoff document that encapsulates key points and suggests next steps. This ensures information continuity and minimizes loss between sessions.

How do I create a handoff document for an ongoing chat?

You create a handoff document by invoking the handoff command with a description of the next session's purpose. The Skill uses mktemp to generate a temporary file summarizing the conversation and linking existing artifacts.

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

The best way to summarize a conversation for the next session is to automatically generate a handoff document. It encapsulates current key points, suggests relevant skills, and references existing artifacts like PRDs or issues to avoid duplication.

Do I need mktemp to generate a conversation handoff document?

Yes, you need mktemp to generate a conversation handoff document. The Skill requires mktemp to create the temporary file used for encapsulating the conversation's key points and next steps.

Can I link existing artifacts like PRDs and issues in an agent handoff?

Yes, you can link existing artifacts like PRDs and issues in an agent handoff. The Skill includes reference linking to avoid duplication and ensure the next agent builds upon previously established plans.

Can a handoff document suggest relevant skills for the next agent?

Yes, a handoff document can suggest relevant skills for the next agent. It provides next session guidance based on the current context to streamline collaboration and continuation.