startup-ideation-kit 2.0.0 → 2.0.1

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.
@@ -0,0 +1,282 @@
1
+ # Phase 5: Money -- Money Model Builder
2
+
3
+ > **Goal:** Design your complete revenue model -- not just core pricing, but the full offer ladder from attraction through continuity. Know exactly how many customers you need, at what price, to hit your income targets.
4
+ >
5
+ > **Key principle:** "Revenue is not a number -- it's a system." A single offer at a single price is fragile. A money model with attraction, core, upsell, and continuity offers is robust.
6
+ >
7
+ > **Source frameworks:** $100M Offers (pricing, commodity problem), $100M Money Model (attraction/upsell/downsell/continuity offers)
8
+
9
+ ---
10
+
11
+ ## 1. Core Pricing Math
12
+
13
+ > **Start with your core offer price (from Phase 3) and work backward to the customer numbers you need.**
14
+
15
+ ### Your Numbers
16
+
17
+ | Metric | Value |
18
+ |--------|-------|
19
+ | **Core offer price** | $[placeholder] |
20
+ | **Fulfillment cost per client** | $[placeholder] |
21
+ | **Gross margin per client** | $[placeholder] (price - fulfillment cost) |
22
+ | **Gross margin %** | [placeholder]% |
23
+
24
+ ### $100K/Year Calculation
25
+
26
+ | Metric | Value |
27
+ |--------|-------|
28
+ | Revenue needed per month | $8,334 |
29
+ | Clients needed per month | [100000 / price / 12] = [placeholder] |
30
+ | Clients needed per week | [monthly / 4.3] = [placeholder] |
31
+ | Discovery calls needed (at 25% close rate) | [monthly clients x 4] = [placeholder] /month |
32
+
33
+ ### $1M/Year Calculation
34
+
35
+ | Metric | Value |
36
+ |--------|-------|
37
+ | Revenue needed per month | $83,334 |
38
+ | Clients needed per month | [1000000 / price / 12] = [placeholder] |
39
+ | Clients needed per week | [monthly / 4.3] = [placeholder] |
40
+ | Discovery calls needed (at 25% close rate) | [monthly clients x 4] = [placeholder] /month |
41
+
42
+ ### Lifetime Value (LTV)
43
+
44
+ > LTV = Price x Retention Months x Gross Margin %
45
+
46
+ - **Average retention (months):** [placeholder]
47
+ - **LTV per customer:** $[placeholder]
48
+ - **Acceptable cost to acquire a customer (CAC):** $[placeholder] (rule of thumb: LTV / 3)
49
+
50
+ ### Reality Check
51
+
52
+ - [ ] Monthly client number feels achievable with my current resources
53
+ - [ ] I have enough hours in the week to fulfill this many clients
54
+ - [ ] The close rate assumption (25%) is realistic for my frame
55
+ - [ ] If not, I need to: [raise price / improve close rate / reduce fulfillment time]
56
+
57
+ ---
58
+
59
+ ## 2. Attraction Offers Menu
60
+
61
+ > **Front-end offers that get customers in the door.** These are NOT your core offer -- they're designed to start the relationship, build trust, and create a natural path to your core offer. Pick 1-2 that fit your business.
62
+
63
+ ### Option A: Win Your Money Back
64
+
65
+ > "Spend $X on [small offer], and get $X credit toward [core offer]."
66
+ > *The customer feels no risk because the money transfers. You get a qualified lead who has already paid.*
67
+
68
+ - **Small offer:** $[placeholder] for [placeholder]
69
+ - **Credit toward core:** $[placeholder]
70
+ - **Fit for my business?** [Y/N] -- Why: [placeholder]
71
+
72
+ ### Option B: Giveaway / Lead Magnet
73
+
74
+ > "Free [valuable thing] to generate leads."
75
+ > *Works best when the free thing is genuinely useful and demonstrates your expertise.*
76
+
77
+ - **What to give away:** [placeholder]
78
+ - **Delivery method:** [PDF / Video / Tool / Template / Audit]
79
+ - **Fit for my business?** [Y/N] -- Why: [placeholder]
80
+
81
+ ### Option C: Decoy Offer
82
+
83
+ > "A cheaper option that makes the main offer look like a steal."
84
+ > *Example: $500 DIY course vs. $3,000 done-with-you program. The $500 option makes $3K feel reasonable.*
85
+
86
+ - **Decoy offer:** $[placeholder] for [placeholder]
87
+ - **How it makes core offer look better:** [placeholder]
88
+ - **Fit for my business?** [Y/N] -- Why: [placeholder]
89
+
90
+ ### Option D: Free Goodwill
91
+
92
+ > "Give genuine value first (content, tools, audit) with no strings attached."
93
+ > *Builds trust and reciprocity. Works especially well for service businesses.*
94
+
95
+ - **What to give:** [placeholder]
96
+ - **How to deliver:** [placeholder]
97
+ - **Fit for my business?** [Y/N] -- Why: [placeholder]
98
+
99
+ **Selected attraction offer(s):** [placeholder]
100
+
101
+ ---
102
+
103
+ ## 3. Upsell Offers Menu
104
+
105
+ > **Increase revenue per customer AFTER they buy the core offer.** The best upsells feel like a natural next step, not a cash grab.
106
+
107
+ ### Option A: Classic Upsell
108
+
109
+ > "Want to add [enhancement] for $[amount] more?"
110
+ > *Offered immediately after core purchase. Should be a no-brainer add-on.*
111
+
112
+ - **What to upsell:** [placeholder]
113
+ - **Price:** $[placeholder]
114
+ - **When to offer:** [At purchase / After first milestone / At renewal]
115
+ - **Fit:** [Y/N]
116
+
117
+ ### Option B: Menu Upsell (Tiered Packages)
118
+
119
+ > Silver / Gold / Platinum tiers. Most people pick the middle option. The top option makes the middle feel reasonable.
120
+
121
+ | Tier | What's Included | Price | Target % of Buyers |
122
+ |------|----------------|:-----:|:------------------:|
123
+ | Silver | [placeholder] | $[placeholder] | [placeholder]% |
124
+ | Gold | [placeholder] | $[placeholder] | [placeholder]% |
125
+ | Platinum | [placeholder] | $[placeholder] | [placeholder]% |
126
+
127
+ - **Fit:** [Y/N]
128
+
129
+ ### Option C: Anchor Upsell
130
+
131
+ > Show the expensive option first to anchor expectations, then present the real offer.
132
+
133
+ - **Anchor price shown first:** $[placeholder] for [placeholder]
134
+ - **Actual offer:** $[placeholder] for [placeholder]
135
+ - **Fit:** [Y/N]
136
+
137
+ ### Option D: Rollover Upsell
138
+
139
+ > Credits or value that compounds over time, incentivizing continued purchases.
140
+
141
+ - **What rolls over:** [placeholder]
142
+ - **How it compounds:** [placeholder]
143
+ - **Fit:** [Y/N]
144
+
145
+ **Selected upsell offer(s):** [placeholder]
146
+
147
+ ---
148
+
149
+ ## 4. Downsell Offers Menu
150
+
151
+ > **Capture customers who say no to the core offer.** A downsell is NOT a discount -- it's a different (smaller) version of value.
152
+
153
+ ### Option A: Payment Plan
154
+
155
+ > Same total price, split over months. Lowers the barrier without lowering your revenue.
156
+
157
+ - **Payment plan:** [number] payments of $[placeholder]
158
+ - **Total collected:** $[placeholder]
159
+ - **Fit:** [Y/N]
160
+
161
+ ### Option B: Trial With Penalty
162
+
163
+ > "Start for $[small amount]. If you love it, continue at $[full price]. If not, cancel anytime."
164
+ > *Gets them in the door. Most people who start will continue.*
165
+
166
+ - **Trial price:** $[placeholder] for [placeholder duration]
167
+ - **Full price after trial:** $[placeholder]
168
+ - **Fit:** [Y/N]
169
+
170
+ ### Option C: Feature Downsell
171
+
172
+ > A stripped-down version at a lower price. Removes the most expensive-to-deliver components.
173
+
174
+ - **Stripped version:** [placeholder]
175
+ - **Price:** $[placeholder]
176
+ - **What's removed:** [placeholder]
177
+ - **Fit:** [Y/N]
178
+
179
+ **Selected downsell offer(s):** [placeholder]
180
+
181
+ ---
182
+
183
+ ## 5. Continuity Offers Menu
184
+
185
+ > **Recurring revenue -- the holy grail.** These keep customers paying month after month. Even a small continuity offer transforms your revenue predictability.
186
+
187
+ ### Option A: Continuity Bonus
188
+
189
+ > "Stay subscribed and get [bonus] every month."
190
+ > *The bonus gives them a reason to stick around beyond the core value.*
191
+
192
+ - **Monthly bonus:** [placeholder]
193
+ - **Monthly price:** $[placeholder]
194
+ - **Fit:** [Y/N]
195
+
196
+ ### Option B: Continuity Discount (Loyalty Pricing)
197
+
198
+ > "Month 1: $X. Month 6+: $Y (lower)."
199
+ > *Rewards long-term customers and reduces churn.*
200
+
201
+ - **Starting price:** $[placeholder]/month
202
+ - **Loyalty price (after [placeholder] months):** $[placeholder]/month
203
+ - **Fit:** [Y/N]
204
+
205
+ ### Option C: Waived Fee
206
+
207
+ > "We'll waive the $[setup fee] if you commit to [X months]."
208
+ > *Increases commitment length in exchange for a perceived saving.*
209
+
210
+ - **Setup/onboarding fee:** $[placeholder]
211
+ - **Waived if they commit to:** [placeholder] months
212
+ - **Monthly continuity price:** $[placeholder]
213
+ - **Fit:** [Y/N]
214
+
215
+ ### Option D: Membership / Community
216
+
217
+ > Ongoing access to a community, group calls, updated resources.
218
+
219
+ - **What's included:** [placeholder]
220
+ - **Monthly price:** $[placeholder]
221
+ - **Fit:** [Y/N]
222
+
223
+ **Selected continuity offer(s):** [placeholder]
224
+
225
+ ---
226
+
227
+ ## 6. Money Model Summary (Customer Journey)
228
+
229
+ > **Map the complete customer journey from first touch to long-term revenue.**
230
+
231
+ ```
232
+ [Attraction Offer] --> [Core Offer] --> [Upsell] --> [Continuity]
233
+ $[___] $[___] $[___] $[___]/mo
234
+ \ |
235
+ \--- [Downsell if No] --> $[___] |
236
+ |
237
+ [Continuity Bonus] --> $[___]/mo
238
+ ```
239
+
240
+ ### Revenue Per Customer
241
+
242
+ | Timeframe | Revenue | Calculation |
243
+ |-----------|--------:|-------------|
244
+ | **Month 1** | $[placeholder] | Core offer + any immediate upsell |
245
+ | **Months 2-12** | $[placeholder] | Continuity x months retained |
246
+ | **Year 1 Total** | $[placeholder] | Month 1 + Months 2-12 |
247
+ | **Break-even on CAC** | Month [placeholder] | When cumulative revenue > acquisition cost |
248
+
249
+ ---
250
+
251
+ ## 7. Revenue Projections
252
+
253
+ > **Conservative, realistic, and optimistic scenarios.** Use these to sanity-check your model.
254
+
255
+ ### Assumptions
256
+
257
+ | Variable | Conservative | Realistic | Optimistic |
258
+ |----------|:----------:|:---------:|:----------:|
259
+ | New clients per month | [placeholder] | [placeholder] | [placeholder] |
260
+ | Core offer close rate | [placeholder]% | [placeholder]% | [placeholder]% |
261
+ | Upsell take rate | [placeholder]% | [placeholder]% | [placeholder]% |
262
+ | Continuity retention (months) | [placeholder] | [placeholder] | [placeholder] |
263
+ | Monthly churn rate | [placeholder]% | [placeholder]% | [placeholder]% |
264
+
265
+ ### Month-by-Month (First 6 Months)
266
+
267
+ | Month | New Clients | Core Revenue | Upsell Revenue | Continuity Revenue | Total Revenue |
268
+ |:-----:|:-----------:|:------------:|:--------------:|:------------------:|:-------------:|
269
+ | 1 | [placeholder] | $[placeholder] | $[placeholder] | $[placeholder] | $[placeholder] |
270
+ | 2 | [placeholder] | $[placeholder] | $[placeholder] | $[placeholder] | $[placeholder] |
271
+ | 3 | [placeholder] | $[placeholder] | $[placeholder] | $[placeholder] | $[placeholder] |
272
+ | 4 | [placeholder] | $[placeholder] | $[placeholder] | $[placeholder] | $[placeholder] |
273
+ | 5 | [placeholder] | $[placeholder] | $[placeholder] | $[placeholder] | $[placeholder] |
274
+ | 6 | [placeholder] | $[placeholder] | $[placeholder] | $[placeholder] | $[placeholder] |
275
+
276
+ ### Annual Projections
277
+
278
+ | Scenario | Year 1 Revenue | Year 1 Clients | Monthly Recurring (Month 12) |
279
+ |----------|:--------------:|:--------------:|:----------------------------:|
280
+ | Conservative | $[placeholder] | [placeholder] | $[placeholder] |
281
+ | Realistic | $[placeholder] | [placeholder] | $[placeholder] |
282
+ | Optimistic | $[placeholder] | [placeholder] | $[placeholder] |
@@ -0,0 +1,203 @@
1
+ # Phase 2: Niche -- Convergence & Scoring
2
+
3
+ > **Goal:** Take your raw niche ideas from Phase 1 and ruthlessly score, filter, and rank them. You will leave this phase with a Gold niche pick -- the one you're going to build around.
4
+ >
5
+ > **Key principle:** Niche = Person + Problem + Promise. If you can't name the person, articulate the problem, and state the promise in under 10 words, the idea isn't sharp enough yet.
6
+ >
7
+ > **Source frameworks:** Taki Moore 3-Question Score, Hormozi 4-Criteria Score, Premium Market Check, Low-Status Test
8
+
9
+ ---
10
+
11
+ ## 1. Structured Niche Ideas
12
+
13
+ > **For each promising idea from Phase 1, force it into the Person / Problem / Promise structure.** Be specific. "Small business owners" is too vague. "Solo accountants with 50-200 clients who spend 15+ hours/week on bookkeeping" is sharp.
14
+
15
+ ### Idea A: [short name]
16
+
17
+ - **Person:** [Who specifically? Demographics, role, situation. Can you name 3 real people you know with this problem?]
18
+ - Name 1: [placeholder]
19
+ - Name 2: [placeholder]
20
+ - Name 3: [placeholder]
21
+ - **Problem:** [What exactly? Why is it painful? What have they tried that failed?]
22
+ - **Promise:** [In under 10 words, what transformation do you deliver?]
23
+
24
+ ### Idea B: [short name]
25
+
26
+ - **Person:** [placeholder]
27
+ - Name 1: [placeholder]
28
+ - Name 2: [placeholder]
29
+ - Name 3: [placeholder]
30
+ - **Problem:** [placeholder]
31
+ - **Promise:** [placeholder]
32
+
33
+ ### Idea C: [short name]
34
+
35
+ - **Person:** [placeholder]
36
+ - Name 1: [placeholder]
37
+ - Name 2: [placeholder]
38
+ - Name 3: [placeholder]
39
+ - **Problem:** [placeholder]
40
+ - **Promise:** [placeholder]
41
+
42
+ ### Idea D: [short name]
43
+
44
+ - **Person:** [placeholder]
45
+ - Name 1: [placeholder]
46
+ - Name 2: [placeholder]
47
+ - Name 3: [placeholder]
48
+ - **Problem:** [placeholder]
49
+ - **Promise:** [placeholder]
50
+
51
+ ### Idea E: [short name]
52
+
53
+ - **Person:** [placeholder]
54
+ - Name 1: [placeholder]
55
+ - Name 2: [placeholder]
56
+ - Name 3: [placeholder]
57
+ - **Problem:** [placeholder]
58
+ - **Promise:** [placeholder]
59
+
60
+ ---
61
+
62
+ ## 2. Taki Moore 3-Question Score
63
+
64
+ > **A fast gut-check filter.** Rate each idea Red (R), Yellow (Y), or Green (G).
65
+ >
66
+ > - **Like:** "Do I genuinely like the idea of working with these people day after day?" Red = dread it, Yellow = it's fine, Green = I'd enjoy it.
67
+ > - **Help:** "Can I actually help them? Do I have the skills or could I develop them quickly?" Red = no clue, Yellow = with effort, Green = already capable.
68
+ > - **Pay:** "Will they happily pay at least $2,000 for this?" Red = unlikely, Yellow = maybe with convincing, Green = they'd pay more.
69
+ >
70
+ > **Rule of thumb:** Any idea with a Red on "Pay" is probably dead. Two Reds = definitely dead.
71
+
72
+ | Idea | Like | Help | Pay | Overall |
73
+ |------|:----:|:----:|:---:|:-------:|
74
+ | A: [name] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [Pass/Fail] |
75
+ | B: [name] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [Pass/Fail] |
76
+ | C: [name] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [Pass/Fail] |
77
+ | D: [name] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [Pass/Fail] |
78
+ | E: [name] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [Pass/Fail] |
79
+
80
+ **Ideas that survived (no double-Reds, no Red on Pay):** [placeholder]
81
+
82
+ ---
83
+
84
+ ## 3. Hormozi 4-Criteria Score
85
+
86
+ > **A deeper market viability check.** For each surviving idea, score Red / Yellow / Green on these four criteria from Hormozi's framework.
87
+ >
88
+ > - **Painful:** "Is this problem painful enough that they actively seek solutions? Or is it a mild annoyance they live with?" Red = mild inconvenience, Yellow = noticeable pain, Green = keeping them up at night.
89
+ > - **Purchasing Power:** "Does this person have money to spend on solving this? Are they a business (B2B) or a consumer (B2C)?" Red = broke segment, Yellow = has some budget, Green = money is not the obstacle.
90
+ > - **Targetable:** "Can I find and reach these people? Are they in specific communities, job titles, industries?" Red = scattered/hidden, Yellow = findable with effort, Green = concentrated and easy to reach.
91
+ > - **Growing:** "Is this market expanding? Are more people entering this situation over time?" Red = shrinking, Yellow = stable, Green = growing (AI trends, demographic shifts, industry changes).
92
+ >
93
+ > **Sweet spot:** All Green or three Green + one Yellow. Two or more Reds = move on.
94
+
95
+ | Idea | Painful | Purchasing Power | Targetable | Growing | Overall |
96
+ |------|:-------:|:----------------:|:----------:|:-------:|:-------:|
97
+ | [name] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [Strong/Moderate/Weak] |
98
+ | [name] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [Strong/Moderate/Weak] |
99
+ | [name] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [Strong/Moderate/Weak] |
100
+ | [name] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [R/Y/G] | [Strong/Moderate/Weak] |
101
+
102
+ ---
103
+
104
+ ## 4. Low-Status Business Test
105
+
106
+ > **From the $1M business framework.** The best businesses often sound boring to outsiders. If your idea sounds "sexy" or "impressive" at dinner parties, that's actually a warning sign -- it means lots of people will compete with you.
107
+ >
108
+ > **The test:** "Tell your grandma you're doing this."
109
+ > - If she says "Oh wow, that's so cool!" = BAD sign (too sexy, too much competition)
110
+ > - If she says "Oh... good for you, dear" = GOOD sign (boring to outsiders, but viable)
111
+
112
+ | Idea | Grandma Reaction | Pass? |
113
+ |------|-----------------|:-----:|
114
+ | [name] | [placeholder] | [Y/N] |
115
+ | [name] | [placeholder] | [Y/N] |
116
+ | [name] | [placeholder] | [Y/N] |
117
+
118
+ ---
119
+
120
+ ## 5. Premium Market Check
121
+
122
+ > **From the money_online framework.** The market splits into three tiers. You want the 9% -- the premium segment. The 90% mass market is brutal (race to the bottom on price). The 1% luxury tier requires pedigree and connections.
123
+ >
124
+ > ```
125
+ > 90% -- Mass market (hard mode, price-sensitive, high volume needed)
126
+ > 9% -- Premium (sweet spot: will pay for quality, values expertise)
127
+ > 1% -- Luxury (requires brand cachet and connections)
128
+ > ```
129
+ >
130
+ > **Key question:** "Could I find a RICHER subset of this audience?"
131
+ > *Example: "Helping students study better" (mass market) vs. "Helping Chinese parents prepare kids for US medical school admissions" (premium subset with high willingness to pay).*
132
+
133
+ | Idea | Current Tier | Richer Subset? | Adjusted Idea |
134
+ |------|:------------:|----------------|---------------|
135
+ | [name] | [90%/9%/1%] | [placeholder] | [placeholder] |
136
+ | [name] | [90%/9%/1%] | [placeholder] | [placeholder] |
137
+ | [name] | [90%/9%/1%] | [placeholder] | [placeholder] |
138
+
139
+ ---
140
+
141
+ ## 6. Journaling Prompts (Tie-Breakers)
142
+
143
+ > **When the scores are close, use these prompts to listen to your gut.** Write freely -- don't overthink. The right answer often feels obvious once you start writing.
144
+
145
+ ### The 2-Year Test
146
+ > "Which of these could I see myself doing for 2-3 years, even if growth is slow at first?"
147
+
148
+ [placeholder -- write freely]
149
+
150
+ ### The No-Fail Scenario
151
+ > "If success was 100% guaranteed, which one would I choose?"
152
+
153
+ [placeholder -- write freely]
154
+
155
+ ### The Identity Check
156
+ > "Which one aligns with the person I want to become?"
157
+
158
+ [placeholder -- write freely]
159
+
160
+ ### The Fear Check
161
+ > "Which one scares me a little bit -- in a good way? That nervous excitement means there's growth there."
162
+
163
+ [placeholder -- write freely]
164
+
165
+ ---
166
+
167
+ ## 7. Final Picks
168
+
169
+ > **Rank your top ideas. Gold = your primary focus. Silver = strong backup. Bronze = worth revisiting later.**
170
+
171
+ ### Gold Niche (Primary)
172
+
173
+ - **Idea:** [name]
174
+ - **Person:** [placeholder]
175
+ - **Problem:** [placeholder]
176
+ - **Promise:** [placeholder]
177
+ - **Why this one?** [placeholder]
178
+
179
+ ### Silver Niche (Backup)
180
+
181
+ - **Idea:** [name]
182
+ - **Person:** [placeholder]
183
+ - **Problem:** [placeholder]
184
+ - **Promise:** [placeholder]
185
+ - **Why backup?** [placeholder]
186
+
187
+ ### Bronze Niche (Future)
188
+
189
+ - **Idea:** [name]
190
+ - **Person:** [placeholder]
191
+ - **Problem:** [placeholder]
192
+ - **Promise:** [placeholder]
193
+ - **Why keep it?** [placeholder]
194
+
195
+ ---
196
+
197
+ ## Score Summary Table
198
+
199
+ | Idea | Taki (L/H/P) | Hormozi (P/$/T/G) | Low-Status | Premium Tier | Final Rank |
200
+ |------|:-------------:|:------------------:|:----------:|:------------:|:----------:|
201
+ | [name] | [G/G/G] | [G/G/G/G] | [Pass] | [9%] | Gold |
202
+ | [name] | [G/G/Y] | [G/Y/G/G] | [Pass] | [9%] | Silver |
203
+ | [name] | [G/Y/Y] | [Y/G/Y/G] | [Pass] | [90%] | Bronze |