When/what to retrieve — open the brain page for a salient entity before answering from memory.
65
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./recipes/retrieval-reflex/skills/retrieval-reflex/SKILL.mdA person doesn't bulk-load their whole address book into working memory. They retrieve on demand, when an entity becomes salient, use it, and drop it. Encode that reflex. The brain probably has the data — if a name is salient and you haven't opened its page, open it before you answer.
Retrieve when ANY of these holds AND the page isn't already loaded in context:
Skip trivial passing mentions, logistics pings, and anything already loaded. Judgment first — retrieve when it changes the quality of the reply, not reflexively.
Escalate only as far as the task needs:
get_page <slug> (MCP) — read the page before relying on specifics.graph / backlinks for the slug.Resolve only the name(s) the current task needs, use them, drop them. No bulk-loading the inner circle.
If you've discussed a named person for more than a message without opening their page, open it now. The write side captures everything; the read side only helps if you actually look.
See also: skills/query/SKILL.md (search the brain), skills/brain-ops/SKILL.md.
c44cdb5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.