Pitch — Pitch Material Generator
Generate pitch deck outlines and speaker notes from Intelligence Hub data.
Prerequisites (Check Before Running)
Before generating any pitch materials, verify these exist:
- Check
docs/toolkit/index.html— if missing, tell the user:Intelligence Hub not found. Run /toolkit research first — I need market data, competitive analysis, and pricing to build pitch materials. - Check
docs/PRD.md— if missing, tell the user:No PRD found. Run /pm setup to create one, or add your PRD at docs/PRD.md.
Stop and show the message above if either prerequisite is missing. Do not attempt to generate pitch materials without data.
Audience Templates
/pitch investor
- Problem (from PRD pain points)
- Solution (from PRD value prop)
- Market Size (from Intelligence Hub Market tab — TAM/SAM/SOM)
- Competition (from Intelligence Hub Competitive tab)
- Business Model (from Intelligence Hub Pricing tab)
- Traction (from git history, feature completion, deployments)
- Team (user provides)
- The Ask (user provides)
/pitch partner
- Your Product (from PRD)
- Integration Value (from Intelligence Hub Technical tab)
- Mutual Benefit (synthesized)
- Technical Fit (from arch.md)
- Next Steps
/pitch enterprise
- Problem & ROI (from PRD + pricing data)
- Security & Compliance (from CLAUDE.md + arch.md)
- Integration (from Technical tab)
- Support & SLA
- Pricing (from Intelligence Hub)
/pitch internal
- Status Update (from git log + roadmap)
- Metrics (from /metrics if available)
- Roadmap (from /roadmap if available)
- Resource Needs
- Risks & Mitigations
Output
docs/toolkit/pitch-[audience].md— Slide-by-slide outline with speaker notes- Each slide: title, 3-5 bullet points, speaker notes (what to say)
- Data points reference Intelligence Hub sources
Important Rules
- Never fabricate traction — only reference real data (git history, actual metrics)
- Cite Intelligence Hub — all market/competitive claims reference the Hub with confidence tags
- Speaker notes are key — the outline is for slides, the notes are for the presenter
- Mark as confidential — generated pitch materials may contain sensitive business intelligence. Add header: "CONFIDENTIAL — do not commit to public repos"
- Write only to docs/toolkit/ — never modify application code
- Check existing first — read previous pitch docs before generating to avoid contradicting earlier versions