What problem does it solve?
This Skill addresses the "amnesia" problem in AI agents by providing a long-term memory system that persists architectural decisions, team preferences, and project context across sessions, ensuring consistency and reducing repetitive instructions.
Core Features & Use Cases
- Decision Storage: Saves architectural decisions (e.g., API patterns, error handling strategies) for future reference.
- Preference Recording: Stores team or user preferences (e.g., code style, naming conventions) to apply consistently.
- Context Synchronization: Automatically loads saved decisions, preferences, and project context at the start of each session.
- MCP Integration: Supports integration with Memory MCP servers for more robust and shared memory persistence.
- Use Case: After deciding on a new API response pattern, you can instruct "skill:memory save decision 'api-pattern' '모든 API 응답은 JSON Envelope 패턴 사용'" to ensure all future API implementations adhere to this decision.
Quick Start
Save a decision: "skill:memory save decision 'api-pattern' 'JSON Envelope 패턴 사용'"
Load all decisions: "skill:memory load decision"
Sync memory at session start: "skill:memory sync"