Answers questions about your own systems, notes, decisions, runbooks, and conventions from your governed knowledge brain, returning a qmd:// citation for every claim — receipts, not recall. Use when you want to know what your brain has captured about your own architecture, infrastructure, decisions, or conventions (e.g. "what does my system map say about the proxy", "why did I pick Apache-2.0", "what's my deploy runbook"). Trigger with "/brain", "ask the brain", "what do I know about", or "check my knowledge base".
How this skill is triggered — by the user, by Claude, or both
Slash command
/governed-second-brain:brain [question][question]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask your knowledge **brain** a question and get an answer grounded in your governed
Ask your knowledge brain a question and get an answer grounded in your governed corpus, where every claim carries a qmd:// citation. The brain does not paraphrase from memory — it retrieves governed memories and cites them, so any answer is verifiable after the fact.
This is the read surface of the Governed Second Brain: your files are compiled into
governed memories, governed by deterministic code, and retrieved with citations
by qmd. The brain_search MCP tool fronts that retrieval. The job here is to turn a
natural-language question into a cited answer — and to refuse to answer beyond what the
citations support.
governed-second-brain plugin is installed, which auto-wires the local
governed-brain MCP server.qmd is on your PATH (the local retrieval engine). Search runs in-process
against your local ~/.teamkb index — no network, no API key, no token.Call brain_search with the user's question as query. Keep scope at its
default (curated) unless the user explicitly asks for inbox/archived material —
curated is the governed, promoted knowledge.
brain_search({ query: "the user's question, lightly cleaned up", scope: "curated" })
The tool returns { source, results: [{ citation, snippet, score, collection }] }.
Each citation is a qmd://COLLECTION/FILENAME URI — the receipt for that hit.
The proxy reverse-proxies the API (qmd://kb-curated/system-map.md).If results is empty, say so plainly: the brain has nothing governed on that topic.
Do not fall back to general knowledge and present it as the brain's answer.
Optionally note that the topic may need to be captured (run /brain-save).
Cited answer:
/brain what does my system map say about the proxy?
→ The proxy is the single ingress; it reverse-proxies each domain to its service
and must be reloaded, not restarted, after edits (qmd://kb-curated/system-map.md).
Sources:
- qmd://kb-curated/system-map.md
Empty result (honest refusal):
/brain what is my refund policy?
→ The brain has nothing governed on a refund policy. I won't guess from general
knowledge. If this should be in your brain, capture it with /brain-save.
| Situation | Response |
|---|---|
brain_search returns empty results | State the brain has nothing governed; do not fabricate. |
qmd is not on PATH | Retrieval is degraded (the server returns empty rather than crashing). Tell the user to install qmd 2.x on PATH. |
| MCP tool unavailable | The plugin/MCP server is not enabled; tell the user to install/enable governed-second-brain. |
| User asks to write/capture | Out of scope here — direct them to /brain-save. |
/brain-save.brain_search./brain-save skill (governed capture).npx claudepluginhub jeremylongshore/governed-second-brain-plugin --plugin governed-second-brainProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.