Venture Presentation
How do you present a venture so someone knows in 10 seconds whether to invest 30 minutes?
Three layers. Each has one job. Content lives in exactly one place.
Three Layers
| Layer | Job | Time | Pass Test |
|---|---|---|---|
Matter (index.md) | Decision surface | 10 seconds | Reader identifies what, 5 questions, where to go |
Prompt Deck (prompt-deck/) | Fast decision support | 2 minutes | 5 cards, headlines stick, links to depth |
Business Plan (business-plan/) | Full planning depth | 30 minutes | All 10 sections, Tight Five, persuasion loop |
Directory Structure
ventures/{slug}/
├── index.md <- MATTER: Decision surface (10s)
├── prompt-deck/
│ └── index.md <- ACT FAST: 5 Tight Five cards (2min)
└── business-plan/
├── index.md <- THINK SLOW: Full plan (30min)
├── pitch/index.md <- Scripts, slides, SPIN, objections, philosophy
├── landing-page/index.md <- Engineering handoff spec
└── feedback/index.md <- Scorecard, kill criteria
Matter Page
The index page is a decision surface. Not a business plan.
Shape:
- Title + one-liner
- Image prompt (visual direction for the venture)
- 5 Priorities (questions that drive this venture)
- Time and Mind (think slow / act fast links)
- Platform Dependencies table
- Research links (external references)
Pass/fail: A first-time reader identifies in 10 seconds what this is, what five questions to run, where to think slow, where to act fast.
Reference: prettymint, howzus.
Prompt Deck
5 cards from the Tight Five. Each card:
- Headline (7 words max)
- One paragraph expanding the answer
- Link to the business plan section that provides full depth
The prompt deck references the Tight Five — it does not redefine it. The single source of truth for the Tight Five is the business plan.
Business Plan
The full planning document. 10 numbered sections following the business development template.
Required sections:
- Title and one-line description
- Problem and why now
- System map and opportunity
- Solution and product snapshot
- Market and competition mini-map
- Packages and pricing
- Unit economics and path to freedom
- Business model economics
- Team and credibility
- Governance, regulatory, and risk
- The ask
Plus:
- Tight Five — defined here, referenced from prompt deck and matter page
- Persuasion Loop Status — links to each asset
- Shared PRD Mycelium — platform dependency mapping
- Execution plan — 12-month roadmap
- Next actions — immediate tasks
Persuasion Loop
Each asset lives under business-plan/ and does one thing.
| Asset | Job | Quality Gate |
|---|---|---|
| Pitch | Story arc, formats, SPIN, objections, slides, philosophy | 5-beat story defined once, formats compress it |
| Landing Page | Engineering handoff spec | Build without asking questions |
| Feedback | Scorecard and kill criteria | Loop-back triggers defined |
Anti-Repetition
Content is defined once and referenced elsewhere.
| Content | Defined In | Referenced From |
|---|---|---|
| Tight Five answers | business-plan/index.md | Prompt deck, matter page |
| Pricing tiers | business-plan/index.md | Landing page, pitch |
| Fish psychology / ICP | business-plan/index.md | Pitch |
| Selling philosophy | pitch/index.md | Business plan |
If the same fact appears in two files, one is wrong. Find the natural home and link from the other.
Migration
To migrate an existing venture to this standard:
- Create
business-plan/directory - Move sections 1-11 + execution plan from index.md into
business-plan/index.md - Move persuasion loop assets into
business-plan/ - Remove duplicated content from each asset
- Create
prompt-deck/index.mdwith 5 Tight Five cards - Rewrite
index.mdas a matter-first decision surface - Update all internal links
Investor Readiness
A business plan passes investor readiness when every section survives scrutiny from three filters: specific knowledge + leverage (Naval), moat + unit economics (Buffett), market size + why now + team-market fit (a16z).
Checklist
| # | Check | Pass If | Fail If |
|---|---|---|---|
| 1 | Every number marked PROVEN or PROJECTED | Each financial figure has a conviction tag | Any number presented as fact without evidence |
| 2 | Three scenarios modeled | Conservative, base, and bull cases with different assumptions | Single projection presented as the plan |
| 3 | Defensibility section present | Answers "why can't an incumbent copy this in 90 days?" with honest conviction levels | Missing or hand-waves with "first mover advantage" |
| 4 | 90-day proof plan with kill criteria | Measurable gates at each milestone, defined kill signals | Vague "validate the idea" ask |
| 5 | Team section has specific credentials | Names what THIS person knows that others don't | "Experienced team" without specifics |
| 6 | Competition map has 5-7 real competitors | Named companies with pricing, weaknesses, and differentiation | "Marketing agencies" as a single category |
| 7 | Market sizing uses specific segments | TAM → SAM → SOM with sources and honest confidence levels | "All businesses" as TAM |
| 8 | Evolution path shows service → product → platform | Stage-based model with trigger conditions for each transition | Presented as a service business with no leverage path |
| 9 | Opportunity cost calculated | Founder time valued, break-even with opportunity cost stated | Revenue projections without acknowledging what founder gives up |
| 10 | Sensitivity analysis present | Identifies which variable breaks the model if wrong by 2x | Single-path financial model |
How to Use
Run this checklist after completing the business plan. For each item that fails, the fix is usually: add honest conviction tags, add specifics, or add the missing section. The checklist doesn't require optimism — it requires honesty with structure.
Reference implementation: Berley Trails.
Context
- Standard Templates — Template index
- Business Development — The full planning template
- Matter-First Pages — Reference implementation
- Tight Five — The compression instrument
- Persuasion — The rhetoric framework
Questions
When a venture has 7 pages, how do you know which one is the source of truth for any given fact?
- What content belongs on the matter page that does not belong in the business plan?
- If the prompt deck and the business plan disagree on the Tight Five, which is wrong?
- At what point does a persuasion loop asset earn its own page versus being a section in the business plan?