sassy_memory_handoff
Save your session's task, status, next steps, and blockers to memory and crosslink, enabling the next session to resume exactly where you left off.
Instructions
Write a session handoff — saves state to BOTH memory and crosslink.
The next session calls sassy_memory_context and sassy_crosslink_recv to pick up exactly where you left off.
task: what you were working on status: in-progress | blocked | needs-review | paused | completed completed: comma-separated list of completed items next_steps: comma-separated ordered list of what to do next blockers: comma-separated list of blockers files_touched: comma-separated list of files modified project: project name context_notes: critical context the next session needs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| status | No | in-progress | |
| project | No | ||
| blockers | No | ||
| completed | No | ||
| next_steps | No | ||
| context_notes | No | ||
| files_touched | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |