handoff

Creates a portable session context document in the OS temp directory and prints its absolute path.

10|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/reidemeister94/development-skills --skill handoff-reidemeister94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/reidemeister94/development-skills/tree/main/skills/handoff
Command: npx skills add https://github.com/reidemeister94/development-skills --skill handoff-reidemeister94

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The handoff skill creates a portable handoff document that captures the current session context so you can continue a conversation in a new chat without losing context.

Core Features & Use Cases

  • Produces a self-contained handoff document stored in the OS temporary directory (NOT in the repo) so handoffs survive repository changes.
  • Always prints the absolute path to the generated document so you can paste it into the new chat.
  • Adapts to the user's topic, using an optional argument hint to focus the next session.

Quick Start

Run the handoff workflow to generate the handoff document and print its absolute path.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I transfer session context to a new chat without losing data?

Transfer session context to a new chat by running the handoff workflow to generate a portable handoff document. This document captures your current session state, ensuring you can seamlessly resume your conversation in a new chat without losing prior context.

What is a session handoff document and how does it work?

A session handoff document is a self-contained file that captures your current session context for transfer. It works by writing this context to the OS temp directory, allowing the session state to survive repository changes and be easily referenced in a new chat.

How do I find the file path for my generated handoff document?

Find the file path for your generated handoff document by checking the console output after running the handoff workflow. The system always prints the absolute path to the generated document so you can easily copy and paste it into your new chat session.

Can I focus the next session on a specific topic during a session transfer?

Focus the next session on a specific topic during a session transfer by providing an optional topic hint argument. The handoff document adapts to the user's topic, using this hint to guide the context and focus for the next chat session.

Does the handoff workflow work if I don't have an active plan file?

The handoff workflow works regardless of whether an active plan file exists. It captures the current session context independently, ensuring you can always generate a handoff document for transfer to a new chat without requiring a plan file.