| name | c-level-agents |
| description | Founder-mode executive team. 13 cs-* C-suite agents (CFO, CMO, CRO, CPO, COO, CHRO, CISO, GC, CDO, CAIO, CCO, VPE, Chief of Staff) and 21 /cs:* slash commands for forcing-question office hours, multi-role boardroom deliberation, strategic sprint pipeline, and meta routing. Use when the founder needs a virtual executive team, when invoking /cs:* commands, or when orchestrating multi-role decisions. |
| license | MIT |
| metadata | {"version":"1.0.0","author":"Alireza Rezvani","category":"c-level","domain":"executive-orchestration","updated":"2026-05-12T00:00:00.000Z","agents":"cs-cfo-advisor, cs-cmo-advisor, cs-cro-advisor, cs-cpo-advisor, cs-coo-advisor, cs-chro-advisor, cs-ciso-advisor, cs-general-counsel-advisor, cs-cdo-advisor, cs-caio-advisor, cs-cco-advisor, cs-vpe-advisor, cs-chief-of-staff","commands":"cs-office-hours, cs-cfo-review, cs-cmo-review, cs-cpo-review, cs-cro-review, cs-cto-review, cs-ciso-review, cs-gc-review, cs-cdo-review, cs-caio-review, cs-cco-review, cs-vpe-review, cs-brief, cs-boardroom, cs-decide, cs-execute, cs-post-mortem, cs-founder-mode, cs-onboard, cs-cross-eval, cs-freeze"} |
c-level-agents โ Founder-Mode Executive Team
A virtual C-suite delivered through slash commands and persona agents.
Keywords
founder mode, virtual c-suite, executive team, boardroom, office hours, cfo review, cmo review, strategic sprint, decision logging, cross-model consensus, persona agents, chief of staff, forcing questions
What This Plugin Provides
13 cs-* Agents (in agents/)
Each agent wraps an existing c-level skill and adds:
- A distinct cognitive voice (numerate skeptic, narrative-first, etc.)
- Forcing questions specific to the role
- Workflow orchestration tied to skill Python tools
- Output template: Bottom Line โ What โ Why โ How to Act โ Your Decision
See ../../references/persona-voices.md for voice specs.
21 /cs:* Slash Commands (in skills/)
Forcing-question office hours (12):
/cs:office-hours โ YC-style 6-question intake
/cs:cfo-review โ unit economics, runway, dilution
/cs:cmo-review โ ICP, CAC payback, positioning
/cs:cpo-review โ RICE, JTBD, North Star, PMF
/cs:cro-review โ pipeline coverage, win rate, NRR
/cs:cto-review โ architecture risk, scaling cliff
/cs:ciso-review โ threat model, blast radius, compliance
/cs:gc-review โ contracts, IP, regulatory, term sheets
/cs:cdo-review โ training-data rights, data products, data assets
/cs:caio-review โ model selection, evals, AI risk, AI costs
/cs:cco-review โ GRR/NRR decomposition, churn root cause, CS coverage
/cs:vpe-review โ DORA metrics, cycle time, eng hiring funnel, team structure
Strategic sprint pipeline (5):
/cs:brief โ /cs:boardroom โ /cs:decide โ /cs:execute โ /cs:post-mortem
Meta + safety (4):
/cs:founder-mode โ auto-routes to the right C-role
/cs:onboard โ founder interview โ company-context.md
/cs:cross-eval โ multi-model consensus
/cs:freeze โ cooldown lock on a decision
Quick Start
/cs:onboard # populate company context first
/cs:office-hours "should we hire a VP Sales?"
/cs:founder-mode "runway pressure" # auto-routes to CFO
/cs:boardroom briefs/pricing-v3.md # full panel
Architecture
User question
โ
โโ Single-role? โ cs-{role}-advisor agent
โ โ
โ /cs:{role}-review command (forcing Qs)
โ โ
โ Skill tools + references
โ โ
โ Bottom Line + Memo
โ
โโ Multi-role? โ /cs:boardroom
โ
6-phase deliberation (Phase 2 isolation)
โ
/cs:decide โ decision-logger (two-layer memory)
โ
/cs:execute โ 90-day plan
Integration Points
- Existing 33 c-level skills โ wrapped, not replaced
- decision-logger โ every
/cs:decide writes here
- chief-of-staff โ routing layer the agent orchestrates
- board-meeting โ protocol the
/cs:boardroom command runs
- llm-wiki โ optional persistent memory bridge (see
../../references/llm-wiki-bridge.md)
- executive-mentor โ adversarial
/em:* commands stack cleanly on top
Design Principles
- Voice is bookended, analysis is neutral.
- Artifacts over chat. Every command produces a Markdown artifact the next command consumes.
- Phase 2 isolation in boardroom. Independent thinking before cross-examination.
- Graceful degradation.
/cs:cross-eval falls back to Claude-only.
- No paid dependencies. All Python tools are stdlib-only.
References
Version: 1.0.0
Last Updated: 2026-05-12
Status: Production Ready