What problem does it solve? When switching between chat sessions, important context like architecture decisions, new patterns, and progress is lost. This Skill preserves that context by writing it to structured memory files so the next session can resume where the previous one stopped. ## Core Features & Use Cases - Session Summarization: Scans the conversation for new features, architecture decisions, patterns, bug fixes, and data model changes, then appends a dated summary to project-progress.md. - Memory File Creation: Creates new memory files with YAML frontmatter (name, description, type) for reusable patterns, major design decisions, and significant module changes. - Index Maintenance: Updates the MEMORY.md index and links related memories with [[name]] references, while filtering out trivial changes like typos and one-time fixes. - Use Case: Before closing a long coding session where you built a new export feature and refactored the search layout, ask the assistant to save the session so tomorrow's session starts with full context. ## Quick Start Save this session's progress and decisions to memory before I switch to a new chat window.