Use when facilitating high-level strategic discussions requiring C-suite perspectives on company direction, market strategy, operations, technology, or cross-functional decisions
Multi-agent strategic forum for C-suite discussions. Dispatches parallel executive agents (CEO, CPO, CTO, COO, CRO, CMO, CCO), maintains shared meeting notes, runs discussion loops with human input on all strategic decisions.
Core principle: Company context is ESSENTIAL. Without understanding the business, agents give generic advice. Ask FIRST, dispatch SECOND.
Who runs this skill: Only the main thread (meeting owner) can execute this workflow. If you are a subagent, report back to the main thread.
digraph executive_forum {
rankdir=TB
node [shape=box, style=rounded]
gather [label="1. GATHER COMPANY CONTEXT\n(CRITICAL - see details)\nDO NOT PROCEED without\nbusiness understanding"]
topic [label="2. CLARIFY STRATEGIC TOPIC\nWhat decision/direction\nneeds executive input?"]
classify [label="3. CLASSIFY COMPLEXITY\nLOW/MEDIUM/HIGH\nDetermines loop count"]
create_notes [label="4. CREATE MEETING NOTES\ndocs/executive/<topic>/meeting-notes.md\nShared memory for all executives"]
dispatch [label="5. PARALLEL DISPATCH\nSpawn ALL executive agents\nin single message"]
collect [label="6. COLLECT & SYNTHESIZE\nRead agent outputs\nUpdate meeting notes"]
decisions [label="7. IDENTIFY DECISION POINTS\nStrategic tensions,\nresource tradeoffs, risks"]
human [label="8. ASK HUMAN\nPresent ALL decision points\nGet direction on each"]
loop_check [shape=diamond, label="Reached loop\ncount for\ncomplexity?"]
redispatch [label="9. REDISPATCH ALL\nShare human input +\ndecisions with executives"]
finalize [label="10. FINALIZE MEETING NOTES\nExecutive summary,\nopen questions, decisions"]
gather -> topic -> classify -> create_notes -> dispatch -> collect -> decisions -> human -> loop_check
loop_check -> redispatch [label="no"]
redispatch -> collect
loop_check -> finalize [label="yes"]
}
DO NOT DISPATCH EXECUTIVES WITHOUT THIS CONTEXT.
Generic strategic advice is worthless. You MUST understand the business before any agent can give relevant guidance.
| Category | Questions to Ask |
|---|---|
| Company basics | What does the company do? Stage (seed/growth/mature)? Revenue scale? |
| Market position | Who are competitors? What's the differentiation? Market share? |
| Current strategy | What's the current strategic direction? Recent pivots? |
| Team & resources | Team size? Key constraints? Budget situation? |
| Challenges | What's not working? Pain points? Urgent issues? |
| Goals | 1-year goals? 3-year vision? Success metrics? |
Check these BEFORE asking the human:
If context exists in files, confirm with human: "I found [X] about the company. Is this current?"
Only proceed when you can answer:
After gathering company context, clarify what strategic question needs executive input:
After clarification, classify the strategic topic's complexity. This determines how many discussion loops you MUST run.
| Level | Loop Count | Criteria |
|---|---|---|
| LOW | 3 loops | Single domain, clear decision, minimal cross-functional impact |
| MEDIUM | 5 loops | Cross-functional, some ambiguity, multiple stakeholder groups |
| HIGH | 7 loops | Company-wide, novel territory, regulatory/compliance, significant risk |
Mark as HIGH if ANY of these apply:
Mark as MEDIUM if ANY of these apply (and not HIGH):
Mark as LOW only if:
When in doubt, classify UP. Better to have more discussion than miss critical issues.
In meeting notes, record:
## Complexity Classification: [HIGH/MEDIUM/LOW]
**Reason:** [1-2 sentence justification]
**Required Loops:** [3/5/7]
Agents MUST have executive: in their agent type.
By default, these agents are provided:
| Agent | Agent Type | Focus |
|---|---|---|
| CEO | executive:chief-executive | Overall strategy, board perspective, final authority |
| CPO | executive:chief-product-officer | Product strategy, roadmap, user value |
| CTO | executive:chief-technology-officer | Technical architecture, tech investments |
| COO | executive:chief-operating-officer | Operations, processes, efficiency |
| CRO | executive:chief-revenue-officer | Revenue, sales, pipeline |
| CMO | executive:chief-marketing-officer | Marketing, positioning, brand |
| CCO | executive:chief-customer-officer | Customer success, retention, satisfaction |
User can add more agents locally in their .claude/agents/executive folder.
If user specified an agent with similar role to one provided by the plugin, the locally specified agent SHOULD BE chosen over plugin-defined ones.
WebSearch is EXPENSIVE. Only use it when the human explicitly requests current market intelligence, OR for roles where market data is essential (CMO, CRO).
REQUIRED WebSearch (these executives MUST research):
| Executive | Required Research | Why Required |
|---|---|---|
| CMO | Marketing trends, brand positioning, campaign effectiveness, channel strategies | Market changes daily; static knowledge insufficient |
| CRO | Sales trends, pricing strategies, revenue models, market sizing | Revenue landscape shifts rapidly; current data critical |
OPTIONAL WebSearch (only if human requests it):
| Executive | When to Use WebSearch |
|---|---|
| CEO | When human asks for industry trends, competitor moves, market conditions, investor sentiment |
| CPO | When human asks for product trends, user expectations, competitive features, emerging tech |
| CTO | When human asks for technology trends, architecture patterns, vendor landscape, security threats |
| COO | When human asks for operational best practices, efficiency benchmarks, process innovations |
| CCO | When human asks for customer success trends, retention strategies, NPS benchmarks, support innovations |
In agent prompts for CMO and CRO, EXPLICITLY instruct:
You MUST use WebSearch to research current market conditions relevant to your domain.
Do NOT rely solely on training data - the landscape changes daily.
Include URLs and dates for all market claims.
Save your research to: docs/executive/<topic>/research/web-search-<your-role>.md
For other executives, instruct:
Use WebSearch ONLY if the human has explicitly requested current market intelligence.
If the human has not requested web research, rely on your training data and domain expertise.
If you do use WebSearch, save your research to: docs/executive/<topic>/research/web-search-<your-role>.md
Red Flag: If CMO or CRO output contains NO web citations, their analysis is stale. Redispatch with explicit web research instructions.
Each executive MUST save their web research to a separate file. This creates a permanent record of sources for future reference and audit.
File location: docs/executive/<topic>/research/web-search-<role>.md
| Executive | Research File Path |
|---|---|
| CEO | docs/executive/<topic>/research/web-search-chief-executive-officer.md |
| CPO | docs/executive/<topic>/research/web-search-chief-product-officer.md |
| CTO | docs/executive/<topic>/research/web-search-chief-technology-officer.md |
| COO | docs/executive/<topic>/research/web-search-chief-operating-officer.md |
| CRO | docs/executive/<topic>/research/web-search-chief-revenue-officer.md |
| CMO | docs/executive/<topic>/research/web-search-chief-marketing-officer.md |
| CCO | docs/executive/<topic>/research/web-search-chief-customer-officer.md |
Research file format:
# Web Research: [Executive Role]
**Topic:** <strategic topic>
**Date:** <date>
**Executive:** [Role Name]
## Sources
### [Source Title 1]
**URL:** <url>
**Retrieved:** <date>
**Summary:** [2-3 sentence summary of key insights from this source]
**Relevance:** [How this informs the strategic discussion]
### [Source Title 2]
**URL:** <url>
**Retrieved:** <date>
**Summary:** [2-3 sentence summary]
**Relevance:** [How this informs the strategic discussion]
[Continue for all sources used...]
## Key Insights
- [Bullet summary of most important findings across all sources]
Red Flag: If research file is missing or empty, executive did not do proper web research. Redispatch.
Not every discussion needs all executives. Select based on topic:
| Topic Type | Required Executives | Optional |
|---|---|---|
| Company direction | CEO, COO, CFO | All others based on specifics |
| Product strategy | CEO, CPO, CTO | CMO, CCO if customer-facing |
| Go-to-market | CEO, CRO, CMO | CPO, CCO |
| Technical decisions | CTO, CPO, COO | CEO if strategic |
| Operations/scaling | COO, CTO, CRO | CEO, CPO |
| Full strategic review | All executives | - |
When in doubt, include more perspectives. It's better to have input you filter than to miss a critical viewpoint.
research/web-search-<role>.mdAsk the human about ALL strategic decisions:
| Decision Type | Example |
|---|---|
| Strategic direction | "CPO suggests product-led growth, CRO prefers sales-led. Which direction?" |
| Resource allocation | "CTO needs engineers for platform, CPO needs them for features. Priority?" |
| Risk tolerance | "COO recommends conservative expansion, CEO suggests aggressive. Risk appetite?" |
| Timeline tradeoffs | "Fast launch with debt vs. slower launch done right?" |
| Investment decisions | "Build vs. buy for this capability?" |
| Market focus | "CMO suggests enterprise pivot, CCO says SMB retention first. Focus?" |
Create at docs/executive/<topic>/meeting-notes.md:
# Executive Discussion: <Topic>
**Date:** <date>
**Participants:** CEO, CPO, CTO, COO, CRO, CMO, CCO
**Facilitator:** [Human/AI]
## Company Context
### Business Overview
[From Step 1 - what the company does, stage, market position]
### Current Strategic Direction
[From Step 1 - existing strategy, recent changes]
### Key Constraints
[From Step 1 - resources, timeline, budget]
## Strategic Topic
### Question/Decision Needed
[From Step 2 - what we're discussing]
### Alternatives Under Consideration
[Options being evaluated]
### Urgency & Timeline
[How quickly decision is needed]
## Complexity Classification: [HIGH/MEDIUM/LOW]
**Reason:** [1-2 sentence justification]
**Required Loops:** [3/5/7]
---
## Round 1: Initial Executive Perspectives
### CEO
[Agent output]
### CPO
[Agent output]
### CTO
[Agent output]
### COO
[Agent output]
### CRO
[Agent output]
### CMO
[Agent output]
### CCO
[Agent output]
## Round 1 Decision Points
### Strategic Tensions
- [Where executives disagree]
### Resource Tradeoffs
- [Competing demands]
### Risk Decisions
- [Uncertainty requiring risk tolerance input]
## Human Input (Round 1)
[Record human's decisions]
---
## Round 2: Refined Perspectives
[Continue pattern...]
---
## Round 3: Final Perspectives
[Continue pattern...]
---
## Executive Summary
### Key Decisions Made
1. [Decision 1 with rationale]
2. [Decision 2 with rationale]
### Strategic Direction
[1-2 paragraph summary of agreed direction]
### Open Questions
- [Question 1 - who owns, timeline]
- [Question 2 - who owns, timeline]
### Action Items
- [ ] [Action 1] - Owner: [Name] - Due: [Date]
- [ ] [Action 2] - Owner: [Name] - Due: [Date]
### Next Steps
[What happens after this meeting]
In a SINGLE message, dispatch executives:
[Task tool: CEO agent - knguyen0125:executive:chief-executive]
[Task tool: CPO agent - knguyen0125:executive:chief-product-officer]
[Task tool: CTO agent - knguyen0125:executive:chief-technology-officer]
[Task tool: COO agent - knguyen0125:executive:chief-operating-officer]
[Task tool: CRO agent - knguyen0125:executive:chief-revenue-officer]
[Task tool: CMO agent - knguyen0125:executive:chief-marketing-officer]
[Task tool: CCO agent - knguyen0125:executive:chief-customer-officer]
Each agent prompt MUST include:
docs/executive/<topic>/research/web-search-<role>.mdAfter completing all loops for your complexity level (LOW=3, MEDIUM=5, HIGH=7), update meeting notes with:
The meeting notes ARE the output. They should be comprehensive enough that someone not in the meeting can understand what was discussed and decided.
| Excuse | Reality |
|---|---|
| "Company context is obvious" | Is it? Have you confirmed with human? Check. |
| "This is simple, LOW complexity" | Did you check the criteria? When in doubt, classify UP. |
| "One loop covered the topic" | Strategic decisions need iteration. Run your complexity's loop count. |
| "Executives agree, no need to ask human" | Agreement doesn't mean it's right. Still ask. |
| "My training data has market info" | If you're CMO/CRO, use WebSearch anyway. Markets change daily. |
| "I should do web research anyway" | Are you CMO/CRO? Did human request it? If no to both, don't. WebSearch is expensive. |
| "Research files are overhead" | No. They create audit trail and reusable knowledge. If you use WebSearch, save the file. |
| "I'll summarize research in meeting notes" | Separate files allow detailed sources. Meeting notes get summaries. |
| "Meeting notes are just notes" | They're the OUTPUT. Make them complete. |
| "Open questions can be figured out later" | Assign owners NOW or they'll never be resolved. |
| "I can represent executive perspectives myself" | No. Dispatch actual agents for diverse reasoning. |