What problem does it solve?
This Skill prevents your assistant from forgetting important context by organizing long-term facts, tracking what you’re focused on over time, and preserving a searchable history of decisions.
Core Features & Use Cases
- Layered workspace memory: maintains MEMORY (durable long-term facts), EVENT_MEMORY (structured focus and event timeline), and HISTORY (append-only log for review/search).
- Focus-centric tracking: supports explicit vs inferred goals, time evolution (add/deepen/transfer/fade/undo), and consolidation of repeated small focuses into a compact timeline.
- On-demand search strategy: chooses between in-memory filtering and targeted CLI grep/findstr/python search depending on file size.
- Safe update boundaries: the
compress_session tool trims the session tail only, while token-based archival can save chunks to MEMORY.md and HISTORY.md without automatically filling EVENT_MEMORY.
Quick Start
Ask the assistant to set up or update structured focus tracking by creating or editing memory/EVENT_MEMORY.md using the template for the current topic thread and focus (e.g., “track my current project focus and update the focus evolution log”).