Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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
.claude/skills/serejaris-ceo-council/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 68% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 37% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 3% | 0% |
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.
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.
Before suggesting experts, understand the project:
CLAUDE.md (or README.md if absent).claude/rules/ for domain contextBased on findings, generate 4-6 expert roles tailored to THIS project. Roles must reflect the project's actual domain, challenges, and stage.
MANDATORY: Ask the user before proceeding. Do not pick roles yourself.
Use AskUserQuestion with multiSelect: true:
Don't copy these — generate fresh roles based on actual project context:
| Project Type | Typical Roles | |-------------|--------------| | SaaS | Head of Engineering, Head of Product, Head of Growth, CFO, UX Researcher | | Open Source | Community Manager, Technical Architect, DevRel, Security Advisor | | Content / Media | Content Strategist, Audience Analyst, Monetization Expert, Distribution Expert | | EdTech | CMO, CFO, CPO, COO, Growth Advisor | | E-commerce | Head of Supply Chain, Marketing Director, CTO, Customer Experience Lead | | Agency / Consulting | Sales Director, Delivery Lead, Talent Manager, CFO |
Collect project state to feed all experts. Stay focused on what's relevant:
Read:
Skip: GitHub traffic stats, stargazer counts, clone data, contributor lists — these are vanity metrics, not strategic data.
All experts must receive identical data context. Prepare the data block ONCE, then paste it into each expert prompt.
For each selected expert, create a prompt with the SAME data block:
You are the [ROLE] for [PROJECT NAME]. Analyze the data below from a [DOMAIN] perspective.
Focus on:
- [3-6 specific focus areas relevant to role and project]
Data:
[CURRENT PROJECT DATA — identical for all experts]
[Role-specific instruction: "show the math", "be the contrarian", "prioritize by effort/impact", etc.]
Respond in the same language as the data provided.Rules:
Launch ALL selected experts in one message using multiple Task tool calls:
# In a single response, call Task for each expert:
Task(subagent_type: "general-purpose", model: "opus", prompt: "<CFO prompt>", description: "CFO analysis")
Task(subagent_type: "general-purpose", model: "opus", prompt: "<CPO prompt>", description: "CPO analysis")
Task(subagent_type: "general-purpose", model: "opus", prompt: "<CTO prompt>", description: "CTO analysis")Wait for all experts to return results before proceeding to synthesis.
Do not skip this step. The synthesis is the entire value of the council.
After all experts report, create a synthesis document:
markdown# Council Session: [DATE] ## Council Members [List of selected experts and their focus] ## Context [Current metrics/state snapshot — brief] ## [Expert 1 Name] [Key findings and recommendations] ## [Expert 2 Name] [Key findings and recommendations] ## Consensus (all agree) 1. ... 2. ... ## Disagreements | Expert | Position | Argument | |--------|----------|----------| | ... | ... | ... | ## Decisions _To be filled after discussion._
Save to a logical location:
docs/council-[DATE].md — default| Mistake | Fix | |---------|-----| | Picking roles without asking user | ALWAYS use AskUserQuestion first | | Using bash to launch experts | ONLY use Task tool with subagent_type: "general-purpose" | | Giving experts different data | Prepare ONE data block, paste into all prompts | | Gathering vanity metrics | Focus on project docs, strategy, actual metrics | | Too many experts (6+) | 3-4 is optimal for signal-to-noise | | Skipping synthesis | The synthesis IS the value — never skip |
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-13 | pass→fail | 23,035 | 8,111 | -65% | 1 | 1 | 0% | 2,589 | 1,501 | -42% | 0 | 0 | — |
case-01 | fail→fail | 12,357 | 9,169 | -26% | 1 | 1 | 0% | 1,376 | 1,543 | +12% | 0 | 0 | — |
case-02 | fail→fail | 30,784 | 10,802 | -65% | 1 | 1 | 0% | 4,247 | 1,499 | -65% | 0 | 0 | — |
case-03 | fail→fail | 10,784 | 9,874 | -8% | 1 | 1 | 0% | 1,801 | 1,572 | -13% | 0 | 0 | — |
case-04 | fail→fail | 9,464 | 13,979 | +48% | 1 | 1 | 0% | 1,606 | 1,543 | -4% | 0 | 0 | — |
case-18 | fail→pass | 16,286 | 13,395 | -18% | 1 | 1 | 0% | 2,632 | 2,394 | -9% | 0 | 0 | — |
case-05 | fail→fail | 19,892 | 11,488 | -42% | 1 | 1 | 0% | 2,800 | 1,612 | -42% | 0 | 0 | — |
case-06 | fail→fail | 21,250 | 8,472 | -60% | 1 | 1 | 0% | 2,664 | 1,540 | -42% | 0 | 0 | — |
case-07 | fail→fail | 17,181 | 15,093 | -12% | 1 | 1 | 0% | 1,931 | 1,908 | -1% | 0 | 0 | — |
case-08 | fail→fail | 8,153 | 13,859 | +70% | 1 | 1 | 0% | 1,261 | 1,570 | +25% | 0 | 0 | — |
case-19 | fail→fail | 5,111 | 10,397 | +103% | 1 | 1 | 0% | 787 | 2,632 | +234% | 0 | 0 | — |
case-09 | fail→fail | 13,736 | 16,705 | +22% | 1 | 1 | 0% | 2,532 | 1,871 | -26% | 0 | 0 | — |
case-10 | fail→fail | 21,328 | 10,459 | -51% | 1 | 1 | 0% | 2,956 | 1,613 | -45% | 0 | 0 | — |
case-11 | fail→fail | 6,123 | 9,746 | +59% | 1 | 1 | 0% | 1,065 | 1,497 | +41% | 0 | 0 | — |
case-12 | pass→fail | 21,913 | 14,769 | -33% | 1 | 1 | 0% | 2,642 | 1,504 | -43% | 0 | 0 | — |
case-14 | fail→pass | 11,056 | 7,793 | -30% | 1 | 1 | 0% | 1,009 | 1,693 | +68% | 0 | 0 | — |
case-15 | fail→pass | 15,028 | 21,062 | +40% | 1 | 1 | 0% | 3,001 | 2,899 | -3% | 0 | 0 | — |
case-16 | fail→pass | 32,698 | 14,416 | -56% | 1 | 1 | 0% | 2,154 | 2,944 | +37% | 0 | 0 | — |
case-17 | fail→pass | 18,327 | 8,247 | -55% | 1 | 1 | 0% | 2,440 | 2,506 | +3% | 0 | 0 | — |
case-20 | fail→fail | 7,453 | 22,260 | +199% | 1 | 1 | 0% | 1,084 | 1,955 | +80% | 0 | 0 | — |
case-21 | fail→fail | 6,829 | 14,257 | +109% | 1 | 1 | 0% | 1,114 | 1,567 | +41% | 0 | 0 | — |
case-22 | pass→fail | 6,761 | 12,081 | +79% | 1 | 1 | 0% | 1,069 | 2,429 | +127% | 0 | 0 | — |
case-23 | fail→fail | 10,409 | 7,935 | -24% | 1 | 1 | 0% | 1,697 | 1,798 | +6% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 6 counted toward the lift figure. The other 17 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +9 percentage points is the difference between those two pass rates over the 6 comparable cases. 8 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.