← 返回
开发者工具

AI C-Suite

Runs a script-backed AI C-Suite strategic debate for SaaS teams. It builds a stage-aware executive roster, generates structured debate rounds, synthesizes a...
运行基于脚本的AI高管战略辩论,面向SaaS团队。构建阶段感知的高管阵容,生成结构化辩论回合,综合...
clarezoe clarezoe 来源
开发者工具 clawhub v2.1.2 2 版本 99845.9 Key: 无需
★ 0
Stars
📥 648
下载
💾 5
安装
2
版本
#decision-support#executive-debate#latest#multi-agent#one man business#one man company#saas#strategy

概述

AI C-Suite Multi-Agent Framework

Use 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

Runtime Contract

This skill is operational via local scripts in scripts/:

  • prepare_session.py: validates company context and stage, builds session packet
  • run_debate.py: generates full multi-round debate + CEO decision
  • validate_output.py: validates required output sections and fields
  • security_scan.py: checks for suspicious code patterns for release safety

No hidden network execution, no obfuscation, and no credential reads are required.

Required Inputs

Load company context from:

  • config/company.yaml

If missing, ask the user for:

  • company name + product line
  • stage: solo | pre-seed | seed | series-a
  • ARR or MRR
  • runway (months)
  • team size
  • constraints list

Stage Profiles

StageDebate AgentsRounds
---------
soloCEO, CTO, CPO, CFO, CoS2
pre-seedCEO, CTO, CPO, CoS, CV2
seedCEO, CTO, CPO, CMO, CRO, CoS, CV3
series-aCEO, CTO, CPO, CFO, CMO, CRO, COO, CSA, CISO, CoS, CV3

Data brief agents are always:

  • CV for customer signals
  • CFO for financial constraints

If CV or CFO are not in the debate roster for that stage, they still provide pre-round data.

Squads

SquadMembersLead
---------
StrategyCEO, CFO, COO, CoSCFO
ProductCTO, CPO, CSA, CISOCPO
GrowthCMO, CRO, CVCRO

Intra-squad challenges are direct. Cross-squad challenges are mediated by CoS.

Execution Steps

  1. Security pre-check:
  2. python3 scripts/security_scan.py .
    
  1. Build session packet:
  2. python3 scripts/prepare_session.py --topic "$ARGUMENTS" --company-file config/company.yaml
    
  1. Run full debate:
  2. python3 scripts/run_debate.py --topic "$ARGUMENTS" --company-file config/company.yaml --output logs/latest-decision.md
    
  1. Validate output integrity:
  2. python3 scripts/validate_output.py --file logs/latest-decision.md
    
  1. Present result to user and ask:
    • accept
    • challenge
    • rerun with constraints

Debate Protocol

Use this exact order:

  1. Pre-round Data Brief (CV + CFO)
  2. Round 1 independent positions (3-5 sentences each)
  3. Optional human checkpoint
  4. Round 2 rebuttals and challenges (3-5 sentences each)
  5. Round 3 convergence (2-3 sentences, only 3-round stages)
  6. CoS synthesis to CEO Brief
  7. CEO decision with action owners

Mandatory Output Shape

The final output must include:

  • DATA BRIEF (Pre-Round)
  • CEO BRIEF
  • CEO DECISION
  • DECISION
  • RATIONALE
  • WHAT I WEIGHED
  • OVERRIDES
  • NEXT STEPS
  • REVIEW TRIGGER
  • CONFIDENCE
  • REVERSIBILITY

Escalation Rules

Always enforce:

  1. CISO legal/compliance risk must appear in CEO Brief
  2. CFO runway risk under 6 months must include explicit severity
  3. CV contradiction with consensus must be shown in brief
  4. Deadlock after final round must show both sides
  5. Radical position flips must be flagged

Quality Guardrails

  1. Round 1 cannot be uniform agreement
  2. No vague recommendations
  3. Claims must tie to role or company context
  4. CEO must state tradeoffs
  5. CoS must probe for groupthink if consensus appears too early

VirusTotal Safety Profile

Distribution-safe expectations:

  • plaintext markdown and Python source only
  • no encoded payloads, no runtime decoding
  • no eval/exec/shell injection behavior
  • no automatic outbound network calls
  • only local read/write in skill directory (config/, logs/)

Compatibility

  • Claude Code (via .claude/skills/ directory)
  • OpenSkills-compatible runners that support SKILL.md

版本历史

共 2 个版本

  • v2.1.2 当前
    2026-06-11 17:26
  • v2.1.0
    2026-03-29 23:26 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

productivity

Close Loop

clarezoe
会话结束流程:交付变更、整合记忆、应用自我改进,并在安全门控制下准备发布成果。
★ 2 📥 1,543
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,924
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,514