startup-ideation-kit 1.0.0 → 2.0.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.
Files changed (42) hide show
  1. package/README.md +46 -34
  2. package/bin/cli.js +7 -1
  3. package/package.json +7 -3
  4. package/skills/sk-competitors/SKILL.md +284 -0
  5. package/skills/sk-competitors/references/honesty-protocol.md +72 -0
  6. package/skills/sk-competitors/references/research-principles.md +54 -0
  7. package/skills/sk-competitors/references/research-scaling.md +106 -0
  8. package/skills/sk-competitors/references/research-synthesis.md +237 -0
  9. package/skills/sk-competitors/references/research-wave-1-profiles-pricing.md +186 -0
  10. package/skills/sk-competitors/references/research-wave-2-sentiment-mining.md +189 -0
  11. package/skills/sk-competitors/references/research-wave-3-gtm-signals.md +192 -0
  12. package/skills/sk-competitors/references/verification-agent.md +126 -0
  13. package/skills/sk-export/SKILL.md +36 -12
  14. package/skills/sk-leads/SKILL.md +9 -8
  15. package/skills/sk-money/SKILL.md +7 -6
  16. package/skills/sk-niche/SKILL.md +3 -3
  17. package/skills/sk-offer/SKILL.md +15 -6
  18. package/skills/sk-pitch/SKILL.md +461 -0
  19. package/skills/sk-pitch/references/honesty-protocol.md +62 -0
  20. package/skills/sk-pitch/references/pitch-frameworks.md +261 -0
  21. package/skills/sk-pitch/references/research-principles.md +64 -0
  22. package/skills/sk-pitch/references/research-scaling.md +96 -0
  23. package/skills/sk-pitch/references/research-synthesis.md +423 -0
  24. package/skills/sk-pitch/references/research-wave-1-audience-narrative.md +164 -0
  25. package/skills/sk-pitch/references/research-wave-2-competitive-framing.md +159 -0
  26. package/skills/sk-pitch/references/verification-agent.md +129 -0
  27. package/skills/sk-positioning/SKILL.md +318 -0
  28. package/skills/sk-positioning/references/frameworks.md +132 -0
  29. package/skills/sk-positioning/references/honesty-protocol.md +72 -0
  30. package/skills/sk-positioning/references/research-principles.md +64 -0
  31. package/skills/sk-positioning/references/research-scaling.md +96 -0
  32. package/skills/sk-positioning/references/research-synthesis.md +419 -0
  33. package/skills/sk-positioning/references/research-wave-1-alternatives.md +236 -0
  34. package/skills/sk-positioning/references/research-wave-2-market-frame.md +208 -0
  35. package/skills/sk-positioning/references/verification-agent.md +128 -0
  36. package/skills/sk-skills/SKILL.md +9 -8
  37. package/skills/sk-validate/SKILL.md +8 -6
  38. package/skills/startupkit/SKILL.md +39 -17
  39. package/templates/competitors-template.md +43 -0
  40. package/templates/pitch-template.md +48 -0
  41. package/templates/positioning-template.md +51 -0
  42. package/templates/session-template.md +26 -7
@@ -114,8 +114,8 @@ Confirm the selection: restate each as Person + Problem + Promise.
114
114
 
115
115
  2. Update `workspace/sessions/{name}/00-session.md`:
116
116
  - Change Phase 2 Niche status from `[ ] Not Started` to `[x] Complete`
117
- - Set Active Phase to "Phase 3: Offer"
118
- - Set Next Recommended to "Phase 3: Offer"
117
+ - Set Active Phase to "Phase 3: Competitors"
118
+ - Set Next Recommended to "Phase 3: Competitors"
119
119
  - Fill in the "Gold Niche" section with Person / Problem / Promise
120
120
 
121
- 3. Tell the user: "Niche phase complete! Your Gold niche is: [Person] who struggle with [Problem] -- you'll deliver [Promise]. When you're ready, run `/sk-offer` to build your Grand Slam Offer around this niche."
121
+ 3. Tell the user: "Niche phase complete! Your Gold niche is: [Person] who struggle with [Problem] -- you'll deliver [Promise]. When you're ready, run '/sk-competitors' to research your competitive landscape, or skip to '/sk-offer' to build your Grand Slam Offer directly."
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: sk-offer
3
- description: "Phase 3: Build a Grand Slam Offer. Six P's worksheet + Hormozi Value Equation + offer enhancement (Scarcity/Urgency/Bonuses/Guarantees/Naming)."
3
+ description: "Phase 5: Build a Grand Slam Offer. Six P's worksheet + Hormozi Value Equation + offer enhancement (Scarcity/Urgency/Bonuses/Guarantees/Naming)."
4
4
  ---
5
5
 
6
- # Phase 3: Grand Slam Offer Builder
6
+ # Phase 5: Grand Slam Offer Builder
7
7
 
8
8
  You are the offer architect. Your job is to guide the user through building a Grand Slam Offer -- one so good that people feel stupid saying no. You draw from Alex Hormozi's $100M Offers framework and the Six P's model.
9
9
 
@@ -11,7 +11,16 @@ You are the offer architect. Your job is to guide the user through building a Gr
11
11
 
12
12
  1. Ask the user for their session name.
13
13
  2. Read `workspace/sessions/{name}/02-niches.md` and load the **Gold niche** selection.
14
- 3. Confirm the Gold niche with the user before proceeding. If they want to use a different niche, let them choose.
14
+ 3. Read `workspace/sessions/{name}/04-positioning.md` if it exists and extract:
15
+ - The Moore positioning statement
16
+ - The market category and type
17
+ - The value themes
18
+ - The Neumeier Onliness statement
19
+ - The elevator pitch
20
+ 4. Read `workspace/sessions/{name}/03-competitors.md` if it exists and extract:
21
+ - The pricing landscape summary (market price range, value metric, whitespace)
22
+ - Top competitor strengths for the Commodity Check
23
+ 5. Confirm the Gold niche (and positioning if available) with the user.
15
24
 
16
25
  ## Step 1: Six P's One-Pager
17
26
 
@@ -142,6 +151,6 @@ If commoditized, revisit the offer stack and naming to differentiate. The goal i
142
151
 
143
152
  ## Save & Next
144
153
 
145
- 1. Save the complete offer document to `workspace/sessions/{name}/03-offer.md`.
146
- 2. Update `workspace/sessions/{name}/00-session.md` to mark Phase 3 as complete.
147
- 3. Recommend the user run `/sk-validate` next to plan how to test this offer with real people.
154
+ 1. Save the complete offer document to `workspace/sessions/{name}/05-offer.md`.
155
+ 2. Update `workspace/sessions/{name}/00-session.md` to mark Phase 5 as complete.
156
+ 3. Recommend the user run `/sk-validate` next (Phase 6) to plan how to test this offer with real people.
@@ -0,0 +1,461 @@
1
+ ---
2
+ name: sk-pitch
3
+ description: "Phase 10: Build investor-ready pitch scripts in multiple formats (10-min, 5-min, 2-min, 1-min elevator, investor email). Uses all prior session data -- niche, competitors, positioning, offer, validation, money model -- to produce comprehensive pitch narratives with Q&A prep and scoring. Triggers for investor pitch, pitch practice, fundraising deck, demo day prep."
4
+ ---
5
+
6
+ # Startup Pitch
7
+
8
+ Build investor-ready pitch content in multiple formats. Uses a structured 7-element framework combined with a problem-solution-insight foundation to produce pitch narratives that are clear, compelling, and fundable.
9
+
10
+ ## How It Works
11
+
12
+ ```
13
+ INTAKE → RESEARCH (2 parallel waves) → PITCH CONSTRUCTION → REVIEW & PRACTICE
14
+ ```
15
+
16
+ The process: understand the company deeply, research the investor audience and competitive framing, then construct the pitch. Typical runtime: 15-20 minutes in Claude Code (parallel agents), 30-40 minutes in Claude.ai (sequential).
17
+
18
+ ### Core Philosophy
19
+
20
+ Three principles govern every output this skill produces:
21
+
22
+ 1. **Clarity over sophistication.** "80% accurate and 100% clear beats the reverse." If a grandmother can't understand what you do, investors won't either. Eliminate jargon, acronyms, and marketing language.
23
+ 2. **Lead with what's impressive.** You earn each additional minute of investor attention. Don't bury traction after 5 sections of problem setup — put the strongest signal right after "what you do."
24
+ 3. **Make investors talk.** A pitch isn't a monologue. The more investors talk, the more they convince themselves. Structure the narrative to invite conversation, not shut it down.
25
+
26
+ ### Language
27
+
28
+ Default output language is **English**. If the user writes in another language or explicitly requests one, use that language for all outputs instead.
29
+
30
+ ---
31
+
32
+ ## Phase 1: Intake
33
+
34
+ Short and focused — 1-2 rounds of questions. The goal is enough context to build a compelling pitch.
35
+
36
+ ### Recommended Prior Work
37
+
38
+ A pitch built on validated data is significantly stronger than one built on self-reported answers. For the best results, complete StartupKit phases 1-9 before running this skill -- they provide niche validation, competitive intelligence, positioning, a Grand Slam Offer, validation results, revenue model, lead strategy, and AI skills integration that become the foundation of a much more credible pitch.
39
+
40
+ Not required. sk-pitch works standalone. But the quality difference is noticeable.
41
+
42
+ ### Check for Prior StartupKit Session
43
+
44
+ Before asking questions, ask the user for their session name, then read ALL available session files for comprehensive pitch context:
45
+
46
+ **From Phase 2 (Niche):**
47
+ - `workspace/sessions/{name}/02-niches.md` -- Gold niche (Person, Problem, Promise)
48
+
49
+ **From Phase 3 (Competitors):**
50
+ - `workspace/sessions/{name}/03-competitors.md` -- Competitive landscape summary
51
+ - `workspace/sessions/{name}/03-competitors/battle-cards/` -- Per-competitor battle cards (for Q&A prep)
52
+
53
+ **From Phase 4 (Positioning):**
54
+ - `workspace/sessions/{name}/04-positioning.md` -- Positioning summary with elevator pitch
55
+ - `workspace/sessions/{name}/04-positioning/positioning-statement.md` -- Full statement formats
56
+ - `workspace/sessions/{name}/04-positioning/messaging-implications.md` -- Messaging hierarchy
57
+
58
+ **From Phase 5 (Offer):**
59
+ - `workspace/sessions/{name}/05-offer.md` -- Grand Slam Offer details (product, price, value equation)
60
+
61
+ **From Phase 6 (Validation):**
62
+ - `workspace/sessions/{name}/06-validation.md` -- Validation results (traction proxy, unfair advantages)
63
+
64
+ **From Phase 7 (Money):**
65
+ - `workspace/sessions/{name}/07-money-model.md` -- Revenue model, projections, customer journey
66
+
67
+ **From Phase 8 (Leads):**
68
+ - `workspace/sessions/{name}/08-lead-strategy.md` -- GTM strategy, channels, 4 Pillars scores
69
+
70
+ **From Phase 9 (Skills):**
71
+ - `workspace/sessions/{name}/09-skills-match.md` -- AI skills integration plan
72
+
73
+ For any files that don't exist, note the gap and proceed with what's available. Not every session completes all phases before pitching.
74
+
75
+ ### Data Mapping from StartupKit
76
+
77
+ | Pitch Element | Primary Source | Fallback |
78
+ |---|---|---|
79
+ | What You Do | `04-positioning.md` Elevator Pitch | `02-niches.md` Promise |
80
+ | Problem | `02-niches.md` Gold Niche Problem | Ask founder |
81
+ | Solution | `05-offer.md` Product/Plan sections | Ask founder |
82
+ | Unique Insight | `04-positioning.md` Value Themes | Ask founder |
83
+ | Traction | `06-validation.md` Milestones achieved | Ask founder |
84
+ | Business Model | `07-money-model.md` Core Pricing Math | `05-offer.md` Price |
85
+ | Market Size | `03-competitors.md` Market data | Research in Wave 2 |
86
+ | Team | Always ask (not in prior phases) | Required |
87
+ | The Ask | Always ask (not in prior phases) | Required |
88
+ | Competitive Frame | `03-competitors/battle-cards/*.md` | Research in Wave 2 |
89
+ | Positioning | `04-positioning.md` Moore Statement | Research in Wave 1 |
90
+ | Revenue Projections | `07-money-model.md` Growth Scenario | Ask founder |
91
+
92
+ Tell the user what data was found: "I found data from [X] prior phases. Here's what I'll use for the pitch: [summary]. I still need to ask about your team and fundraising ask."
93
+
94
+ Always ask these pitch-specific questions regardless of prior data:
95
+ - Who is the target audience for this pitch? (VCs, angels, accelerator, demo day, specific fund?)
96
+ - What formats do you need? (10-min, 5-min, 2-min, 1-min, email, all?)
97
+ - Who's on the team? (names, roles, key accomplishments -- be specific)
98
+ - How much are you raising and what will you do with it? (amount, milestones, timeframe)
99
+
100
+ ### What to Ask (if no prior data exists)
101
+
102
+ **Round 1 — The essentials (all required for a pitch):**
103
+ - What does your company do? (2 sentences max — this becomes the opening)
104
+ - What problem are you solving and for whom?
105
+ - What's your unique insight? (What do you know that others don't?)
106
+ - What traction do you have? (users, revenue, growth rate — with timeframes). If none: say so honestly, we'll build the pitch around insight and team instead.
107
+ - What's your business model? (one sentence — how do you make money?)
108
+ - Who's on the team? (names, roles, key accomplishments — not titles)
109
+ - How much are you raising and what will you do with it?
110
+
111
+ **Round 2 — Sharpening (only if needed):**
112
+ - What's your market size? (or enough data to calculate it)
113
+ - Who are your main competitors? What's your advantage?
114
+ - What milestones will you hit in 18-24 months with this funding?
115
+
116
+ **Pitch-specific questions:**
117
+ - Who is the audience? (VCs, angels, accelerator, demo day, specific fund?)
118
+ - What formats do you need? (10-min narrative, 2-min verbal, email pitch, all of them?)
119
+
120
+ Don't over-interview. A founder with clear answers to Round 1 has enough to build a strong pitch.
121
+
122
+ ### The 2-Sentence Test
123
+
124
+ Before moving to research, crystallize the company description into exactly 2 sentences + one specific example. This is the foundation of the entire pitch.
125
+
126
+ Test: send it to a smart friend — could they paraphrase it back correctly? If not, simplify further.
127
+
128
+ > **Anti-pattern:** "We leverage AI-powered machine learning to optimize cross-functional synergies in the B2B SaaS vertical."
129
+ > **Better:** "We help sales teams find which leads will actually buy. Our tool analyzes email replies and tells reps exactly who to call next — last month one customer closed 40% more deals."
130
+
131
+ ### Output
132
+
133
+ Save consolidated context to `workspace/sessions/{name}/10-pitch.md` for pitch construction.
134
+
135
+ ---
136
+
137
+ ## Phase 1.5: Research Depth Assessment
138
+
139
+ After intake, assess market complexity and present the Research Depth recommendation to the user.
140
+
141
+ > **Reference:** Read `references/research-scaling.md` for the complexity scoring matrix, tier definitions, wave configurations, and the user communication template.
142
+
143
+ ### Process
144
+
145
+ 1. Score three factors from the intake: market breadth (1-3), known competitors (1-3), geographic scope (1-3)
146
+ 2. Sum the scores (range 3-9) and map to a tier: Light (3-4), Standard (5-7), Deep (8-9)
147
+ 3. Present the Research Depth table to the user (see `research-scaling.md` for the exact template)
148
+ 4. Wait for user response: **light**, **deep**, or **ok** to accept the recommendation
149
+ 5. Record the selected tier
150
+
151
+ The selected tier determines the number of agents per wave and search rounds per agent in Phase 2. See `research-scaling.md` for exact wave configurations per tier.
152
+
153
+ ---
154
+
155
+ ## Phase 2: Research
156
+
157
+ Two parallel research waves exploring investor audience and competitive/market framing. Together they provide the raw material for a pitch that resonates with the target audience.
158
+
159
+ ### Environment Detection
160
+
161
+ Check if the `Agent` tool is available:
162
+
163
+ - **Agent tool available (Claude Code):** Spawn all agents within each wave in parallel. This is faster.
164
+ - **Agent tool NOT available (Claude.ai, web):** Execute research sequentially, following the same templates. Same depth, just slower.
165
+
166
+ ### Web Search
167
+
168
+ If WebSearch is unavailable, fall back to **Knowledge-Based Mode**: use training data, mark findings with **[Knowledge-Based — verify independently]**, and reduce confidence ratings by one level.
169
+
170
+ > **Reference:** Read `references/research-principles.md` before starting any wave. It defines source quality tiers, cross-referencing rules, and how to handle data gaps.
171
+
172
+ ### Wave 1: Audience & Narrative Intelligence
173
+
174
+ > **Reference:** Read `references/research-wave-1-audience-narrative.md` for agent templates.
175
+
176
+ Two agents (or two sequential blocks):
177
+
178
+ **A1: Investor & Audience Intelligence** — Research the target audience (VC firms, angels, accelerators). What are they investing in? What thesis do they follow? What metrics matter at this stage? What are red flags for them? What's the current fundraising climate in this space? Build an audience profile that shapes how the pitch is framed.
179
+
180
+ **A2: Comparable & Narrative Research** — Find comparable companies that pitched successfully in this space. What story did they tell? What analogies worked? What "X for Y" framing resonated? What market trends can the pitch ride? Find the narrative hooks — the facts, trends, or insights that make investors lean forward.
181
+
182
+ Complete Wave 1 before starting Wave 2. Pass key findings (audience expectations, comparable narratives) as context.
183
+
184
+ ### Wave 2: Competitive Framing & Why Now
185
+
186
+ > **Reference:** Read `references/research-wave-2-competitive-framing.md` for agent templates.
187
+
188
+ Two agents (or two sequential blocks):
189
+
190
+ **B1: Competitive Framing for Pitch** — How competitors position themselves to investors. What narratives have worked for funded competitors? Where are the gaps in their stories that this pitch can exploit? What objections will investors raise based on the competitive landscape? Build a "pitch-aware" competitive frame.
191
+
192
+ **B2: Why Now & Market Timing** — Research the timing thesis. What technology shift, behavioral change, or regulatory move makes this the right moment? Find data to support the "why now" — trend charts, adoption curves, policy changes. Assess whether the timing narrative is genuinely strong or forced.
193
+
194
+ ---
195
+
196
+ ### Post-Research Checkpoint
197
+
198
+ After both waves complete, before synthesis, briefly present what the research found to the user: the investor audience profile, the strongest narrative hooks, the competitive framing angle, and the "why now" thesis. Ask: "Does this align with your pitch vision? Anything to adjust before I build the pitch?"
199
+
200
+ Keep it to one message — this is a quick alignment check, not a full report.
201
+
202
+ ---
203
+
204
+ ## Phase 3: Pitch Construction
205
+
206
+ > **Reference:** Read `references/pitch-frameworks.md` for the complete framework, including the integration matrix.
207
+ > **Reference:** Read `references/research-synthesis.md` for synthesis protocol and output templates.
208
+
209
+ Build the pitch using the integrated framework. The construction combines a problem-solution-insight foundation with a structured 7-element approach — see the integration matrix in `pitch-frameworks.md` for how they connect.
210
+
211
+ ### The Foundation: Problem → Solution → Insight
212
+
213
+ Every pitch must communicate three things clearly:
214
+ 1. **Problem** — The initial conditions. What's broken? Who suffers?
215
+ 2. **Solution** — The experiment. What are you building to fix it?
216
+ 3. **Insight** — Why this will work. What non-obvious truth powers this?
217
+
218
+ The insight is what separates a pitch from a product description. Without it, you're just another company doing X.
219
+
220
+ ### The 8 Elements (Pitch Order)
221
+
222
+ The pitch is constructed using these elements, but the ORDER depends on what's most impressive about the company:
223
+
224
+ 1. **What You Do** — 2 sentences + specific example. Impossible to misunderstand.
225
+ 2. **[Lead with strength]** — Whatever is most impressive goes here: traction, team, insight, or market.
226
+ 3. **Traction** — Metrics WITH timeframes. "0 to 1,000 users in 8 weeks" not "1,000 users."
227
+ 4. **Unique Insight** — What do you know that others don't?
228
+ 5. **Business Model** — One clear model. Not a menu of options.
229
+ 6. **Market Size** — Bottom-up math. "50,000 customers × $50K ACV = $2.5B" not "$50B TAM."
230
+ 7. **Team** — Specific accomplishments, not titles.
231
+ 8. **The Ask** — Amount + milestones + timeframe.
232
+
233
+ ### Pitch Ordering Logic
234
+
235
+ Determine the lead element based on founder strengths:
236
+ - **Strong traction?** → Lead with traction right after "What You Do"
237
+ - **Impressive team?** → Lead with team credentials
238
+ - **Breakthrough insight?** → Lead with the insight that creates an "aha" moment
239
+ - **Huge market?** → Lead with market opportunity
240
+
241
+ The default order for pre-traction companies: What You Do → Insight → Problem → Solution → Market → Business Model → Team → Ask.
242
+
243
+ ### Construction Rules
244
+
245
+ - **No jargon.** If the user's pitch contains industry jargon, flag it and provide plain-language alternatives.
246
+ - **Specific > generic.** Replace every vague claim with a specific fact, number, or example.
247
+ - **Show, don't tell.** For the Solution section: describe what a user SEES and DOES — the concrete experience, not abstract features. "The rep opens the dashboard, sees 3 leads highlighted in green with a confidence score. They click one, see the email thread summary, and call. 30 seconds from login to action." This is far more powerful than "Our AI-powered platform surfaces high-intent leads."
248
+ - **Test the 2-sentence description.** If someone hearing it for the first time couldn't explain it back, simplify.
249
+
250
+ ### PAUSE — User Review
251
+
252
+ Present the pitch narrative structure to the user before generating final deliverables. Show: the opening (2 sentences + example), the ordering rationale, and the key narrative arc. Ask: "Does this story feel right? Is the ordering correct? Anything that's missing or should change?"
253
+
254
+ ### Output Files
255
+
256
+ Every deliverable file must start with a standardized header: `# {Title}: {product}` followed by `*Skill: sk-pitch | Generated: {date}*`. Every deliverable must end with Red Flags, Yellow Flags, and Sources sections.
257
+
258
+ Generate all requested formats. If the user didn't specify, generate all of them.
259
+
260
+ **`workspace/sessions/{name}/10-pitch/pitch-full.md`** — Full pitch narrative (~10 minutes):
261
+ - Opening (2 sentences + example)
262
+ - Complete narrative following the ordered elements
263
+ - Speaker notes for each section (what to emphasize, where to pause, where to invite conversation)
264
+ - Transition sentences between sections
265
+ - Closing and ask
266
+
267
+ **`workspace/sessions/{name}/10-pitch/pitch-5min.md`** — Compressed narrative (~5 minutes):
268
+ - All 8 elements, trimmed to core claim + one supporting proof point
269
+ - Speaker notes focused on pacing
270
+
271
+ **`workspace/sessions/{name}/10-pitch/pitch-2min.md`** — Verbal pitch (~2 minutes, ~300 words):
272
+ - Word-for-word script
273
+ - The 2-sentence opener + strongest proof point + insight + ask
274
+ - Delivery notes (pace, emphasis, pauses)
275
+
276
+ **`workspace/sessions/{name}/10-pitch/pitch-1min.md`** — Elevator pitch (~1 minute, ~150 words):
277
+ - Two versions: formal (investor event) and casual (networking)
278
+ - What You Do + Insight + Ask only
279
+
280
+ **`workspace/sessions/{name}/10-pitch/pitch-email.md`** — Investor cold email (~500 words):
281
+ - Subject line candidates (3 options)
282
+ - Email body: hook → what you do → traction/insight → why now → ask → close
283
+ - Follow-up email template
284
+ - Personalization notes per investor type
285
+
286
+ **`workspace/sessions/{name}/10-pitch/pitch-appendix.md`** — Q&A preparation:
287
+ - Top 10 likely investor questions with prepared answers
288
+ - Objection handling (competitive threats, market risks, team gaps)
289
+ - Known weaknesses with honest answers and mitigation plans
290
+ - Financial and competitive backup (if available from prior sessions)
291
+
292
+ ### Summary File
293
+
294
+ After completing pitch construction, generate a summary file at `workspace/sessions/{name}/10-pitch.md` containing:
295
+
296
+ - **The 2-Sentence Description**: The crystallized company description from the 2-Sentence Test
297
+ - **Strongest Element**: Which of the 8 elements is strongest (Traction / Team / Insight / Market) and why
298
+ - **Pitch Ordering**: The element order chosen and rationale
299
+ - **Scorecard Summary** table: All 8 dimensions with /10 scores + Overall /80
300
+ - **Pitch Formats**: Links to all files in `10-pitch/` subdirectory
301
+ - **Investor Roleplay**: Status (offered / completed / skipped)
302
+
303
+ This summary file is what the export phase will read. Keep it concise and scannable.
304
+
305
+ ### Raw Data
306
+
307
+ Each agent saves its raw output to `workspace/sessions/{name}/10-pitch/raw/`. Agents must NOT write directly to deliverable paths — raw and synthesized output are separate.
308
+
309
+ Raw research files:
310
+ - `investor-audience.md`
311
+ - `comparable-narratives.md`
312
+ - `competitive-framing.md`
313
+ - `why-now-timing.md`
314
+
315
+ ---
316
+
317
+ ## Phase 3.5: Pitch Verification
318
+
319
+ After all pitch deliverables are written, before scoring and review, run a verification pass.
320
+
321
+ > **Reference:** Read `references/verification-agent.md` for the full verification protocol, universal checks, and skill-specific checks.
322
+
323
+ ### Process
324
+
325
+ 1. Spawn agent **V1: Verification** — it reads all deliverable files and checks for: unlabeled claims, internal contradictions, confidence rating consistency, missing data gaps, missing flags, stale data, and duplicate-source false corroboration
326
+ 2. V1 also runs startup-pitch-specific checks: pitch claims vs. source data, cross-format consistency, pitch vs. appendix alignment, honesty checks (traction without timeframes, top-down TAM, titles without accomplishments)
327
+ 3. V1 produces `workspace/sessions/{name}/10-pitch/verification-report.md`
328
+ 4. **If Critical issues found:** Pause and present issues to the user. Ask: fix first, or proceed as-is?
329
+ 5. **If only Warnings/Info:** Show one-line summary and continue to review phase
330
+
331
+ In Claude.ai or when Agent tool is unavailable, run the verification checks yourself in the main conversation following the same protocol.
332
+
333
+ ---
334
+
335
+ ## Phase 4: Review & Practice
336
+
337
+ After generating the pitch deliverables, review quality and optionally practice with investor roleplay.
338
+
339
+ ### Step 1: Pitch Scoring Rubric
340
+
341
+ Review the completed pitch against each dimension. Score honestly — a high score on a weak pitch is useless in front of real investors.
342
+
343
+ Save to `workspace/sessions/{name}/10-pitch/pitch-scorecard.md`:
344
+
345
+ | Dimension | Score (1-10) | Rationale |
346
+ |-----------|-------------|-----------|
347
+ | **Clarity** — Can someone explain what you do after hearing 2 sentences? | | |
348
+ | **Strength Sequencing** — Is the most impressive element in the first 60 seconds? | | |
349
+ | **Traction Honesty** — Are numbers accurate, timeframed, and real? | | |
350
+ | **Insight Quality** — Is the insight genuinely non-obvious and specific? | | |
351
+ | **Market Sizing** — Is the math bottom-up with clear assumptions? | | |
352
+ | **Business Model** — One model, clearly stated? | | |
353
+ | **Team Credentials** — Specific, verifiable accomplishments? | | |
354
+ | **Ask Clarity** — Amount + milestones + timeframe, stated with confidence? | | |
355
+ | **Overall** | | |
356
+
357
+ **Verdict:**
358
+ - **65-80:** Investor-ready. Go pitch.
359
+ - **50-64:** Investor-ready with caveats. Address the weak dimensions first.
360
+ - **35-49:** Needs work. Iterate on the weakest areas before pitching.
361
+ - **Below 35:** Major gaps. Consider running startup-design first to strengthen the foundation.
362
+
363
+ For each dimension scoring below 7: explain what's weak and suggest a specific fix.
364
+
365
+ ### Step 2: Iteration Loop
366
+
367
+ Present the scorecard to the user. For each dimension that scored below 7:
368
+ 1. Explain the weakness
369
+ 2. Ask: "How do we fix this? Do you have more data, or should we reframe?"
370
+ 3. Iterate on the relevant pitch sections
371
+ 4. Re-score after changes
372
+
373
+ ### Step 3: Investor Roleplay (Optional)
374
+
375
+ After the scorecard review, offer practice: "Would you like to practice the pitch? I can play an investor and give you feedback."
376
+
377
+ If the user accepts:
378
+
379
+ **Choose an investor persona:**
380
+ - **Angel Investor** — Technical, focused on founders + idea. Asks "why you?" and probes domain expertise. Friendly but direct.
381
+ - **Seed VC** — Traction-obsessed, looking for product-market fit signals. Asks about metrics, retention, growth rate. Wants to see momentum.
382
+ - **Series A VC** — Scalability + market size obsessed. Asks about unit economics, competitive moats, expansion path. Thinking about the next round already.
383
+ - **Accelerator Partner** — Looking for coachability + speed of execution. Asks about what you've learned, how fast you ship, what you'd do with mentorship.
384
+
385
+ **Roleplay flow:**
386
+ 1. The user delivers their pitch (any format)
387
+ 2. Stay in character as the chosen investor persona
388
+ 3. Ask 3-5 questions that this type of investor would ask — drawn from the appendix but adapted to the persona
389
+ 4. Push back on weak points — investors do this, and the founder needs practice handling it
390
+ 5. After the Q&A, break character and provide feedback:
391
+ - What landed well
392
+ - Where the investor would have tuned out
393
+ - Which answers were strong vs. unconvincing
394
+ - Specific suggestions for improvement
395
+
396
+ **Multiple rounds:** The user can practice multiple times with different personas. Each round surfaces different weaknesses.
397
+
398
+ ### Step 4: Delivery Tips
399
+
400
+ Include practical delivery advice in the scorecard file:
401
+ - **The 60-second rule:** You earn each additional minute. If the first 60 seconds aren't compelling, the rest doesn't matter.
402
+ - **Invite conversation.** Pause after the insight. If an investor starts talking, let them — they're selling themselves.
403
+ - **Own the numbers.** If asked about a metric, know the exact figure and how you calculated it.
404
+ - **Handle "I don't know" well.** "I don't know, but here's how I'd find out" beats a fabricated answer.
405
+ - **Practice the 2-sentence opener** until it's effortless. This is the single most important part of the pitch.
406
+
407
+ ---
408
+
409
+ ## Save & Next
410
+
411
+ 1. Save the main summary to `workspace/sessions/{name}/10-pitch.md`.
412
+ 2. Save all pitch formats to `workspace/sessions/{name}/10-pitch/` directory.
413
+ 3. Update `workspace/sessions/{name}/00-session.md`:
414
+ - Change Phase 10 Pitch status from `[ ] Not Started` to `[x] Complete`
415
+ - Set Active Phase to "Phase 11: Export"
416
+ - Set Next Recommended to "Phase 11: Export"
417
+ - Fill in the "Pitch Score" section:
418
+ - **Overall Score:** [X]/80
419
+ - **Strongest Element:** [element name]
420
+ 4. Tell the user: "Pitch materials complete! Overall pitch score: [X]/80. You have [list formats created]. When you're ready, run `/sk-export` to generate a comprehensive one-pager summarizing your entire session."
421
+
422
+ ---
423
+
424
+ ## Honesty Protocol
425
+
426
+ > **Reference:** Read `references/honesty-protocol.md` for full protocol and anti-pattern details.
427
+
428
+ A pitch that overpromises destroys founder credibility. Core rules apply (label claims, quantify, declare gaps), plus pitch-specific additions:
429
+
430
+ 1. **No inflated metrics.** If traction is weak, the pitch should acknowledge it and pivot to insight, team, or speed of execution. Fabricated traction will surface in due diligence and kill the deal.
431
+ 2. **Honest market sizing.** Bottom-up math only. Top-down TAM without justification is a red flag to investors — they've seen it thousands of times.
432
+ 3. **Real team credentials.** Specific, verifiable accomplishments. "Built X that did Y" — not vague titles or puffed-up bios.
433
+ 4. **Flag pitch weaknesses.** Every pitch has gaps. Identifying them proactively (and having a plan to address them) is stronger than pretending they don't exist.
434
+ 5. **Label claims.** Use **[Data]**, **[Estimate]**, **[Assumption]**, **[Opinion]** tags in supporting materials.
435
+
436
+ | Anti-Pattern | What It Looks Like | What to Say |
437
+ |---|---|---|
438
+ | Inflated TAM | "$50B market" with no math | "Show the bottom-up calculation. Investors do the math." |
439
+ | Vanity traction | "10K signups" with no activation | "Signups aren't traction. What % actually use the product?" |
440
+ | Jargon overload | "AI-powered blockchain synergy" | "What does it actually DO? Say it in words a 10-year-old understands." |
441
+ | No insight | Describing a product, not a thesis | "Why will THIS approach work? What do you know that others don't?" |
442
+ | Weak team | Titles without achievements | "What have you DONE? Accomplishments, not positions." |
443
+ | Vague ask | "We're raising a round" | "How much? For what milestones? In what timeframe?" |
444
+ | "No competition" | "We're the first to do this" | "What do customers do TODAY instead? That's your competition." |
445
+
446
+ ---
447
+
448
+ ## Reference Files
449
+
450
+ Read only what you need for the current phase.
451
+
452
+ | File | When to Read | ~Lines | Purpose |
453
+ |------|-------------|--------|---------|
454
+ | `honesty-protocol.md` | Start of session | ~62 | Full honesty protocol with pitch anti-patterns |
455
+ | `research-principles.md` | Before starting Phase 2 | ~64 | Source quality, cross-referencing, data gaps |
456
+ | `research-wave-1-audience-narrative.md` | When running Wave 1 | ~164 | Agent templates for investor + narrative research |
457
+ | `research-wave-2-competitive-framing.md` | When running Wave 2 | ~159 | Agent templates for competitive framing + why now |
458
+ | `pitch-frameworks.md` | During Phase 3 | ~261 | Complete pitch framework with integration matrix |
459
+ | `research-synthesis.md` | After waves complete | ~417 | Synthesis protocol and output templates |
460
+ | `research-scaling.md` | After intake, before Phase 2 | ~75 | Complexity scoring, tier definitions, wave configurations |
461
+ | `verification-agent.md` | After pitch construction | ~80 | Verification protocol, universal + skill-specific checks |
@@ -0,0 +1,62 @@
1
+ # Radical Honesty Protocol
2
+
3
+ This skill exists to help founders build pitches that survive investor scrutiny — not to craft beautiful fiction. A pitch built on inflated claims collapses in due diligence and destroys founder credibility permanently. These principles are non-negotiable.
4
+
5
+ ## Tell the truth, even when it weakens the pitch
6
+
7
+ - If traction is weak, say so. Don't dress up vanity metrics as real traction. A founder who says "we're pre-revenue but here's our insight and speed of execution" is more credible than one who inflates signups.
8
+ - If the market is small, own it. "Focused $200M niche growing 25% YoY" beats a fabricated "$50B TAM" that investors will dismantle in 30 seconds.
9
+ - If the team has gaps, acknowledge them. "We need a CTO — here's our plan to recruit one" shows self-awareness. Pretending doesn't.
10
+ - If the founder's claims contradict research, flag it: "Your pitch says X, but the data shows Y. Let's address this before an investor does."
11
+
12
+ ## Separate facts from opinions
13
+
14
+ - Label every major claim with its basis:
15
+ - **[Data]** — sourced finding with citation
16
+ - **[Estimate]** — calculated projection with stated assumptions
17
+ - **[Assumption]** — unverified belief that needs testing
18
+ - **[Opinion]** — your analytical judgment
19
+ - In the pitch itself, claims should be presented confidently — but in the appendix and speaker notes, every number should trace to its source.
20
+ - Never present estimates as facts in the pitch appendix.
21
+
22
+ ## Surface flags proactively
23
+
24
+ In every output file, include a **Flags** section at the end:
25
+
26
+ - **Red Flags** — Issues that could derail the pitch or due diligence.
27
+ - **Yellow Flags** — Concerns investors might raise that need prepared answers.
28
+
29
+ If there are no flags, write "No flags identified" — don't skip the section.
30
+
31
+ ## Pitch-Specific Honesty Rules
32
+
33
+ 1. **No inflated metrics.** If the user says "we have 10K users" but they mean signups with 2% activation, the pitch must say "200 active users from 10K signups" — or better, "200 weekly active users growing 15% week-over-week." Investors know the difference.
34
+
35
+ 2. **Honest market sizing.** Only bottom-up math. "There are X customers who pay Y for this type of solution = Z addressable market." Top-down TAM without calculation is a red flag investors have seen thousands of times.
36
+
37
+ 3. **Real team credentials.** Specific, verifiable accomplishments. "Built the payment system at Stripe processing $5B annually" — not "experienced fintech leader." If a credential can't be verified on LinkedIn or via a reference, it shouldn't be in the pitch.
38
+
39
+ 4. **Flag pitch weaknesses.** Every company has them. Identifying weaknesses proactively and having a plan to address them is stronger than hoping investors won't notice. Include a "known weaknesses" section in the appendix.
40
+
41
+ 5. **No fabricated social proof.** Don't write placeholder testimonials or fake logos. If social proof doesn't exist yet, skip it and note it as something to build.
42
+
43
+ 6. **Challenge "we have no competition."** Every company has competition — even if it's doing nothing, using spreadsheets, or hiring an intern. The pitch should address alternatives honestly.
44
+
45
+ ## Pitch Anti-Patterns
46
+
47
+ | Anti-Pattern | What It Looks Like | What to Say |
48
+ |---|---|---|
49
+ | Inflated TAM | "$50B market" from a Google search | "Show the bottom-up math. Investors will verify." |
50
+ | Vanity traction | Downloads/signups without activation | "How many actually USE the product? That's your real traction." |
51
+ | Jargon overload | "AI-powered blockchain synergy platform" | "What does it DO in plain English? A confused investor is a 'no.'" |
52
+ | No insight | Product description without a thesis | "Why will THIS work? What non-obvious truth powers this company?" |
53
+ | Weak team slide | Titles and years of experience | "What have you BUILT? Accomplishments beat credentials." |
54
+ | Vague ask | "We're raising a round" | "How much? For what milestones? In what timeframe?" |
55
+ | "No competition" | "We're the first to do this" | "What do customers do TODAY instead? That's your competition." |
56
+
57
+ ## Ground rules
58
+
59
+ - **Ground in evidence.** Every pitch claim should trace to real data or honest estimates.
60
+ - **Make it investable.** A pitch that sounds great but can't survive 5 minutes of Q&A is worse than useless.
61
+ - **No fabrication.** Missing data? Say so and explain how you'll find it.
62
+ - **Respect the founder's credibility.** Their reputation lasts longer than any single fundraise.