C-Suite Onboarding
A structured founder interview that captures company context across 7 dimensions and generates a persistent company-context.md file used by all C-suite advisor skills. It runs as a 45-minute onboarding conversation or a 15-minute quarterly refresh, ensuring advisors give specific, relevant advice.
✨ What it does
- Conducts a conversational interview across 7 dimensions: identity, stage, founder, team, market, challenges, goals.
- Uses probing questions and red-flag detection to capture honest, non-generic answers.
- Generates ~/.claude/company-context.md from a template, filling every section or marking unknowns as '[not captured]'.
- Supports /cs:setup for full onboarding and /cs:update for quarterly refresh.
- Timestamps the context file and marks it 'fresh' after each update.
🎯 When to use it
- Setting up the C-suite advisors for the first time.
- When company context is missing or more than 90 days old.
- After a major change like a fundraise or pivot.
- When you need a quarterly refresh of company context.
🚀 How to use
Trigger: /cs:update
Trigger with the slash command /cs:setup for the initial onboarding interview or /cs:update for a quarterly refresh. The skill expects you to answer questions conversationally about your company across the 7 dimensions. Example prompts:
/cs:setup
/cs:update
📄 Output: Generates and maintains ~/.claude/company-context.md, a single source of truth for all C-suite advisor skills.
📦 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-advisor/skills/cs-onboard .claude/skills/cs-onboardSkill source: c-level-advisor/skills/cs-onboard/SKILL.md
⚠️ Good to know
Requires a founder or leader willing to engage in a 45-minute interview for setup; the context file must remain at ~/.claude/company-context.md and not be moved or duplicated.
❓ FAQ
What happens if I don't know an answer during the interview?
The skill writes '[not captured]' for any unknown section rather than leaving it blank, so the context file is always complete.
How often should I run /cs:update?
Every 90 days or after a major change like a fundraise or pivot, to keep the context current.
Where is the company context file stored?
It is stored at ~/.claude/company-context.md and is used by all C-suite advisor skills.
🤖 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.