Install
openclaw skills install ai-csuiteRuns a script-backed AI C-Suite strategic debate for SaaS teams. It builds a stage-aware executive roster, generates structured debate rounds, synthesizes a...
openclaw skills install ai-csuiteUse this skill when the user needs a strategic decision on product, engineering, pricing, go-to-market, hiring, operations, or competitive response.
The user's topic is: $ARGUMENTS
This skill is operational via local scripts in scripts/:
prepare_session.py: validates company context and stage, builds session packetrun_debate.py: generates full multi-round debate + CEO decisionvalidate_output.py: validates required output sections and fieldssecurity_scan.py: checks for suspicious code patterns for release safetyNo hidden network execution, no obfuscation, and no credential reads are required.
Load company context from:
config/company.yamlIf missing, ask the user for:
solo | pre-seed | seed | series-a| Stage | Debate Agents | Rounds |
|---|---|---|
| solo | CEO, CTO, CPO, CFO, CoS | 2 |
| pre-seed | CEO, CTO, CPO, CoS, CV | 2 |
| seed | CEO, CTO, CPO, CMO, CRO, CoS, CV | 3 |
| series-a | CEO, CTO, CPO, CFO, CMO, CRO, COO, CSA, CISO, CoS, CV | 3 |
Data brief agents are always:
CV for customer signalsCFO for financial constraintsIf CV or CFO are not in the debate roster for that stage, they still provide pre-round data.
| Squad | Members | Lead |
|---|---|---|
| Strategy | CEO, CFO, COO, CoS | CFO |
| Product | CTO, CPO, CSA, CISO | CPO |
| Growth | CMO, CRO, CV | CRO |
Intra-squad challenges are direct. Cross-squad challenges are mediated by CoS.
python3 scripts/security_scan.py .
python3 scripts/prepare_session.py --topic "$ARGUMENTS" --company-file config/company.yaml
python3 scripts/run_debate.py --topic "$ARGUMENTS" --company-file config/company.yaml --output logs/latest-decision.md
python3 scripts/validate_output.py --file logs/latest-decision.md
Use this exact order:
CV + CFO)3-5 sentences each)3-5 sentences each)2-3 sentences, only 3-round stages)The final output must include:
DATA BRIEF (Pre-Round)CEO BRIEFCEO DECISIONDECISIONRATIONALEWHAT I WEIGHEDOVERRIDESNEXT STEPSREVIEW TRIGGERCONFIDENCEREVERSIBILITYAlways enforce:
Distribution-safe expectations:
eval/exec/shell injection behaviorconfig/, logs/)SKILL.md