handoff

Create a concise handoff document summarizing goals, decisions, artifacts, and open questions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/meisijiya/ohMeisijiyaCode --skill handoff-meisijiya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/meisijiya/ohMeisijiyaCode/tree/main/skills/handoff
Command: npx skills add https://github.com/meisijiya/ohMeisijiyaCode --skill handoff-meisijiya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns an active conversation into a concise handoff document so another agent can continue without losing context, decisions, or next steps.

Core Features & Use Cases

  • Session Continuity: Summarizes the current work so a fresh agent can pick up exactly where the previous one stopped.
  • Context Preservation: Captures goals, progress, open questions, and relevant artifacts while avoiding duplication of existing plans or diffs.
  • Safe Sharing: Redacts sensitive details and points to source artifacts by path or URL instead of copying them.
  • Use Case: After a long debugging session, generate a handoff for the next teammate that explains what was tried, what remains unresolved, and which skills should be used next.

Quick Start

Ask the agent to create a handoff for the next session focused on your current task and save it to the operating system’s temporary directory.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I create a session transfer document for agent continuity?

To create a session transfer document for agent continuity, the Skill summarizes the current conversation's goals, progress, and open questions into a concise handoff document saved to the temporary directory.

What is the best way to preserve context when switching to a new agent?

The best way to preserve context when switching to a new agent is to generate a handoff document that captures progress and decisions while pointing to existing artifacts by path or URL instead of duplicating them.

How does redaction work for sensitive data in a context summary?

Redaction for sensitive data in a context summary works by automatically filtering out confidential details from the conversation before generating the handoff document, ensuring safe sharing between agents or teammates.

Can I include suggested skills for the next agent in a handoff document?

Yes, you can include suggested skills for the next agent, as the handoff document explicitly features a suggested-skills section to guide the subsequent agent's follow-up work.

Does handoff duplicate existing plans and diffs during session transfer?

No, handoff does not duplicate existing plans or diffs during session transfer; it references existing artifacts by path or URL to preserve context efficiently while maintaining a concise summary.