handoff

Generate a HANDOFF.md document with session state sections.

125|35|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/jh941213/my-claude-code-asset --skill handoff-jh941213
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/jh941213/my-claude-code-asset/tree/main/skills/handoff
Command: npx skills add https://github.com/jh941213/my-claude-code-asset --skill handoff-jh941213

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of HANDOFF.md to capture session state and handover context before termination, ensuring a smooth transition for the next handler.

Core Features & Use Cases

  • Structured handoff document: Produces a comprehensive HANDOFF.md with sections for completed tasks, in-progress tasks, next steps, notes, related files, and last known state.
  • Seamless collaboration: Enables teammates to understand progress and dependencies at a glance, reducing onboarding time for new contributors.
  • Use Case: At the end of a coding session, generate a ready-to-share handoff file to hand off to a colleague or to archive in the project repo.

Quick Start

Trigger the handoff skill to generate HANDOFF.md and place it in the project directory or share it with the team.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I generate a handoff document for a coding session?

Generate a handoff document by triggering the skill to produce a HANDOFF.md file capturing session state before termination. It outputs structured markdown sections for completed tasks, in-progress tasks, next steps, notes, related files, and last known state.

What should be included in session handoff documentation?

Session handoff documentation should include completed tasks, in-progress tasks with status and blockers, next steps, notes, related files, and last state. This ensures teammates understand progress and dependencies at a glance, reducing onboarding time for new contributors.

How do I track task status and blockers before session end?

Track task status and blockers before session end by triggering this skill to generate a HANDOFF.md with a dedicated in-progress tasks section. It captures current status and blockers to enable seamless resumption for the next handler or teammate.

Can I use markdown for workflow handoff to teammates?

Yes, you can use markdown for workflow handoff to teammates. This skill outputs a ready-to-share HANDOFF.md file that can be placed directly in your project directory or repository for archival and collaboration purposes.

Do I need any dependencies to create a HANDOFF.md file?

No dependencies are required to create a HANDOFF.md file. This skill operates independently to generate the handoff markdown document, capturing your workflow session state without needing additional components or external tools.