handoff

Generate a structured session handoff and persist it to project memory.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cbeauhilton/mu --skill handoff-cbeauhilton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/cbeauhilton/mu/tree/main/home/dev/pai-skills/Handoff
Command: npx skills add https://github.com/cbeauhilton/mu --skill handoff-cbeauhilton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Session handoff automates capturing and persisting context so the next assistant session starts with all relevant details intact.

Core Features & Use Cases

  • Generates a structured handoff summary including goal, decisions, open items, and context
  • Persists the summary to the project's memory for automatic retrieval in future sessions
  • Supports end-of-session or cross-project handoffs to maintain continuity

Quick Start

Tell me to hand off the session to generate and persist a structured summary.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I save AI session context before switching to another project?

To save AI session context before switching projects, this Skill generates a structured handoff summary capturing goals, decisions, and open items, then persists it to project memory. This ensures the next session starts with all relevant details intact.

What is the best way to maintain context continuity across AI assistant sessions?

The best way to maintain context continuity across AI sessions is by generating a standardized handoff format that captures decisions and open items, writing it directly to the project's auto-memory file for automatic retrieval in future sessions.

How do I create a structured session summary for project management handoff?

You create a structured session summary for project management handoff by telling the assistant to hand off the session. It then automates creation of the summary and persists it to the project memory file at the designated path.

Can I automate capturing decisions and open items when ending a session?

Yes, you can automate capturing decisions and open items when ending a session. The Skill applies automatically when ending a session or handing off context, persisting the structured summary to the project's auto-memory file.

Does writing a session handoff summary require any external dependencies or components?

Writing a session handoff summary requires no external dependencies or components. It operates independently to generate the context summary and write it directly to the project's local memory file.

When should I not use automated session handoff for context persistence?

You should not use automated session handoff if your project lacks a valid local memory path for persistence, as the Skill relies on writing to the project's auto-memory file at a specific directory structure to function correctly.