| name | recall |
| description | Search memories quickly. Use when the user asks "what do you remember about", "recall", "search memory", or wants to find past decisions, corrections, or context. |
/amem:recall — Quick Memory Search
The user wants to find memories. Search amem and present results clearly.
Instructions
-
Take $ARGUMENTS as the search query.
-
Call memory_recall with:
query: the user's search terms
limit: 10
compact: true (for efficiency)
-
If results are found, present them clearly:
- Show type, content preview, and confidence
- Offer to show full details for any specific memory
-
If no results, try memory_multi_recall for a deeper 4-strategy search.
-
If still nothing, suggest the user store some memories first.
Examples
/amem:recall auth architecture → searches for authentication-related memories
/amem:recall TypeScript rules → finds corrections and patterns about TypeScript
/amem:recall what database did we choose → finds database decisions