Skip to content

Company Brain Recipe

Use company-brain when the goal is a private operating memory for teams, repositories, vendors, decisions, opportunities, and next actions.

Generate

bash
node generator/create-index.mjs \
  --name "Acme Brain" \
  --slug acme-brain \
  --output ./acme-brain \
  --profile company-brain \
  --owner "Acme Ops" \
  --services github,slack,notion,linear \
  --skip-install

What Gets Generated

  • docs/ with VitePress docs plus company-brain operating model and roadmap pages.
  • repos/index.yaml for repository and source-system inventory.
  • workspaces/ records for structured operating context.
  • docs/automation-runbooks.md and .codex/automations/ for recurring work.
  • evals/ smoke tests for agent-facing changes.
  • mcp/ TypeScript MCP starter files for read-only context.
  • prompts/digital-brain-intake.md for setup interviews.
  • templates/digital-brain-map.md for mapping the brain.

First Validation

bash
cd acme-brain
npm install
npm run mcp:check
npm run docs:build

Next Steps

  • Replace placeholder owners, service names, and source links.
  • Fill repos/index.yaml with active repositories and start-here files.
  • Add decisions, vendors, contacts, opportunities, and evidence to workspace records.
  • Review the generated roadmap before adding connectors or write-capable tools.

See Profile Reference for the source profile details.

Built by Baker Street for evidence-backed company memory.