memory
Installation
SKILL.md
memory — Project Memory
Lightweight session memory using markdown files. Captures what code can't tell you: decisions, intent, gotchas, and handoff state.
Memory Files
| File | Purpose | Budget | Loading |
|---|---|---|---|
HANDOFF.md |
Current state, next steps, session gotchas | 80 lines | Auto — every session |
SCOPE.md |
Project identity, boundaries, conventions | 80 lines | Auto — every session |
SYSTEM.md |
Architecture, components, constraints, gotchas | 80 lines | On demand |
DECISIONS.md |
Decision log with reasoning, prepend-only | 120 lines | On demand |