remember
Records codebase conventions, decisions, and gotchas when explicitly requested, helping teams maintain consistency and avoid repeating mistakes.
Instructions
📝 CALL IMMEDIATELY when user explicitly asks to remember/record something.
USER TRIGGERS: • "Remember this: [X]" • "Record this: [Y]" • "Save this for next time: [Z]"
⚠️ DO NOT call unless user explicitly requests it.
HOW TO WRITE: • ONE convention per memory (if user lists 5 things, call this 5 times) • memory: 5-10 words (the specific rule) • reason: 1 sentence (why it matters) • Skip: one-time features, code examples, essays
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of memory being recorded | |
| category | Yes | Broader category for filtering | |
| memory | Yes | What to remember (concise) | |
| reason | Yes | Why this matters or what breaks otherwise |