handoff

Save and load work state across sessions and projects.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/youhei-ushio/dotclaude-public --skill handoff-youhei-ushio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/youhei-ushio/dotclaude-public/tree/main/skills/global/handoff
Command: npx skills add https://github.com/youhei-ushio/dotclaude-public --skill handoff-youhei-ushio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a way to save and load work state across sessions, making it easy to resume tasks from where you left off.

Core Features & Use Cases

  • Save and Load Work State: Store and retrieve the current state of work, enabling seamless transition between sessions.
  • Session Independent: Works across different projects and sessions.
  • Use Case: For project managers or anyone who frequently switches between tasks, this skill helps keep track of work progress without losing context.

Quick Start

To save your current work state, simply run: /handoff save "current task".

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I save work state and resume tasks across different sessions?

To save work state and resume tasks across sessions, you can use a session management command to write the current workflow context to a file, then load it later to continue from the exact point you left off.

What is the best way to manage work transition when switching between multiple projects?

The best way to manage work transition between projects is using a session-independent file saving mechanism that stores your current task context, allowing seamless continuation without losing track of progress.

Do I need specific file management permissions to save and load session state?

Yes, saving and loading session state requires file management permissions to read and write files, along with access to a specified directory where the work state data will be stored.

Can I resume a task from any point in the workflow after closing a session?

Yes, task resumption from any point in the workflow is possible because the saved state captures your current progress, allowing you to load the file and seamlessly continue the work later.

How do I quickly save my current task context for later loading?

You can quickly save current task context by running a simple save command with a task description, which writes the work state to a file for loading and continuation in a future session.