What problem does it solve? When a working session ends, the reasoning behind decisions, debugging paths, and rejected alternatives is lost. This Skill captures that narrative as a searchable markdown handoff file so future sessions can reference what was done and why. ## Core Features & Use Cases - Structured Session Summaries: Generates a markdown file with sections for problem, actions taken, key decisions, outcome, files touched, and follow-ups. - Depth Scaling: Adapts the summary length to the session type, from a five-line quick fix note to a full debugging or architecture write-up. - Safe Local Writes: Only creates or appends files in docs/tmp, never commits or pushes, and reports whether the note is tracked, untracked, or ignored by Git. - Use Case: After a long debugging session that traced a pagination bug to an off-by-one cursor, ask for a session save to preserve the diagnosis path and root cause for future reference. ## Quick Start Use the save-session skill to summarize this working session and save it as a markdown handoff in docs/tmp.