Command: /cs:onboard
The first command to run when adopting c-level-agents. A structured founder interview that produces ~/.claude/company-context.md — the file every cs-* advisor reads before responding. Without this, the advisors are guessing.
~/.claude/company-context.md — a single file with the durable facts about the company. Read by:
cs-chief-of-staff (routing decisions)/cs:brief (assumptions in any new decision)Saved to ~/.claude/company-context.md:
# Company Context
**Generated:** YYYY-MM-DD
**Last updated:** YYYY-MM-DD
## Identity
- **Company:** <name>
- **Pitch:** <one sentence>
- **Stage:** <stage>
- **HQ + remote:** <distribution>
## Business
- **Model:** <type>
- **ICP:** <description + named customer>
- **ACV:** $<median> (range $<low> - $<high>)
- **Deal count (LTM):** N
- **ARR growth (YoY):** X%
## Financial
- **Cash on hand:** $<amount>
- **Net burn (monthly):** $<amount>
- **Runway base:** N months
- **Runway bear:** N months
- **Last raise:** $<amount> at $<post> in <month YYYY>, led by <investor>
## Team
- **Total headcount:** N
- **Eng:** N | Product: N | GTM: N | Ops: N | G&A: N
## Quarter
- **Top priorities (Q<X> YYYY):**
1. <priority>
2. <priority>
3. <priority>
- **Top risks:**
1. <risk>
2. <risk>
3. <risk>
## Routing Hints
[Optional: any role the founder wants to use sparingly or rely on heavily]
~/.claude/company-context.md
ln -sf ~/company-vault/00-meta/company-context.md ~/.claude/company-context.md
/cs:boardroom for a high-stakes decisionBy default, ~/.claude/company-context.md is local to the founder's machine. To make it persistent across machines / shareable:
../../references/llm-wiki-bridge.md
~/.claude/
cs-onboard — the underlying interview protocolcontext-engine — reads this file../../references/llm-wiki-bridge.md
Version: 1.0.0