Session (Start/Register/Deregister/Compact)
sessionStart, orient, and compact sessions to manage project context. Track tasks, goals, blockers, and decisions for reproducible AI development.
Instructions
USE WHEN: Session lifecycle (orientation, registry, compaction).
EXAMPLES: session(operation="start", goal="Fix auth bug"); session(operation="compact", summary="Session handoff").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| role | No | ||
| summary | No | ||
| blockers | No | ||
| operation | No | start | |
| plan_slug | No | ||
| task_title | No | ||
| blocked_files | No | ||
| decisions_made | No | ||
| completed_tasks | No | ||
| in_progress_task | No | ||
| task_description | No | ||
| create_checkpoint | No | ||
| in_progress_notes | No |