handoff

Generate a handoff document and save it to a temporary file.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/mostafa-K-raihan/skills --skill handoff-mostafa-k-raihan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/mostafa-K-raihan/skills/tree/main/handoff
Command: npx skills add https://github.com/mostafa-K-raihan/skills --skill handoff-mostafa-k-raihan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams and agents transfer context between sessions by generating a concise handoff document that captures the core conversation, decisions, and next steps.

Core Features & Use Cases

  • Generate a concise handoff summary from the current chat context.
  • Save the document to a uniquely named temporary file as directed by mktemp.
  • Suggest relevant skills or actions for the next session.
  • Reference related artifacts to avoid duplication of content across PRDs, plans, ADRs, issues, and commits.

Quick Start

Summarize the current conversation into a handoff document and save it to a temporary file for the next agent to review.

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 for agent handoffs across sessions?

To summarize a conversation for agent handoffs, this skill generates a concise document capturing essential context, decisions, and next steps. It saves the summary to a temporary file path, ensuring the next session resumes with full situational awareness.

What is the best way to transfer knowledge between collaborative agent environments?

The best way to transfer knowledge in collaborative agent environments is using a generated handoff document. It captures core discussion context and suggests relevant skills for the next session, preventing information loss during transitions.

How do I avoid duplicating context in existing PRDs, plans, and ADRs during session handoffs?

To avoid duplicating context in existing PRDs, plans, and ADRs during session handoffs, the skill references related artifacts while generating the summary. This ensures the output only captures essential context without repeating existing documentation.

Can I suggest relevant skills for the next session when creating a handoff document?

Yes, you can suggest relevant skills for the next session. The handoff skill automatically recommends appropriate skills or actions alongside the conversation summary, guiding the next agent on how to proceed.

Does the handoff summary skill require any external dependencies to save files?

No external dependencies are required. The skill uses mktemp to produce a saved file path for the handoff document, ensuring safe and unique file creation without needing additional external libraries.

What limitations exist when generating handoff documents for ongoing discussions?

A key limitation is that the handoff document targets ongoing discussions and next-step recommendations. It relies on the current conversation context and cannot infer external information not present in the active session.