Create session continuation summary for another agent
Generates a detailed handoff plan summarizing conversation context for another agent to continue work.
/plugin marketplace add MaxWolf-01/agents/plugin install mx@MaxWolf-01purposeCreates a detailed handoff plan of the conversation for continuing the work in a new session.
The user specified purpose:
<purpose>$ARGUMENTS</purpose>
You are creating a summary specifically so that it can be continued by another agent. For this to work you MUST have a purpose. If no specified purpose was provided in the <purpose>...</purpose> tag you must STOP IMMEDIATELY and ask the user what the purpose is.
Do not continue before asking for the purpose as you will otherwise not understand the instructions and do not assume a purpose!
Your task is to create a detailed summary of the conversation so far, paying close attention to the user's explicit purpose for the next steps. This handoff plan should be thorough in capturing technical details, code patterns, and architectural decisions that will be essential for continuing development work without losing context.
Before providing your final plan, wrap your analysis in <analysis> tags to organize your thoughts and ensure you've covered all necessary points. In your analysis process:
Your plan should include the following sections:
Create a descriptive slug for this handoff. Use keywords separated by dashes, lowercase. More detail is better for differentiating similar sessions.
Good examples:
workflow-design-handoff-pickup-commands-wikilinksgemini-pdf-extraction-prompt-testing-latex-handlingstripe-webhook-eu-withdrawal-edge-casesmobile-playback-reconnect-safari-audio-context-fixBad examples (too vague):
gemini-integrationstripe-fixmobile-bug---
consumed: false
---
# <Readable Summary>
<analysis>
[Your thought process, ensuring all points are covered thoroughly and accurately]
</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 of why this file is important]
- **Changes made**: [Summary of the changes made to this file, if any]
- **Code snippet**:
```language
[Important Code Snippet]
...
[Description of solved problems and ongoing troubleshooting]
[Tasks explicitly asked for but not yet done]
[What was being worked on immediately before this handoff]
[Required next step to take, directly aligned with user's explicit handoff purpose]
Task/Knowledge:
External docs:
Write the handoff to: agent/handoffs/YYYY-MM-DD-<slug>.md
Use today's date and the slug you created.
Then tell the user:
Handoff written to agent/handoffs/YYYY-MM-DD-<slug>.md
To continue: /pickup <slug>
/handoffWrite or update a handoff document so the next agent with fresh context can continue this work.
/handoffProperly end a swarm session - release reservations, sync state, generate continuation prompt