Documentation
README
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.
This is the opening of the README. Read the full README on GitHub.