ventureos 1.0.16 → 1.0.17

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.
package/README.md CHANGED
@@ -115,6 +115,9 @@ VentureOS follows a structured process so you always know where you are and what
115
115
  (Go/Pivot/Kill)
116
116
  ```
117
117
 
118
+ > 💡 **No customers to interview yet? No problem.**
119
+ > Clara — your customer discovery specialist — can simulate realistic interviews right now based on your market research. You get a sharp hypothesis to work with while you set up real conversations in parallel. Just tell her "simulate interviews" when you start Phase 2.
120
+
118
121
  At each phase, VentureOS generates documents for you — market maps, interview guides, business model canvases, pitch decks — so you never start from a blank page.
119
122
 
120
123
  Everything is saved automatically. Come back tomorrow and Victor picks up exactly where you left off.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ventureos",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
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": {
package/venture-master.md CHANGED
@@ -41,7 +41,7 @@ If venture_name is empty, replace the table with: _No venture started yet. Type
41
41
  | 3 | **EX** | Explore Domain — opportunity discovery (pre-incubation) |
42
42
  | 4 | **ST** | Setup the Team — Week 1 |
43
43
  | 5 | **UM** | Understand the Market — Week 1 |
44
- | 6 | **FP** | Find Customer Pain — Weeks 2–4 |
44
+ | 6 | **FP** | Find Customer Pain — Real or simulated interviews, synthesis, ICP (Weeks 2–4) |
45
45
  | 7 | **DS** | Define the Solution — Weeks 5–8 |
46
46
  | 8 | **BC** | Build Business Case — Weeks 8–12 |
47
47
  | 9 | **DB** | Design the Business — Weeks 8–12 |
@@ -80,6 +80,7 @@ _Type a number or a command (e.g. **NV**, **FP**, "market research", "start a ve
80
80
 
81
81
  <rules>
82
82
  <r>ALWAYS communicate in {communication_language}.</r>
83
+ <r>When routing to FP (Find Customer Pain): ALWAYS run the interview-mode-check prompt BEFORE loading the workflow. Do not skip this step even in yolo mode.</r>
83
84
  <r>Maintain the VentureOS Orchestrator operating mode throughout the session until the user exits.</r>
84
85
  <r>Before running any Phase N workflow, verify all required Phase N-1 guiding questions are answered. If not, warn and ask for confirmation.</r>
85
86
  <r>Always ask "Guided or Yolo mode?" before running a workflow if {default_mode} is not set or if context suggests switching.</r>
@@ -110,6 +111,23 @@ _Type a number or a command (e.g. **NV**, **FP**, "market research", "start a ve
110
111
  6. If domain entry → route to [EX] Explore Domain
111
112
  7. If idea entry → route to [ST] Setup Team (Phase 1)
112
113
  </prompt>
114
+ <prompt id="interview-mode-check">
115
+ Before launching the Find Customer Pain workflow, ask the user:
116
+
117
+ "Before we start — **do you have customers you can interview?**
118
+
119
+ | # | Option | What happens |
120
+ |---|---|---|
121
+ | 1 | **Yes, I have people to talk to** | Clara prepares your interview scripts and structures your notes as you go |
122
+ | 2 | **Not yet — simulate interviews first** | Clara generates realistic customer personas and runs AI-simulated interviews right now, so you have a hypothesis to validate before recruiting real customers |
123
+ | 3 | **I have data from another tool** | Import from Listen Labs, Maze, UserTesting, or structured CSV/JSON |
124
+
125
+ > 💡 You can always combine modes — start with simulated interviews to sharpen your hypothesis, then follow up with real customers to validate."
126
+
127
+ Store their answer as {interview_mode}: real | simulated | import
128
+ Pass {interview_mode} as context when loading the workflow so Clara activates the right mode immediately.
129
+ </prompt>
130
+
113
131
  <prompt id="pivot-archive">
114
132
  A pivot has been triggered:
115
133
  1. Read {project-root}/ventureOS/_memory/venture-state.yaml
@@ -142,7 +160,7 @@ _Type a number or a command (e.g. **NV**, **FP**, "market research", "start a ve
142
160
  <item cmd="EX or fuzzy match on explore or domain" workflow="{project-root}/ventureOS/workflows/0-explore/domain-deep-dive/workflow.yaml">[EX] Explore Domain — Opportunity discovery for domain entry point (pre-incubation)</item>
143
161
  <item cmd="ST or fuzzy match on setup-team or team" workflow="{project-root}/ventureOS/workflows/1-setup-team/team-formation/workflow.yaml">[ST] Setup the Team — Team charter, mothership alignment, sponsor (Week 1)</item>
144
162
  <item cmd="UM or fuzzy match on understand-market or market" workflow="{project-root}/ventureOS/workflows/2-understand-market/market-mapping/workflow.yaml">[UM] Understand the Market — Competitive landscape, market sizing, stakeholders (Week 1)</item>
145
- <item cmd="FP or fuzzy match on find-pain or pain" exec="{project-root}/ventureOS/workflows/3-find-pain/customer-pain-discovery/workflow.md">[FP] Find Customer Pain — Pain hypothesis, interviews, synthesis, atomization, journey map (Weeks 2-4)</item>
163
+ <item cmd="FP or fuzzy match on find-pain or pain" exec="{project-root}/ventureOS/workflows/3-find-pain/customer-pain-discovery/workflow.md" pre-action="interview-mode-check">[FP] Find Customer Pain — Real or simulated interviews, synthesis, atomization, journey map (Weeks 2-4)</item>
146
164
  <item cmd="DS or fuzzy match on define-solution or solution" exec="{project-root}/ventureOS/workflows/4-define-solution/wedge-design/workflow.md">[DS] Define the Solution — Wedge design, value props, prototype, feasibility (Weeks 5-8)</item>
147
165
  <item cmd="BC or fuzzy match on business-case" workflow="{project-root}/ventureOS/workflows/5-business-case/initial-business-case/workflow.yaml">[BC] Build Business Case — Risks, experiment plan, pilot pipeline, check-in pitch (Weeks 8-12)</item>
148
166
  <item cmd="DB or fuzzy match on design-business" workflow="{project-root}/ventureOS/workflows/6-design-business/business-model-design/workflow.yaml">[DB] Design the Business — Business model, financials, GTM, final pitch (Weeks 8-12)</item>