Conversation Summarizer
Summarize the current session and persist it to a file for continuity.
Instructions
- Analyze the entire conversation history of the current session.
- Extract key insights, decisions made, code changes, and pending tasks.
- Generate a structured Markdown summary using the template below.
- Write the result to
session-summary.mdin the repo root, or to a timestamped file such aslogs/summary_YYYY-MM-DD.mdif the user prefers.
Output template
Use this structure for the summary file:
# Session Summary - [Date]
## 🎯 Goal
[Brief description of what we tried to achieve]
## 🧠 Key Insights (Alpha)
[High-value realizations or strategic points]
## 🛠️ Changes Implemented
- [List of files changed or logic added]
## ⏭️ Next Steps
- [Actionable items for the next session]