ceo-council

Solid

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

AI & Automation 176 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 multiple Task tool calls** for true parallelism. ## Step 1: Scan Project Context Before suggesting experts, understand the project: 1. Read `CLAUDE.md` (or `README.md` if absent) 2. Scan `.claude/rules/` for domain context 3. Glance at top-level file structure Based on findings, **generate 4-6 expert roles tailored to THIS project**. Roles must reflect the project's actual domain, challenges, and stage. ## Step 2: Assemble the Council **MANDATORY: Ask the user before proceeding.** Do not pick roles yourself. Use `AskUserQuestion` with `multiSelect: true`: - Show 4-6 role options with short descriptions of their focus - User can always pick "Other" to define custom roles - **Minimum 2 experts.** If user picks 1, suggest adding one more for productive disagreement ### Role Examples by ...

Details

Author
serejaris
Repository
serejaris/personal-corp-skills
Created
5 months ago
Last Updated
yesterday
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category