What problem does it solve?
Developers often lose track of past decisions, blockers, and project context, especially across sessions or when dealing with memory challenges like SDAM. This leads to repetitive questions, re-evaluations, and wasted time. This Skill provides a permanent external memory system to eliminate that friction.
Core Features & Use Cases
- Permanent Memory: Stores decisions, blockers, context, preferences, and procedures.
- SDAM Compensation: Provides a complete external memory system, ensuring no past decision or context is ever forgotten.
- Time-Anchored Context: All memories are explicitly timestamped for clear historical reference.
- Use Case: You're working on a complex project. You decide to use PostgreSQL. The
context-manager automatically saves this as a DECISION. Days later, you ask "what did we decide about the database?", and it instantly recalls the PostgreSQL decision, saving you from re-evaluating or forgetting.
Quick Start
To save a decision:
remember: we're using PostgreSQL for the database
To recall a decision:
what did we decide about the database?