kg_capture_session
Capture structured session summaries to preserve accomplishments, artifacts, and next actions, ensuring context continuity between work sessions.
Instructions
Captures session summaries with structured metadata. Use at the end of work sessions to record what was accomplished, artifacts created, and next actions. Essential for maintaining context between sessions and tracking progress over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Concise summary of what was accomplished in this session. Focus on outcomes and key decisions. | |
| duration | No | How long the session lasted (e.g., '2 hours', '45 minutes'). Helps track time investment. | |
| artifacts | No | List of deliverables created (e.g., ['Updated API docs', 'Fixed auth bug', 'Deployed v1.2']) | |
| importance | No | Session importance: 'high' for major milestones, 'medium' for regular work, 'low' for minor sessions. | medium |
| visibility | No | Visibility level for the session summary. Defaults to private. | |
| next_actions | No | Specific tasks for next session. These become your starting context when you resume work. |