PatternCompanyBrain

The Company Brain

A shared, on-disk knowledge base your whole team's AI reasons from.

Context

Knowledge is scattered across git history, docs, Confluence and Jira, and every role — business analyst, architect, tester, developer — needs the same current, grounded picture without re-gathering it or waiting on someone else.

Consider these patterns first

Problem

How do you give every role's AI the same trustworthy organizational knowledge, kept current, without each person rebuilding it and without ever altering the systems of record?

Solution

Ingest the sources once into a shared, on-disk hybrid index that feeds contexts and role views — a business-analyst view, an architect view, a tester view — each a lens on the one brain. It is strictly read-only: it reads and enumerates your sources, never writes back to them, and the derived index lives separately. Individual dev editions consult the central brain over a proxy, so everyone reasons from the same truth.

Realized in Roadmap MCP
brainbrain-atlassiancontextai

Config: Sources (git / files / Confluence / Jira), on-disk hybrid index, role views.

Consider next