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-installWhat Gets Generated
docs/with VitePress docs plus company-brain operating model and roadmap pages.repos/index.yamlfor repository and source-system inventory.workspaces/records for structured operating context.docs/automation-runbooks.mdand.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.mdfor setup interviews.templates/digital-brain-map.mdfor mapping the brain.
First Validation
bash
cd acme-brain
npm install
npm run mcp:check
npm run docs:buildNext Steps
- Replace placeholder owners, service names, and source links.
- Fill
repos/index.yamlwith 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.