What problem does it solve?
Projects and conversational agents lose important context between sessions: user preferences, corrections, design decisions, and external references are frequently forgotten or scattered across files and chat history. This Skill provides a repeatable, safe process to capture, store, and retrieve those facts so future sessions can act consistently and avoid re-asking or re-evaluating settled decisions.
Core Features & Use Cases
- Typed memory model: explicit user, feedback, project, and reference memory types with recommended storage locations for local and repo-scoped data.
- Hot cache vs deep store: index-only hot-cache files for context-window efficiency and separate deep-store markdown files with frontmatter for atomic, auditable records.
- Operational workflows: clear write and recall flows, promotion/demotion rules to manage cache bloat, confidence scoring for feedback memories, and end-of-session compaction guidance.
- Use case: remember a user's tool preference and apply it across sessions, record why a project architecture decision was made, or store pointers to external systems for quick retrieval.
Quick Start
Tell the assistant to remember a preference or decision, for example: Remember that I prefer dark mode and store it as a user memory so future sessions honor the preference.