From mx
Create a curated session summary for continuation. Use when the user asks to "hand off" or "create a handoff".
How this skill is triggered — by the user, by Claude, or both
Slash command
/mx:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a detailed handoff summary of the conversation for continuing work in a new session.
Create a detailed handoff summary of the conversation for continuing work in a new session.
A handoff requires a purpose — what the next agent should do. If no purpose is clear, ask the user before proceeding.
The handoff file includes an <analysis> section (written to the file, not chat; EVERYTHING handoff specific goes into the file; the entire analysis goes ONLY into the file - do not summarize in chat beforehand) where you:
The handoff should include:
Create a descriptive slug using keywords separated by dashes, lowercase. More detail is better.
Good examples:
workflow-design-handoff-pickup-commands-wikilinksgemini-pdf-extraction-prompt-testing-latex-handlingstripe-webhook-eu-withdrawal-edge-casesBad examples (too vague):
gemini-integrationstripe-fix# <Readable Summary>
<analysis>
[Thought process, ensuring all points are covered]
</analysis>
<plan>
## 1. Primary Request and Intent
[Detailed description of all user requests and intents]
## 2. Key Technical Concepts
- [Concept 1]
- [Concept 2]
## 3. Files and Code Sections
### [File Name 1]
- **Why important**: [Summary]
- **Changes made**: [Summary]
- **Code snippet**:
```language
[Code]
[Solved problems and ongoing troubleshooting]
[Tasks requested but not done]
[What was being worked on before handoff]
[Required next step aligned with purpose]
Task/Knowledge:
External docs:
Key code files:
path/to/file.py — why this file matterspath/to/other.py — related contextBias toward MUST READ. You have context that shaped your thinking — the next agent doesn't. When in doubt, mark it MUST READ.
```Write the handoff to: agent/handoffs/YYYY-MM-DD-<slug>.md
Then give the user the command to continue from there:
/mx:task agent/handoffs/YYYY-MM-DD-<slug>.md
npx claudepluginhub maxwolf-01/agents --plugin mxSummarizes a specific aspect of the current conversation so another agent can resume. Triggered by "handoff", "summarize for handoff", or similar requests.
Captures full session context into a handoff document so a fresh agent can resume work with zero prior context. Write a single actionable sentence for the next agent.
Generates a structured session handoff summary with current status, completed/remaining tasks, decisions, pitfalls, and next steps for context resumption.