77 lines
2.4 KiB
Markdown
77 lines
2.4 KiB
Markdown
# CEO Board Kit
|
|
|
|
8 specialist agents for strategic decision-making. Adversarial debate, fact verification, ranked recommendations.
|
|
|
|
## Included Agents
|
|
|
|
| Agent | Focus | Time Horizon |
|
|
|-------|-------|-------------|
|
|
| **CEO** | Orchestrator, frames decisions | — |
|
|
| **Revenue** | Cash flow, short-term wins | 30-90 days |
|
|
| **Compounder** | Trust, long-term value | 6-24 months |
|
|
| **Contrarian** | Assumptions, blind spots | 3x dissent weight |
|
|
| **Technical Architect** | System durability | Ongoing |
|
|
| **Product Strategist** | Problem selection | Quarterly |
|
|
| **Customer Oracle** | User behavior | Ongoing |
|
|
| **Market Strategist** | Positioning | Quarterly |
|
|
| **Moonshot** | Asymmetric upside | 1-5 years |
|
|
| **Verifier** | Fact-checking | Per claim |
|
|
| **Tracker** | Decision logging | Quarterly review |
|
|
|
|
## Decision Flow
|
|
|
|
```
|
|
1. WRITE BRIEF → Situation, Stakes, Constraints, Key Question
|
|
2. CEO FRAMES → Opens board meeting, presents brief
|
|
3. BOARD DEBATES → Members respond with source citations
|
|
4. VERIFIER CHECKS → 2+ sources per claim, no "I think"
|
|
5. EXECUTOR PLANS → Phased execution with metrics
|
|
6. TRACKER LOGS → Decision recorded for quarterly review
|
|
7. MEMO PRODUCED → Ranked recommendations, dissent, trade-offs
|
|
```
|
|
|
|
## Board Rules
|
|
|
|
- **2+ sources required** per factual claim
|
|
- **No "I think", "probably", "likely"** — cite evidence or don't speak
|
|
- **Contrarian weight: 3x** — dissent gets three times the attention
|
|
- **Dissent reversion: 3 months** — revisit rejected positions
|
|
- **Max 6 rounds** of board debate, then synthesize
|
|
|
|
## Example Output
|
|
|
|
```markdown
|
|
# CEO Decision Memo: Plugin vs Freelance
|
|
|
|
## Recommendation: Hybrid Transition (4-1 vote)
|
|
|
|
## Phase 1 (Months 1-3): 60% plugin / 40% freelance
|
|
- Reduce to 2 key freelance clients
|
|
- 20+ hours/week on plugin development
|
|
- Target $20K MRR before full commitment
|
|
|
|
## Phase 2 (Months 4-6): Full-time plugin
|
|
- Trigger: $20K MRR or Month 3 deadline
|
|
- Accelerate to $50K+ MRR target
|
|
|
|
## Dissent: Contrarian recommends freelance-first
|
|
- Rejected because growth window may close
|
|
- Revisit in 3 months
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# Start a board meeting
|
|
cd ceo-agents && just ceo
|
|
|
|
# Run with specific brief
|
|
just run "my-decision-brief.md"
|
|
```
|
|
|
|
## Related Course Material
|
|
|
|
- M4 Multi-Agent Orchestration — CEO Board lesson
|
|
- M6 Economics & Evaluation — decision evaluation
|
|
- `ceo-agents/` — full system source code
|