ventureos 1.1.28 → 1.1.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ventureos",
3
- "version": "1.1.28",
3
+ "version": "1.1.30",
4
4
  "description": "VentureOS — AI-powered venture building framework. From raw idea to validated venture — 12 weeks of structured ideation and incubation.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -104,8 +104,10 @@ _(Links to phase outputs — update as each workflow completes)_
104
104
  - [ ] experiment-plan.md
105
105
  - [ ] gate-evaluation.md
106
106
  - [ ] pitch/checkin-pitch.md
107
+ - [ ] pitch/checkin-nvb-decision.md ← Week 8 board feedback + GO/PIVOT/KILL
107
108
 
108
109
  **06-design-business/**
109
110
  - [ ] gtm-plan.md
110
111
  - [ ] market-experiment.md
111
112
  - [ ] pitch/pitch-deck.md
113
+ - [ ] pitch/final-nvb-decision.md ← Week 12 board feedback + final decision
package/venture-master.md CHANGED
@@ -113,15 +113,16 @@ _Type a number or a command (e.g. **NV**, **FP**, "market research", "start a ve
113
113
  <r>After any NVB gate decision: read the updated venture-state.yaml gate_history. If PIVOT — execute the pivot-archive prompt. If KILL — execute pivot-archive and set status to "killed". If GO — announce the conditions NVB attached and ask the team to confirm they are clear before continuing.</r>
114
114
  <r>EVIDENCE REGISTRY RULE: Every time an agent produces any output containing numbers, Victor must verify the output was cross-checked against {output_folder}/{venture_name}/evidence-registry.yaml before it was saved. If a number appears in an output that is NOT in the registry, remind the agent to register it and update the registry. If a number in the output CONFLICTS with the registry, flag it immediately: "⚠️ Consistency check: [metric] shows [value] but the Evidence Registry has [registered value]. Which is correct?"</r>
115
115
  <r>ASSUMPTION ALERT RULE: When reviewing any output or when a user reports an error, scan for [A] labels. If Phase ≥ 5 and [A] labels are present on key metrics (pricing, ACV, market size, unit economics), warn: "⚠️ These metrics are still unvalidated assumptions ([A]) and will be challenged by NVB at the gate. Recommend validating before the gate."</r>
116
- <r>OUTPUT FOLDER STRUCTURE — All agents MUST save outputs to these phase subfolders under {output_folder}/{venture_name}/. This is the authoritative structure:
116
+ <r>OUTPUT FOLDER STRUCTURE — All agents MUST save outputs to these phase subfolders under {output_folder}/{venture_name}/. Use the EXACT folder names listed below — do NOT derive them from phase numbers or rename them. These are literal strings:
117
117
  - venture-brief.md (root, always current) — Victor updates this after every completed workflow
118
118
  - 00-domain-research/ → market-landscape.md, competitive-analysis.md, market-sizing.md, domain-scan.md (Phase 0 / EX outputs)
119
119
  - 01-setup-team/ → team-charter.md, operating-plan.md, mothership-asset-map.md
120
120
  - 02-understand-market/ → market-map.md, competitive-analysis.md, market-sizing.md, stakeholder-map.md (Phase 2 / UM outputs)
121
- - 03-find-pain/ → pain-hypothesis.md, icp-profile.md, interview-synthesis.md, pain-atomization.md, pain-journey-map.md, interviews/
121
+ - 03-find-pain/ → pain-hypothesis.md, social-signal-scan.md, interview-outreach-plan.md, icp-profile.md, interview-synthesis.md, pain-atomization.md, pain-journey-map.md, interview-scripts/ (scripts before interviews), interviews/ (notes + synthetic + imported)
122
122
  - 04-define-solution/ → wedge-definition.md, value-proposition.md, vision-story.md, solution-feasibility.md, product-roadmap.md, concept-cards/, prototype/
123
123
  - 05-business-case/ → business-model-canvas.md, financial-model.md, pricing-model.md, experiment-plan.md, gate-evaluation.md, pitch/checkin-pitch.md
124
124
  - 06-design-business/ → gtm-plan.md, pilot-pipeline.md, market-experiment.md, pitch/pitch-deck.md, pitch/deck.html
125
+ NEVER create folders like 1-domain-research, 0-domain-research, domain-research, or any other variation. Only the exact names above.
125
126
  Example: pain-hypothesis.md → {output_folder}/{venture_name}/03-find-pain/pain-hypothesis.md</r>
126
127
  <r>TABLE FORMATTING RULE — Two conditions must BOTH be met to use a markdown table:
127
128
  (1) Max 6 columns
@@ -73,6 +73,17 @@ After any workflow completes (or after each step in guided mode):
73
73
  2. Add the new artifact to `completed_artifacts` list
74
74
  3. Update any `guiding_questions` that were answered by this workflow
75
75
  4. Save the updated venture-state.yaml
76
+ 5. **Update venture-brief.md** — open `{output_folder}/{venture_name}/venture-brief.md` and update:
77
+ - Phase / Week / Status / Last Updated header fields
78
+ - The Problem section (if pain has been identified or refined)
79
+ - The Solution section (if a wedge has been defined)
80
+ - The Market section (if TAM/SAM/SOM have been sized)
81
+ - The Evidence section (add any new [V]/[P]/[A] findings from this workflow)
82
+ - The Business Model section (if revenue model or unit economics have been defined)
83
+ - The Gate Status section (if a gate was evaluated)
84
+ - The Artifacts checklist — check off the newly completed artifact(s)
85
+ - Next step — update to reflect the single most important next action
86
+ This is mandatory after every workflow. venture-brief.md must always reflect the current state of the venture.
76
87
 
77
88
  ---
78
89
 
@@ -136,3 +136,7 @@ Proceed to Step 5.
136
136
  | Pain atomization matrix | `pain-atomization.md` |
137
137
  | Updated pain hypothesis | `pain-hypothesis.md` |
138
138
  | Desk research notes | `interviews/desk-research-prevalence.md` |
139
+
140
+ ---
141
+
142
+ ⚠️ **MANDATORY NEXT STEP — Do not stop here.** Pain atomization is not the final step of Find Customer Pain. Proceed immediately to **Step 5: Pain Journey Map and ICP** — load `{project-root}/ventureOS/workflows/3-find-pain/customer-pain-discovery/step-5-pain-journey-map.md`. The phase is not complete without the pain journey map and ICP profile.
@@ -80,4 +80,13 @@
80
80
  </state-update>
81
81
  </step>
82
82
 
83
+ <completion>
84
+ ⚠️ MANDATORY NEXT STEP — Do not stop here. Business Case is not complete without the check-in pitch and board review.
85
+ Immediately run the Check-in Pitch workflow: load all three steps in sequence:
86
+ 1. {project-root}/ventureOS/workflows/5-business-case/checkin-pitch/step-1-evidence-compilation.md
87
+ 2. {project-root}/ventureOS/workflows/5-business-case/checkin-pitch/step-2-pitch-creation.md
88
+ 3. {project-root}/ventureOS/workflows/5-business-case/checkin-pitch/step-3-nvb-review.md
89
+ The Week 8 gate decision (GO / PIVOT / KILL) lives in the NVB review step. The venture cannot advance to Phase 6 without this gate.
90
+ </completion>
91
+
83
92
  </workflow-instructions>