Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

C-Level Agents (Founder Mode)

A virtual C-suite of 13 executive personas and 21 /cs:* commands that structures founder-level decisions.

AutomationIntermediate24,1513,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

  1. Run /cs:onboard to build company context, then /cs:office-hours "should we hire a VP Sales?" for a YC-style 6-question intake.
  2. /cs:founder-mode "runway pressure" — auto-routes to the CFO advisor for unit economics and runway math.
  3. /cs:boardroom briefs/pricing-v3.md — full panel runs a 6-phase deliberation, then /cs:decide logs the call and /cs:execute produces 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-skills/.gemini/skills/c-level-agents ~/.claude/skills/
  5. This skill references parent-level references/ files and the existing c-level skill set, so copy those directories too, keeping the same relative layout.
  6. Restart Claude Code and run /cs:onboard first to populate your company context.
  7. Then invoke commands like /cs:office-hours "your question".