ventureos 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,24 +51,45 @@ These are your operating instructions for this VentureOS session. You are Claude
51
51
 
52
52
  <prompts>
53
53
  <prompt id="build-final-pitch">
54
- Build the full 12-slide investor pitch deck.
54
+ Build the full 12-slide investor pitch deck using a narrative-first format.
55
+
55
56
  1. Load ALL completed artifacts from venture-state.yaml
56
57
  2. Read each artifact to extract the key evidence for each slide
57
- 3. Using the template at {project-root}/ventureOS/templates/pitch-deck.md, build all 12 slides:
58
- Slide 1: Title + Hook (the undeniable market shift or opportunity)
59
- Slide 2: Problem (validated customer pain — FIP data, quotes, journey)
60
- Slide 3: Solution (wedge definition + vision for scaling)
61
- Slide 4: Market Opportunity (TAM/SAM/SOM top-down + bottom-up)
62
- Slide 5: Product / Wedge Demo (prototype screenshots or description)
63
- Slide 6: Business Model + Revenue Streams
64
- Slide 7: Traction / Validation Evidence (desirability scores, pilots, conversions, A/B results)
65
- Slide 8: Go-to-Market Strategy (channels, CAC hypothesis, sales process)
66
- Slide 9: Competitive Landscape (differentiation map, wedge defensibility)
67
- Slide 10: Financial Projections (3-5yr, unit economics, key milestones)
68
- Slide 11: Team + Parent Organization Advantage + Ask
69
- Slide 12: Appendix (risk assessment, detailed financials, experiment results)
70
- 4. For each slide: write compelling narrative content (not bullet dumps — tell the story)
71
- 5. Identify where Excalidraw visuals would strengthen the slide (charts, diagrams, maps)
58
+
59
+ 3. For EVERY slide, use this exact structure no exceptions:
60
+
61
+ ---
62
+ ### Slide N[Slide Title]
63
+
64
+ **Headline:** [One punchy sentence the investor reads and remembers — max 12 words]
65
+
66
+ **Visual:** [What goes on screen: one dominant image, chart, stat, or quote — described concisely for a designer]
67
+
68
+ **You say:** [2–3 sentences the presenter delivers out loud — the story, not a list of facts]
69
+
70
+ **Proof:** [The one data point, quote, or evidence that makes this credible]
71
+ ---
72
+
73
+ 4. Build all 12 slides in this sequence:
74
+ Slide 1: Hook — the undeniable market shift or truth that makes this inevitable
75
+ Slide 2: Problem — validated pain with FIP scores and a customer quote that lands hard
76
+ Slide 3: Customer — the ICP's world: what their day looks like, what they fear, what they want
77
+ Slide 4: Solution — the wedge entry point and the big vision arc
78
+ Slide 5: Why Now — what changed in the last 2–3 years that opens this window
79
+ Slide 6: Market — TAM/SAM/SOM with bottom-up reasoning, not just top-down numbers
80
+ Slide 7: Product / Demo — the earliest testable version: what it does, what it replaces
81
+ Slide 8: Business Model — how money flows, pricing, unit economics in one clear frame
82
+ Slide 9: Traction / Validation — real or pilot evidence, experiment results, desirability scores
83
+ Slide 10: Go-to-Market — the first 100 customers: who, where, how, in what sequence
84
+ Slide 11: Team + Advantage — team credentials + parent org advantage + the ask
85
+ Slide 12: Appendix — risk assessment, detailed financials, experiment plan
86
+
87
+ 5. Narrative arc rule:
88
+ - Slides 1–3: build the villain (the problem world)
89
+ - Slides 4–5: introduce the hero (the solution and timing)
90
+ - Slides 6–10: prove the business
91
+ - Slide 11: close the deal
92
+
72
93
  6. Save Markdown pitch to {output_folder}/{venture_name}/pitch/pitch-deck.md
73
94
  </prompt>
74
95
  <prompt id="build-checkin-pitch">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ventureos",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "VentureOS — AI-powered venture building framework. From raw idea to investor-ready pitch in 12 structured weeks.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -3,7 +3,7 @@
3
3
  <!-- Agent: Customer Discovery Specialist -->
4
4
 
5
5
  ## Objective
6
- Gather raw interview data using the selected mode: Toolkit (real interviews), Simulation (AI-generated), or Integration (external platform import). Process runs iteratively — run Step 3 (Synthesis) after each batch of 5-10 interviews.
6
+ Gather raw interview data using the selected mode: Toolkit (real interviews), Simulation (AI-generated), or Integration (external platform import). Process runs iteratively — run Step 3 (Synthesis) after each batch of 10 interviews. Minimum 30 interviews total (25 customer + 5 expert) before proceeding to synthesis.
7
7
 
8
8
  ---
9
9
 
@@ -37,8 +37,8 @@ After every 5-10 interviews: prompt user to proceed to Step 3 (Synthesis) before
37
37
  ### 2S.1 Generate Customer Personas
38
38
 
39
39
  Using the ICP hypothesis and domain research:
40
- 1. Generate 4-6 distinct customer personas representing the ICP
41
- 2. Vary across: role, company size, industry vertical, level of pain, context
40
+ 1. Generate 25 distinct customer personas representing the ICP
41
+ 2. Vary across: role, company size, industry vertical, level of pain, context, geography, seniority, and tech-savviness
42
42
  3. Each persona: name, role, company context, day-in-the-life, technology stack, reporting structure
43
43
 
44
44
  ### 2S.2 Simulate Pain-Point Interviews
@@ -54,7 +54,7 @@ Save: `{output_folder}/{venture_name}/interviews/synthetic/synthetic-interviews.
54
54
 
55
55
  ### 2S.3 Simulate Expert Interviews
56
56
 
57
- Generate 2 domain expert personas (consultant, industry analyst, ex-practitioner):
57
+ Generate 5 domain expert personas (consultant, industry analyst, ex-practitioner, market regulator or policy expert, academic researcher):
58
58
  1. Run expert interview script
59
59
  2. Simulate responses about: pain prevalence across the market, what companies typically do, where the biggest gaps are
60
60
  3. Label all output: "⚠️ SIMULATED EXPERT — AI-generated"
@@ -115,7 +115,7 @@ Before declaring Phase 3 complete, verify all guiding questions:
115
115
  | What do people need? | Yes/No | |
116
116
  | Can the team prioritize the most important pain? | Yes/No | pain-atomization.md |
117
117
  | Is the pain frequent, intense, prevalent enough? | Yes/No | pain-atomization.md (FIP ≥ 3.0) |
118
- | Has the team validated the pain exists? (10+ interviews) | Yes/No | interview-synthesis.md |
118
+ | Has the team validated the pain exists? (30+ interviews) | Yes/No | interview-synthesis.md |
119
119
  | Can they identify their ideal customer? | Yes/No | icp-profile.md |
120
120
  | Does the team understand who the buyer is? | Yes/No | icp-profile.md |
121
121
 
@@ -133,9 +133,9 @@ When Phase 3 is complete, brief the Venture Master and Product Strategist:
133
133
  5. What must the solution do to address the validated pain?
134
134
 
135
135
  **Phase 4 can begin when:**
136
- - Primary pain FIP ≥ 3.0 (weak signal — need more interviews)
136
+ - Primary pain FIP ≥ 3.0 (weak signal — need more interviews, target 30+)
137
137
  - ICP is defined
138
- - At least 10 interviews completed
138
+ - At least 30 interviews completed
139
139
  - Pain journey map shows at least one viable solution entry point
140
140
 
141
141
  ---
@@ -63,7 +63,7 @@ Phase 3 is complete when ALL of the following guiding questions are answered wit
63
63
  - [ ] What do people need? (primary pain identified)
64
64
  - [ ] Can the team prioritize the most important pain to solve?
65
65
  - [ ] Is the pain frequent, intense, and/or prevalent enough to support a business? (FIP ≥ 3.0 average)
66
- - [ ] Has the team validated the pain exists? (minimum 10 interviews recommended)
66
+ - [ ] Has the team validated the pain exists? (minimum 30 interviews recommended)
67
67
  - [ ] Can they identify their ideal customer? (ICP defined)
68
68
  - [ ] Does the team understand who the buyer is? (buyer vs. user mapped)
69
69
 
@@ -40,7 +40,7 @@ Save cards to `{output_folder}/{venture_name}/concept-cards/card-{N}.md`
40
40
 
41
41
  **Option A: Real Concept Card Interviews**
42
42
  Using the interview script from Phase 3 (concept card section):
43
- 1. Run 5-10 concept card interviews with ICP
43
+ 1. Run 15-20 concept card interviews with ICP
44
44
  2. Show each concept card and probe: resonance, differentiation, willingness to use/pay
45
45
  3. Capture scores and quotes per card
46
46
 
@@ -11,7 +11,7 @@ Test the prototype with target customers. Gather usability and desirability feed
11
11
 
12
12
  Using the solution testing section of `interview-script.md`:
13
13
 
14
- **Conduct 5-10 solution testing interviews:**
14
+ **Conduct 15-20 solution testing interviews:**
15
15
  1. Walkthrough the prototype with the ICP persona
16
16
  2. Ask participants to think aloud as they interact
17
17
  3. Probe: What's confusing? What's delightful? What would you do next?
@@ -22,7 +22,7 @@ Using the solution testing section of `interview-script.md`:
22
22
  **Synthetic Solution Testing (if needed):**
23
23
  Using "synthetic-solution-testing" tool from `synthetic-tools.csv`:
24
24
  1. Generate ICP personas from interview data
25
- 2. Simulate 5+ personas experiencing the prototype walkthrough
25
+ 2. Simulate 15+ personas experiencing the prototype walkthrough
26
26
  3. Label ALL output: "⚠️ SIMULATED — Not real user testing"
27
27
 
28
28
  ---
@@ -132,12 +132,12 @@ Load and follow `{project-root}/ventureOS/agents/customer-discovery.md` — acti
132
132
  **Clara's task:**
133
133
 
134
134
  **Part A — Persona generation**
135
- Generate 6 distinct customer personas based on domain scan and market mapping findings.
136
- Vary across: role, company size, industry sub-vertical, geography, pain intensity.
135
+ Generate 25 distinct customer personas based on domain scan and market mapping findings.
136
+ Vary across: role, company size, industry sub-vertical, geography, pain intensity, seniority, and tech-savviness.
137
137
  For each persona define: name, role, company context, daily workflow, current tools, suspected pain level.
138
138
 
139
139
  **Part B — Synthetic interviews**
140
- Simulate a 30-minute pain interview for each of the 6 personas.
140
+ Simulate a 30-minute pain interview for each of the 25 personas.
141
141
  Each interview must include:
142
142
  - Natural conversation (not Q&A format)
143
143
  - Genuine moments of resistance and surprise
@@ -145,9 +145,11 @@ Each interview must include:
145
145
  - Preliminary FIP signals embedded in responses
146
146
 
147
147
  **Part C — Expert interviews**
148
- Simulate 2 domain expert interviews (e.g. industry analyst, veteran practitioner).
148
+ Simulate 5 domain expert interviews (e.g. industry analyst, veteran practitioner, former competitor employee, market regulator, academic researcher).
149
149
  Focus: pain prevalence across the market, why current solutions fail, what a breakthrough would look like.
150
150
 
151
+ **Total: minimum 30 interviews (25 customer + 5 expert).**
152
+
151
153
  **All output labeled:**
152
154
  ```
153
155
  ⚠️ SIMULATED INTERVIEW — AI-generated persona. Not real customer data.
@@ -162,7 +164,7 @@ Update progress tracker: `[✓] Phase 2 — Customer Pain Discovery`
162
164
  ### Step 6 — Pain synthesis and FIP scoring (Clara)
163
165
 
164
166
  **Clara's task:**
165
- - Extract recurring pain themes across all 6 interviews
167
+ - Extract recurring pain themes across all 30 interviews
166
168
  - Atomise into 4–6 distinct pain units
167
169
  - Score each on FIP framework using `{project-root}/ventureOS/scoring/pain-scoring.yaml`
168
170
  - Select primary pain: highest FIP AND most aligned with domain opportunity
@@ -359,17 +361,36 @@ Load and follow `{project-root}/ventureOS/agents/pitch-master.md` — activate P
359
361
  Run autonomously.
360
362
 
361
363
  **Petra's task:**
362
- Build a complete investor pitch deck covering:
363
- 1. **Problem** — the primary pain with FIP evidence
364
- 2. **Customer** ICP profile with key signals from synthetic interviews
365
- 3. **Solution** — the wedge and big vision
366
- 4. **Why now** — market timing from domain scan
367
- 5. **Market**TAM / SAM / SOM with methodology
368
- 6. **Business model** — revenue model and unit economics
369
- 7. **Go-to-market**first 100 customers strategy
370
- 8. **Traction** (synthetic) — what the experiments are designed to prove
371
- 9. **Team** placeholder (to be filled by user)
372
- 10. **The ask** — what the venture needs to reach the next milestone
364
+ Build a complete investor pitch deck. Use the narrative-first format for every slide — no bullet dumps.
365
+
366
+ **Each slide must follow this exact structure:**
367
+ ```
368
+ ---
369
+ ### Slide N [Slide Title]
370
+
371
+ **Headline:** [One punchy sentence the investor reads and remembers max 12 words]
372
+
373
+ **Visual:** [What goes on screen: one dominant image, chart, stat, or quote — described concisely]
374
+
375
+ **You say:** [2–3 sentences the presenter delivers out loud — the story, not a list]
376
+
377
+ **Proof:** [The one data point, quote, or evidence that makes this real]
378
+ ---
379
+ ```
380
+
381
+ **Slides to build (10):**
382
+ 1. **Hook** — the market shift or undeniable truth that makes this venture inevitable
383
+ 2. **Problem** — the primary pain with FIP evidence and a customer quote that lands like a gut-punch
384
+ 3. **Customer** — ICP profile, their world before the solution, what they fear and want
385
+ 4. **Solution** — the wedge and the big vision arc (smallest entry → where this goes)
386
+ 5. **Why now** — the timing argument: what changed in the last 2–3 years that opens this window
387
+ 6. **Market** — TAM / SAM / SOM with bottom-up reasoning, not just numbers
388
+ 7. **Business model** — how money flows, pricing, unit economics in one clear visual
389
+ 8. **Go-to-market** — the first 100 customers: who, where, how, in what sequence
390
+ 9. **Traction** (synthetic) — what the 90-day experiments are designed to prove, and what GO looks like
391
+ 10. **Team + The ask** — placeholder team section + what the venture needs to reach the next milestone
392
+
393
+ **Narrative arc rule:** Slides 1–3 build the villain (the problem). Slides 4–5 introduce the hero (the solution and timing). Slides 6–8 prove the business. Slides 9–10 close the deal.
373
394
 
374
395
  **Output:** Save as `{output_folder}/{venture_name}/autopilot/pitch-deck.md`
375
396