name: strategic-bet
description: Create or update a strategic bet with explicit assumptions
argument-hint: [bet name or area] or [update SB-2026-001]
Document Intelligence
This skill supports three modes: Create, Update, and Find.
Mode Detection
| Signal |
Mode |
Confidence |
| "update", "revise", "modify" in input |
UPDATE |
100% |
File path provided (@path/to/bet.md) |
UPDATE |
100% |
Bet ID mentioned (SB-2026-001) |
UPDATE |
100% |
| "create", "new", "formulate" in input |
CREATE |
100% |
| "find", "search", "list bets" |
FIND |
100% |
| "the bet", "our bet on" |
UPDATE |
85% |
| Just bet name or area |
CREATE |
60% |
Threshold: ≥85% auto-proceed | 70-84% state assumption | <70% ask user
Mode Behaviors
CREATE: Generate complete new strategic bet using template below.
UPDATE:
- Read existing bet (search if path not provided)
- Preserve unchanged sections exactly
- Update assumptions (validated/invalidated), metrics, status
- Show diff summary: "Updated: [sections]. Unchanged: [sections]."
- Consider: Update assumption status in context registry
FIND:
- Search paths below AND context registry for bets
- Present results: ID, title, status, owner, key assumptions
- Ask: "Update one of these, or create new?"
Search Locations for Strategic Bets
bets/
strategy/bets/
context/bets/
strategy/
Formulate a Strategic Bet with explicit assumptions and success criteria.
Purpose
Strategic bets articulate what we believe will create value, why we believe it, and how we'll know if we're right.
Output Structure
# Strategic Bet: [Bet Name]
**Bet ID**: SB-[YYYY]-[NNN]
**Owner**: [Single accountable person]
**Date Formulated**: [Date]
**Status**: Proposed / Active / Validated / Invalidated / Pivoted
**Product**: [Product name - optional, for multi-product organizations]
## The Bet
[What we believe will create value - 1-2 clear sentences]
> "We bet that [doing X] for [customer segment] will result in [outcome] because [rationale]."
## Customer Insight (Principle #3)
**Who**: [Target customer segment]
**Pain**: [What problem they have]
### Customer Evidence
| Evidence Type | Source | Date | Key Finding |
|---------------|--------|------|-------------|
| [Interview/Survey/Usage/Support] | [Source] | [Date] | [Finding] |
| [Type] | [Source] | [Date] | [Finding] |
| [Type] | [Source] | [Date] | [Finding] |
**Evidence Strength**: Strong/Moderate/Weak/None
**Confidence Level**: Low / Medium / High
*If evidence is weak, document plan to strengthen before major commitment.*
## Market Dynamics
**Timing**: Why this bet makes sense now
- [Market trend 1]
- [Market trend 2]
**Competition**: How this positions us
- [Competitive dynamic]
**Window**: How long this opportunity exists
- [Timeline consideration]
## Business Intent
**Strategic Goal**: [Which company goal this serves]
**Revenue Potential**: [Expected revenue impact]
**Strategic Value**: [Non-revenue value - positioning, learning, etc.]
## Explicit Assumptions
| # | Assumption | Confidence | How We'll Validate | Validation Timeline |
|---|------------|------------|-------------------|---------------------|
| 1 | [Assumption] | Low/Med/High | [Method] | [When] |
| 2 | [Assumption] | Low/Med/High | [Method] | [When] |
| 3 | [Assumption] | Low/Med/High | [Method] | [When] |
| 4 | [Assumption] | Low/Med/High | [Method] | [When] |
**Riskiest Assumption**: [Which assumption, if wrong, kills this bet]
## Opportunity Cost
**What we're NOT doing by choosing this bet:**
- [Alternative 1] - [What we give up]
- [Alternative 2] - [What we give up]
**Why this bet is worth the tradeoff:**
[Rationale]
## Success Criteria
| Metric | Baseline | Target | Timeframe | Measurement |
|--------|----------|--------|-----------|-------------|
| [Leading] | [Current] | [Target] | T+1 month | [How] |
| [Mid] | [Current] | [Target] | T+3 months | [How] |
| [Lagging] | [Current] | [Target] | T+6 months | [How] |
## Investment Required
**Resources**:
- Team: [Who/how many]
- Duration: [Expected timeline]
- Budget: [If applicable]
**Dependencies**:
- [Dependency 1]
- [Dependency 2]
## Scalability Consideration (Principle #8)
| Scale Level | Works? | What Changes | Investment Needed |
|-------------|--------|--------------|-------------------|
| Current (1x) | Yes | Baseline | Current |
| 2x | Yes/Partial/No | [What changes] | [Investment] |
| 10x | Yes/Partial/No | [What changes] | [Investment] |
**Scale Assumption**: [Key assumption about scale]
**Breaking Point**: [At what scale does this approach break?]
## Re-decision Points
| Checkpoint | Date | Criteria | Possible Actions |
|------------|------|----------|------------------|
| Early signal | [Date] | [What we look for] | Continue / Pivot / Stop |
| Mid-point | [Date] | [What we look for] | Double down / Maintain / Wind down |
| End | [Date] | [What we look for] | Scale / Iterate / Abandon |
## Pivot Options
If this bet doesn't work, potential pivots:
1. [Pivot option 1]
2. [Pivot option 2]
Instructions
- Ask clarifying questions about the bet if context is unclear
- Check prior context: Run
/context-recall [topic] to find related decisions and existing bets
- Check portfolio: Run
/portfolio-status to understand current strategic priorities
- Reference any strategy or market documents provided via @file syntax
- Ensure assumptions are explicit and testable
- Include clear opportunity cost analysis
- Define specific re-decision points
- Save in strategy/bets/ folder
- Offer to create presentation version using /present
Context Integration
After generating the strategic bet:
- Offer to save: Ask "Should I save this to the context registry? (
/context-save)"
- If yes, extract and save:
- Bet ID, title, date, owner, status to
context/bets/index.md
- Add to
context/portfolio/active-bets.md if status is Active
- ALL explicit assumptions to
context/assumptions/registry.md with validation methods
- Full record to
context/bets/[YYYY]/[SB-ID].md
- Link to dependent decisions and related bets
1---2name: strategic-bet3description: This skill supports three modes: Create, Update, and Find.4---5
6---
7name: strategic-bet
8description: Create or update a strategic bet with explicit assumptions
9argument-hint: [bet name or area] or [update SB-2026-001]
10---
11
12## Document Intelligence
13
14This skill supports three modes: **Create**, **Update**, and **Find**.
15
16### Mode Detection
17
18| Signal | Mode | Confidence |
19|--------|------|------------|
20| "update", "revise", "modify" in input | UPDATE | 100% |
21| File path provided (`@path/to/bet.md`) | UPDATE | 100% |
22| Bet ID mentioned (`SB-2026-001`) | UPDATE | 100% |
23| "create", "new", "formulate" in input | CREATE | 100% |
24| "find", "search", "list bets" | FIND | 100% |
25| "the bet", "our bet on" | UPDATE | 85% |
26| Just bet name or area | CREATE | 60% |
27
28**Threshold**: ≥85% auto-proceed | 70-84% state assumption | <70% ask user
29
30### Mode Behaviors
31
32**CREATE**: Generate complete new strategic bet using template below.
33
34**UPDATE**:
351. Read existing bet (search if path not provided)
362. Preserve unchanged sections exactly
373. Update assumptions (validated/invalidated), metrics, status
384. Show diff summary: "Updated: [sections]. Unchanged: [sections]."
395. Consider: Update assumption status in context registry
40
41**FIND**:
421. Search paths below AND context registry for bets
432. Present results: ID, title, status, owner, key assumptions
443. Ask: "Update one of these, or create new?"
45
46### Search Locations for Strategic Bets
47
48- `bets/`
49- `strategy/bets/`
50- `context/bets/`
51- `strategy/`
52
53---
54
55Formulate a **Strategic Bet** with explicit assumptions and success criteria.
56
57## Purpose
58Strategic bets articulate what we believe will create value, why we believe it, and how we'll know if we're right.
59
60## Output Structure
61
62```markdown
63# Strategic Bet: [Bet Name]
64
65**Bet ID**: SB-[YYYY]-[NNN]
66**Owner**: [Single accountable person]
67**Date Formulated**: [Date]
68**Status**: Proposed / Active / Validated / Invalidated / Pivoted
69**Product**: [Product name - optional, for multi-product organizations]
70
71## The Bet
72
73[What we believe will create value - 1-2 clear sentences]
74
75> "We bet that [doing X] for [customer segment] will result in [outcome] because [rationale]."
76
77## Customer Insight (Principle #3)
78
79**Who**: [Target customer segment]
80**Pain**: [What problem they have]
81
82### Customer Evidence
83| Evidence Type | Source | Date | Key Finding |
84|---------------|--------|------|-------------|
85| [Interview/Survey/Usage/Support] | [Source] | [Date] | [Finding] |
86| [Type] | [Source] | [Date] | [Finding] |
87| [Type] | [Source] | [Date] | [Finding] |
88
89**Evidence Strength**: Strong/Moderate/Weak/None
90**Confidence Level**: Low / Medium / High
91
92*If evidence is weak, document plan to strengthen before major commitment.*
93
94## Market Dynamics
95
96**Timing**: Why this bet makes sense now
97- [Market trend 1]
98- [Market trend 2]
99
100**Competition**: How this positions us
101- [Competitive dynamic]
102
103**Window**: How long this opportunity exists
104- [Timeline consideration]
105
106## Business Intent
107
108**Strategic Goal**: [Which company goal this serves]
109**Revenue Potential**: [Expected revenue impact]
110**Strategic Value**: [Non-revenue value - positioning, learning, etc.]
111
112## Explicit Assumptions
113
114| # | Assumption | Confidence | How We'll Validate | Validation Timeline |
115|---|------------|------------|-------------------|---------------------|
116| 1 | [Assumption] | Low/Med/High | [Method] | [When] |
117| 2 | [Assumption] | Low/Med/High | [Method] | [When] |
118| 3 | [Assumption] | Low/Med/High | [Method] | [When] |
119| 4 | [Assumption] | Low/Med/High | [Method] | [When] |
120
121**Riskiest Assumption**: [Which assumption, if wrong, kills this bet]
122
123## Opportunity Cost
124
125**What we're NOT doing by choosing this bet:**
126- [Alternative 1] - [What we give up]
127- [Alternative 2] - [What we give up]
128
129**Why this bet is worth the tradeoff:**
130[Rationale]
131
132## Success Criteria
133
134| Metric | Baseline | Target | Timeframe | Measurement |
135|--------|----------|--------|-----------|-------------|
136| [Leading] | [Current] | [Target] | T+1 month | [How] |
137| [Mid] | [Current] | [Target] | T+3 months | [How] |
138| [Lagging] | [Current] | [Target] | T+6 months | [How] |
139
140## Investment Required
141
142**Resources**:
143- Team: [Who/how many]
144- Duration: [Expected timeline]
145- Budget: [If applicable]
146
147**Dependencies**:
148- [Dependency 1]
149- [Dependency 2]
150
151## Scalability Consideration (Principle #8)
152
153| Scale Level | Works? | What Changes | Investment Needed |
154|-------------|--------|--------------|-------------------|
155| Current (1x) | Yes | Baseline | Current |
156| 2x | Yes/Partial/No | [What changes] | [Investment] |
157| 10x | Yes/Partial/No | [What changes] | [Investment] |
158
159**Scale Assumption**: [Key assumption about scale]
160**Breaking Point**: [At what scale does this approach break?]
161
162## Re-decision Points
163
164| Checkpoint | Date | Criteria | Possible Actions |
165|------------|------|----------|------------------|
166| Early signal | [Date] | [What we look for] | Continue / Pivot / Stop |
167| Mid-point | [Date] | [What we look for] | Double down / Maintain / Wind down |
168| End | [Date] | [What we look for] | Scale / Iterate / Abandon |
169
170## Pivot Options
171
172If this bet doesn't work, potential pivots:
1731. [Pivot option 1]
1742. [Pivot option 2]
175```
176
177## Instructions
178
1791. Ask clarifying questions about the bet if context is unclear
1802. **Check prior context**: Run `/context-recall [topic]` to find related decisions and existing bets
1813. **Check portfolio**: Run `/portfolio-status` to understand current strategic priorities
1824. Reference any strategy or market documents provided via @file syntax
1835. Ensure assumptions are explicit and testable
1846. Include clear opportunity cost analysis
1857. Define specific re-decision points
1868. Save in strategy/bets/ folder
1879. Offer to create presentation version using /present
188
189## Context Integration
190
191After generating the strategic bet:
192
1931. **Offer to save**: Ask "Should I save this to the context registry? (`/context-save`)"
1942. If yes, extract and save:
195 - Bet ID, title, date, owner, status to `context/bets/index.md`
196 - Add to `context/portfolio/active-bets.md` if status is Active
197 - ALL explicit assumptions to `context/assumptions/registry.md` with validation methods
198 - Full record to `context/bets/[YYYY]/[SB-ID].md`
1993. Link to dependent decisions and related bets