What problem does it solve?
It eliminates repetitive, inconsistent end-of-session documentation by automatically drafting a structured session summary and saving it to the correct ai-context location.
Core Features & Use Cases
- Auto-numbered session file creation: Detects today’s date, finds the next XX sequence from ai-context/sessions/, and optionally reuses the XX from an existing plan file for the same topic.
- Topic suggestion from repo + conversation signals: Suggests a kebab-case topic by analyzing git diff paths/status and conversation/plan context, then asks for confirmation or override.
- Template-driven summary generation with guardrails: Produces a structured summary (overview, decisions, technical details, current state, follow-up/TODO) aligned to the Development Process guideline and always asks before saving.
Quick Start
Ask your AI agent to run /session-save to generate a session summary from your current git changes and save it to the next ai-context/sessions/YYYY-MM-DD-XX-topic.md file after confirmation.