taketomarket 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/.claude-plugin/marketplace.json +4 -4
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/README.md +34 -11
  4. package/bin/lib/campaign.cjs +12 -8
  5. package/bin/lib/codebase-scan.cjs +86 -0
  6. package/bin/lib/config.cjs +129 -0
  7. package/bin/lib/deploy.cjs +36 -0
  8. package/bin/lib/deviation.cjs +1 -1
  9. package/bin/lib/drift-log.cjs +4 -4
  10. package/bin/lib/health.cjs +32 -31
  11. package/bin/lib/install-detect.cjs +62 -0
  12. package/bin/lib/legacy-folder.cjs +100 -0
  13. package/bin/lib/playwright-check.cjs +26 -0
  14. package/bin/lib/site-location.cjs +22 -0
  15. package/bin/lib/state.cjs +3 -3
  16. package/bin/lib/svg-render.cjs +42 -0
  17. package/bin/ttm-tools.cjs +136 -4
  18. package/gates/base-gates.md +8 -8
  19. package/gates/gate-evaluation.md +8 -8
  20. package/install.js +37 -3
  21. package/package.json +10 -6
  22. package/playbooks/aeo.md +218 -114
  23. package/playbooks/affiliate.md +225 -160
  24. package/playbooks/email.md +236 -174
  25. package/playbooks/events.md +303 -213
  26. package/playbooks/landing-pages.md +305 -0
  27. package/playbooks/linkedin.md +264 -142
  28. package/playbooks/manifesto.md +322 -0
  29. package/playbooks/paid-ads.md +240 -189
  30. package/playbooks/positioning.md +340 -0
  31. package/playbooks/pr-media.md +308 -168
  32. package/playbooks/pseo.md +426 -0
  33. package/playbooks/seo.md +251 -158
  34. package/playbooks/social.md +253 -182
  35. package/playbooks/youtube.md +286 -181
  36. package/references/brand-color-theory.md +48 -0
  37. package/references/codex-image-gen-research.md +58 -0
  38. package/references/context-loading.md +6 -6
  39. package/references/humanizer-patterns.md +433 -0
  40. package/references/inline-education-blurbs.md +461 -0
  41. package/references/landing-page-anatomy.md +64 -0
  42. package/references/linkedin-post-patterns.md +174 -0
  43. package/references/logo-design-principles.md +55 -0
  44. package/references/meta-gate-evaluation.md +3 -3
  45. package/references/obra-superpowers-conventions.md +170 -0
  46. package/references/playbook-leaders.md +472 -0
  47. package/references/playwright-mcp-setup.md +164 -0
  48. package/references/positioning-check-report.md +2 -2
  49. package/references/pseo-page-anatomy.md +56 -0
  50. package/references/pseo-templates/alternative-anatomy.md +31 -0
  51. package/references/pseo-templates/alternative-content-playbook.md +32 -0
  52. package/references/pseo-templates/blog-anatomy.md +28 -0
  53. package/references/pseo-templates/blog-content-playbook.md +36 -0
  54. package/references/pseo-templates/comparison-anatomy.md +29 -0
  55. package/references/pseo-templates/comparison-content-playbook.md +35 -0
  56. package/references/pseo-templates/use-case-anatomy.md +28 -0
  57. package/references/pseo-templates/use-case-content-playbook.md +30 -0
  58. package/skills/ttm-101/SKILL.md +25 -0
  59. package/skills/ttm-aeo-check/SKILL.md +17 -12
  60. package/skills/ttm-affiliate-kit/SKILL.md +5 -0
  61. package/skills/ttm-archive/SKILL.md +5 -0
  62. package/skills/ttm-brand-refresh/SKILL.md +5 -0
  63. package/skills/ttm-brief/SKILL.md +5 -0
  64. package/skills/ttm-competitor-scan/SKILL.md +5 -0
  65. package/skills/ttm-deploy/SKILL.md +22 -0
  66. package/skills/ttm-discover/SKILL.md +17 -0
  67. package/skills/ttm-email-check/SKILL.md +17 -0
  68. package/skills/ttm-email-preflight/SKILL.md +17 -11
  69. package/skills/ttm-fix/SKILL.md +5 -0
  70. package/skills/ttm-health/SKILL.md +6 -1
  71. package/skills/ttm-humanize/SKILL.md +33 -0
  72. package/skills/ttm-icp-refresh/SKILL.md +5 -0
  73. package/skills/ttm-improve-skill/SKILL.md +18 -0
  74. package/skills/ttm-init/SKILL.md +10 -3
  75. package/skills/ttm-keyword-map/SKILL.md +17 -11
  76. package/skills/ttm-landing/SKILL.md +19 -0
  77. package/skills/ttm-learn/SKILL.md +5 -0
  78. package/skills/ttm-linkedin-post/SKILL.md +26 -0
  79. package/skills/ttm-measure/SKILL.md +5 -0
  80. package/skills/ttm-new-campaign/SKILL.md +5 -0
  81. package/skills/ttm-next/SKILL.md +5 -0
  82. package/skills/ttm-playwright-setup/SKILL.md +18 -0
  83. package/skills/ttm-positioning-check/SKILL.md +5 -0
  84. package/skills/ttm-positioning-shift/SKILL.md +5 -0
  85. package/skills/ttm-produce/SKILL.md +5 -0
  86. package/skills/ttm-pseo/SKILL.md +26 -0
  87. package/skills/ttm-repurpose/SKILL.md +5 -0
  88. package/skills/ttm-request-skill/SKILL.md +18 -0
  89. package/skills/ttm-research/SKILL.md +18 -6
  90. package/skills/ttm-resume/SKILL.md +5 -0
  91. package/skills/ttm-review/SKILL.md +5 -0
  92. package/skills/ttm-seo/SKILL.md +64 -0
  93. package/skills/ttm-seo-audit/SKILL.md +17 -12
  94. package/skills/ttm-ship/SKILL.md +5 -0
  95. package/skills/ttm-state/SKILL.md +5 -0
  96. package/skills/ttm-update/SKILL.md +152 -4
  97. package/skills/ttm-verify/SKILL.md +5 -0
  98. package/templates/agents-md.md +14 -4
  99. package/templates/campaign-research.md +6 -6
  100. package/templates/campaign-state.md +1 -1
  101. package/templates/claude-md.md +14 -4
  102. package/templates/linkedin-base-template.md +48 -0
  103. package/templates/next-step-footer.md +13 -0
  104. package/templates/production-manifest.json +4 -4
  105. package/templates/pseo/alternative-cms-schema.json +65 -0
  106. package/templates/pseo/blog-cms-schema.json +55 -0
  107. package/templates/pseo/comparison-cms-schema.json +56 -0
  108. package/templates/pseo/use-case-cms-schema.json +62 -0
  109. package/templates/reference-files/brand.md +51 -0
  110. package/templates/reference-files/product-dna.md +73 -0
  111. package/templates/site-scaffold/app/globals.css +2 -0
  112. package/templates/site-scaffold/app/layout.tsx +17 -0
  113. package/templates/site-scaffold/app/page.tsx +33 -0
  114. package/templates/site-scaffold/app/robots.ts +8 -0
  115. package/templates/site-scaffold/app/sitemap.ts +10 -0
  116. package/templates/site-scaffold/app/tokens.css +21 -0
  117. package/templates/site-scaffold/components/Comparison.tsx +14 -0
  118. package/templates/site-scaffold/components/Faq.tsx +14 -0
  119. package/templates/site-scaffold/components/Features.tsx +14 -0
  120. package/templates/site-scaffold/components/FinalCta.tsx +17 -0
  121. package/templates/site-scaffold/components/Footer.tsx +12 -0
  122. package/templates/site-scaffold/components/Hero.tsx +22 -0
  123. package/templates/site-scaffold/components/HowItWorks.tsx +14 -0
  124. package/templates/site-scaffold/components/PricingTeaser.tsx +14 -0
  125. package/templates/site-scaffold/components/Problem.tsx +14 -0
  126. package/templates/site-scaffold/components/SocialProof.tsx +14 -0
  127. package/templates/site-scaffold/components/Solution.tsx +14 -0
  128. package/templates/site-scaffold/components/Testimonials.tsx +14 -0
  129. package/templates/site-scaffold/components/UseCases.tsx +14 -0
  130. package/templates/site-scaffold/content/.gitkeep +0 -0
  131. package/templates/site-scaffold/lib/.gitkeep +0 -0
  132. package/templates/site-scaffold/next.config.mjs +10 -0
  133. package/templates/site-scaffold/package.json +25 -0
  134. package/templates/site-scaffold/postcss.config.mjs +3 -0
  135. package/templates/site-scaffold/public/llms.txt +9 -0
  136. package/templates/site-scaffold/tsconfig.json +21 -0
  137. package/templates/verification-report.md +1 -1
  138. package/workflows/channel/linkedin-post.md +178 -0
  139. package/workflows/discipline/affiliate-kit.md +65 -6
  140. package/workflows/discipline/{email-preflight.md → email-check.md} +39 -4
  141. package/workflows/discipline/repurpose.md +82 -31
  142. package/workflows/discipline/{aeo-check.md → seo/aeo.md} +13 -6
  143. package/workflows/discipline/{seo-audit.md → seo/audit.md} +13 -6
  144. package/workflows/discipline/{keyword-map.md → seo/keyword-map.md} +13 -6
  145. package/workflows/education/ttm-101.md +114 -0
  146. package/workflows/lifecycle/brief-positioning-check.md +1 -1
  147. package/workflows/lifecycle/brief.md +64 -28
  148. package/workflows/lifecycle/{research.md → discover.md} +61 -19
  149. package/workflows/lifecycle/fix.md +72 -37
  150. package/workflows/lifecycle/humanize.md +280 -0
  151. package/workflows/lifecycle/learn.md +72 -35
  152. package/workflows/lifecycle/measure.md +54 -18
  153. package/workflows/lifecycle/produce.md +88 -37
  154. package/workflows/lifecycle/review.md +71 -25
  155. package/workflows/lifecycle/ship.md +62 -18
  156. package/workflows/lifecycle/verify.md +72 -26
  157. package/workflows/reference-mgmt/brand-refresh.md +50 -13
  158. package/workflows/reference-mgmt/competitor-scan.md +51 -15
  159. package/workflows/reference-mgmt/icp-refresh.md +48 -12
  160. package/workflows/reference-mgmt/positioning-check.md +55 -20
  161. package/workflows/reference-mgmt/positioning-shift.md +53 -17
  162. package/workflows/setup/init-brand-colors.md +75 -0
  163. package/workflows/setup/init-logo.md +113 -0
  164. package/workflows/setup/init-product-dna.md +83 -0
  165. package/workflows/setup/init-questions.md +166 -30
  166. package/workflows/setup/init-validation.md +22 -0
  167. package/workflows/setup/init.md +144 -39
  168. package/workflows/setup/new-campaign.md +48 -12
  169. package/workflows/site/deploy.md +98 -0
  170. package/workflows/site/landing.md +156 -0
  171. package/workflows/site/pseo.md +96 -0
  172. package/workflows/site/quality-gates.md +88 -0
  173. package/workflows/utility/archive.md +45 -9
  174. package/workflows/utility/health.md +77 -3
  175. package/workflows/utility/improve-skill.md +233 -0
  176. package/workflows/utility/next.md +38 -2
  177. package/workflows/utility/playwright-setup.md +128 -0
  178. package/workflows/utility/request-skill.md +218 -0
  179. package/workflows/utility/resume.md +40 -3
  180. package/workflows/utility/state.md +42 -7
@@ -0,0 +1,472 @@
1
+ # Playbook Leaders — Research Output
2
+
3
+ **Purpose:** For each playbook topic, the identified industry leader whose teachings drive the rewritten playbook content. Downstream rewrite tasks (P6 tasks 3-14) consume this file directly — leader name, framework name, principles, and primary sources are extracted from here without re-doing research.
4
+
5
+ **Audience filter applied:** All selections evaluated against takeToMarket's audience — *developerneurs / solopreneurs / engineer-founders*. When two candidates were roughly equivalent, the tie-breaker was translatability to engineers (named system > vibe; productized framework > premium consulting; public body of work > paywalled course).
6
+
7
+ ## Methodology
8
+
9
+ Selection criteria (in order of weight):
10
+
11
+ 1. **Canonical resource** — wrote the book / course / framework most cited on the topic.
12
+ 2. **Named methodology** — the framework has a name an engineer would Google (e.g., "Dollar a Day", "Dinner Party Strategy", "LinkedIn Operating System").
13
+ 3. **Public body of work** — talks, posts, blogs, books accessible without paywalls. At least 3 primary sources had to resolve with real content during research.
14
+ 4. **Recognized authority** — cited by other experts, taught in courses, quoted in industry publications.
15
+ 5. **Translatability to engineers** (tie-breaker) — vocabulary, mental models, and concrete "if this, then that" rules engineers will tolerate over abstract brand-speak.
16
+
17
+ ## Mapping
18
+
19
+ | Topic | Leader | Methodology name | Primary sources |
20
+ |---|---|---|---|
21
+ | Positioning | Anthony Pierri (FletchPMM) | Homepage-First Positioning (4 questions + 7-box canvas) | https://www.fletchpmm.com/ , https://www.leahtharin.com/p/54-anthony-pierri-positioning-your , https://www.exitfive.com/articles/b2b-positioning-guide-to-saying-specific |
22
+ | AEO | Mike King (iPullRank) | Relevance Engineering | https://ipullrank.com/how-ai-mode-works , https://www.advancedwebranking.com/blog/optimizing-new-search-how-relevance-engineering-is-reshaping-seo , https://searchengineland.com/mike-king-smx-advanced-2025-interview-456186 |
23
+ | SEO | Aleyda Solis (Orainti) | Strategic SEO Frameworks + LearningSEO.io roadmap | https://www.aleydaseotips.com/ , https://learningseo.io/ , https://www.aleydasolis.com/en/ai-search/a-3-layer-framework-to-measure-ai-presence-readiness-and-business-impact-redefining-metrics-for-the-ai-search-era/ |
24
+ | LinkedIn | Justin Welsh | The LinkedIn Operating System (+ Content OS) | https://learn.justinwelsh.me/linkedin , https://learn.justinwelsh.me/content , https://www.justinwelsh.me/ |
25
+ | Email | Val Geisler (Fix My Churn) | The Dinner Party Strategy | https://www.valgeisler.com/ , https://microconf.gen.co/val-geisler/ , https://fixmychurn.com/incubator/ |
26
+ | Paid Ads | Dennis Yu (BlitzMetrics) | Dollar-a-Day (Content Inventory × 3 audiences × 3 stages) | https://dennis-yu.com/category/dollar-a-day/ , https://flowster.app/dollar-a-day/ , https://www.bolderfuture.com/blog/case-study-30-days-with-dennis-yus-dollar-a-day-ad-strategy |
27
+ | YouTube | Jimmy Donaldson (MrBeast) | The MrBeast Production Memo (Hook → Crazy Progression → Payoff) | https://www.shaanpuri.com/essays/mrbeast-leaked-memo , https://www.alexanderjarvis.com/memo-how-to-succeed-in-mrbeast-production/ , https://sherwood.news/culture/mrbeast-youtube-leaked-internal-success-document/ |
28
+ | Social | Dan Koe | The One-Person Business / 2 Hour Writer | https://thedankoe.com/letters/the-one-person-business-model-how-to-monetize-yourself/ , https://thedankoe.com/letters/the-one-person-business-roadmap-99-of-creators-make-this-mistake/ , https://www.modernmastery.co/ |
29
+ | PR/Media | Emilie Gerber (Six Eastern) | Publication-Specific Founder PR | https://www.lennysnewsletter.com/p/the-ultimate-guide-to-pr-emilie-gerber , https://www.opensourceceo.com/p/emilie-gerber-interview , https://www.sixeastern.com/ |
30
+ | Affiliate | Pat Flynn (Smart Passive Income) | 1•2•3 Affiliate Marketing (Soft Pitch Pipeline) | https://www.smartpassiveincome.com/courses-accelerators/123-affiliate-marketing/ , https://www.smartpassiveincome.com/ , https://www.descript.com/blog/article/affiliate-marketing-101-with-pat-flynn |
31
+ | Events | Lloyed Lobo (Traction, Boast.AI) | Community-Led Growth (13 Rules) | https://www.lloyedlobo.com/ , https://www.marketingpowerups.com/podcast/lloyed-lobo-community-led-growth/ , https://userlist.com/podcast/community-led-growth-with-lloyed-lobo/ |
32
+ | Landing pages | Peep Laja (Wynter) | Four-Layer Messaging (Clarity → Relevance → Value → Differentiation) | https://wynter.com/post/messaging-hierarchy , https://sequel.io/cmo-series/peep-laja/ , https://me.linkedin.com/posts/peeplaja_messaging-is-like-onions-it-has-layers-activity-6995731316755320832-d_Lz |
33
+ | pSEO | Ian Nuttall (Practical Programmatic) | Practical Programmatic SEO (data × template × intent) | https://practicalprogrammatic.com/ , https://iannuttall.gumroad.com/l/no-code-programmatic-seo , https://practicalprogrammatic.com/examples/zapier |
34
+ | Manifesto | Bernadette Jiwa | Story Driven (Backstory → Values → Purpose → Vision → Strategy) | https://thestoryoftelling.com/shop/ , https://www.befreed.ai/book/story-driven-by-bernadette-jiwa , https://www.marketingjournal.org/book-review-meaningful-the-story-of-ideas-that-fly-by-bernadette-jiwa/ |
35
+
36
+ ## Per-leader research depth
37
+
38
+ For each leader above, the downstream playbook rewrite extracts:
39
+
40
+ 1. Framework name + summary.
41
+ 2. 5–10 core principles in their vocabulary.
42
+ 3. Non-negotiables (what they insist on).
43
+ 4. Anti-patterns (what they say to avoid).
44
+ 5. How their thinking maps to a 9-phase takeToMarket campaign.
45
+
46
+ The detailed notes below capture all five items per leader with source URLs in-line.
47
+
48
+ ---
49
+
50
+ ## Detailed notes per leader
51
+
52
+ ### Anthony Pierri (Positioning)
53
+
54
+ **Why him over April Dunford for this audience:** Dunford's "Obviously Awesome" is the more widely cited positioning book, but her engagements are premium enterprise-tier and her 10-step process is heavy strategy work — she explicitly does *not* take early-stage startups. Pierri co-runs FletchPMM, has done 400+ B2B startup homepage repositioning engagements, and his methodology is productized, fast, and built for founders who have to ship a homepage *this week*. For developerneurs, Pierri's "rewrite your homepage in a week" is closer to how engineers want to operate than Dunford's "form a positioning team and align vocabulary" enterprise sequencing. Runner-up: April Dunford ("Obviously Awesome", https://www.aprildunford.com/books).
55
+
56
+ **Framework name:** Homepage-First Positioning — built around a 4-question model and a 7-box homepage canvas. Pierri's thesis: positioning isn't a strategy doc; positioning is what your homepage says. If the homepage is generic, the positioning is generic, regardless of any deck.
57
+
58
+ **Core principles (in his vocabulary):**
59
+
60
+ 1. **Clear is better than clever.** Specificity beats cleverness every time. A boring-but-specific tagline outperforms a clever-but-vague one ([Beneath POV](https://beneathagency.com/blog/b2b-pov-8-anthony-pierri/)).
61
+ 2. **The homepage is the strategy.** If your strategy can't fit on your homepage, it isn't actually positioning — it's an internal narrative ([Tripledart](https://www.tripledart.com/playbooks/crafting-homepage-messaging-for-b2b-saas-products)).
62
+ 3. **Champion-centric positioning.** Speak to the person closest to the problem who will become your internal advocate — not the economic buyer, not the C-suite ([Barry O'Reilly podcast](https://barryoreilly.com/explore/podcast/b2b-product-positioning-clarity/)).
63
+ 4. **Use-case positioning > category positioning** for most early-stage startups. Categories are won by incumbents; use cases are won by the team that owns one painful workflow.
64
+ 5. **The 4 questions every B2B startup must answer on the homepage:** (a) What is it? (b) Who is it for? (c) What problem does it solve? (d) What's the alternative we beat? ([Podscan](https://podscan.fm/podcasts/the-b2b-playbook/episodes/192-why-most-b2b-positioning-fails-and-how-to-fix-yours-anthony-pierri)).
65
+ 6. **7-box homepage canvas:** Hero headline, Hero subhead, Social proof bar, Problem agitation, Solution / how it works, Differentiators / "why us", CTA — each box has a job. If a box is empty or generic, the page fails ([Userpilot Medium](https://userpilot.medium.com/how-to-rewrite-your-homepage-with-sharper-positioning-messaging-by-anthony-pierri-78d65eac5ff9)).
66
+ 7. **Don't claim category novelty without substance.** "First X for Y" is a tell that the team has nothing concrete to compare against.
67
+ 8. **Pick a fight.** Name the alternative — even if it's "spreadsheets" or "doing it manually" — because positioning without a contrast point reads as marketing fluff.
68
+
69
+ **Non-negotiables:** A specific ICP role named on the homepage (not "teams" or "businesses"). A named alternative being beaten. A use case stated, not just a category claim.
70
+
71
+ **Anti-patterns he calls out:**
72
+ - Hero headlines that describe a category instead of an outcome ("The AI-powered platform for ___").
73
+ - Generic social proof ("trusted by leading teams") without logo specificity or quote substance.
74
+ - Founders writing copy for themselves instead of the champion buyer.
75
+ - "Strategy decks" that don't survive contact with the homepage.
76
+
77
+ **Map to a takeToMarket campaign:** Pierri's framework belongs in Phase 1 (Positioning) of takeToMarket and is the source of the positioning invariant that subsequent phases must not violate. The 7-box canvas becomes the structural template for the landing-pages playbook. The "champion-centric" lens drives ICP decomposition in Phase 2. His "name the alternative" rule becomes a positioning-check rule that flags any asset that fails to contrast against a named alternative.
78
+
79
+ ---
80
+
81
+ ### Mike King (AEO)
82
+
83
+ **Why him over Eli Schwartz / Aleyda Solis for AEO specifically:** Schwartz publicly thinks AEO is a marketing term invented to sell consulting; he is the SEO leader but not the AEO leader. Aleyda has a 3-layer AI-search measurement framework but treats AEO as a sub-discipline of SEO. Mike King is the one who coined and operationalized **Relevance Engineering** — a named, opinionated framework for optimizing for LLM-driven retrieval. Named 2025 Search Marketer of the Year by Search Engine Land specifically for this work. Runner-up: Eli Schwartz for *SEO-adjacent* AEO commentary ([productledseo.com](https://www.productledseo.com/p/aeo-is-not-seo-20)).
84
+
85
+ **Framework name:** Relevance Engineering (r19g) — a unified discipline that fuses information retrieval, content engineering, semantic SEO, UX, and digital PR for AI-mode search environments.
86
+
87
+ **Core principles (in his vocabulary):**
88
+
89
+ 1. **SEO is dead; long live Relevance Engineering.** Classic SEO assumed deterministic ranking — you write a page, it ranks. AI Mode is probabilistic — your content is manipulated, recomposed, and may never appear as a page link ([Search Engine Land](https://searchengineland.com/mike-king-smx-advanced-2025-interview-456186)).
90
+ 2. **Passage-level optimization, not page-level.** AI synthesizes answers from passages across many pages. Optimize each passage to be self-contained, factual, and citation-ready ([iPullRank AI Mode](https://ipullrank.com/how-ai-mode-works)).
91
+ 3. **Query fan-out is the new keyword.** A user query becomes 8–30 synthetic queries inside the AI. Your content must cover that fan-out, not just the head term.
92
+ 4. **Fit the reasoning target.** Content must be semantically complete in isolation. The LLM needs to be able to lift one paragraph and have it answer the synthetic query without context.
93
+ 5. **Be citation-worthy.** Cite sources, name authors, include verifiable numbers. LLMs preferentially cite content that itself cites.
94
+ 6. **Be composition-friendly.** Use modular formats — lists, bullet headers, sub-question H2/H3 — because LLMs synthesize structured content more reliably than flowing prose.
95
+ 7. **Entity-first SEO.** Build content around Knowledge Graph entities and explicit relationships, not just keywords. AI Mode resolves entities first, terms second ([AirOps interview](https://www.airops.com/blog/10x-content-engineer-michael-king)).
96
+ 8. **Multimodal is mandatory.** AI Mode pulls from text, video, audio, image. Single-format content is a liability.
97
+
98
+ **Non-negotiables:** Every passage answers one specific question. Every claim cites a source. Entities (people, products, places) are named precisely.
99
+
100
+ **Anti-patterns he calls out:**
101
+ - Rank-tracking via logged-out searches (no longer reflects what most users see).
102
+ - "AEO" as a separate discipline you outsource to a different vendor — relevance engineering subsumes it.
103
+ - Optimizing a single page in isolation rather than across a query cluster.
104
+ - Assuming generic "AI-optimized content" without passage-level engineering.
105
+
106
+ **Map to a takeToMarket campaign:** King's framework is the spine of the AEO playbook and informs how Phase 5 (Produce) structures content — every produced asset gets passage-level treatment, explicit entity labeling, and citation-readiness as quality gates. His "query fan-out" concept maps directly to takeToMarket's seed-keyword-to-asset-cluster expansion in Phase 3.
107
+
108
+ ---
109
+
110
+ ### Aleyda Solis (SEO)
111
+
112
+ **Why her over Brian Dean:** Brian Dean built Backlinko but sold it to Semrush and is largely retired from active publishing. The Skyscraper Technique still works but is a single tactic, not a framework for an entire SEO program. Aleyda is the most active, most cited, and most accessible SEO authority — she runs SEOFOMO (35K+ subscribers), LearningSEO.io (free roadmap), and Crawling Mondays. She's also fluent in the AI-search transition and publishes frameworks regularly. Runner-up: Brian Dean for link-building tactics specifically ([Backlinko Skyscraper](https://backlinko.com/skyscraper-technique)).
113
+
114
+ **Framework name:** Strategic SEO Frameworks — Aleyda is more "frameworks-curator" than single-framework author. The canonical artifact is her [LearningSEO.io roadmap](https://learningseo.io/) (open-source SEO learning path) plus her 3-Layer AI-Presence Framework.
115
+
116
+ **Core principles (in her vocabulary):**
117
+
118
+ 1. **SEO must be tied to business goals, not rankings.** Every framework starts with "what business outcome are we serving?" ([Yoast podcast](https://yoast.com/podcast/aleyda-solis/)).
119
+ 2. **3-layer measurement for AI search:** Presence (are you cited?), Readiness (is your content/site eligible to be cited?), Business Impact (does cited-ness drive revenue?) — and never collapse them into one score ([Aleyda 3-Layer Framework](https://www.aleydasolis.com/en/ai-search/a-3-layer-framework-to-measure-ai-presence-readiness-and-business-impact-redefining-metrics-for-the-ai-search-era/)).
120
+ 3. **International first.** Most growing startups underinvest in hreflang, market-specific keyword research, and locale content. The frameworks are language-agnostic.
121
+ 4. **Strategic over tactical.** "Tactics without strategy is noise." Tactical SEO changes (titles, links, technical) only compound when wrapped in a strategy ([Search Engine Journal](https://www.searchenginejournal.com/international-seo-considerations-with-aleyda-solis-podcast/282461/)).
122
+ 5. **Crawling and rendering are the foundation.** No content strategy survives broken indexability — fix the technical floor first.
123
+ 6. **Content needs to be discoverable AND citable.** In the AI era, discoverability (rank in SERP) and citability (be cited by AI) require distinct optimization.
124
+ 7. **Public learning > paid courses.** LearningSEO.io is free and structured as a roadmap — this is her implicit pedagogy: open knowledge wins.
125
+
126
+ **Non-negotiables:** Crawlability, rendering parity (SSR/SSG), hreflang correctness for international sites, and confidence-labelled metrics (never present a metric without saying how reliable it is).
127
+
128
+ **Anti-patterns she calls out:**
129
+ - Confusing rank-tracking with business outcomes.
130
+ - Treating AI Overviews/SGE as a separate channel from SEO instead of a continuum.
131
+ - Single-metric dashboards that flatten layered uncertainty.
132
+ - Buying links / black-hat shortcuts — explicit anti-recommendation.
133
+
134
+ **Map to a takeToMarket campaign:** Solis's 3-layer framework becomes the measurement spine of the SEO playbook in Phase 8 (Measure). Her insistence on strategy-before-tactics maps to takeToMarket's spec-driven phase ordering. Her LearningSEO.io pedagogy informs how takeToMarket explains SEO to engineer-founders — open, structured, roadmap-style.
135
+
136
+ ---
137
+
138
+ ### Justin Welsh (LinkedIn)
139
+
140
+ **Why him:** Confirmed — he is THE leader for LinkedIn for solopreneurs. He went from 0 to 600K+ followers, generated $8M+ in solo revenue without ads, and his "LinkedIn Operating System" course has thousands of customers. Critically, his framing is *solopreneur*, not corporate marketing — it speaks the engineer-founder language directly. The Stantly-derived patterns already in `references/linkedin-post-patterns.md` are tactical (post structures); Welsh's framework is the operating system around them. Both coexist in the rewritten LinkedIn playbook.
141
+
142
+ **Framework name:** The LinkedIn Operating System (LinkedIn OS) — combined with The Content OS for cross-platform repurposing.
143
+
144
+ **Core principles (in his vocabulary):**
145
+
146
+ 1. **Profile is the conversion page.** Headline, banner, About, and Featured section sell harder than any post. Optimize these *before* posting ([LinkedIn OS](https://learn.justinwelsh.me/linkedin)).
147
+ 2. **Post every weekday, twice on some days.** Consistency compounds; algorithm rewards rhythm.
148
+ 3. **The 50/30/20 split:** 50% education, 30% inspiration, 20% promotion. Never invert.
149
+ 4. **PAIPS formula for story posts:** Problem → Action → Insight → Plot twist → Solution.
150
+ 5. **One topic, three audiences.** Write to (a) people in your situation now, (b) people 1 year behind you, (c) people 1 year ahead — angle the post to one of the three per post.
151
+ 6. **Hook → Body → CTA.** Hook is the first 1–2 lines (LinkedIn cuts the rest behind "see more"). Body delivers. CTA is invitational, not pushy ([Josh Spector breakdown](https://joshspector.com/justin-welsh-linkedin-system/)).
152
+ 7. **Templatize, don't freestyle.** He maintains a swipe file of 30+ post templates; new content fills templates rather than starting blank.
153
+ 8. **The Content OS for repurposing:** every long-form essay becomes 5–7 short posts across LinkedIn, X, and threads — one piece of thinking, many surface areas.
154
+
155
+ **Non-negotiables:** Daily posting cadence. Profile optimized before content begins. Hook is doing 80% of the work — never bury the lede.
156
+
157
+ **Anti-patterns he calls out:**
158
+ - Engagement bait ("Agree?" / "Comment YES if…") at scale.
159
+ - Selling in every post — burns the audience.
160
+ - Long, unscannable posts without line breaks.
161
+ - Outsourcing your voice to ghostwriters early — kills the "one-person business" trust signal.
162
+
163
+ **Map to a takeToMarket campaign:** Welsh's LinkedIn OS structures the LinkedIn playbook's content cadence and post-template library. His Content OS principle becomes takeToMarket's cross-channel repurposing rule in Phase 7 (Amplify). His "profile = conversion page" maps to the landing-pages playbook for personal brand pages.
164
+
165
+ ---
166
+
167
+ ### Val Geisler (Email)
168
+
169
+ **Why her over Joanna Wiebe and Ramli John:** Wiebe is the strongest *copywriting* leader, but her framework is broader than email (it spans landing pages, ads, all written conversion). Ramli John owns *onboarding emails* specifically. Val Geisler owns the entire B2B SaaS email lifecycle as a system with a memorable, transferable metaphor ("Dinner Party"). She wrote MicroConf talks, runs Fix My Churn, and her vocabulary maps cleanly to engineer mental models (it's literally a state machine of email types). Runner-up: Joanna Wiebe ([Copyhackers](https://copyhackers.com/conversion-copywriting-defined/)).
170
+
171
+ **Framework name:** The Dinner Party Strategy — five email types modeled as courses of a dinner party: Welcome (host), Appetizers (low-pressure value), Main Course (the product), Side Dishes (complementary value), Dessert (delight + retention).
172
+
173
+ **Core principles (in her vocabulary):**
174
+
175
+ 1. **Lifecycle is behavior-based, not time-based.** Drip campaigns triggered by "day 3, day 7" are lazy. Trigger by what the user did or didn't do ([Val Geisler LinkedIn](https://www.linkedin.com/posts/lovevalgeisler_lifecycle-marketing-is-a-misnomer-if-in-activity-7057708444811755521-LmxB)).
176
+ 2. **Welcome email is the host moment.** First impressions disproportionately shape retention. Set expectations, name the next step, sound like a human ([MicroConf](https://microconf.gen.co/val-geisler/)).
177
+ 3. **Appetizers earn the main course.** Give value before pitching — short, useful, no CTA-stuffing.
178
+ 4. **The main course is product talk.** This is where you can be direct about features, demos, expansion — but only after appetizers.
179
+ 5. **Sides and dessert keep the relationship alive.** Post-purchase emails matter more than pre-purchase emails for MRR brands.
180
+ 6. **Customer language > marketing language.** Mine support tickets, sales calls, and onboarding chats for the exact phrases customers use. Use those phrases verbatim ([Churn.fm](https://www.churn.fm/episode/customer-email-strategy)).
181
+ 7. **Email is not a broadcast channel; it's a dinner conversation.** One-to-one tone, even at scale.
182
+
183
+ **Non-negotiables:** Behavior-triggered sequences (not time). One CTA per email. Plain-text aesthetic over heavy HTML. Subject lines tested against open rate per segment.
184
+
185
+ **Anti-patterns she calls out:**
186
+ - "Day 1, Day 3, Day 7" canned drip schedules.
187
+ - Heavy-HTML promotional emails that read as marketing-blasts.
188
+ - Multiple CTAs in one email diluting click intent.
189
+ - Pitching in the welcome email.
190
+
191
+ **Map to a takeToMarket campaign:** Geisler's Dinner Party becomes the structural template for the email playbook — every email asset is classified as host/appetizer/main/side/dessert, with behavior triggers defined. Maps to Phase 5 (Produce) email assets and Phase 8 (Measure) where retention metrics are course-specific.
192
+
193
+ ---
194
+
195
+ ### Dennis Yu (Paid Ads)
196
+
197
+ **Why him over Depesh Mandalia / Andrew Foxwell:** Mandalia's FAATT and BPM frameworks are real but his content is heavily gated behind $1K+ courses. Foxwell is excellent but corporate-leaning. Dennis Yu's "Dollar a Day" is the single most recognized, accessible, and engineer-friendly paid-ads framework. It maps perfectly to A/B testing mindsets (start cheap, iterate, scale winners) and works on Meta, TikTok, LinkedIn, Google. He has 15+ years of public content, runs BlitzMetrics, and the framework is literally "spend $1/day per test" — engineers grasp this in 30 seconds. Runner-up: Depesh Mandalia (BPM Method) for ecommerce DTC scale specifically.
198
+
199
+ **Framework name:** The Dollar-a-Day Strategy + the 3×3 Content Grid (3 audience stages × 3 content types = 9 high-performing pieces).
200
+
201
+ **Core principles (in his vocabulary):**
202
+
203
+ 1. **Test cheap, scale winners.** $1/day per ad reveals signal without burning budget. Only winners get more spend ([Fitness Business Podcast](https://fitnessbusinesspodcast.com/280-the-dollar-a-day-facebook-ad-strategy-with-dennis-yu/)).
204
+ 2. **Boost organic content; don't make new ad creative.** Find posts that already perform organically and put $1/day behind them. Pure-ad creatives rarely win.
205
+ 3. **Goldilocks audience sizing.** Audience too small → no learning. Too big → wasted spend. Aim for 1–10M-person audiences for testing ([Hustle and Flowchart](https://hustleandflowchart.com/how-to-build-a-recognizable-brand-using-1-ads-dennis-yu/)).
206
+ 4. **3×3 framework:** Three audience stages — Awareness, Engagement, Conversion. Three content types per stage. Goal: identify 9 winners, retarget across the funnel.
207
+ 5. **Scale on winners only.** Once a $1/day test wins, go to $30/day for 30 days. If still winning, $100/day. If still winning, $300/day. Never scale a loser.
208
+ 6. **Brand-Demand-Lead-Sale (BDLS) flywheel.** Brand builds awareness, drives demand, captures leads, closes sales — each stage retargets the next ([Marketing Speak](https://www.marketingspeak.com/the-past-present-and-future-of-facebook-advertising-with-dennis-yu/)).
209
+ 7. **Platform-agnostic.** Same strategy on Meta, TikTok, LinkedIn, YouTube, Google.
210
+
211
+ **Non-negotiables:** Boost organic-validated content only. Define audience before creative. Always have an awareness layer feeding conversion ads.
212
+
213
+ **Anti-patterns he calls out:**
214
+ - Spending $100/day on a single new ad creative without organic validation.
215
+ - Conversion-only funnels with no awareness ads (the well runs dry).
216
+ - Letting underperformers run on the assumption they "need time".
217
+ - Skipping retargeting between funnel stages.
218
+
219
+ **Map to a takeToMarket campaign:** Yu's Dollar-a-Day is the testing protocol in Phase 6 (Test) for paid channels. His 3×3 grid maps to takeToMarket's asset matrix in Phase 5 (Produce) — every campaign has at least one awareness, one engagement, one conversion asset before launch. The "boost organic" rule means takeToMarket's paid ads pipeline starts from organic-winner posts, not new creative.
220
+
221
+ ---
222
+
223
+ ### MrBeast / Jimmy Donaldson (YouTube)
224
+
225
+ **Why him over Roberto Blake / Jay Clouse:** Roberto Blake is excellent for *creator-economy professionalization* but more career advice than a YouTube production framework. Jay Clouse's Creator Science framework is about the creator business model, not video production. The leaked 36-page MrBeast production memo is the most concrete, public, citation-worthy artifact in the YouTube space — and it explicitly describes the production framework an engineer can mechanically apply. Runner-ups: Jay Clouse for monetization layer ([Creator Science](https://creatorscience.com/)), Roberto Blake for personal-brand layer ([Awesome Creator](https://robertoblake.com/)).
226
+
227
+ **Framework name:** The MrBeast Production Memo — Hook → Crazy Progression → Re-engagement → Payoff. Plus the "viewing experience > everything else" north star.
228
+
229
+ **Core principles (in his vocabulary):**
230
+
231
+ 1. **First minute is the entire video.** If retention drops in the first 60 seconds, the video is dead. Match clickbait expectations immediately ([Shaan Puri memo breakdown](https://www.shaanpuri.com/essays/mrbeast-leaked-memo)).
232
+ 2. **Crazy progression in minutes 1–3.** Skip the slow build. If the video is "I survived 7 days alone," cover days 1–4 in the first 2 minutes. Hook fast, hard.
233
+ 3. **Re-engagement spikes every 30–60 seconds in minutes 3–6.** Scene cut, new stakes, surprise. Drop-off is non-linear; specific moments cause it.
234
+ 4. **Title and thumbnail are 80% of the upload.** Spend more time on these than on editing. A great video with a bad thumbnail dies.
235
+ 5. **No dull moments.** If a section isn't earning its time, cut it. Editors literally have permission to remove anything boring ([Alexander Jarvis breakdown](https://www.alexanderjarvis.com/memo-how-to-succeed-in-mrbeast-production/)).
236
+ 6. **Abrupt ending > polished outro.** Long outros cause drop-off that hurts the next video's recommendation. End sharp.
237
+ 7. **A-team / B-team / C-team videos.** Resource-rank videos by expected payoff. A-team = swing for 100M views. C-team = experiments. Different budgets, different effort levels.
238
+ 8. **The viewer is the only stakeholder.** Sponsors, the team, the brand — none of it matters if the viewer doesn't keep watching.
239
+
240
+ **Non-negotiables:** Retention metric per minute. Thumbnail tested before upload. First minute matches title-promise.
241
+
242
+ **Anti-patterns he calls out:**
243
+ - Slow intros ("Hey guys welcome back to my channel…").
244
+ - Long sponsorship reads mid-video.
245
+ - Outros that promote other videos before the payoff lands.
246
+ - Title-thumbnail mismatch (clickbait followed by something else).
247
+
248
+ **Map to a takeToMarket campaign:** The MrBeast memo structures the YouTube playbook's video-production checklist. Hook quality and thumbnail-title pair become quality gates in Phase 4 (Quality) for any video asset. The "no dull moments" rule applies to all video content takeToMarket produces — webinars, explainers, demos — not just YouTube specifically.
249
+
250
+ ---
251
+
252
+ ### Dan Koe (Social)
253
+
254
+ **Why him over Gary Vee:** Gary Vee's "Jab Jab Jab Right Hook" is the canonical *social media for brands* framework, but it's optimized for consumer brands and big creator teams. Dan Koe's "One-Person Business" framing is built explicitly for solopreneurs using social as leverage — which is exactly takeToMarket's audience. His vocabulary (productize yourself, leverage, repeatable assets) translates to engineers natively. Runner-up: Gary Vee ([Jab Jab Jab Right Hook](https://www.amazon.com/Jab-Right-Hook-Story-Social/dp/006227306X)) — folded in for the "value-before-pitch" 50/30/20 ratio.
255
+
256
+ **Framework name:** The One-Person Business / The 2 Hour Writer — a content engine where a single creator produces leveraged content across X, LinkedIn, Threads, IG, and a newsletter from one daily writing session.
257
+
258
+ **Core principles (in his vocabulary):**
259
+
260
+ 1. **Productize yourself.** A one-person business is built on your specific knowledge × perspective × accumulated skill. Don't sell what's commoditized ([One-Person Business Model](https://thedankoe.com/letters/the-one-person-business-model-how-to-monetize-yourself/)).
261
+ 2. **Write to think; think to write.** Daily writing is the engine. Content is downstream of thinking; thinking is downstream of writing.
262
+ 3. **Specialized knowledge wins.** Pick a micro-niche so narrow that demand is undeniable and you can charge premium. Generalist content gets buried.
263
+ 4. **Top of funnel = social platforms.** Treat short-form (X, threads, shorts) as the discovery layer. Long-form (newsletter, blog) is the relationship layer ([Modern Mastery](https://www.modernmastery.co/)).
264
+ 5. **One idea, many surfaces.** One daily essay → 5 X posts → 1 LinkedIn post → 1 IG carousel → 1 YouTube short.
265
+ 6. **Authenticity > polish.** Engineer-creators win when they sound like themselves, not when they sound like marketers ([Dan Koe roadmap](https://thedankoe.com/letters/the-one-person-business-roadmap-99-of-creators-make-this-mistake/)).
266
+ 7. **Stack skills, don't multiply them.** Writing + niche expertise + design literacy = compounding moat. Adding 5 unrelated skills = scatter.
267
+ 8. **Build assets, not posts.** Every piece of content should be reusable — a post that becomes a thread that becomes a newsletter section that becomes a chapter.
268
+
269
+ **Non-negotiables:** Daily writing. One niche. Long-form anchor (newsletter or blog). Genuine voice.
270
+
271
+ **Anti-patterns he calls out:**
272
+ - Posting on every platform with no central long-form anchor.
273
+ - Engagement-farm content (controversial takes, ragebait) that builds the wrong audience.
274
+ - "Niche-hopping" — switching topics every 30 days.
275
+ - Outsourcing the voice to a ghostwriter before the audience knows who you are.
276
+
277
+ **Map to a takeToMarket campaign:** Koe's One-Person Business framework structures the social playbook for solo founders — daily writing as the engine, one long-form anchor, social as repurposing surfaces. His "productize yourself" maps to takeToMarket's Phase 1 (Positioning) for personal-brand-led companies. The "one idea, many surfaces" rule overlaps with Welsh's Content OS and becomes a cross-channel rule in Phase 7 (Amplify).
278
+
279
+ ---
280
+
281
+ ### Emilie Gerber (PR/Media)
282
+
283
+ **Why her:** PR is unusual because the canonical books on it (Edelman, Burnett) are for agency-tier work, not founders. Emilie Gerber runs Six Eastern, a PR agency for tech startups (clients: Perplexity, Ramp, Webflow, ClickUp, Nubank), and gave the most cited founder-PR masterclass on Lenny Rachitsky's podcast — which has become the de facto founder-PR reference. Her advice is publication-specific and actionable, written for founders who will email reporters themselves. Runner-up: Steli Efti for cold outreach methodology, but his framing is sales, not PR.
284
+
285
+ **Framework name:** Publication-Specific Founder PR — there isn't a numbered framework like "5 steps to PR"; her contribution is a publication-by-publication map of what each outlet wants and a set of crisp tactical rules.
286
+
287
+ **Core principles (in her vocabulary):**
288
+
289
+ 1. **If your pitch is more than three sentences, it's too long.** Brevity is the entire pitch craft ([Lenny's pod](https://www.lennysnewsletter.com/p/the-ultimate-guide-to-pr-emilie-gerber)).
290
+ 2. **Match the pitch to the publication.** TechCrunch wants funding + product news. Axios wants fintech/healthcare/deals. Business Insider wants metrics and pitch decks. WSJ/CNBC need substantial business numbers. VentureBeat = AI. Don't blanket-pitch.
291
+ 3. **Reporter incentives differ from customer incentives.** Reporters need a story that gets read — founder narrative, disruption angle, user-journey hook — not a feature list.
292
+ 4. **Don't claim category novelty without substance.** "First X for Y" without proof is a flag for cliché.
293
+ 5. **Diversify beyond legacy press.** Newsletters, podcasts, awards, conference talks are PR. A LinkedIn post by an investor can outperform a TechCrunch hit.
294
+ 6. **Earn the right to pitch.** Build relationships *before* you need coverage. Research the reporter's last 5 articles. Reference their work specifically.
295
+ 7. **Have a hook.** Funding, customer, hire, milestone, product launch. No hook → no story → no coverage ([Open Source CEO](https://www.opensourceceo.com/p/emilie-gerber-interview)).
296
+
297
+ **Non-negotiables:** 3-sentence pitch max. Reporter-research before send. A real news hook. Publication-fit before send.
298
+
299
+ **Anti-patterns she calls out:**
300
+ - Mass-blasted press release templates.
301
+ - Pitching with no news hook.
302
+ - "Disrupting X" without metrics or differentiation.
303
+ - Following up more than twice on the same reporter for the same pitch.
304
+
305
+ **Map to a takeToMarket campaign:** Gerber's framework anchors the PR/media playbook's pitch templates and publication routing. Her "real hook" requirement becomes a quality gate — no PR asset ships in Phase 5 (Produce) without a named hook. Her publication-fit table becomes a reference matrix in the playbook itself.
306
+
307
+ ---
308
+
309
+ ### Pat Flynn (Affiliate)
310
+
311
+ **Why him:** Affiliate marketing has surprisingly few credible public-facing leaders. Charles Ngo is paid-traffic-affiliate-focused (CPA), not content-affiliate. Pat Flynn has been the most public, consistent voice in affiliate marketing for 15 years, has generated $3.5M+ in personal affiliate revenue, and his "1•2•3 Affiliate Marketing" course is the canonical content-affiliate framework. His ethics-first framing ("only recommend what you use") suits the audience perfectly. Runner-up: Charles Ngo for paid-traffic affiliate at scale.
312
+
313
+ **Framework name:** 1•2•3 Affiliate Marketing — three-stage system: (1) build audience trust, (2) choose products you genuinely use, (3) promote with passive + active strategies. Plus the "Soft Pitch Pipeline" model.
314
+
315
+ **Core principles (in his vocabulary):**
316
+
317
+ 1. **Only recommend what you actually use.** This is the ethics floor — every other tactic compounds on it. Audiences sense fakery in months ([SmartPassiveIncome](https://www.smartpassiveincome.com/)).
318
+ 2. **Trust is the product; the affiliate link is the byproduct.** Audience trust is built over years; affiliate revenue is harvested from it.
319
+ 3. **Go above and beyond to show how you use it.** Tutorial > review. Show the workflow with screenshots, video, before/after.
320
+ 4. **Don't force; offer.** Affiliate mentions are recommendations, not pitches. The audience opts in.
321
+ 5. **The Soft Pitch Pipeline.** Build relationship → demonstrate use → mention naturally in context → drop link only when relevant ([Hustle and Flowchart](https://hustleandflowchart.com/pat-flynn-affiliate-marketing/)).
322
+ 6. **Interview the product makers.** A podcast episode with the CEO of the tool you're affiliating creates trust, content, and link placement all at once ([Foundr](https://foundr.com/articles/building-a-business/finance/passive-income-sources)).
323
+ 7. **Disclose every time.** Build the disclosure into the content, not buried in footnotes. Trust survives only with full transparency.
324
+ 8. **Build the email list first.** Affiliate revenue compounds on a list because you can recommend products via lifecycle email, not just one-shot content.
325
+
326
+ **Non-negotiables:** Personal use of the product. Disclosure. Trust before pitch. Email list as the compounding asset.
327
+
328
+ **Anti-patterns he calls out:**
329
+ - Recommending products you don't use.
330
+ - Pushing affiliates in every piece of content.
331
+ - Hiding affiliate disclosure.
332
+ - Chasing high-commission products with no audience fit.
333
+
334
+ **Map to a takeToMarket campaign:** Flynn's framework structures the affiliate playbook's onboarding for solopreneurs who want a secondary revenue layer. His "trust > link" maps to the positioning invariant — affiliate revenue can never compromise the campaign's primary positioning. The Soft Pitch Pipeline maps to Phase 5 (Produce) affiliate-bearing asset templates.
335
+
336
+ ---
337
+
338
+ ### Lloyed Lobo (Events)
339
+
340
+ **Why him:** Events for engineer-founders isn't really "buy a webinar tool" — it's community-led growth, where events are a *function* of community. Lloyed Lobo wrote the WSJ bestseller "From Grassroots to Greatness" specifically about this. He grew Boast.AI to 8 figures via Community-Led Growth and co-founded Traction (100K+ innovators). Casey Zeman owns the webinar-platform layer but his framework is platform-mechanics not strategy. Mark Bornstein from the plan is a webinar-platform PMM, not a strategy leader. Runner-up: Casey Zeman for the webinar-tactic layer specifically ([EasyWebinar](https://easywebinar.com/blog/webinar-marketing-guide/)).
341
+
342
+ **Framework name:** Community-Led Growth — 13 Rules. Three community types: Communities of Practice, Communities of Product, Communities of Play.
343
+
344
+ **Core principles (in his vocabulary):**
345
+
346
+ 1. **Community is your top channel.** For B2B SaaS, community outperforms paid ads and SEO when done right because it compounds — every event creates relationships that create more events ([Lloyed Lobo](https://www.lloyedlobo.com/)).
347
+ 2. **Three community types.** Practice (skill-based — DevRel community, RevOps community). Product (around your tool). Play (shared interest unrelated to product). Pick one to lead with — the others follow.
348
+ 3. **Give people autonomy.** Atlassian's community self-organized 5,000 events. Your community will do this if you don't over-control ([Userlist podcast](https://userlist.com/podcast/community-led-growth-with-lloyed-lobo/)).
349
+ 4. **Volunteers > paid contractors for events.** 60–100 volunteers per multi-thousand-person event is the ratio when community feels owned by members.
350
+ 5. **Events serve the community, not the funnel.** If every event is a webinar-disguised-as-pitch, the community evaporates.
351
+ 6. **The 13 rules** (paraphrased): Belong-first, Manifesto, Founders-as-storytellers, Practice-not-just-product, Rituals, Reciprocity, Recognize members, Reduce friction, Hand off ownership, Layer business model on top of community (not below), Patience, Compounding cadence, Permission to play.
352
+ 7. **Tactical events that work for solopreneurs:** Cohort live workshops (small, paid, deep), AMA series, "office hours" recurring slots, virtual conferences with member-led tracks, in-person dinners (best ROI per dollar).
353
+ 8. **In-person dinners outperform every other event format** for high-trust B2B at small scale ([Marketing Powerups](https://www.marketingpowerups.com/podcast/lloyed-lobo-community-led-growth/)).
354
+
355
+ **Non-negotiables:** Community before event tactics. Member autonomy. Events that give more than they take.
356
+
357
+ **Anti-patterns he calls out:**
358
+ - Webinars as sales pitches in disguise.
359
+ - Centralized control of community programming.
360
+ - Events with no rituals (no repeating cadence, no recurring formats).
361
+ - Treating community as a "tactic" rather than a strategy.
362
+
363
+ **Map to a takeToMarket campaign:** Lobo's framework structures the events playbook. Pure-webinar tactics (Casey Zeman) become a sub-section. Community-led growth determines whether an event makes sense at all in Phase 5 (Produce). For solopreneurs with no community yet, the playbook starts with rituals (recurring office hours, AMAs) before scaling to multi-thousand-person events.
364
+
365
+ ---
366
+
367
+ ### Peep Laja (Landing pages)
368
+
369
+ **Why him:** Joanna Wiebe is the strongest *copywriting* leader (and is folded in for copy-level guidance), and Brian Massey owns the landing-page-as-experiment scientific-method angle. But Peep Laja's Four-Layer Messaging Framework is the most engineer-translatable model of *what a landing page must do* — it's literally a 4-question state machine. He runs Wynter (B2B message-testing platform), founded CXL (training), founded Speero (CRO agency). His framework was developed across thousands of message tests. Runner-up: Joanna Wiebe ([Copyhackers](https://copyhackers.com/)) for copy-craft; Brian Massey for experiment design ([Conversion Sciences](https://conversionsciences.com/)).
370
+
371
+ **Framework name:** The Four-Layer Messaging Hierarchy — Clarity → Relevance → Value → Differentiation.
372
+
373
+ **Core principles (in his vocabulary):**
374
+
375
+ 1. **Clarity first: what is it?** Lead with the category in plain language. If a visitor can't say what you are in 5 seconds, the page fails ([Wynter messaging hierarchy](https://wynter.com/post/messaging-hierarchy)).
376
+ 2. **Relevance second: is it for me?** Once they know what it is, they ask if it applies. Name the ICP, name the use case, name the pain.
377
+ 3. **Value third: do I want it?** Tease the "promised land." Show outcomes, not features. Paint the after-state.
378
+ 4. **Differentiation fourth: why you?** Now — and only now — compare against alternatives. Trying to differentiate before clarity is wasted ([Sequel.io](https://sequel.io/cmo-series/peep-laja/)).
379
+ 5. **Test the messaging, not the design.** A/B testing buttons and colors is rounding error. The headline and the hierarchy drive the lift.
380
+ 6. **Message-market fit precedes product-market fit in marketing.** If the message doesn't resonate, no amount of traffic helps.
381
+ 7. **The pricing page is the highest-leverage CRO target in B2B SaaS** — yet most companies hide it ([Wynter](https://wynter.com/)).
382
+ 8. **Use Likert-scale measurement per layer.** Score each layer 1–5 with target audience members; fix the lowest-scoring layer first.
383
+
384
+ **Non-negotiables:** Category named in plain language above the fold. ICP role named. Outcome stated. Alternative beaten — in that order.
385
+
386
+ **Anti-patterns he calls out:**
387
+ - "AI-powered ___ platform" headlines that bury the category.
388
+ - Differentiation claims before clarity is established.
389
+ - Hiding the pricing page or making it require a "contact sales."
390
+ - A/B testing buttons/colors instead of headlines/hierarchy.
391
+
392
+ **Map to a takeToMarket campaign:** Laja's Four-Layer Hierarchy becomes the structural template for the landing-pages playbook. Every landing page produced in Phase 5 (Produce) is scored on each of the 4 layers before passing the Phase 4 quality gate. His pricing-page insight maps to a specific playbook section for SaaS pricing-page templates.
393
+
394
+ ---
395
+
396
+ ### Ian Nuttall (pSEO)
397
+
398
+ **Why him over Tom Critchlow / Preetam Nath:** Tom Critchlow is the leader for *SEO strategy* but not specifically programmatic SEO — his work is around getting buy-in and input metrics, not building 10K-page sites. Preetam Nath has a solid pSEO course but Ian Nuttall is more public, has the largest pSEO course on the web (1,500+ customers in "Practical Programmatic"), and built the no-code pSEO course adopted by indie hackers. His framing — data × template × intent — is engineer-native. Runner-up: Single Grain pSEO playbook ([Single Grain](https://www.singlegrain.com/blog/pseo-playbook/)) for agency-level execution.
399
+
400
+ **Framework name:** Practical Programmatic SEO — the data × template × intent model. Plus the "no-code" pSEO pipeline.
401
+
402
+ **Core principles (in his vocabulary):**
403
+
404
+ 1. **pSEO is data × template × intent.** A working pSEO page = unique data + repeatable template + a real user query intent. Miss any of the three and you generate spam ([Practical Programmatic](https://practicalprogrammatic.com/)).
405
+ 2. **Find the data source first, not the template.** Most failed pSEO sites start with "let's make pages for every X." Start with "what data do I have that's uniquely useful?"
406
+ 3. **Template once; scale forever.** Build one perfect template. Test it. *Then* generate thousands of pages from it — not before.
407
+ 4. **Two-axis pSEO patterns:** (a) [thing] × [location] — "best [thing] in [city]". (b) [thing] × [thing] — "[tool A] vs [tool B]", "[language] from [other language]". Most successful pSEO sites pick one axis ([Backlinko pSEO](https://backlinko.com/programmatic-seo)).
408
+ 5. **User intent must be real.** Generating pages for queries no one searches is pure index pollution. Validate search volume per template before scaling.
409
+ 6. **Quality threshold per page.** Every templated page must answer the query on its own — not just exist for an SEO crawler.
410
+ 7. **Index strategically.** Generate 10K pages; index only the 2K with quality data. The rest noindex until they have data ([No-Code pSEO](https://iannuttall.gumroad.com/l/no-code-programmatic-seo)).
411
+ 8. **Zapier is the case study.** 63K templated pages → 280K monthly organic visits → contributed to $5B valuation ([Practical Programmatic Zapier](https://practicalprogrammatic.com/examples/zapier)).
412
+
413
+ **Non-negotiables:** Unique data per page. Validated query intent. Quality threshold gate before indexing.
414
+
415
+ **Anti-patterns he calls out:**
416
+ - Generating thin pages with no unique data.
417
+ - Scaling before validating template performance.
418
+ - Indexing everything regardless of quality.
419
+ - pSEO without a query-intent check.
420
+
421
+ **Map to a takeToMarket campaign:** Nuttall's framework structures the pSEO playbook from scratch. The data × template × intent triad becomes the spec template for every pSEO project in Phase 3 (Plan). The quality-gate-before-indexing rule maps to Phase 4 quality gates — no page indexed until it passes per-page quality check.
422
+
423
+ ---
424
+
425
+ ### Bernadette Jiwa (Manifesto)
426
+
427
+ **Why her:** Manifesto marketing has two viable leaders — Seth Godin (broader marketing philosopher) and Bernadette Jiwa (story-as-strategy specialist). For a takeToMarket manifesto playbook — a single document that codifies brand purpose, values, and why-now — Jiwa is the more concrete teacher because her Story-Driven framework is literally a 5-part template founders fill in. Godin's "This Is Marketing" is broader and less framework-shaped. Jiwa also co-runs the Story Skills Workshop with Seth Godin, so the two are aligned, not competitive. Runner-up: Seth Godin ([This Is Marketing](https://www.marketing-psycho.com/this-is-marketing/)).
428
+
429
+ **Framework name:** Story-Driven (5 parts) — Backstory → Values → Purpose → Vision → Strategy. Plus The Fortune Cookie Principle (20 keys to a brand story).
430
+
431
+ **Core principles (in her vocabulary):**
432
+
433
+ 1. **Every business is either competition-driven or story-driven.** Competition-driven = beat rivals. Story-driven = be unmistakable. Story-driven wins long-term ([Befreed Story Driven](https://www.befreed.ai/book/story-driven-by-bernadette-jiwa)).
434
+ 2. **Backstory:** Where you came from. The origin matters because it's the only thing competitors can't copy.
435
+ 3. **Values:** What you refuse to do. Values stated as anti-rules (we will never X) are stronger than values stated as virtues (we believe in Y).
436
+ 4. **Purpose:** Why you exist beyond profit. The single answer to "why does this need to exist in the world?"
437
+ 5. **Vision:** What the future looks like if you succeed. Specific, concrete, measurable in qualitative terms.
438
+ 6. **Strategy:** How you'll deliver on purpose. The plan as an extension of the story, not separate from it.
439
+ 7. **Stories grounded in authenticity outperform stories grounded in cleverness.** Authentic stories withstand scrutiny; clever ones don't ([Marketing Journal review](https://www.marketingjournal.org/book-review-meaningful-the-story-of-ideas-that-fly-by-bernadette-jiwa/)).
440
+ 8. **You're competing for meaning, not attention.** Attention is rented; meaning is owned. A manifesto creates meaning ([Copyblogger](https://copyblogger.com/how-bernadette-jiwa-writes/)).
441
+ 9. **The Fortune Cookie Principle:** 20 elements that make a brand story stick — first impressions, sensory cues, surprise, generosity, ritual, etc. The manifesto is where all 20 should be encoded ([Fortune Cookie Principle](https://www.amazon.com/Fortune-Cookie-Principle-great-business/dp/1489583947)).
442
+
443
+ **Non-negotiables:** All 5 parts present. Authenticity over cleverness. Values stated as refusals.
444
+
445
+ **Anti-patterns she calls out:**
446
+ - Manifestos that read as press releases.
447
+ - Values lists that any company could claim (integrity, excellence, teamwork — meaningless).
448
+ - Purpose statements that don't survive "why does the world need this if you didn't exist?" test.
449
+ - Strategy decoupled from story.
450
+
451
+ **Map to a takeToMarket campaign:** Jiwa's 5-part Story-Driven framework is the literal template for the manifesto playbook. The manifesto becomes the source-of-truth artifact in Phase 0 (Initialize) that subsequent positioning, ICP, and brand decisions all reference. Every Phase 1–8 decision must trace back to one of the 5 manifesto parts; if it doesn't, it's off-strategy. The "competing for meaning" frame becomes a takeToMarket-wide invariant: every asset must reinforce meaning, not just chase attention.
452
+
453
+ ---
454
+
455
+ ## Summary of judgment calls and runner-ups
456
+
457
+ For controller / user review:
458
+
459
+ - **Positioning:** Picked Anthony Pierri *over* April Dunford because the audience is early-stage developerneurs, not enterprise B2B. Dunford is more cited industry-wide; Pierri is more useful for this audience.
460
+ - **AEO:** Picked Mike King over Eli Schwartz because Schwartz is publicly skeptical that AEO is a discipline. King has the named framework (Relevance Engineering) and is the 2025 Search Marketer of the Year. This is the highest-conviction pick.
461
+ - **SEO:** Picked Aleyda Solis over Brian Dean because Dean is largely retired from public publishing post-Backlinko sale. Solis is active, prolific, and engineer-friendly via LearningSEO.io.
462
+ - **Social:** Picked Dan Koe over Gary Vee because the audience is solopreneurs, not consumer brands. Gary Vee's "Jab Jab Jab Right Hook" is folded in for value-before-pitch principles.
463
+ - **Events:** Picked Lloyed Lobo over webinar-platform PMMs because events for engineer-founders is community-led growth, not webinar tactics. Casey Zeman folded in for the webinar-mechanics sub-section.
464
+ - **PR/Media:** Picked Emilie Gerber because no traditional PR book targets founder-DIY PR. Her Lenny's-podcast masterclass is the de facto reference.
465
+ - **pSEO:** Picked Ian Nuttall over Tom Critchlow because Critchlow is SEO-strategy, not pSEO-specifically.
466
+ - **Manifesto:** Picked Bernadette Jiwa over Seth Godin because Jiwa has the named 5-part framework; Godin is more philosophical.
467
+
468
+ **Genuine doubt to flag explicitly to the user:**
469
+
470
+ 1. **Positioning (Pierri vs Dunford):** The strongest tie. If the user prefers a more enterprise/category-creation framing, Dunford is the right call. If founder-doing-their-own-homepage-this-week, Pierri.
471
+ 2. **Social (Dan Koe vs Justin Welsh):** Welsh is already the LinkedIn pick. There's overlap — both teach one-person business content systems. If the user wants to consolidate, Welsh could absorb Social and the table would drop one row. Recommend keeping them separate because Welsh is LinkedIn-specific and Koe is multi-platform (X, IG, Threads, newsletter).
472
+ 3. **PR/Media:** Gerber's body of work is mostly podcasts and one Lenny's-newsletter post, not a book. If the user wants a book-backed leader, no strong alternative exists in founder-PR — would have to fall back to corporate PR books (Edelman, etc.) which are wrong for the audience.