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
| 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 |