@veyralabs/venture-suite 0.2.0 → 0.3.0

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": "@veyralabs/venture-suite",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Venture Intelligence pack for Claude Code - idea validation, competitor research, and Bull/Bear/Judge verdict",
5
5
  "files": [
6
6
  "venture-analyst/"
@@ -9,13 +9,14 @@ Research a startup or SaaS idea and determine if it's worth building. No fluff -
9
9
 
10
10
  ## What this does
11
11
 
12
- Five phases, each producing structured output:
12
+ Six phases, each producing structured output:
13
13
 
14
14
  1. **Problem Discovery** - Find evidence the problem actually exists (Reddit, HN, GitHub issues, trends)
15
15
  2. **Competitor Intelligence** - Map the landscape, find gaps, extract pricing signals
16
16
  3. **Validation Experiments** - Generate 3 prioritized experiments to test demand before building
17
17
  4. **Verdict** - Bull/Bear/Judge debate with Confidence Engine and scored recommendation
18
18
  5. **Decision Intelligence** - Contradiction detection, founder trap check, reality check, distribution plan, time-to-first-dollar
19
+ 6. **Execution & Moat** - 30-day roadmap, moat scoring, PMF simulation, market timing
19
20
 
20
21
  ## How to use
21
22
 
@@ -394,6 +395,117 @@ What would accelerate this: [specific factor]
394
395
  What would delay this: [specific risk]
395
396
  ```
396
397
 
398
+ ## Phase 6 - Execution & Moat
399
+
400
+ **Goal:** Answer "should you dedicate the next 2 years of your life to this?" - not just "is it a good idea?"
401
+
402
+ This phase converts the analysis into action and answers the defensibility question.
403
+
404
+ ### Execution Roadmap
405
+
406
+ Use `references/execution-roadmap.md` for the full framework. Output a week-by-week plan tailored to the verdict:
407
+
408
+ **If BUILD:**
409
+ - Week 1: find 5 people with the problem (specific communities from the research)
410
+ - Week 2: deliver value manually before building
411
+ - Week 3: charge for it
412
+ - Week 4: find customer 2-3 and a referral
413
+
414
+ Key rule: no code until someone commits to paying. The roadmap builds toward a transaction, not a product.
415
+
416
+ **If VALIDATE FIRST:**
417
+ - Define the one critical unknown in one sentence
418
+ - Run the cheapest test that could falsify it (2 weeks max)
419
+ - Define pass/fail threshold before starting
420
+ - Week 4: commit to BUILD or pivot/stop based on data
421
+
422
+ **If AVOID:**
423
+ - 2-week pivot investigation using the most interesting signal from the research
424
+ - Or clean stop criteria with specific trigger conditions for revisiting
425
+
426
+ Always include:
427
+ ```
428
+ Do NOT build yet: [specific features to avoid and why]
429
+ Reassess if: [specific trigger that means the plan is failing]
430
+ ```
431
+
432
+ ### Moat Intelligence
433
+
434
+ Score all 5 moat types using `references/moat-patterns.md`. For each:
435
+
436
+ ```
437
+ Distribution moat: [1-10] - [one-line reason]
438
+ Data moat: [1-10] - [one-line reason]
439
+ Community moat: [1-10] - [one-line reason]
440
+ Switching cost: [1-10] - [one-line reason]
441
+ Execution moat: [1-10] - [one-line reason]
442
+
443
+ Overall Moat Score: [weighted average of top 2]
444
+
445
+ Most realistic moat: [type]
446
+ How to build it: [specific action, not generic advice]
447
+ ```
448
+
449
+ Do not score high without evidence. "We will accumulate data" is not a data moat - it is a plan. Score what exists or can realistically exist in 6 months.
450
+
451
+ ### PMF Simulation
452
+
453
+ Generate 3 ICP personas based on the evidence found in Phases 1-2. Each persona is grounded in actual signals from the research, not invented.
454
+
455
+ ```
456
+ Persona A: [job title / situation]
457
+ - Current workflow for the problem: [specific, from research]
458
+ - What they hate about current solution: [from Reddit/HN quotes]
459
+ - What they pay today: [from competitor pricing research]
460
+ - What they would never pay for: [inferred from pain signals]
461
+ - Adoption trigger: [what would make them switch]
462
+ - Adoption blocker: [what would stop them even if interested]
463
+ ```
464
+
465
+ Then simulate a 4-week adoption arc for each persona:
466
+
467
+ ```
468
+ Week 1: discovers product (channel: [specific channel from distribution plan])
469
+ Week 2: [tries free / books demo / reads docs]
470
+ Week 3: [converts / churns / stalls - and why]
471
+ Week 4: [retained / referred / cancelled]
472
+ ```
473
+
474
+ From the 3 simulations, identify the PMF friction points:
475
+ ```
476
+ Main adoption blockers:
477
+ - [blocker 1]: affects [n/3] personas
478
+ - [blocker 2]: affects [n/3] personas
479
+
480
+ Easiest persona to convert: [A/B/C] - because [reason]
481
+ Start here.
482
+ ```
483
+
484
+ ### Market Timing
485
+
486
+ Based on data already collected (trend, GitHub, competition):
487
+
488
+ ```
489
+ Market timing: [Too Early / Good Window / Late / Saturated]
490
+
491
+ Signals:
492
+ + [positive timing signal]
493
+ + [positive timing signal]
494
+ - [negative timing signal]
495
+
496
+ Window estimate: [closes in X months / open for X years / unclear]
497
+
498
+ Timing verdict:
499
+ [One sentence. Is this the right moment? Why?]
500
+ ```
501
+
502
+ Timing patterns to detect:
503
+
504
+ - **Too early:** trend rising but community not formed, infrastructure missing, no paying competitors yet
505
+ - **Good window:** trend rising, 2-5 established players with clear weaknesses, market education done by competitors
506
+ - **Late entry:** dominant player has >50% share and a free tier, market consolidating
507
+ - **Saturated:** 10+ funded competitors, VC money flooding in, CAC rising, differentiation collapsing
508
+
397
509
  ## Enhancement detection
398
510
 
399
511
  Run at session start to unlock better sources:
@@ -436,6 +548,8 @@ From `calculate_evidence_score()` in `sources.py`:
436
548
  - `references/blue-ocean.md` - Value Curve, ERRC Grid, finding uncontested space
437
549
  - `references/traction.md` - 19 acquisition channels, Bullseye framework
438
550
  - `references/founder-traps.md` - 8 trap patterns with evidence criteria
551
+ - `references/moat-patterns.md` - 5 moat types with scoring criteria 1-10
552
+ - `references/execution-roadmap.md` - 30-day BUILD/VALIDATE/AVOID roadmap framework
439
553
 
440
554
  ## Output principles
441
555
 
@@ -447,3 +561,5 @@ From `calculate_evidence_score()` in `sources.py`:
447
561
  6. Check for founder traps before finalizing verdict
448
562
  7. Verdict must commit - no "it depends" without specifics and a path forward
449
563
  8. Distinguish Opportunity Score from Startup Score
564
+ 9. Phase 6 is not optional - the roadmap is what makes the analysis useful
565
+ 10. Moat scoring must be honest - score what exists, not what is planned
@@ -0,0 +1,187 @@
1
+ # Execution Roadmap Framework
2
+
3
+ The analysis means nothing if the founder doesn't know what to do on Monday morning.
4
+
5
+ This framework converts a venture-analyst verdict into a concrete 30-day action plan. The output is not generic advice - it is specific actions based on the evidence collected in Phases 1-5.
6
+
7
+ ---
8
+
9
+ ## The core principle
10
+
11
+ Most validators end with BUILD or AVOID. That is not enough.
12
+
13
+ The right output is:
14
+ - What to do this week (not "validate the idea" - specific tasks)
15
+ - What NOT to build yet (and why)
16
+ - When to stop and reassess (specific trigger conditions)
17
+
18
+ The roadmap changes based on the verdict:
19
+ - **BUILD** → 30-day sprint to first paying customer
20
+ - **VALIDATE FIRST** → 30-day experiment plan
21
+ - **AVOID** → pivot path or stop criteria
22
+
23
+ ---
24
+
25
+ ## BUILD path - 30-day roadmap
26
+
27
+ The goal is one paying customer in 30 days. Not an MVP. Not a waitlist. One customer who pays.
28
+
29
+ ### Week 1 - Find the customer before building
30
+
31
+ Actions:
32
+ 1. Identify 50 people who have the problem (from the research: which subreddits, which GitHub repos, which communities had the most signal?)
33
+ 2. Reach out to 20 with a Mom Test message - not a pitch, a question about their current workflow
34
+ 3. Book 5 discovery calls
35
+ 4. Run all 5 calls using Mom Test structure from `references/mom-test.md`
36
+ 5. By end of week: can you describe the customer's pain in their exact words?
37
+
38
+ Do NOT build anything this week.
39
+
40
+ Decision gate: if you cannot find 5 people willing to talk, the ICP is wrong. Stop and reassess before continuing.
41
+
42
+ ### Week 2 - Build only what closes the first sale
43
+
44
+ Based on the 5 conversations:
45
+ 1. Identify the one outcome the customer cares most about
46
+ 2. Can you deliver that outcome manually? (Concierge MVP)
47
+ 3. If yes: offer to do it for free or at a steep discount for 2-3 people
48
+ 4. If the outcome requires software: build only the path from input to that outcome. Nothing else.
49
+
50
+ Scope rule: if it takes more than 5 days to build, you are building too much.
51
+
52
+ Decision gate: if you cannot articulate what the customer is paying for in one sentence, do not build yet.
53
+
54
+ ### Week 3 - Deliver and charge
55
+
56
+ 1. Deliver the concierge MVP or minimal software to the 2-3 people from Week 2
57
+ 2. At delivery: ask "would you pay [price] per month for this if it continued?"
58
+ 3. If yes: send them a payment link (Stripe, Gumroad, bank transfer - whatever works)
59
+ 4. If no: ask what would have to be different for them to pay
60
+
61
+ First payment is the signal. Not a letter of intent. Not "I would pay". An actual transaction.
62
+
63
+ Decision gate: if nobody pays after Week 3, you have a problem with price, value, or ICP. Identify which one before continuing.
64
+
65
+ ### Week 4 - Stabilize and find customer 2-3
66
+
67
+ 1. Deliver reliably to paying customer 1
68
+ 2. Ask for referral: "who else do you know with this problem?"
69
+ 3. Run outreach to 10 more people from the original 50 list
70
+ 4. Goal: 2-3 paying customers by end of month
71
+
72
+ ---
73
+
74
+ ## VALIDATE FIRST path - 30-day experiment plan
75
+
76
+ The goal is to answer the one critical unknown identified in Phase 5.
77
+
78
+ ### Week 1 - Define the question precisely
79
+
80
+ Write this sentence: "We do not know if [specific assumption]. If we knew [assumption] is true, we would build. If false, we would not build."
81
+
82
+ Examples:
83
+ - "We do not know if freelancers will pay for automated invoicing when free tools exist."
84
+ - "We do not know if HR teams have budget for this outside their annual planning cycle."
85
+
86
+ Everything in the next 3 weeks answers this one question.
87
+
88
+ ### Week 2 - Run the cheapest test that could falsify it
89
+
90
+ Based on the assumption type:
91
+
92
+ | Assumption type | Best test | Cost | Time |
93
+ |----------------|-----------|------|------|
94
+ | Does the problem exist? | 10 Mom Test interviews | 0 | 1 week |
95
+ | Will they pay? | Concierge MVP with payment ask | 0 | 2 weeks |
96
+ | Does the message resonate? | Fake door landing page | 0-30€ | 1 week |
97
+ | Is the ICP right? | Cold outreach to 3 different segments | 0 | 1 week |
98
+
99
+ Do not run more than one test at a time. You need clean signal.
100
+
101
+ ### Week 3 - Collect and evaluate data
102
+
103
+ By end of week 3 you need a number against a threshold:
104
+ - Interviews: at least 7 out of 10 describe the same problem unprompted
105
+ - Payment ask: at least 2 out of 5 say yes and follow through
106
+ - Fake door: CTR above 5% from cold traffic
107
+ - ICP test: one segment responds 3x better than others
108
+
109
+ ### Week 4 - Decision
110
+
111
+ Three possible outcomes:
112
+
113
+ **Assumption confirmed:** move to BUILD path. Start Week 1 of the BUILD roadmap.
114
+
115
+ **Assumption partially confirmed:** the test worked but raised a new question. Run a second 2-week experiment targeting the new unknown.
116
+
117
+ **Assumption falsified:** the critical assumption is wrong. Before stopping:
118
+ - Is there a pivot? (different customer, different problem, different solution)
119
+ - If yes: restart from Phase 1 with the new hypothesis
120
+ - If no: stop. Time is the most valuable resource.
121
+
122
+ ---
123
+
124
+ ## AVOID path - what to do instead
125
+
126
+ If the verdict is AVOID, the roadmap is not "do nothing." It is:
127
+
128
+ ### Option A - Pivot investigation (2 weeks)
129
+
130
+ The research surfaced something. What was the most interesting unexpected signal?
131
+ - A different customer segment with stronger pain
132
+ - A related problem that nobody is solving
133
+ - A gap in the competitor landscape that the original idea missed
134
+
135
+ Spend 2 weeks doing Phase 1 research on the pivot hypothesis before committing.
136
+
137
+ ### Option B - Clean stop criteria
138
+
139
+ If no pivot is visible, document:
140
+ - What was learned (specific, honest)
141
+ - What would have to change in the market for this to be worth revisiting
142
+ - Time horizon: reassess in [6/12/24] months if [specific trigger] occurs
143
+
144
+ This is not failure. It is validated learning. The next idea starts from a better place.
145
+
146
+ ---
147
+
148
+ ## Roadmap anti-patterns
149
+
150
+ **Anti-pattern 1: Building before selling**
151
+ The roadmap assumes zero code until someone has committed to paying. Build only what closes the next sale.
152
+
153
+ **Anti-pattern 2: Optimizing before validating**
154
+ Do not improve the landing page conversion rate before you have 100 cold visitors. Do not A/B test before you have a working baseline.
155
+
156
+ **Anti-pattern 3: Scaling before repeating**
157
+ Do not invest in marketing before you have 3 customers who came through the same process. One customer is an anecdote. Three is a pattern.
158
+
159
+ **Anti-pattern 4: Measuring vanity metrics**
160
+ The only metric that matters in week 1-4 is: did someone pay? Every other metric is a proxy.
161
+
162
+ **Anti-pattern 5: Moving the goalposts**
163
+ Define success criteria before starting each week. Do not redefine "success" after seeing results.
164
+
165
+ ---
166
+
167
+ ## Output format for roadmap
168
+
169
+ ```
170
+ ## 30-Day Execution Roadmap
171
+
172
+ Path: [BUILD / VALIDATE FIRST / AVOID]
173
+
174
+ Critical constraint: [the one thing that must be true for this plan to work]
175
+
176
+ Week 1: [specific tasks + decision gate]
177
+ Week 2: [specific tasks + decision gate]
178
+ Week 3: [specific tasks + decision gate]
179
+ Week 4: [goal + decision]
180
+
181
+ Do NOT build yet:
182
+ - [specific feature or system to avoid]
183
+ - [reason]
184
+
185
+ Reassess if:
186
+ - [specific trigger that means the plan is failing]
187
+ ```
@@ -0,0 +1,176 @@
1
+ # Moat Patterns
2
+
3
+ A moat is why you keep customers after a competitor copies your features. Without a moat, you build a product, not a business.
4
+
5
+ Most startup validators say "competitive advantage" and leave it there. This reference gives scoring criteria for 5 real moat types so the analysis can score each one and identify which is most realistic for a given idea.
6
+
7
+ ---
8
+
9
+ ## The 5 moat types
10
+
11
+ ### 1. Distribution Moat
12
+
13
+ You control a channel others cannot easily access.
14
+
15
+ **What it looks like:**
16
+ - Exclusive partnership with a platform (e.g. pre-installed on hardware)
17
+ - Large owned audience (email list, YouTube, community)
18
+ - SEO dominance in a niche that takes years to replicate
19
+ - Embedded in a workflow that creates daily habit (Slack, Notion)
20
+
21
+ **Evidence signals (score higher for each present):**
22
+ - Founder already has relevant audience or network
23
+ - Product embeds into existing workflow daily
24
+ - Partnership or distribution deal possible that others can't easily get
25
+ - SEO moat: high-intent keywords with low competition
26
+
27
+ **Score 1-10:**
28
+ - 1-3: No distribution advantage, same channels as competitors
29
+ - 4-6: Some channel advantage but replicable with money
30
+ - 7-10: Structural distribution advantage that compounds over time
31
+
32
+ **Most realistic for:** content businesses, platforms with network effects, tools that embed into a daily workflow
33
+
34
+ ---
35
+
36
+ ### 2. Data Moat
37
+
38
+ You accumulate proprietary data that makes your product better over time and is impossible to replicate from scratch.
39
+
40
+ **What it looks like:**
41
+ - Each user interaction improves the model/output for all users
42
+ - Unique dataset nobody else has (e.g. proprietary industry data)
43
+ - Network of data contributors locked in by switching cost
44
+ - Longitudinal data that takes years to accumulate
45
+
46
+ **Evidence signals:**
47
+ - Product gets meaningfully better with more users or usage
48
+ - Data collected is not available from public sources
49
+ - Users contribute data as part of normal use (not just consume)
50
+ - The gap between early data and mature data is the moat
51
+
52
+ **Score 1-10:**
53
+ - 1-3: Uses same public data sources as everyone else
54
+ - 4-6: Collects user data but competitors could replicate with time
55
+ - 7-10: Proprietary data flywheel that widens with scale
56
+
57
+ **Most realistic for:** AI products, marketplaces, analytics platforms, any product where N+1 users make the product better for all N users
58
+
59
+ ---
60
+
61
+ ### 3. Community Moat
62
+
63
+ Users identify with the product and each other. Leaving means leaving the community.
64
+
65
+ **What it looks like:**
66
+ - Strong brand identity (users say "I'm a [product] user" as part of identity)
67
+ - Active user community that is product-adjacent (Slack, Discord, events)
68
+ - User-generated content that attracts more users
69
+ - Power users who become advocates and contributors
70
+
71
+ **Evidence signals:**
72
+ - Reddit or HN discussions about the product are enthusiastic, not just transactional
73
+ - Users refer others without being asked
74
+ - Community exists or could exist around the problem space
75
+ - Identity signal: does the target customer identify strongly with a community?
76
+
77
+ **Score 1-10:**
78
+ - 1-3: No community signal, purely transactional product
79
+ - 4-6: Some user loyalty but no real community
80
+ - 7-10: Product is central to a user identity or community
81
+
82
+ **Most realistic for:** developer tools, creator tools, niche B2B, products solving problems with strong in-group identity
83
+
84
+ ---
85
+
86
+ ### 4. Switching Cost Moat
87
+
88
+ Leaving is painful because of data, integrations, learned behavior, or sunk cost.
89
+
90
+ **What it looks like:**
91
+ - Data locked in proprietary format
92
+ - Deep integration into other tools (replacing means replacing the whole stack)
93
+ - Trained behavior - users have built muscle memory around the product
94
+ - Team adoption - everyone on the team uses it, coordination cost to switch
95
+
96
+ **Evidence signals:**
97
+ - Product stores user data that is hard to export
98
+ - Integration depth: does it connect to 5+ other tools in the workflow?
99
+ - Time-to-value is long (users invest time before they get value)
100
+ - Team product vs individual product (team switching cost >> individual switching cost)
101
+
102
+ **Score 1-10:**
103
+ - 1-3: Easy to replace, data fully portable, no integrations
104
+ - 4-6: Some friction to switch but not prohibitive
105
+ - 7-10: Switching requires significant time, data migration, or retraining
106
+
107
+ **Most realistic for:** B2B SaaS, CRMs, project management, any product that stores meaningful user data or integrates deeply
108
+
109
+ ---
110
+
111
+ ### 5. Execution Moat
112
+
113
+ The team can build and ship faster or better than others. Not a durable moat alone, but can be decisive in a fast-moving market.
114
+
115
+ **What it looks like:**
116
+ - Unique domain expertise that takes years to acquire
117
+ - Technical complexity that requires rare skills
118
+ - Speed advantage from existing infrastructure or team
119
+ - Regulatory or compliance knowledge that creates a barrier
120
+
121
+ **Evidence signals:**
122
+ - Founder has 5+ years of domain expertise
123
+ - Technical stack requires rare specialization
124
+ - Regulatory approval process exists (creates time barrier for followers)
125
+ - Existing codebase or infrastructure gives head start
126
+
127
+ **Score 1-10:**
128
+ - 1-3: Anyone with enough money can hire the team to replicate this
129
+ - 4-6: Some execution advantage but not structural
130
+ - 7-10: Rare expertise or regulatory barrier that cannot be bought quickly
131
+
132
+ **Most realistic for:** deep tech, regulated industries, products where domain expertise is genuinely scarce
133
+
134
+ ---
135
+
136
+ ## Moat Scoring Guide
137
+
138
+ Score each moat 1-10 using the criteria above. Then:
139
+
140
+ **Moat Score = weighted average:**
141
+ - Take the top 2 moat scores
142
+ - The highest becomes the primary moat
143
+ - The second becomes the secondary moat
144
+ - Overall Moat Score = (primary * 0.6) + (secondary * 0.4)
145
+
146
+ **Interpretation:**
147
+ | Score | Meaning |
148
+ |-------|---------|
149
+ | 1-3 | No real moat. Features will be copied. Compete on speed only. |
150
+ | 4-5 | Weak moat. Some defensibility but competitors can close the gap. |
151
+ | 6-7 | Moderate moat. Viable business, but needs to strengthen before scaling. |
152
+ | 8-10 | Strong moat. Structural advantage that compounds with growth. |
153
+
154
+ **Critical output:**
155
+ After scoring, answer: "What is the most realistic moat for this idea, and what specific actions build it?"
156
+
157
+ Do not just name the moat. Give the action. Example:
158
+ - Data moat: "Every analysis run should store anonymized patterns. At 1,000 analyses, the pattern database becomes a proprietary asset."
159
+ - Community moat: "Build in public. Ship a free tool that attracts the exact ICP and turns them into advocates before monetizing."
160
+ - Distribution moat: "Identify the one community where the ICP concentrates and become the go-to contributor before launching."
161
+
162
+ ---
163
+
164
+ ## Common moat mistakes
165
+
166
+ **Mistake 1: Confusing features with moats**
167
+ "We have AI" is not a moat. Every competitor will have AI. The question is what the AI produces that is unique and hard to replicate.
168
+
169
+ **Mistake 2: Assuming complexity = moat**
170
+ Hard to build does not mean hard to copy. Once you show it works, a well-funded competitor can hire the engineers.
171
+
172
+ **Mistake 3: Planning a moat that requires scale you don't have yet**
173
+ Data moats require data. Network effects require network. These are goals, not current advantages. Score them based on realistic trajectory, not end state.
174
+
175
+ **Mistake 4: Relying on execution moat alone**
176
+ Speed is not a business. It buys time to build a real moat. Always pair execution moat with a second structural moat.
@@ -201,6 +201,73 @@ Alternative path: [reduced scope or different entry point]
201
201
 
202
202
  ---
203
203
 
204
+ ## Phase 6 - Execution & Moat
205
+
206
+ ### Moat Intelligence
207
+
208
+ | Moat type | Score (1-10) | Reason |
209
+ |-----------|-------------|--------|
210
+ | Distribution | [n] | [one line] |
211
+ | Data | [n] | [one line] |
212
+ | Community | [n] | [one line] |
213
+ | Switching cost | [n] | [one line] |
214
+ | Execution | [n] | [one line] |
215
+
216
+ **Overall Moat Score:** [weighted avg of top 2]
217
+ **Most realistic moat:** [type]
218
+ **How to build it:** [specific action, not generic advice]
219
+
220
+ ### PMF Simulation
221
+
222
+ **Persona A:** [job title / situation]
223
+ - Current workflow: [specific]
224
+ - Main pain: [from research quotes]
225
+ - Adoption trigger: [what makes them switch]
226
+ - Adoption blocker: [what stops them]
227
+ - Simulated arc: discovers (Week 1) -> [Week 2] -> [Week 3: converts/churns] -> [Week 4]
228
+
229
+ **Persona B:** [job title / situation]
230
+ - [same structure]
231
+
232
+ **Persona C:** [job title / situation]
233
+ - [same structure]
234
+
235
+ **PMF friction report:**
236
+ - Main blockers: [list, note how many personas affected]
237
+ - Easiest persona to convert first: [A/B/C] - because [reason]
238
+
239
+ ### Market Timing
240
+
241
+ ```
242
+ Timing: [Too Early / Good Window / Late / Saturated]
243
+
244
+ Signals:
245
+ + [positive]
246
+ - [negative]
247
+
248
+ Window: [closes in X months / open for X years / unclear]
249
+ Verdict: [one sentence]
250
+ ```
251
+
252
+ ### Execution Roadmap
253
+
254
+ **Path:** [BUILD / VALIDATE FIRST / AVOID]
255
+ **Critical constraint:** [the one thing that must be true]
256
+
257
+ | Week | Actions | Decision gate |
258
+ |------|---------|--------------|
259
+ | 1 | [specific tasks] | [pass/fail condition] |
260
+ | 2 | [specific tasks] | [pass/fail condition] |
261
+ | 3 | [specific tasks] | [pass/fail condition] |
262
+ | 4 | [goal] | [commit or reassess] |
263
+
264
+ **Do NOT build yet:**
265
+ - [feature/system] - [reason]
266
+
267
+ **Reassess if:** [specific trigger condition]
268
+
269
+ ---
270
+
204
271
  ## Next Steps
205
272
 
206
273
  ### If BUILD