/cs:founder-mode — The Auto-Router
/cs:founder-mode <question> — Auto-routes any founder question to the right C-role advisor or to /cs:boardroom for multi-role topics.
How to use it
Claude Code
- Run the line below. It pulls the whole folder into
~/.claude/skills/founder-mode, including the files SKILL.md points to. - Describe your job in plain words. Claude Code follows the skill from there.
npx degit alirezarezvani/claude-skills/c-level-agents/skills/founder-mode#main ~/.claude/skills/founder-modeFor one project only, change the path to .claude/skills/founder-mode. This skill also uses company-context.md — copying SKILL.md alone won't be enough. See the folder on GitHub.
Claude (web or desktop app)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Source of /cs:founder-mode — The Auto-Router
Show the full text109 lines
| name | description |
|---|---|
| founder-mode | /cs:founder-mode <question> — Auto-routes any founder question to the right C-role advisor or to /cs:boardroom for multi-role topics. The single-command entry point. Use when a founder asks any strategic question without knowing which advisor or command fits — e.g. 'runway pressure' routes to the CFO, 'gross retention dropped' routes to the CCO. |
/cs:founder-mode — The Auto-Router
Command: /cs:founder-mode <question>
The single command a founder needs to remember. Routes the question to the right C-role automatically, or triggers /cs:boardroom if multi-role.
This is the killer command — the answer to "I don't know which slash command to use." Type the question; the system figures out the room.
Routing Logic
The router (via cs-chief-of-staff) does keyword + intent matching:
| Signal in question | Route |
|---|---|
| burn, runway, fundraise, dilution, model, LTV, CAC | cs-cfo-advisor |
| pipeline, win rate, forecast, quota, ramp, sales motion | cs-cro-advisor |
| positioning, ICP, message, brand, channel, campaign | cs-cmo-advisor |
| roadmap, PMF, JTBD, North Star, RICE, kill | cs-cpo-advisor |
| cadence, OKR, scorecard, DRI, operating system, rhythm | cs-coo-advisor |
| hiring, comp, ladder, level, attrition, eNPS, equity | cs-chro-advisor |
| security, threat, breach, compliance, audit, SOC 2 | cs-ciso-advisor |
| architecture, scaling, tech debt, SLO, latency | cs-cto-advisor |
| contract, IP, term sheet, regulator, license | cs-general-counsel-advisor |
| retention, GRR, NRR, churn, customer success, CSM, time-to-value, renewals | cs-cco-advisor |
| training data, data rights, consent, data asset, warehouse, lakehouse, data mesh | cs-cdo-advisor |
| model selection, eval, hallucination, AI risk, EU AI Act, fine-tune, build vs buy AI | cs-caio-advisor |
| DORA, cycle time, deploy frequency, eng hiring funnel, team topology, delivery throughput | cs-vpe-advisor |
| strategy, vision, board, M&A, raise, exit | cs-ceo-advisor |
| 2+ signals from different roles | /cs:boardroom |
| ambiguous | /cs:office-hours first, then route |
Workflow
- Parse the question for role signals
- If exactly one role: invoke that cs-* agent directly
- If 2+ roles: build a brief via
/cs:briefand trigger/cs:boardroom - If ambiguous / no signal match: trigger
/cs:office-hoursto force the founder to sharpen - Log the routing decision (raw layer) via
decision-logger
Output
The router emits one of three responses:
Single-role route
**Routing:** cs-cfo-advisor
**Why:** Question hits burn rate and unit economics.
**Next:** Invoking cs-cfo-advisor with company-context loaded.
[Advisor's response follows]
Multi-role route
**Routing:** /cs:boardroom
**Why:** Question touches CFO + CMO + CPO (pricing change has finance, positioning, and product implications).
**Next:** Building brief via /cs:brief, then running boardroom.
Brief saved: ~/.claude/briefs/2026-05-12-pricing-v3.md
Run: /cs:boardroom ~/.claude/briefs/2026-05-12-pricing-v3.md
Ambiguous → office hours
**Routing:** /cs:office-hours
**Why:** Question is too broad ("should we grow faster?"). Need framing before any advisor can help.
**Next:** Six-question intake.
[Office hours questions follow]
Why This Is the Killer Command
gstack requires the founder to know all 23 slash commands and pick the right one. That's a cognitive tax. /cs:founder-mode collapses that to one — the system picks. This is also where persistent memory pays off: with company-context.md + decision-logger, the router knows what's already been decided and won't re-litigate.
Examples
/cs:founder-mode "should we raise a Series B now or wait 6 months?"
→ boardroom (CFO + CEO + CRO touched)
/cs:founder-mode "the win rate dropped 20% this month"
→ cs-cro-advisor
/cs:founder-mode "gross retention dropped 5 points this quarter"
→ cs-cco-advisor
/cs:founder-mode "let's hire a VP Marketing"
→ boardroom (CHRO + CMO + CFO touched)
/cs:founder-mode "should we be growing faster?"
→ /cs:office-hours (too ambiguous)
Related
- Agent:
cs-chief-of-staff— does the routing - Skill:
chief-of-staff— routing logic - Skill:
context-engine— loads context
Version: 1.0.0
| 1 | |
| 2 | name "founder-mode" |
| 3 | description "/cs:founder-mode <question> — Auto-routes any founder question to the right C-role advisor or to /cs:boardroom for multi-role topics. The single-command entry point. Use when a founder asks any strategic question without knowing which advisor or command fits — e.g. 'runway pressure' routes to the CFO, 'gross retention dropped' routes to the CCO." |
| 4 | |
| 5 | |
| 6 | # /cs:founder-mode — The Auto-Router |
| 7 | |
| 8 | **Command:** `/cs:founder-mode <question>` |
| 9 | |
| 10 | The single command a founder needs to remember. Routes the question to the right C-role automatically, or triggers `/cs:boardroom` if multi-role. |
| 11 | |
| 12 | This is the **killer command** — the answer to "I don't know which slash command to use." Type the question; the system figures out the room. |
| 13 | |
| 14 | ## Routing Logic |
| 15 | |
| 16 | The router (via `cs-chief-of-staff`) does keyword + intent matching: |
| 17 | |
| 18 | | Signal in question | Route | |
| 19 | |---|---| |
| 20 | | burn, runway, fundraise, dilution, model, LTV, CAC | `cs-cfo-advisor` | |
| 21 | | pipeline, win rate, forecast, quota, ramp, sales motion | `cs-cro-advisor` | |
| 22 | | positioning, ICP, message, brand, channel, campaign | `cs-cmo-advisor` | |
| 23 | | roadmap, PMF, JTBD, North Star, RICE, kill | `cs-cpo-advisor` | |
| 24 | | cadence, OKR, scorecard, DRI, operating system, rhythm | `cs-coo-advisor` | |
| 25 | | hiring, comp, ladder, level, attrition, eNPS, equity | `cs-chro-advisor` | |
| 26 | | security, threat, breach, compliance, audit, SOC 2 | `cs-ciso-advisor` | |
| 27 | | architecture, scaling, tech debt, SLO, latency | `cs-cto-advisor` | |
| 28 | | contract, IP, term sheet, regulator, license | `cs-general-counsel-advisor` | |
| 29 | | retention, GRR, NRR, churn, customer success, CSM, time-to-value, renewals | `cs-cco-advisor` | |
| 30 | | training data, data rights, consent, data asset, warehouse, lakehouse, data mesh | `cs-cdo-advisor` | |
| 31 | | model selection, eval, hallucination, AI risk, EU AI Act, fine-tune, build vs buy AI | `cs-caio-advisor` | |
| 32 | | DORA, cycle time, deploy frequency, eng hiring funnel, team topology, delivery throughput | `cs-vpe-advisor` | |
| 33 | | strategy, vision, board, M&A, raise, exit | `cs-ceo-advisor` | |
| 34 | | **2+ signals from different roles** | `/cs:boardroom` | |
| 35 | | **ambiguous** | `/cs:office-hours` first, then route | |
| 36 | |
| 37 | ## Workflow |
| 38 | |
| 39 | Parse the question for role signals |
| 40 | If exactly one role: invoke that cs-* agent directly |
| 41 | If 2+ roles: build a brief via `/cs:brief` and trigger `/cs:boardroom` |
| 42 | If ambiguous / no signal match: trigger `/cs:office-hours` to force the founder to sharpen |
| 43 | Log the routing decision (raw layer) via `decision-logger` |
| 44 | |
| 45 | ## Output |
| 46 | |
| 47 | The router emits one of three responses: |
| 48 | |
| 49 | ### Single-role route |
| 50 | |
| 51 | **Routing:** cs-cfo-advisor |
| 52 | **Why:** Question hits burn rate and unit economics. |
| 53 | **Next:** Invoking cs-cfo-advisor with company-context loaded. |
| 54 | |
| 55 | [Advisor's response follows] |
| 56 | |
| 57 | |
| 58 | ### Multi-role route |
| 59 | |
| 60 | **Routing:** /cs:boardroom |
| 61 | **Why:** Question touches CFO + CMO + CPO (pricing change has finance, positioning, and product implications). |
| 62 | **Next:** Building brief via /cs:brief, then running boardroom. |
| 63 | |
| 64 | Brief saved: ~/.claude/briefs/2026-05-12-pricing-v3.md |
| 65 | Run: /cs:boardroom ~/.claude/briefs/2026-05-12-pricing-v3.md |
| 66 | |
| 67 | |
| 68 | ### Ambiguous → office hours |
| 69 | |
| 70 | **Routing:** /cs:office-hours |
| 71 | **Why:** Question is too broad ("should we grow faster?"). Need framing before any advisor can help. |
| 72 | **Next:** Six-question intake. |
| 73 | |
| 74 | [Office hours questions follow] |
| 75 | |
| 76 | |
| 77 | ## Why This Is the Killer Command |
| 78 | |
| 79 | gstack requires the founder to know all 23 slash commands and pick the right one. That's a cognitive tax. `/cs:founder-mode` collapses that to one — the system picks. This is also where persistent memory pays off: with company-context.md + decision-logger, the router knows what's already been decided and won't re-litigate. |
| 80 | |
| 81 | ## Examples |
| 82 | |
| 83 | |
| 84 | /cs:founder-mode "should we raise a Series B now or wait 6 months?" |
| 85 | → boardroom (CFO + CEO + CRO touched) |
| 86 | |
| 87 | /cs:founder-mode "the win rate dropped 20% this month" |
| 88 | → cs-cro-advisor |
| 89 | |
| 90 | /cs:founder-mode "gross retention dropped 5 points this quarter" |
| 91 | → cs-cco-advisor |
| 92 | |
| 93 | /cs:founder-mode "let's hire a VP Marketing" |
| 94 | → boardroom (CHRO + CMO + CFO touched) |
| 95 | |
| 96 | /cs:founder-mode "should we be growing faster?" |
| 97 | → /cs:office-hours (too ambiguous) |
| 98 | |
| 99 | |
| 100 | ## Related |
| 101 | |
| 102 | Agent: [`cs-chief-of-staff`] — does the routing |
| 103 | Skill: [`chief-of-staff`] — routing logic |
| 104 | Skill: [`context-engine`] — loads context |
| 105 | |
| 106 | |
| 107 | |
| 108 | **Version:** 1.0.0 |
| 109 |
Discussion
Browse more free Claude skills.