C-Level Agents (Founder Mode)
A virtual C-suite of 13 executive personas and 21 /cs:* commands that structures founder-level decisions.
AutomationIntermediate★ 24,151⑂ 3,405AI score 7/10Last updated: Aug 9, 2026
What it does
- Ships 13 executive persona agents — CFO, CMO, CRO, CPO, COO, CHRO, CISO, General Counsel, CDO, CAIO, CCO, VP Engineering, and Chief of Staff — each with a distinct cognitive voice and role-specific forcing questions.
- 12 forcing-question review commands such as
/cs:cfo-review(unit economics, runway, dilution),/cs:cmo-review(ICP, CAC payback),/cs:vpe-review(DORA metrics, cycle time). - A strategic sprint pipeline:
/cs:brief→/cs:boardroom→/cs:decide→/cs:execute→/cs:post-mortem, where each step emits a Markdown artifact the next step consumes. - Meta and safety commands:
/cs:founder-mode(auto-routing),/cs:cross-eval(multi-model consensus),/cs:freeze(decision cooldown lock). - Consistent output template: Bottom Line → What → Why → How to Act → Your Decision. All Python tooling is stdlib-only, no paid dependencies.
Who it's for
- Early-stage founders and solo operators without a real executive team
- Anyone forced to make cross-functional calls on pricing, hiring, or fundraising alone
- Team leads who want decisions logged and post-mortems written down
Example uses
- Run
/cs:onboardto build company context, then/cs:office-hours "should we hire a VP Sales?"for a YC-style 6-question intake. /cs:founder-mode "runway pressure"— auto-routes to the CFO advisor for unit economics and runway math./cs:boardroom briefs/pricing-v3.md— full panel runs a 6-phase deliberation, then/cs:decidelogs the call and/cs:executeproduces a 90-day plan.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/c-level-agents/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
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 a terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-skills/.gemini/skills/c-level-agents ~/.claude/skills/ - This skill references parent-level
references/files and the existing c-level skill set, so copy those directories too, keeping the same relative layout. - Restart Claude Code and run
/cs:onboardfirst to populate your company context. - Then invoke commands like
/cs:office-hours "your question".
View source on GitHub ↗License: MIT