ventureos 1.1.29 → 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.29",
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
@@ -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>