handoff

Compress active conversation context into a structured handoff document referencing PRDs and ADRs.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/henrycashe26/my_skills --skill handoff-henrycashe26
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/henrycashe26/my_skills/tree/main/productivity/handoff
Command: npx skills add https://github.com/henrycashe26/my_skills --skill handoff-henrycashe26

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of context loss when switching between different AI sessions or agents by creating a structured, concise summary of the current progress.

Core Features & Use Cases

  • Context Compression: Automatically distills complex conversations into a single, actionable handoff document.
  • Artifact Referencing: Prevents duplication by linking to existing PRDs, ADRs, and code diffs rather than re-stating them.
  • Use Case: When you need to hand off a complex coding task to a specialized agent, use this skill to generate a summary that includes the current state, completed milestones, and recommended next steps.

Quick Start

Use the handoff skill to generate a summary document for the next agent focusing on the remaining frontend integration tasks.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I summarize conversation context for a different AI agent?

To summarize conversation context for an AI agent, this skill compacts active progress into a structured handoff document. It synthesizes current work while referencing existing artifacts like PRDs and ADRs to prevent content duplication.

Does generating an AI handoff document require local filesystem write access?

Yes, generating an AI handoff document requires local filesystem write access. The skill operates by saving the compacted context document locally so the subsequent AI agent can retrieve and read the transition summary.

How do I prevent context loss when switching between AI sessions?

You can prevent context loss when switching AI sessions by compressing the active conversation into a structured handoff summary. This document captures completed milestones and recommended next steps for the next agent.

Can I specify focus areas for the next AI session in the handoff summary?

Yes, you can specify focus areas for the next AI session in the handoff summary. The skill interprets user-provided focus areas to ensure the generated document prioritizes remaining tasks for the subsequent agent.

What is the best way to transition a complex coding task to a specialized agent?

The best way to transition a coding task to a specialized agent is generating a context handoff document. It summarizes current progress and links to existing project artifacts, avoiding redundant re-statements of PRDs or code diffs.