@rubytech/create-maxy-code 0.1.169 → 0.1.171

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 (169) hide show
  1. package/dist/__tests__/premium-mcp-discover.test.js +42 -0
  2. package/dist/lib/premium-mcp-discover.js +9 -2
  3. package/package.json +1 -1
  4. package/payload/platform/plugins/.claude-plugin/marketplace.json +0 -15
  5. package/payload/platform/plugins/docs/references/platform.md +1 -1
  6. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts +51 -0
  7. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts.map +1 -0
  8. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js +196 -0
  9. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js.map +1 -0
  10. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/package.json +7 -0
  11. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts +3 -0
  12. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts.map +1 -0
  13. package/payload/premium-plugins/writer-craft/mcp/dist/index.js +257 -0
  14. package/payload/premium-plugins/writer-craft/mcp/dist/index.js.map +1 -0
  15. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts +14 -0
  16. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts.map +1 -0
  17. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js +47 -0
  18. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js.map +1 -0
  19. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts +42 -0
  20. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts.map +1 -0
  21. package/payload/{platform/plugins/writer-craft/mcp/src/lib/voice-corpus.ts → premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js} +5 -5
  22. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js.map +1 -0
  23. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts +36 -0
  24. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts.map +1 -0
  25. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js +225 -0
  26. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js.map +1 -0
  27. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts +26 -0
  28. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts.map +1 -0
  29. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js +74 -0
  30. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js.map +1 -0
  31. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts +22 -0
  32. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts.map +1 -0
  33. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js +102 -0
  34. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js.map +1 -0
  35. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts +14 -0
  36. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts.map +1 -0
  37. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js +84 -0
  38. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js.map +1 -0
  39. package/payload/premium-plugins/writer-craft/mcp/package-lock.json +1327 -0
  40. package/payload/server/{chunk-3TRIXQSJ.js → chunk-L2YK2VK3.js} +17 -29
  41. package/payload/server/maxy-edge.js +1 -1
  42. package/payload/server/server.js +1 -1
  43. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +0 -8
  44. package/payload/platform/plugins/teaching/PLUGIN.md +0 -58
  45. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +0 -59
  46. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +0 -70
  47. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +0 -43
  48. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +0 -83
  49. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +0 -48
  50. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +0 -41
  51. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +0 -94
  52. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +0 -52
  53. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +0 -49
  54. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +0 -116
  55. package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +0 -8
  56. package/payload/platform/plugins/venture-studio/PLUGIN.md +0 -119
  57. package/payload/platform/plugins/venture-studio/bin/scaffold.sh +0 -116
  58. package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +0 -256
  59. package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +0 -118
  60. package/payload/platform/plugins/venture-studio/skills/investor-data-room/SKILL.md +0 -376
  61. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +0 -64
  62. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +0 -53
  63. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +0 -88
  64. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +0 -39
  65. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +0 -79
  66. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/html-pdf-pipeline.md +0 -236
  67. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +0 -33
  68. package/payload/platform/plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +0 -88
  69. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +0 -1565
  70. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +0 -91
  71. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +0 -715
  72. package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +0 -587
  73. package/payload/platform/plugins/venture-studio/skills/prototype-host/SKILL.md +0 -179
  74. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/cloudflared-ingress-edit.md +0 -81
  75. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/scaffold-frameworks.md +0 -60
  76. package/payload/platform/plugins/venture-studio/skills/prototype-host/references/systemd-user-service.md +0 -104
  77. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +0 -336
  78. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +0 -275
  79. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +0 -93
  80. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +0 -308
  81. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +0 -262
  82. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +0 -171
  83. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +0 -246
  84. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +0 -183
  85. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +0 -190
  86. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +0 -58
  87. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +0 -114
  88. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +0 -43
  89. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +0 -237
  90. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +0 -290
  91. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +0 -105
  92. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +0 -361
  93. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +0 -167
  94. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +0 -193
  95. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +0 -200
  96. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +0 -239
  97. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +0 -103
  98. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +0 -291
  99. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +0 -225
  100. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +0 -179
  101. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +0 -363
  102. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +0 -74
  103. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +0 -253
  104. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +0 -256
  105. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +0 -276
  106. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +0 -248
  107. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +0 -89
  108. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +0 -121
  109. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +0 -242
  110. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +0 -271
  111. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +0 -17
  112. package/payload/platform/plugins/writer-craft/PLUGIN.md +0 -130
  113. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +0 -96
  114. package/payload/platform/plugins/writer-craft/mcp/package.json +0 -19
  115. package/payload/platform/plugins/writer-craft/mcp/scripts/smoke.mjs +0 -152
  116. package/payload/platform/plugins/writer-craft/mcp/src/index.ts +0 -289
  117. package/payload/platform/plugins/writer-craft/mcp/src/lib/neo4j.ts +0 -56
  118. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-distil-profile.ts +0 -303
  119. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-record-feedback.ts +0 -114
  120. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-retrieve-conditioning.ts +0 -145
  121. package/payload/platform/plugins/writer-craft/mcp/src/tools/voice-tag-content.ts +0 -117
  122. package/payload/platform/plugins/writer-craft/mcp/tsconfig.json +0 -8
  123. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +0 -94
  124. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +0 -77
  125. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +0 -103
  126. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +0 -74
  127. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +0 -146
  128. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +0 -70
  129. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +0 -108
  130. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +0 -73
  131. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +0 -85
  132. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +0 -78
  133. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +0 -55
  134. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +0 -89
  135. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +0 -114
  136. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +0 -73
  137. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +0 -76
  138. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +0 -67
  139. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +0 -86
  140. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +0 -97
  141. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +0 -72
  142. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +0 -91
  143. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +0 -71
  144. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +0 -85
  145. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +0 -100
  146. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +0 -72
  147. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +0 -71
  148. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +0 -64
  149. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +0 -93
  150. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +0 -100
  151. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +0 -79
  152. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +0 -81
  153. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +0 -67
  154. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +0 -94
  155. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +0 -111
  156. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +0 -119
  157. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +0 -99
  158. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +0 -112
  159. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +0 -99
  160. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +0 -95
  161. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +0 -106
  162. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +0 -118
  163. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +0 -66
  164. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +0 -87
  165. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +0 -82
  166. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +0 -133
  167. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +0 -118
  168. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +0 -128
  169. package/payload/platform/plugins/writer-craft/skills/voice-mirror/SKILL.md +0 -166
@@ -1,308 +0,0 @@
1
- # Boolean Search Mastery
2
-
3
- ## Purpose
4
- Find and identify prospects, competitors, and market data using advanced search operators on LinkedIn, Google, and other platforms—the core skill of outbound prospecting.
5
-
6
- ## When to Use
7
- - Finding earlyvangelists and prospects
8
- - Researching competitors and their customers
9
- - Building targeted outreach lists
10
- - Finding industry experts and influencers
11
- - Market sizing through company/role counts
12
-
13
- ## Process
14
-
15
- ### 1. Understand Boolean Basics
16
-
17
- **Core operators:**
18
-
19
- | Operator | Meaning | Example |
20
- |----------|---------|---------|
21
- | AND | Both terms required | `marketing AND manager` |
22
- | OR | Either term | `CEO OR founder` |
23
- | NOT | Exclude term | `engineer NOT senior` |
24
- | "" | Exact phrase | `"product manager"` |
25
- | () | Group operators | `(CEO OR founder) AND startup` |
26
- | * | Wildcard | `market*` matches marketing, marketer |
27
-
28
- **Operator precedence:** NOT > AND > OR
29
- Use parentheses to control order: `(A OR B) AND C`
30
-
31
- ### 2. LinkedIn Search Patterns
32
-
33
- **Finding decision-makers:**
34
- ```
35
- "VP" OR "Vice President" OR "Director" AND marketing
36
- AND (SaaS OR "B2B software")
37
- ```
38
-
39
- **Finding specific titles:**
40
- ```
41
- "Head of Growth" OR "Growth Lead" OR "VP Growth"
42
- ```
43
-
44
- **Finding by company size:**
45
- ```
46
- "product manager" AND (startup OR "series A" OR "seed stage")
47
- ```
48
-
49
- **Excluding irrelevant results:**
50
- ```
51
- "content marketing" NOT intern NOT coordinator NOT entry
52
- ```
53
-
54
- **Industry targeting:**
55
- ```
56
- "sales director" AND (fintech OR "financial services" OR banking)
57
- ```
58
-
59
- ### 3. Google Search Patterns
60
-
61
- **Finding companies:**
62
- ```
63
- site:linkedin.com/company "AI powered" "customer support"
64
- ```
65
-
66
- **Finding competitor customers:**
67
- ```
68
- site:*.com "powered by [competitor]" OR "uses [competitor]"
69
- ```
70
-
71
- **Finding job postings (reveals hiring companies):**
72
- ```
73
- site:lever.co OR site:greenhouse.io "product marketing manager" "B2B SaaS"
74
- ```
75
-
76
- **Finding industry blogs/content:**
77
- ```
78
- intitle:"state of" "[industry]" 2024 filetype:pdf
79
- ```
80
-
81
- **Finding case studies:**
82
- ```
83
- "[competitor name]" + "case study" OR "customer story"
84
- ```
85
-
86
- ### 4. Building Prospect Lists
87
-
88
- **Step 1: Define your ICP criteria**
89
- - Title/role
90
- - Company size
91
- - Industry
92
- - Geography
93
- - Technologies used
94
-
95
- **Step 2: Build the search string**
96
-
97
- Example ICP: Marketing leaders at B2B SaaS companies (50-500 employees)
98
-
99
- ```
100
- LinkedIn search:
101
- ("VP Marketing" OR "Head of Marketing" OR "Director Marketing")
102
- AND (SaaS OR "B2B software" OR "cloud software")
103
- ```
104
-
105
- **Step 3: Add filters**
106
- - Company size: 51-200, 201-500
107
- - Industry: Computer Software, Technology
108
- - Geography: United States
109
-
110
- **Step 4: Refine based on results**
111
- - Too many results → Add more specific terms
112
- - Too few results → Remove restrictions
113
- - Wrong results → Add NOT exclusions
114
-
115
- ### 5. Finding Earlyvangelists
116
-
117
- **People with the problem:**
118
- ```
119
- LinkedIn:
120
- "struggling with" OR "looking for" OR "need help with"
121
- AND "[problem area]"
122
- ```
123
-
124
- **People who built workarounds:**
125
- ```
126
- Google:
127
- "built a spreadsheet for" OR "hacked together"
128
- AND "[problem area]"
129
- ```
130
-
131
- **People asking questions:**
132
- ```
133
- site:reddit.com OR site:quora.com
134
- "how do I" OR "best way to" AND "[problem area]"
135
- ```
136
-
137
- **People complaining:**
138
- ```
139
- site:twitter.com "[competitor]" AND
140
- ("frustrated" OR "hate" OR "worst" OR "annoying")
141
- ```
142
-
143
- ### 6. Competitive Research
144
-
145
- **Find competitor customers:**
146
- ```
147
- site:g2.com/products/[competitor]/reviews
148
- site:capterra.com/software/[competitor]/reviews
149
- "we switched from [competitor]" OR "we use [competitor]"
150
- ```
151
-
152
- **Find competitor employees:**
153
- ```
154
- LinkedIn: current company:[competitor] AND
155
- ("sales" OR "customer success" OR "account executive")
156
- ```
157
-
158
- **Find competitor content:**
159
- ```
160
- site:[competitor.com] AND (whitepaper OR ebook OR webinar)
161
- site:[competitor.com] intitle:"state of" OR "trends"
162
- ```
163
-
164
- **Find competitor pricing:**
165
- ```
166
- "[competitor name]" AND (pricing OR "how much" OR cost)
167
- site:[competitor.com] pricing OR plans
168
- ```
169
-
170
- ### 7. Market Research
171
-
172
- **Industry size/companies:**
173
- ```
174
- "[industry]" AND ("number of companies" OR "market size" OR "TAM")
175
- ```
176
-
177
- **Industry publications:**
178
- ```
179
- "[industry]" AND (magazine OR journal OR publication OR newsletter)
180
- ```
181
-
182
- **Industry conferences:**
183
- ```
184
- "[industry] conference" OR "[industry] summit" 2024
185
- ```
186
-
187
- **Industry influencers:**
188
- ```
189
- LinkedIn: "[industry]" AND ("thought leader" OR "speaker" OR "author")
190
- AND (10K+ followers filter)
191
- ```
192
-
193
- ### 8. Platform-Specific Tips
194
-
195
- **LinkedIn Sales Navigator:**
196
- - Use Boolean in Lead search, not keyword search
197
- - Save searches for alerts
198
- - Use "Posted on LinkedIn" filter for active users
199
- - Use "Changed jobs" filter for receptive prospects
200
-
201
- **Google:**
202
- - Use site: to restrict to specific domains
203
- - Use filetype: for documents (pdf, xlsx)
204
- - Use intitle: for page titles
205
- - Use daterange: for recent content
206
- - Use "" for exact phrases
207
-
208
- **Twitter/X:**
209
- - Use from: for specific accounts
210
- - Use to: for replies to accounts
211
- - Use since: and until: for date ranges
212
- - Use -filter:replies to exclude replies
213
-
214
- ### 9. Building Search Templates
215
-
216
- Create reusable templates for common searches:
217
-
218
- **Template: Find [Role] at [Industry] companies**
219
- ```
220
- ("[Role1]" OR "[Role2]" OR "[Role3]")
221
- AND ("[Industry1]" OR "[Industry2]")
222
- NOT (intern OR entry OR junior OR assistant)
223
- ```
224
-
225
- **Template: Find [Competitor] customers**
226
- ```
227
- "[Competitor]" AND ("customer" OR "user" OR "we use")
228
- OR "switched to [Competitor]"
229
- OR site:g2.com/products/[competitor]
230
- ```
231
-
232
- **Template: Find [Problem] discussions**
233
- ```
234
- ("[Problem keyword1]" OR "[Problem keyword2]")
235
- AND ("help" OR "advice" OR "recommend" OR "looking for")
236
- site:reddit.com OR site:quora.com OR site:community.*
237
- ```
238
-
239
- ### 10. Synthesis
240
-
241
- When building a search:
242
- - Start broad, then narrow
243
- - Check first page of results for relevance
244
- - Iterate the query based on results
245
- - Save successful queries for reuse
246
- - Track which queries yield best prospects
247
-
248
- ## Example
249
-
250
- **Goal**: Find earlyvangelists for AI-powered legal document review
251
-
252
- ### Search Development
253
-
254
- **Attempt 1: Too broad**
255
- ```
256
- "legal document" AND "AI"
257
- ```
258
- Result: 50,000+ results, mostly news articles
259
-
260
- **Attempt 2: More specific**
261
- ```
262
- "contract review" AND ("time consuming" OR "tedious" OR "manual")
263
- AND (lawyer OR legal OR attorney)
264
- ```
265
- Result: Better, but still mostly content marketing
266
-
267
- **Attempt 3: Finding complainers**
268
- ```
269
- site:reddit.com/r/law* "contract review" AND
270
- ("hate" OR "tedious" OR "takes forever" OR "junior associates")
271
- ```
272
- Result: Found 3 discussions with lawyers complaining
273
-
274
- **Attempt 4: LinkedIn prospects**
275
- ```
276
- ("General Counsel" OR "Legal Ops" OR "VP Legal")
277
- AND (startup OR "tech company" OR SaaS)
278
- NOT ("big law" OR partner)
279
- ```
280
- Result: 500 relevant prospects
281
-
282
- **Attempt 5: Finding budget owners**
283
- ```
284
- ("Legal Tech" OR "Legal Operations") AND
285
- ("Director" OR "Manager" OR "Head of")
286
- AND ("evaluating" OR "looking for" OR "implementing")
287
- ```
288
- Result: 50 highly qualified prospects
289
-
290
- ### Final Search Library
291
-
292
- | Search Name | Query | Platform | Results |
293
- |-------------|-------|----------|---------|
294
- | GC at startups | ("General Counsel" OR "VP Legal") AND startup | LinkedIn | 500 |
295
- | Legal ops managers | "Legal Operations" AND (Director OR Manager) | LinkedIn | 200 |
296
- | Complainers | site:reddit.com "contract review" tedious | Google | 20 threads |
297
- | Competitor users | site:g2.com/products/contractpodai/reviews | Google | 100 reviews |
298
- | Job postings | site:lever.co "legal operations" | Google | 30 companies |
299
-
300
- ### Prospect Building Workflow
301
-
302
- 1. Run "GC at startups" search on LinkedIn
303
- 2. Export to Sales Navigator list
304
- 3. Cross-reference with "Job postings" companies (hiring = budget)
305
- 4. Prioritize companies also found in "Competitor users"
306
- 5. Research from "Complainers" threads for messaging
307
-
308
- **Insight:** Boolean search isn't just about finding names—it's about finding the right names with the right context. The search evolution from 50,000 generic results to 50 highly qualified prospects demonstrates the power of iterative refinement.
@@ -1,262 +0,0 @@
1
- # Build-Measure-Learn Loop
2
-
3
- ## Purpose
4
- Systematically test business hypotheses through rapid iteration, turning ideas into products, measuring customer response, and learning whether to pivot or persevere.
5
-
6
- ## When to Use
7
- - Running experiments to validate product ideas
8
- - Deciding what to build next
9
- - Measuring progress when traditional metrics don't apply
10
- - Avoiding "building in the dark" based on assumptions
11
- - Accelerating time to product-market fit
12
-
13
- ## Process
14
-
15
- ### 1. Understand the Loop
16
-
17
- The Build-Measure-Learn loop is the fundamental feedback cycle:
18
-
19
- ```
20
- IDEAS
21
-
22
- [BUILD] → Minimize time through the loop
23
-
24
- PRODUCT (MVP)
25
-
26
- [MEASURE] → Focus on actionable metrics
27
-
28
- DATA
29
-
30
- [LEARN] → Validated learning is the goal
31
-
32
- IDEAS ←─┘
33
- ```
34
-
35
- **Critical insight:** Work BACKWARDS through the loop when planning:
36
- 1. What do we need to LEARN?
37
- 2. What do we need to MEASURE to learn that?
38
- 3. What do we need to BUILD to measure that?
39
-
40
- ### 2. Start with Learning Goals
41
-
42
- Before building anything, define:
43
-
44
- **What hypothesis are we testing?**
45
- - Be specific: "Customers will pay $50/month" not "People will like this"
46
- - Make it falsifiable: There should be a clear way to be wrong
47
- - Make it meaningful: If wrong, it changes your strategy
48
-
49
- **What would validate this hypothesis?**
50
- - Specific numbers: "30% conversion rate"
51
- - Specific behaviors: "Use feature 3+ times per week"
52
- - Specific commitments: "5 pre-orders in 30 days"
53
-
54
- **What would invalidate this hypothesis?**
55
- - Define failure criteria upfront
56
- - "If conversion is below 10%, we abandon this direction"
57
- - Prevents moving the goalposts later
58
-
59
- ### 3. Design the Measurement
60
-
61
- **Choose metrics that are:**
62
-
63
- **Actionable** - Shows cause and effect
64
- - Bad: "Traffic increased" (why? what do we do about it?)
65
- - Good: "Signup rate increased 20% after headline change"
66
-
67
- **Accessible** - Everyone can understand
68
- - Use real units (customers, revenue) not abstractions
69
- - If a new employee can't understand your dashboard, simplify it
70
-
71
- **Auditable** - Can be verified
72
- - Can you manually check the numbers?
73
- - Can you talk to the actual customers represented?
74
-
75
- ### 4. Build the Minimum Required
76
-
77
- **Only build what's needed to test the hypothesis:**
78
-
79
- - Does the hypothesis require a full product? (Usually no)
80
- - Does it require that feature? (Often no)
81
- - Does it require that level of polish? (Rarely)
82
-
83
- **Types of build:**
84
- - Conversation: Sometimes you just need to ask questions
85
- - Landing page: Test demand without building
86
- - Wizard of Oz: Manual fulfillment behind automated facade
87
- - Single feature: Build one thing well
88
- - Full MVP: Minimum complete experience
89
-
90
- ### 5. Run the Experiment
91
-
92
- **Set time boundaries:**
93
- - "We'll run this for 2 weeks, then evaluate"
94
- - Prevents experiments from running indefinitely
95
- - Creates forcing function for decision
96
-
97
- **Maintain discipline:**
98
- - Don't change the experiment mid-way (unless it's clearly failing)
99
- - Don't add features "while we're at it"
100
- - Don't extend timeline without re-scoping
101
-
102
- **Gather data systematically:**
103
- - Track the metrics you defined
104
- - Collect qualitative feedback too
105
- - Note unexpected observations
106
-
107
- ### 6. Analyze and Learn
108
-
109
- **Compare results to hypothesis:**
110
- - Did we hit our success criteria?
111
- - Did we miss our failure criteria?
112
- - Were we in the gray zone?
113
-
114
- **Extract insights:**
115
- - What did we learn that we didn't expect?
116
- - What questions do we have now?
117
- - What should we test next?
118
-
119
- **Make a decision:**
120
- - **Persevere:** Results support hypothesis, continue direction
121
- - **Pivot:** Results invalidate hypothesis, change direction
122
- - **Iterate:** Results unclear, refine and test again
123
-
124
- ### 7. Accelerate the Loop
125
-
126
- The goal is to minimize total time through the loop:
127
-
128
- **Reduce build time:**
129
- - Use no-code tools
130
- - Manual before automated
131
- - Templates and existing components
132
-
133
- **Reduce measure time:**
134
- - Instrument from the start
135
- - Use real-time analytics
136
- - Talk to customers directly
137
-
138
- **Reduce learn time:**
139
- - Daily/weekly reviews (not monthly)
140
- - Predefined decision criteria
141
- - Team alignment on interpretation
142
-
143
- ### 8. Common Mistakes
144
-
145
- **Building before knowing what to learn:**
146
- "Let's build it and see what happens" = expensive randomness
147
-
148
- **Measuring vanity metrics:**
149
- Page views and registrations feel good but don't indicate product-market fit
150
-
151
- **Not setting success criteria upfront:**
152
- Leads to confirmation bias: "Well, it wasn't a complete failure..."
153
-
154
- **Slow loops:**
155
- Monthly iterations when weekly is possible = 4x slower learning
156
-
157
- **Ignoring negative results:**
158
- "Users didn't engage, but maybe if we add this feature..."
159
-
160
- ### 9. Synthesis
161
-
162
- After each loop:
163
- - What did we learn?
164
- - Was the hypothesis validated, invalidated, or unclear?
165
- - What's our next hypothesis to test?
166
- - Are we making progress toward product-market fit?
167
- - Should we pivot or persevere?
168
-
169
- ## Example
170
-
171
- **Idea**: "AI-powered meal planning app for busy parents"
172
-
173
- ### Loop 1: Test Demand
174
-
175
- **Hypothesis:** Busy parents will sign up for AI meal planning
176
-
177
- **Success Criteria:** 100 signups in 2 weeks from $200 ad spend
178
-
179
- **Build:** Landing page with value prop and email capture
180
- - "Stop asking 'What's for dinner?' - AI plans your week"
181
- - Simple email signup form
182
- - Built in 2 days using Carrd
183
-
184
- **Measure:**
185
- - Visitors: 2,400
186
- - Signups: 156 (6.5% conversion)
187
- - Source breakdown: Facebook 60%, Google 40%
188
- - Demographics: 80% women, 25-44, suburban
189
-
190
- **Learn:**
191
- - ✓ Demand exists (exceeded 100 signups)
192
- - Facebook > Google for this audience
193
- - Messaging resonated more with moms than dads
194
- - Several signups asked about dietary restrictions
195
-
196
- **Decision:** Persevere → Next hypothesis
197
-
198
- ---
199
-
200
- ### Loop 2: Test Willingness to Pay
201
-
202
- **Hypothesis:** Parents will pay $10/month for AI meal planning
203
-
204
- **Success Criteria:** 10 paid signups ($10/month) in 2 weeks
205
-
206
- **Build:** Updated landing page with:
207
- - Pricing tier: $10/month or $80/year
208
- - Stripe checkout integration
209
- - 7-day free trial
210
- - Built in 3 days
211
-
212
- **Measure:**
213
- - Existing list emailed: 156
214
- - Clicked through: 48 (31%)
215
- - Started trial: 18 (12%)
216
- - Converted to paid: 3 (2%)
217
- - Revenue: $30/month
218
-
219
- **Learn:**
220
- - ✗ Below target (3 vs 10 paid)
221
- - Trial to paid conversion very low (17%)
222
- - Feedback: "I liked it but forgot to use it"
223
- - Feedback: "Recipes were too complicated"
224
-
225
- **Decision:** Iterate → Test simplified recipes
226
-
227
- ---
228
-
229
- ### Loop 3: Test Retention Mechanism
230
-
231
- **Hypothesis:** Daily push notification with simple recipes increases engagement
232
-
233
- **Success Criteria:** 50% of users engage 3+ times per week
234
-
235
- **Build:**
236
- - Mobile-optimized version
237
- - Push notification system
238
- - Simplified 5-ingredient recipes
239
- - Built in 5 days
240
-
241
- **Measure:**
242
- - Active trial users: 25
243
- - Engaged 3+ times/week: 9 (36%)
244
- - Trial to paid conversion: 5 (20%)
245
-
246
- **Learn:**
247
- - Getting closer (36% vs 50%)
248
- - Push notifications helped (+3% engagement)
249
- - Simplified recipes resonated
250
- - Users who engaged 3+ converted 60%
251
-
252
- **Decision:** Iterate → Focus on driving engagement
253
-
254
- ---
255
-
256
- **Insight:** Three Build-Measure-Learn loops in 6 weeks taught us:
257
- 1. Demand exists for the concept
258
- 2. Pricing works but retention is the bottleneck
259
- 3. Engagement predicts conversion
260
- 4. Simple recipes + notifications help but aren't sufficient
261
-
262
- Next hypothesis: Test grocery list integration (user feedback suggests this is missing value)