Onboard
/cs:onboard — Founder interview that populates ~/.claude/company-context.md. The first command to run when starting with c-level-agents.
Install
Quick install
npx skills add https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/c-level-agents/skills/onboardnpx skills add alirezarezvani/claude-skills --skill onboard --agent claude-codenpx skills add alirezarezvani/claude-skills --skill onboard --agent cursornpx skills add alirezarezvani/claude-skills --skill onboard --agent codexnpx skills add alirezarezvani/claude-skills --skill onboard --agent opencodenpx skills add alirezarezvani/claude-skills --skill onboard --agent github-copilotnpx skills add alirezarezvani/claude-skills --skill onboard --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add alirezarezvani/claude-skills --skill onboardManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/alirezarezvani/claude-skills.gitcp -r claude-skills/c-level-advisor/c-level-agents/skills/onboard ~/.claude/skills//cs:onboard — Founder Interview
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.
What This Produces
~/.claude/company-context.md — a single file with the durable facts about the company. Read by:
cs-chief-of-staff(routing decisions)- Every cs-* advisor (context for any question)
/cs:brief(assumptions in any new decision)
The Interview (12 Questions)
Company Basics
- Company name and one-sentence pitch.
- Stage: pre-seed / seed / Series A / Series B / Series C+ / public
- Headcount: total, by function (eng / product / GTM / ops / G&A)
- Geographic distribution: HQ + remote split, key countries
Business Model
- Revenue model: SaaS subscription / usage / transaction / marketplace / hardware / services
- ICP: name one real customer and describe what they have in common with others
- ACV: median and range; deal count last 12 months
- Growth rate: ARR YoY; if pre-revenue, leading metric (users, MAU, etc.)
Financial Posture
- Runway: months of cash at current burn; bear-case months
- Last raise: amount, valuation, lead investor, date
Strategic Context
- Top 3 priorities for the current quarter (in plain language)
- Top 3 risks the founder loses sleep over (be specific)
Output Format
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]
Workflow
- Walk the founder through all 12 questions
- Quote founder's own words wherever possible (don't paraphrase the ICP)
- Save to
~/.claude/company-context.md - (Optional) If llm-wiki bridge is configured: symlink to vault
ln -sf ~/company-vault/00-meta/company-context.md ~/.claude/company-context.md
- Confirm with founder: read the file back, ask "anything missing?"
When to Re-Run
- After a fundraise (numbers change)
- After a major pivot or product launch
- After 6+ months (most facts have drifted)
- After a major hire (team distribution changes)
- Always before a
/cs:boardroomfor a high-stakes decision
Persistence
By default, ~/.claude/company-context.md is local to the founder's machine. To make it persistent across machines / shareable:
- Markdown vault (recommended): see [
../../references/llm-wiki-bridge.md](../../references/llm-wiki-bridge.md) - Encrypted dotfile sync: age + git
- Shared team: keep in a private repo, symlink from
~/.claude/
Related
- Skill: [
cs-onboard](../../../skills/cs-onboard/SKILL.md) — the underlying interview protocol - Skill: [
context-engine](../../../skills/context-engine/SKILL.md) — reads this file - Reference: [
../../references/llm-wiki-bridge.md](../../references/llm-wiki-bridge.md)
---
Version: 1.0.0
SKILL.md source
--- name: onboard description: /cs:onboard — Founder interview that populates ~/.claude/company-context.md. The first command to run when starting with c-level-agents. --- # /cs:onboard — Founder Interview **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. ## What This Produces `~/.claude/company-context.md` — a single file with the durable facts about the company. Read by: - `cs-chief-of-staff` (routing decisions) - Every cs-* advisor (context for any question) - `/cs:brief` (assumptions in any new decision) ## The Interview (12 Questions) ### Company Basics 1. **Company name and one-sentence pitch.** 2. **Stage:** pre-seed / seed / Series A / Series B / Series C+ / public 3. **Headcount:** total, by function (eng / product / GTM / ops / G&A) 4. **Geographic distribution:** HQ + remote split, key countries ### Business Model 5. **Revenue model:** SaaS subscription / usage / transaction / marketplace / hardware / services 6. **ICP:** name one real customer and describe what they have in common with others 7. **ACV:** median and range; deal count last 12 months 8. **Growth rate:** ARR YoY; if pre-revenue, leading metric (users, MAU, etc.) ### Financial Posture 9. **Runway:** months of cash at current burn; bear-case months 10. **Last raise:** amount, valuation, lead investor, date ### Strategic Context 11. **Top 3 priorities for the current quarter** (in plain language) 12. **Top 3 risks the founder loses sleep over** (be specific) ## Output Format Saved to `~/.claude/company-context.md`: ```markdown # 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] ``` ## Workflow 1. Walk the founder through all 12 questions 2. Quote founder's own words wherever possible (don't paraphrase the ICP) 3. Save to `~/.claude/company-context.md` 4. (Optional) If llm-wiki bridge is configured: symlink to vault ```bash ln -sf ~/company-vault/00-meta/company-context.md ~/.claude/company-context.md ``` 5. Confirm with founder: read the file back, ask "anything missing?" ## When to Re-Run - After a fundraise (numbers change) - After a major pivot or product launch - After 6+ months (most facts have drifted) - After a major hire (team distribution changes) - Always before a `/cs:boardroom` for a high-stakes decision ## Persistence By default, `~/.claude/company-context.md` is local to the founder's machine. To make it persistent across machines / shareable: - **Markdown vault (recommended):** see [`../../references/llm-wiki-bridge.md`](../../references/llm-wiki-bridge.md) - **Encrypted dotfile sync:** age + git - **Shared team:** keep in a private repo, symlink from `~/.claude/` ## Related - Skill: [`cs-onboard`](../../../skills/cs-onboard/SKILL.md) — the underlying interview protocol - Skill: [`context-engine`](../../../skills/context-engine/SKILL.md) — reads this file - Reference: [`../../references/llm-wiki-bridge.md`](../../references/llm-wiki-bridge.md) --- **Version:** 1.0.0
Related skills 6
to-prd
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
to-issues
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
C Level Agents
Founder-mode executive team. 8 cs-* C-suite agents (CFO, CMO, CRO, CPO, COO, CHRO, CISO, Chief of Staff) and 17 /cs:* slash commands for forcing-question office hours, multi-role boardroom delibera...
Boardroom
/cs:boardroom <brief> — 6-phase multi-role deliberation across the C-suite with Phase 2 isolation, critic pre-screen, and synthesis. Outputs a board memo.
Brief
/cs:brief <topic> — Generate a one-page strategy brief from an office-hours intake. First step in the strategic sprint pipeline.
Caio Review
/cs:caio-review <plan> — Eval-demanding Chief AI Officer interrogation of any plan that involves AI: model selection, risk classification, cost economics, or AI hiring.