Anti-pattern guard. Before writing code, drafting a doc, or making a decision: recall relevant memories first, then produce the answer with explicit citations to recalled memory IDs. Forces “memory before action” discipline.Documentation Index
Fetch the complete documentation index at: https://docs.linksee.app/llms.txt
Use this file to discover all available pages before exploring further.
Arguments
What you are about to do. One sentence describing the code task, decision, or document draft.
Optional entity to focus recall on.
Workflow
- Call
recallwith the task description - Skim returned memories and identify applicable caveats
- Produce output with inline citations:
[memory:1234] - If no relevant memories found, state explicitly: “No prior context found”
Why this matters
Without this prompt, agents tend to act first and recall later (or not at all). This creates:- Repeated mistakes that caveats could have prevented
- Inconsistent decisions across sessions
- Wasted tokens re-discovering known constraints