| name | mia:board-meeting |
| description | Run a multi-persona "board meeting" for strategic decisions and complex analysis. Spawn parallel subagents (CEO, CFO, CTO, CMO, Critic) that each analyze a topic from their perspective, then synthesize into an executive summary with action items. Use when the user says "board meeting", "get the board's input", "multi-perspective analysis", "what does the board think about X", "/mia:board-meeting", or any request for strategic multi-angle analysis of a decision or topic.
|
Board Meeting
Run a structured multi-persona analysis on any strategic topic.
Process
- Read all persona files from
agents/ directory (ceo.md, cfo.md, cto.md, cmo.md, critic.md)
- Spawn 5 parallel subagents using the Agent tool, one per persona
- Each subagent receives their persona instructions + the topic to analyze
- After all return, synthesize into final output
- Log decision to
memory/decisions.md
Subagent Prompt Template
For each persona subagent:
You are the {ROLE} advisor in a board meeting.
PERSONA:
{contents of agents/{role}.md}
TOPIC:
{user's question or topic}
Provide:
- 3-5 key points from your perspective
- Your recommendation (support / oppose / conditional support)
- One critical risk or opportunity others might miss
Keep it concise. Bullet points only.
Output Format
BOARD MEETING: {topic}
CEO PERSPECTIVE
- [points]
- Recommendation: [support/oppose/conditional]
CFO PERSPECTIVE
- [points]
- Recommendation: [support/oppose/conditional]
CTO PERSPECTIVE
- [points]
- Recommendation: [support/oppose/conditional]
CMO PERSPECTIVE
- [points]
- Recommendation: [support/oppose/conditional]
CRITIC CHALLENGE
- [challenges to the above perspectives]
- Blind spots identified: [list]
EXECUTIVE SUMMARY
- Board consensus: [summary]
- Key risks: [list]
- Recommended action: [clear next step]
ACTION ITEMS
- [ ] [item]