C-Level Agents — Founder-Mode Executive Team
A virtual C-suite of 13 executive personas and 21 /cs:* commands that pressure-test founder decisions end to end.
AutomationIntermediate★ 24,151⑂ 3,405AI score 7/10Last updated: Aug 9, 2026
What it does
Turns Claude into a virtual executive team that reviews your business decisions from every angle.
- 13 C-suite personas: CFO, CMO, CRO, CPO, COO, CHRO, CISO, General Counsel, CDO, CAIO, CCO, VP Engineering and Chief of Staff — each with its own cognitive voice and forcing questions
- 21
/cs:*commands: 12 role-specific office-hours reviews, a 5-step strategic sprint (/cs:brief→/cs:boardroom→/cs:decide→/cs:execute→/cs:post-mortem), plus meta and safety commands like/cs:cross-evaland/cs:freeze - Consistent output: Bottom Line → What → Why → How to Act → Your Decision
- Artifacts over chat: every command writes a Markdown file the next command consumes
Who it's for
- Solo or early-stage founders without a real executive bench
- Operators structuring multi-dimensional calls on pricing, fundraising or hiring
- Team leads who want a durable decision log and disciplined post-mortems
- Note: it is a thinking aid, not a substitute for real financial or legal counsel
Examples
- Runway pressure:
/cs:founder-mode "runway pressure"auto-routes to the CFO advisor for unit economics, burn and dilution questions. - Pricing overhaul: draft with
/cs:brief, then run/cs:boardroom briefs/pricing-v3.mdfor a 6-phase deliberation with independent Phase 2 thinking before cross-examination. - Hiring call:
/cs:office-hours "should we hire a VP Sales?"runs a YC-style 6-question intake,/cs:decidelogs the outcome, and/cs:executeproduces a 90-day plan.
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .gemini/skills/c-level-agents folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/c-level-agents/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/c-level-agents ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repository:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - This skill wraps 33 sibling c-level skills and parent
references/files, so copy the whole bundle:cp -r claude-skills/.gemini/skills/* ~/.claude/skills/ - Restart Claude Code and run
/cs:onboardfirst to generate yourcompany-context.md. - Verify with
/cs:office-hours "your question". If the commands do not appear, re-check the paths in steps 3–4.
View source on GitHub ↗License: MIT