ceo-council

仓库创建 2025年12月16日最近提交 8 天前SkillHot 收录 20 天前
▸ 精选理由

通过孤立的专家视角产生多样性意见,适合需要多元高层判断的决策场景。

这个 Skill 做什么

并行启动多个独立的 C 级专家子代理,分别从不同角度对项目进行战略分析并汇总分歧与共识。

并行召集若干独立的 C 级“子专家”,每个从不同高管视角独立分析同一项目,最后把共识和分歧汇总出来。适合做重大商业决策、增长策略、产品方向或竞争分析时用,能帮你发现单一视角看不到的盲点。关键特点是专家相互隔离产生真实多样化意见,再由汇总步骤给出聚焦结论。

▸ 展开 SKILL.md 英文原文

Use when needing strategic project analysis from multiple independent expert perspectives. Triggers on business decisions, growth strategy, product direction, competitive analysis, or any situation where diverse C-level opinions reduce blind spots

Skill 开发管理多专家并行战略分析决策合成通用
207
Stars
26
Forks
32
仓库内 Skill
+5
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/ceo-council/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/ceo-council/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# CEO Council — Independent Strategic Analysis

Launch parallel sub-agents as isolated C-level experts. Each analyzes the same project data from their perspective. No coordination between experts — isolation produces genuine diversity of opinion. Then synthesize consensus and disagreements.

## Critical: How to Launch Experts

**MUST use the Task tool** with `subagent_type: "general-purpose"` and `model: "opus"`.

```
Task(
  subagent_type: "general-purpose",
  model: "opus",
  prompt: "<expert prompt with data>",
  description: "CFO analysis"
)
```

**DO NOT** use bash, shell scripts, or background commands to launch experts. They will fail.

Launch all experts in a **single message with mu
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有