handoff

Summarize a conversation into a handoff document with artifact references.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/babually/bongo-template --skill handoff-babually
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/babually/bongo-template/tree/main/.agents/skills/handoff
Command: npx skills add https://github.com/babually/bongo-template --skill handoff-babually

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps preserve work in progress by turning a conversation into a concise handoff document for the next agent, reducing context loss and rework.

Core Features & Use Cases

  • Conversation Summarization: Captures the current task, decisions, blockers, and next steps in a structured format.
  • Artifact-Aware Referencing: Points to existing PRDs, plans, ADRs, issues, commits, or diffs instead of duplicating them.
  • Safety and Privacy: Redacts sensitive details and avoids copying unnecessary content into the handoff.

Quick Start

Use the handoff skill to create a next-agent brief for continuing this conversation about the current repository analysis.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I summarize a conversation to preserve context for another agent?

To summarize a conversation for another agent, capture the current task, decisions, blockers, and next steps in a structured format. This context transfer prevents context loss and rework during session transfers or task resumption.

What is the best way to create a handoff document for work interruption recovery?

The best way to create a handoff document for work interruption recovery is to summarize the current conversation into a concise brief. This document captures the task state and next steps, reducing context loss when another agent resumes the work.

Can I reference existing artifacts like PRDs and commits instead of duplicating them in a context transfer?

Yes, you can reference existing artifacts like PRDs, plans, ADRs, issues, commits, or diffs instead of duplicating them. This artifact-aware referencing keeps the handoff document clean and avoids unnecessary content copying.

Does conversation summarization for agent continuity redact sensitive information?

Yes, conversation summarization for agent continuity requires redaction of sensitive information. This safety and privacy measure ensures sensitive details are removed and unnecessary content is avoided when creating the handoff document.

When do I need a handoff document for task resumption across repositories?

You need a handoff document for task resumption across repositories when preserving work in progress. It turns the current conversation into a next-agent brief, ensuring continuity and reducing rework during session transfers or project switches.

What is a handoff skill and how does it help with agent continuity?

A handoff skill helps with agent continuity by turning conversations into clean handoffs. It summarizes the current task state into a reusable document for the next agent, preventing context loss during work interruption recovery.