What problem does it solve? AI agents often answer questions about people, companies, or projects from memory alone, missing facts already stored in the knowledge base. This Skill encodes a retrieval reflex: when an entity becomes salient in conversation, open its brain page before answering. ## Core Features & Use Cases - Trigger Policy: Defines when to retrieve — when an entity is the subject of a message, a brain-page pointer appears in context, an unrecognized notable name appears, or a non-trivial detail is about to be asserted. - Escalating Retrieval Spec: Pulls only what the task needs, from pointer metadata, to full pages via get_page, to graph neighbors via traverse_graph and get_backlinks. - Use Case: When a user asks "what do we know about Acme AI?", the agent opens the Acme AI brain page and checks its graph edges before responding, instead of guessing from context. ## Quick Start Ask the agent "who is Jane Doe?" and it will open her brain page and pull linked neighbors before answering.