create-handoff

Generate YAML handoff documents for transferring work between agent sessions.

2|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/spideynolove/claude-code-in-action --skill create-handoff-spideynolove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-handoff
Source: https://github.com/spideynolove/claude-code-in-action/tree/main/28-continuous-patterns/.claude/skills/create-handoff
Command: npx skills add https://github.com/spideynolove/claude-code-in-action --skill create-handoff-spideynolove

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams generate thorough but concise handoff documents to transfer work between agent sessions, preserving essential context.

Core Features & Use Cases

  • Generates a well-structured YAML handoff skeleton following the required format.
  • Guides proper session naming, folder placement, and date-time stamping for consistent traceability.
  • Supports clear next steps, blockers, and decisions to help the next agent resume work quickly.

Quick Start

Create a new handoff document by following the session-name convention and save it to thoughts/shared/handoffs/{session-name}/YYYY-MM-DD_HH-MM_description.yaml.

Frequently Asked Questions about create-handoff

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

FAQPage Schema
How do I create a session handoff document for transferring work between AI agents?

To create a session handoff document, generate a YAML skeleton that captures next steps, blockers, and decisions, then save it to the designated shared handoffs folder using a standardized session-name and date-time stamp convention.

What is the correct file path and format for agent workflow handoff documentation?

The correct file path for handoff documentation follows the thoughts/shared/handoffs/{session-name}/YYYY-MM-DD_HH-MM_description.yaml structure, enforcing a strict YAML format to ensure consistent traceability across collaborative AI sessions.

Why do I need YAML formatted handoffs for collaborative AI workflows?

You need YAML formatted handoffs because they provide a structured skeleton that preserves essential context, enabling the next agent to quickly resume work by reviewing clear next steps, blockers, and decisions without losing prior session state.

Can I use this handoff approach for multi-agent coordination without losing context?

Yes, this handoff approach supports multi-agent coordination by generating concise context transfer documents that enforce consistent session naming, folder placement, and date-time stamping to maintain traceability across different agent sessions.

What should be included in a YAML handoff skeleton for AI session transfers?

A YAML handoff skeleton should include fields for next steps, blockers, and decisions, along with proper session naming, folder placement, and date-time stamping to guide the next agent and help them resume work quickly.

What's the best way to standardize context transfer across multiple agent sessions?

The best way to standardize context transfer is to enforce a consistent YAML file path and field guideline structure, ensuring every handoff document follows the same session-name convention and date-time stamping for reliable traceability.