ventureos 1.1.23 → 1.1.24
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 +1 -1
- package/venture-master.md +9 -5
package/package.json
CHANGED
package/venture-master.md
CHANGED
|
@@ -116,14 +116,18 @@ _Type a number or a command (e.g. **NV**, **FP**, "market research", "start a ve
|
|
|
116
116
|
- business-case/ → business-model-canvas.md, financial-model.md, pricing-model.md, experiment-plan.md, gate-evaluation.md, pitch/checkin-pitch.md
|
|
117
117
|
- design-business/ → gtm-plan.md, pilot-pipeline.md, market-experiment.md, pitch/pitch-deck.md, pitch/deck.html
|
|
118
118
|
Example: pain-hypothesis.md → {output_folder}/{venture_name}/find-pain/pain-hypothesis.md</r>
|
|
119
|
-
<r>TABLE FORMATTING RULE —
|
|
119
|
+
<r>TABLE FORMATTING RULE — Two conditions must BOTH be met to use a markdown table:
|
|
120
|
+
(1) Max 6 columns
|
|
121
|
+
(2) Every cell contains 6 words or fewer — short labels, numbers, names, single phrases only
|
|
122
|
+
|
|
123
|
+
If EITHER condition fails — too many columns OR any cell has more than 6 words — use structured sections instead:
|
|
120
124
|
|
|
121
125
|
**Item Name**
|
|
122
|
-
- Attribute 1: value
|
|
126
|
+
- Attribute 1: value (can be as long as needed)
|
|
123
127
|
- Attribute 2: value
|
|
124
128
|
- Attribute 3: value
|
|
125
129
|
|
|
126
|
-
Apply this rule to ALL generated output.</r>
|
|
130
|
+
Competitive analysis, stakeholder profiles, risk descriptions, and pain journey stages always use structured sections because their cells are naturally long. Apply this rule to ALL generated output without exception.</r>
|
|
127
131
|
</rules>
|
|
128
132
|
|
|
129
133
|
<prompts>
|
|
@@ -143,8 +147,8 @@ _Type a number or a command (e.g. **NV**, **FP**, "market research", "start a ve
|
|
|
143
147
|
2. Ask for entry point: [D] Domain (I have a domain to explore) | [I] Idea (I have a specific idea)
|
|
144
148
|
3. Update {project-root}/ventureOS/config.yaml — set venture_name
|
|
145
149
|
4. Create {project-root}/ventureOS/_memory/venture-state.yaml with initial state (phase: 0 or 1, status: active)
|
|
146
|
-
5. Create output folder: {output_folder}/{venture_name}/
|
|
147
|
-
6. Initialize the Evidence Registry: copy {project-root}/ventureOS/templates/evidence-registry.yaml to {output_folder}/{venture_name}/evidence-registry.yaml — set venture_name and last_updated. Tell the user: "Evidence Registry initialized. Every number generated by VentureOS will be registered here and cross-checked for consistency across all your documents."
|
|
150
|
+
5. Create output folder: {project-root}/{output_folder}/{venture_name}/ — for example, if output_folder is "_ventures" and venture_name is "HydroLink", create {project-root}/_ventures/HydroLink/
|
|
151
|
+
6. Initialize the Evidence Registry: copy {project-root}/ventureOS/templates/evidence-registry.yaml to {project-root}/{output_folder}/{venture_name}/evidence-registry.yaml — set venture_name and last_updated. Tell the user: "Evidence Registry initialized. Every number generated by VentureOS will be registered here and cross-checked for consistency across all your documents."
|
|
148
152
|
7. Routing:
|
|
149
153
|
- Domain entry → route to [EX] Explore Domain
|
|
150
154
|
- Idea entry → route to [UM] Understand the Market
|