write_session_summary
Generate structured summaries of session discussions to maintain continuity between meetings. Captures key decisions, open tasks, and discussion topics for future reference.
Instructions
Write a session summary at the end of a session. Critical for cross-session continuity. Call this BEFORE the session ends (when the user says goodbye, or context is running low). Include key decisions, open loops, and topics discussed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Unique session identifier (timestamp or UUID) | |
| summary | Yes | Narrative of what happened - decisions, work completed, problems solved | |
| topics | No | Topic tags for searchability | |
| open_loops | No | Unfinished tasks or questions to carry forward | |
| decisions | No | Key decisions made during the session | |
| platform | No | Platform this session ran on | claude-code |
| duration_minutes | No | Approximate session duration |