Founder-Mode Executive Team

Founder-Mode Executive Team provides a virtual C-suite through 13 persona agents and 21 slash commands, enabling forcing-question office hours, multi-role boardroom deliberation, strategic sprint pipelines, and meta routing. It produces structured decision memos, boardroom summaries, and execution plans.

✨ What it does

  • 13 C-suite persona agents with distinct cognitive voices and forcing questions.
  • 21 slash commands covering office hours, strategic sprint, and meta functions.
  • Output templates: Bottom Line → What → Why → How to Act → Your Decision.
  • Multi-role boardroom with 6-phase deliberation and Phase 2 isolation.
  • Decision logging via /cs:decide and 90-day execution plans via /cs:execute.
  • Graceful degradation and no paid dependencies.

🎯 When to use it

  • When a founder needs a virtual executive team for role-specific advice.
  • When invoking /cs:* slash commands for office hours or reviews.
  • When orchestrating multi-role decisions that require boardroom-style deliberation.
  • When running a strategic sprint from brief to post-mortem.

🚀 How to use

Trigger: /cs:boardroom

Trigger by typing a /cs:* slash command or asking a question that implies a C-level role. First run /cs:onboard to populate company context. Provide a specific question or brief. Example prompts:

/cs:onboard
/cs:office-hours "should we hire a VP Sales?"
/cs:founder-mode "runway pressure"
/cs:boardroom briefs/pricing-v3.md

📄 Output: Each command produces a Markdown artifact (memo, boardroom summary, decision log, 90-day plan) that feeds into subsequent commands.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/c-level-agents/skills/c-level-agents .claude/skills/c-level-agents

Skill source: c-level-agents/skills/c-level-agents/SKILL.md

⚠️ Good to know

Requires existing c-level skills to be present; /cs:cross-eval falls back to Claude-only if other models unavailable.

❓ FAQ

What is the purpose of /cs:onboard?

It runs a founder interview to populate company-context.md, which is needed for context-aware advice.

How does /cs:founder-mode work?

It auto-routes your question to the appropriate C-role agent based on the topic.

What does /cs:boardroom do?

It runs a full panel deliberation with multiple C-level agents, following a 6-phase process with independent thinking before cross-examination.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.