handoff

Generate and update handoff documents capturing goals, progress, and next steps.

51|5|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/LeeJuOh/claude-code-zero --skill handoff-leejuoh
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/LeeJuOh/claude-code-zero/tree/main/plugins/toolbox/skills/handoff
Command: npx skills add https://github.com/LeeJuOh/claude-code-zero --skill handoff-leejuoh

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of documenting ongoing work, ensuring that the next agent can pick up exactly where you left off with full context.

Core Features & Use Cases

  • Contextual Handoffs: Creates structured documents detailing goals, immediate actions, context, progress, and next steps.
  • Resumable Workflows: Enables agents to resume tasks efficiently without losing momentum or requiring extensive re-briefing.
  • Use Case: Before pausing a complex refactoring task, use this Skill to create a refactor-notes.md file that outlines the current state, the immediate next code change, and any challenges encountered.

Quick Start

Create a handoff document in the 'handoffs' directory named 'auth-handoff.md'.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I transfer context to another agent when resuming a task?โ–ผ

Transferring context to another agent requires a structured handoff document detailing goals, immediate actions, current progress, and historical outcomes to ensure seamless task resumption without losing momentum.

What is the best way to document work progress before pausing a complex project?โ–ผ

Documenting work progress before pausing involves generating a structured handoff file that captures essential project context, immediate next steps, and challenges encountered, enabling the next agent to pick up exactly where you left off.

Can I specify custom file paths and names for agent handoff documentation?โ–ผ

Specifying custom file paths and names for handoff documentation is supported, allowing you to organize context transfer files flexibly, such as creating a specific markdown file in a dedicated handoffs directory.

Does agent-to-agent task continuity require manual context briefing?โ–ผ

Agent-to-agent task continuity does not require manual context briefing when using a generated handoff document, as it captures goals, actions, and progress to facilitate efficient project resumption automatically.

How do I update an existing handoff document with new progress?โ–ผ

Updating an existing handoff document involves appending or modifying the captured context, immediate actions, and progress outcomes to reflect the latest state, ensuring the next agent receives the most current project status.

What limitations exist when relying on handoff documents for project resumption?โ–ผ

Limitations of handoff documents for project resumption include potential context loss if the structured goals, immediate actions, or historical outcomes are not comprehensively captured or updated before the agent pauses work.