What problem does it solve? When users ask questions about previously captured knowledge — past decisions, people, open questions, or plans — agents often answer from model knowledge instead of the project's Brain store, producing ungrounded or stale answers. This Skill enforces searching the Brain artifact store first and reporting what Brain actually knows. ## Core Features & Use Cases - Ranked Knowledge Search: Queries the Brain store via the brain_search MCP tool or the red-skills-brain search CLI, returning hits ranked by lexical matches, tags, artifact kind, and graph connections. - Transparent Relevance Scoring: Exposes a score_breakdown per hit so the agent can explain why a result ranks high and cite artifact id, kind, and title. - Brain-vs-Memory Routing: Directs operational engineering facts (gotchas, why-notes) to /memory:recall while keeping human and project knowledge in Brain. - Use Case: A user asks "what do we know about the Acme migration decision?" The agent searches Brain, cites the matching decision artifact with its id and score breakdown, and notes any gaps instead of inventing details. ## Quick Start Ask the agent to search the brain for what was captured about a specific decision, person, or open question before answering.