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
@@ -1,155 +1,166 @@
1
1
  ---
2
2
  discipline: affiliate
3
- asset_types: [affiliate-creative-kit, affiliate-landing-page, affiliate-email-swipe]
4
- version: "1.0"
3
+ asset_types: [partner-page, kit, comparison-article, soft-pitch-email]
4
+ version: "2.0"
5
5
  ---
6
6
 
7
- # Affiliate Discipline Playbook
7
+ # Affiliate Playbook
8
8
 
9
- This playbook extends the base playbook contract (`base.md`) with affiliate-specific production guidance, discipline gates, and format rules. It is loaded by ttm-producer during content generation and parsed by ttm-verify for gate evaluation.
9
+ ## Production Guidance
10
10
 
11
- ---
11
+ Affiliate marketing breaks the moment you treat it as a revenue stream. It works when you treat it as a *byproduct of trust*. The job is not to push links — the job is to be the person your audience asks before they buy. The link is what falls out when you do that job well.
12
12
 
13
- ## Production Guidance
13
+ This playbook runs on Pat Flynn's **1•2•3 Affiliate Marketing** system, the canonical content-affiliate framework. Three stages, in this order, every time:
14
14
 
15
- ### Creative Kit Completeness
15
+ 1. **Stage 1 — You actually use the product.** Not "I read the docs." Not "the founder gave me a demo." You have logged into the tool, paid for it (or earned access by genuinely qualifying), used it on a real workflow, and formed an opinion. If you have not, you do not have an affiliate asset yet — you have a sponsored ad, and it should be labeled as such.
16
+ 2. **Stage 2 — The product genuinely helps the audience you already serve.** Audience-first, not commission-first. A 60% recurring commission on a product your readers cannot use is worth $0. A 10% one-time commission on a product they were going to buy anyway is gold. Match the product to the ICP you already wrote in `ICP.md` — if it does not fit, kill the asset, no matter what the commission is.
17
+ 3. **Stage 3 — You disclose, then you soft-pitch.** Disclosure goes above the first link, in plain English, not in a footer. The pitch is a *recommendation in context*, not a banner ad. The reader should be able to read the asset, ignore the link, and still walk away with full value.
16
18
 
17
- Every affiliate creative kit must include the full set of assets partners need to promote effectively:
19
+ ### The Soft Pitch Pipeline
18
20
 
19
- - **Banner ads:** At least 3 standard IAB sizes (300x250, 728x90, 160x600). Provide high-resolution versions in PNG/JPG and optimized WebP. Each banner should include the product name, a clear value proposition, and a visible CTA.
20
- - **Email swipe files:** At least 2 templates covering different angles (pain-point-led and benefit-led). Include subject lines, preview text, body copy with merge tag placeholders, and a clear CTA with tracking link.
21
- - **Social copy snippets:** Platform-specific copy for X/Twitter (280 chars), LinkedIn (150-word hook + body), and Facebook/Instagram (caption + hashtag suggestions). Each snippet should include a tracking link.
22
- - **Landing page copy:** Dedicated affiliate landing page copy with headline, subhead, 3-5 bullet points of key benefits, social proof element, and a primary CTA. The landing page must use a unique tracking parameter per affiliate.
21
+ Every affiliate-bearing asset moves the reader through four steps, in order. Skipping a step is what makes affiliate content feel slimy:
23
22
 
24
- Do NOT send affiliates to a generic homepage. Every link in the creative kit must route through a trackable landing page with affiliate-specific UTM parameters or affiliate platform tracking codes.
23
+ **Teach Demonstrate Recommend Link.**
25
24
 
26
- ### Attribution and Cookie Logic
25
+ - **Teach** — You explain the underlying problem and the principles for solving it, *before any product is mentioned*. The reader learns something useful even if they never click anything.
26
+ - **Demonstrate** — You show how *you* solved it. Real screenshots from your account. Your actual workflow. The numbers from your dashboard, not the vendor's pitch deck. This is where "go above and beyond to show how you use it" lives.
27
+ - **Recommend** — You name the tool you use and *why you, specifically, kept using it*. Personal use is the proof; the recommendation is the conclusion.
28
+ - **Link** — Only here, and only once or twice in the asset. The link is the byproduct. If the asset feels valuable with the link removed, the pipeline is calibrated correctly.
27
29
 
28
- Specify the attribution model clearly in every creative kit:
30
+ A partner page, a kit, a comparison article, and a soft-pitch email all follow this pipeline. The proportion shifts (a comparison article is heavier on Teach + Demonstrate; a soft-pitch email is lighter), but the order never changes and the steps never collapse into each other.
29
31
 
30
- - **Cookie duration:** State explicitly (e.g., 30-day, 60-day, 90-day). Longer windows favor affiliates; shorter windows favor the brand. Match industry norms for your product category.
31
- - **Attribution model:** Declare first-touch or last-touch. First-touch credits the affiliate who introduced the customer; last-touch credits the affiliate whose link was clicked most recently before conversion.
32
- - **Cross-device tracking:** Note whether your platform supports cross-device attribution. If not, disclose this limitation to affiliates.
33
- - **Tracking parameters:** Define the URL parameter format (e.g., `?ref=AFFILIATE_ID` or `?utm_source=affiliate&utm_medium=AFFILIATE_ID`). Every link in creative must use this format.
32
+ ### Trust Is the Product; the Link Is the Byproduct
34
33
 
35
- ### Commission Structure and LTV/CAC Math
34
+ Audience trust is built over years and burned in weeks. Two rules protect it:
36
35
 
37
- Commission rates must pass a basic economic sanity check:
36
+ - **Don't force; offer.** Affiliate mentions are recommendations, not pitches. The audience opts in. Phrases like "you have to try this" or "trust me, just buy it" are pitches. Phrases like "the tool I use for this is X — here is why it worked for my setup, and here is a comparison if it does not fit yours" are offers.
37
+ - **Don't push affiliates in every piece of content.** If every asset has an affiliate link, the audience learns to filter you out. As a rough ceiling, no more than 1 in 3 produced assets in a quarter should be affiliate-bearing. The rest are pure teaching, building the trust that the soft-pitch assets harvest.
38
38
 
39
- - Calculate customer LTV (lifetime value) for the product being promoted
40
- - Determine customer acquisition cost (CAC) ceiling: LTV margin minus target profit
41
- - Set commission at or below CAC ceiling to maintain positive unit economics
42
- - Document payout terms: payment schedule (monthly, net-30, net-60), minimum payout threshold, and payment method
39
+ ### Audience-First Product Selection
43
40
 
44
- Example: If customer LTV is $500, gross margin is 70% ($350), and target profit per customer is $200, the CAC ceiling is $150. Commission must stay below $150 per conversion to maintain positive unit economics.
41
+ Before producing any affiliate asset, run the audience-first checklist. Flynn's framing: *you are picking products for your audience, not picking audiences for the highest-commission product.*
45
42
 
46
- ### Partner Enablement
43
+ - Does this product solve a problem in `ICP.md` that the audience has *actually expressed*?
44
+ - Have you used it for at least 30 days on a real workflow?
45
+ - Would you recommend it to a friend who paid you nothing?
46
+ - Does the commission stay below the value you are providing? (A 50% commission on a $10 product is not a red flag. A 50% commission on a $2,000 product where you have no personal use is.)
47
+ - If the affiliate program were discontinued tomorrow, would you still recommend the product? If no, do not produce the asset.
47
48
 
48
- Affiliates are external promoters who lack internal product knowledge. Every kit must include:
49
+ If any answer is "no," the product is not ready to be an affiliate asset. It can become one later, after you put in the time.
49
50
 
50
- - **Product summary:** 2-3 paragraph overview of what the product does, who it serves, and why it matters
51
- - **Target audience description:** ICP characteristics so affiliates know who to target
52
- - **Key differentiators:** 3-5 points that distinguish the product from competitors
53
- - **Approved messaging:** Exact claims affiliates can make, pulled from BRAND.md proof points
54
- - **FAQ section:** 8-10 common questions prospects ask, with approved answers
51
+ ### Interview the Product Makers
55
52
 
56
- ### Compliance Guardrails
53
+ The highest-trust affiliate asset is a long-form interview with the founder or product lead of the tool you are recommending. It creates three things at once: trust (the reader sees the human behind the product), content (a full episode/post worth keeping), and natural link placement (the affiliate link belongs in the show notes — nobody has to fight to put it there). When producing a partner page or kit for a tool you have a real relationship with, propose a founder interview as the lead asset.
57
54
 
58
- Affiliate marketing has specific regulatory requirements:
55
+ ### Build the Email List First
59
56
 
60
- - **FTC disclosure:** All affiliate content must include clear disclosure of the commercial relationship. Provide affiliates with approved disclosure language (e.g., "This post contains affiliate links. I may earn a commission if you make a purchase.")
61
- - **No income guarantees:** Creative must never promise specific income, results, or returns. Use language like "results may vary" when discussing outcomes.
62
- - **Claim boundaries:** Affiliates may only use claims that appear in BRAND.md approved proof points. No fabricated statistics, no unsubstantiated testimonials.
63
- - **Platform compliance:** Note any platform-specific rules (e.g., Google Ads restrictions on affiliate landing pages, Facebook ad policies on health/finance claims).
57
+ Affiliate revenue compounds on a list, not on one-shot blog traffic. A single comparison article ranks once; a list of 5,000 readers can be soft-pitched a dozen different tools over a year, each one in context. If `EMAIL.md` lifecycle sequences exist, that is where the most durable affiliate revenue lives. Treat soft-pitch-email as a first-class asset type in this playbook, not an afterthought.
64
58
 
65
59
  ---
66
60
 
67
61
  ## Discipline Gates
68
62
 
69
- ### DISC-AFFILIATE-01: Creative Kit Completeness -- Tier 1
63
+ ### DISC-AFFILIATE-01: Personal Use Evidence -- Tier 1
64
+
65
+ **Checks:** Whether the asset proves the producer has actually used the product (Stage 1 of 1•2•3)
66
+ **Against:** Asset body content and supporting media
67
+
68
+ #### Evaluation Criteria
69
+
70
+ 1. **Concrete personal-use artifact**
71
+ - PASS: Asset includes at least one of: a real screenshot from the producer's account (not vendor marketing), a workflow walk-through with specific configuration choices, a numeric result from the producer's own usage (e.g., "saved 4 hours/week on X"), or a documented duration of use ("I have used this for 8 months")
72
+ - WARN: Asset describes personal use in prose but provides no screenshot, number, or specific workflow detail
73
+ - FAIL: Asset reads as a generic product summary with no first-person, first-hand evidence — could have been written by someone who only read the vendor's website
74
+
75
+ 2. **Demonstrate before recommend**
76
+ - PASS: Personal-use evidence appears *before* the recommendation/CTA in the reading order
77
+ - WARN: Personal-use evidence is present but appears below the first CTA
78
+ - FAIL: The recommendation appears with no personal-use evidence anywhere in the asset
70
79
 
71
- **Checks:** Creative kit includes all required asset types for affiliates per PLAY-09
72
- **Against:** Asset content and kit manifest
80
+ ### DISC-AFFILIATE-02: Disclosure Above First Link -- Tier 1
81
+
82
+ **Checks:** FTC-compliant affiliate disclosure is present and placed before the first affiliate link, not in a footer
83
+ **Against:** Asset body content and link positions
73
84
 
74
85
  #### Evaluation Criteria
75
86
 
76
- 1. **Asset category coverage**
77
- - PASS: Kit includes at least 3 banner sizes, 2 email swipe templates, social copy snippets for at least 2 platforms, and landing page copy with tracking links
78
- - WARN: Kit has 2 of 4 asset categories (banners, email swipes, social copy, landing page)
79
- - FAIL: Kit has fewer than 2 asset categories or no tracking links included in any asset
87
+ 1. **Disclosure presence and placement**
88
+ - PASS: Plain-English disclosure (e.g., "This post contains affiliate links if you buy through them I earn a commission at no extra cost to you") appears before the first affiliate link in the reading order, in body text (not in a footer or fine print)
89
+ - WARN: Disclosure is present but placed after the first affiliate link, or buried in a footer/sidebar that requires scrolling past the link to find
90
+ - FAIL: No disclosure anywhere in the asset, OR disclosure exists only as a generic "we may earn commissions" site-wide footer with no asset-level statement
80
91
 
81
- 2. **Asset completeness**
82
- - PASS: Each asset includes all required elements (banners have CTA, emails have subject lines and preview text, social has platform-specific lengths)
83
- - WARN: Assets present but missing secondary elements (e.g., emails without preview text)
84
- - FAIL: Assets are placeholder-only or missing primary elements (e.g., banners without CTA)
92
+ 2. **Disclosure clarity**
93
+ - PASS: Disclosure uses plain language a non-marketer reader can parse on first read; does not hide behind euphemisms
94
+ - WARN: Disclosure exists but uses vague language ("we have partnerships," "supported by") that does not name the commercial relationship
95
+ - FAIL: Disclosure is unreadable, misleading, or contradicted elsewhere in the asset
85
96
 
86
- ### DISC-AFFILIATE-02: Attribution Logic -- Tier 1
97
+ ### DISC-AFFILIATE-03: Soft Pitch Pipeline Integrity -- Tier 1
87
98
 
88
- **Checks:** Cookie duration, attribution model, and tracking are specified per PLAY-09
89
- **Against:** Creative kit documentation and link structure
99
+ **Checks:** Asset follows Teach Demonstrate Recommend Link order without collapsing or skipping steps
100
+ **Against:** Asset body content reading order
90
101
 
91
102
  #### Evaluation Criteria
92
103
 
93
- 1. **Attribution specification**
94
- - PASS: Creative kit specifies cookie duration (e.g., 30-day, 90-day), attribution model (first-touch or last-touch), and all links use proper tracking parameters
95
- - WARN: Tracking links present but cookie duration or attribution model not documented
96
- - FAIL: No tracking infrastructure specified, or creative uses non-trackable links
104
+ 1. **Pipeline order**
105
+ - PASS: Asset opens with teaching content (problem framing, principles, education) before any product is named; demonstration follows before recommendation; recommendation precedes the link
106
+ - WARN: All four pipeline steps are present but appear out of order (e.g., link before teach), or one step is severely under-developed (e.g., Teach is only a single sentence)
107
+ - FAIL: Asset opens with the recommendation or link pure pitch with no teach/demonstrate scaffolding
97
108
 
98
- 2. **Link integrity**
99
- - PASS: Every link in every asset uses the declared tracking parameter format consistently
100
- - WARN: Most links use tracking parameters but 1-2 links are missing them
101
- - FAIL: Links use inconsistent formats or multiple assets have untracked links
109
+ 2. **Standalone value**
110
+ - PASS: A reader who never clicks the affiliate link still walks away with usable teaching/demonstration content
111
+ - WARN: Most of the asset's value depends on the linked product; teaching content is thin
112
+ - FAIL: The asset has no value without the link it is a banner ad in disguise
102
113
 
103
- ### DISC-AFFILIATE-03: Commission Sanity -- Tier 2
114
+ ### DISC-AFFILIATE-04: Audience-First Fit -- Tier 1
104
115
 
105
- **Checks:** Commission structure passes LTV/CAC math per PLAY-09
106
- **Against:** Commission documentation and financial projections
116
+ **Checks:** Recommended product fits the audience in `ICP.md`, not the commission rate
117
+ **Against:** Asset content and `.taketomarket/positioning/ICP.md`
107
118
 
108
119
  #### Evaluation Criteria
109
120
 
110
- 1. **Economic viability**
111
- - PASS: Commission percentage documented, LTV/CAC ratio calculated and shows positive unit economics (commission < customer LTV margin), payout terms stated
112
- - WARN: Commission stated but LTV/CAC math not shown
113
- - FAIL: No commission structure documented, or commission exceeds estimated customer LTV margin
121
+ 1. **ICP alignment**
122
+ - PASS: Asset names which audience segment from `ICP.md` the recommendation is for, and the product solves a problem that segment has actually expressed
123
+ - WARN: Asset describes a generic audience that overlaps with `ICP.md` but does not explicitly map to a named segment
124
+ - FAIL: Asset recommends a product that does not match any audience segment in `ICP.md`, or recommends to "anyone" with no fit reasoning
114
125
 
115
- 2. **Payout clarity**
116
- - PASS: Payment schedule, minimum threshold, and payment method are all documented
117
- - WARN: Payment schedule stated but threshold or method missing
118
- - FAIL: No payout terms documented
126
+ 2. **Commission-first red flag**
127
+ - PASS: Asset does not reference commission rates, payouts, or partner program economics in the reader-facing body
128
+ - WARN: Asset hints at commission ("great affiliate program") in a way that signals the recommendation was driven by payout, not fit
129
+ - FAIL: Asset's primary rationale for the recommendation is the commission rate or program tier rather than audience fit
119
130
 
120
- ### DISC-AFFILIATE-04: Claim Accuracy for Partners -- Tier 1
131
+ ### DISC-AFFILIATE-05: Genuine Comparison (not Strawman) -- Tier 1
121
132
 
122
- **Checks:** Affiliate copy does not make claims beyond what is approved in BRAND.md proof points
123
- **Against:** BRAND.md approved claims and proof points
133
+ **Checks:** Comparison assets cover real trade-offs across alternatives, not strawman foils for a predetermined winner
134
+ **Against:** Comparison asset content (applies to comparison-article asset_type; advisory for others)
124
135
 
125
136
  #### Evaluation Criteria
126
137
 
127
- 1. **Claim sourcing**
128
- - PASS: All claims in affiliate creative map to approved proof points in BRAND.md, no income or results guarantees
129
- - WARN: Claims are technically accurate but use amplified language not present in BRAND.md
130
- - FAIL: Creative includes unapproved claims, income guarantees, or unsubstantiated statistics
138
+ 1. **Alternative coverage**
139
+ - PASS: Comparison covers at least 2 named alternatives with real strengths attributed to each the non-recommended options have at least one genuine "use this instead if..." case
140
+ - WARN: Comparison names alternatives but treats their strengths superficially (one-line dismissals)
141
+ - FAIL: Comparison sets up alternatives as obvious losers strawman foils whose only purpose is to make the affiliate-linked product look better
131
142
 
132
- 2. **Disclaimer presence**
133
- - PASS: Creative includes FTC-compliant disclosure language and any required disclaimers for the product category
134
- - WARN: Disclosure language is present but vague or not prominently placed
135
- - FAIL: No disclosure language provided for affiliate creative
143
+ 2. **Honest weaknesses of the recommended product**
144
+ - PASS: The recommended product has at least one explicitly named weakness, limitation, or "do not use this if..." case
145
+ - WARN: Weaknesses are mentioned but immediately defused ("the only downside is that it is so good you will...")
146
+ - FAIL: Recommended product is portrayed as having zero downsides
136
147
 
137
- ### DISC-AFFILIATE-05: Partner Enablement -- Tier 2
148
+ ### DISC-AFFILIATE-06: CTA Respects the Reader -- Tier 2
138
149
 
139
- **Checks:** Affiliates have enough context to sell accurately without access to internal docs
140
- **Against:** Creative kit supplementary materials
150
+ **Checks:** Call-to-action is an offer, not a push; respects "don't force; offer"
151
+ **Against:** Asset CTA copy and frequency
141
152
 
142
153
  #### Evaluation Criteria
143
154
 
144
- 1. **Context completeness**
145
- - PASS: Kit includes product summary, target audience description, key differentiators, approved messaging, and FAQ section
146
- - WARN: Kit has product summary and messaging but missing FAQ or differentiators
147
- - FAIL: Kit provides creative assets only with no product context or messaging guidance
155
+ 1. **Offer language**
156
+ - PASS: CTA uses offer-framed language ("if it fits your setup, here is the link," "this is what I use — see if it works for you") and appears at most twice in the asset
157
+ - WARN: CTA uses neutral-but-flat language ("click here," "buy now") with no opt-in framing
158
+ - FAIL: CTA uses pressure language ("you have to try this," "do not miss out," "limited time"), or affiliate link is repeated 3+ times in the same asset
148
159
 
149
- 2. **FAQ coverage**
150
- - PASS: FAQ section has 5+ questions covering product functionality, pricing, support, and common objections
151
- - WARN: FAQ has 2-4 questions but misses a major category (e.g., no pricing FAQ)
152
- - FAIL: No FAQ section or fewer than 2 questions
160
+ 2. **No income/results guarantees**
161
+ - PASS: No language promising specific income, results, or returns from the product or from joining a program; "results may vary" framing where outcomes are mentioned
162
+ - WARN: Aspirational outcome language ("could change your business") without explicit guarantee
163
+ - FAIL: Explicit promise of specific income, conversions, or guaranteed results
153
164
 
154
165
  ---
155
166
 
@@ -157,116 +168,170 @@ Affiliate marketing has specific regulatory requirements:
157
168
 
158
169
  | Base Gate ID | Default Tier | Override Tier | Reason |
159
170
  |-------------|-------------|---------------|--------|
160
- | GATE-02 (Claim Accuracy) | Tier 2 | Tier 1 | Affiliate claims are amplified by third parties outside brand control; inaccurate claims create legal and brand risk at scale |
161
- | GATE-07 (Compliance) | Tier 2 | Tier 1 | FTC requires affiliate disclosure; non-compliance exposes the brand to regulatory action regardless of which affiliate violated the rule |
171
+ | GATE-02 (Claim Accuracy) | Tier 2 | Tier 1 | Affiliate copy amplifies vendor claims to the producer's trusted audience inaccurate claims burn audience trust, which is the entire compounding asset. Flynn's "trust is the product" is enforced at the base-gate level. |
172
+ | GATE-07 (Compliance) | Tier 2 | Tier 1 | FTC requires affiliate disclosure on every affiliate-bearing asset. Non-disclosure exposes both producer and brand to regulatory action. Disclosure is the floor, not an option. |
162
173
 
163
174
  ---
164
175
 
165
176
  ## Format Rules
166
177
 
167
- ### Banner Specifications
178
+ ### Disclosure Placement
168
179
 
169
- - **300x250 (Medium Rectangle):** Most common size. Include product name, one benefit line, CTA button.
170
- - **728x90 (Leaderboard):** Horizontal layout. Product name left, benefit center, CTA right.
171
- - **160x600 (Wide Skyscraper):** Vertical layout. Product name top, benefit middle, CTA bottom.
172
- - **File formats:** Provide PNG (high quality) and WebP (optimized). Max file size 150KB per banner.
173
- - **Text:** Maximum 20% of banner area. Use brand fonts from BRAND.md.
180
+ - Plain-English disclosure must appear in body copy above the first affiliate link.
181
+ - Recommended template: *"Heads up — this post contains affiliate links. If you buy through them I earn a small commission at no extra cost to you. I only recommend tools I actually use."*
182
+ - Disclosure must not be hidden in a collapsible section, footer, or sidebar that the reader has to seek out.
183
+ - For email assets, disclosure appears in the body, not only in the email footer template.
174
184
 
175
- ### Email Swipe Format
185
+ ### Partner Page Structure
176
186
 
177
- ```
178
- Subject: [Subject line -- 40-60 characters, no spam trigger words]
179
- Preview: [Preview text -- 40-90 characters, complements subject]
187
+ A partner page is the canonical home for a single recommended tool. Order is fixed:
180
188
 
181
- Hi [FIRST_NAME],
189
+ 1. **Hook** (1-2 sentences) — the problem this tool solves, in the reader's words
190
+ 2. **Disclosure** (1 sentence) — plain-English affiliate notice
191
+ 3. **Teach** (2-4 paragraphs) — the underlying problem, principles, what to look for in any tool of this category
192
+ 4. **Demonstrate** (3-6 paragraphs + 2+ screenshots) — your actual usage, real workflow, real results
193
+ 5. **Recommend** (1-2 paragraphs) — why *you* kept using it after the trial; who it is for; one honestly named weakness
194
+ 6. **"Use something else if..."** (1 paragraph) — explicit non-fit cases, with alternatives named
195
+ 7. **Soft-pitch CTA** (1 sentence + link) — offer framing, single link
196
+ 8. **FAQ** (5+ questions) — pricing, support, common objections, integrations
182
197
 
183
- [Opening hook -- 1-2 sentences addressing a pain point or benefit]
198
+ ### Kit Structure (Partner-Kit for the Producer's Own Affiliates)
184
199
 
185
- [Body -- 3-5 short paragraphs or bullet points]
200
+ A kit is what the *producer* hands to their own promoters when they themselves run an affiliate program. Even here, the 1•2•3 principles apply promoters must use, must fit their audience, must disclose. The kit must include:
186
201
 
187
- [CTA -- single clear action with tracking link]
202
+ - **Producer-first messaging** three approved 1-sentence positioning lines pulled from `BRAND.md`
203
+ - **Demonstrate-the-use templates** — at least 2 walkthrough templates promoters can adapt with their own screenshots
204
+ - **Soft-pitch email templates** — at least 2, each following Teach → Demonstrate → Recommend → Link
205
+ - **Disclosure language** — required FTC-compliant disclosure block, copy-paste-ready
206
+ - **Audience-fit guidance** — who this product is for (`ICP.md` segments), who it is *not* for
207
+ - **Approved claims** — exact claims from `BRAND.md` proof points; nothing else permitted
208
+ - **FAQ block** — 8-10 common reader questions with approved answers
209
+ - **Tracking link template** — single canonical tracking URL format
188
210
 
189
- [Disclosure -- FTC affiliate disclosure]
190
- ```
211
+ The kit deliberately does *not* include banner ads as primary assets. Banner-driven affiliate is the opposite of soft-pitch; it is permitted only as a secondary asset and must not be promoted as the lead deliverable.
191
212
 
192
- ### Social Copy Format
213
+ ### Comparison Article Structure
193
214
 
194
- - **X/Twitter:** 200-250 characters (leave room for link). No more than 2 hashtags.
195
- - **LinkedIn:** 150-word hook paragraph + 2-3 supporting points + CTA with tracking link.
196
- - **Facebook/Instagram:** 125-word caption + 3-5 relevant hashtags + tracking link in bio/comments.
215
+ 1. **What problem this category solves** teaching block before any product is named
216
+ 2. **How to evaluate tools in this category** the criteria you used, generalizable
217
+ 3. **The alternatives** at least 2 named alternatives, each with genuine strengths and a real "choose this if..."
218
+ 4. **The recommendation** — your pick, with personal-use evidence and honestly named weaknesses
219
+ 5. **Disclosure + soft-pitch CTA**
197
220
 
198
- ### Landing Page Copy Structure
221
+ ### Soft-Pitch Email Length
199
222
 
200
- 1. **Headline:** 8-12 words, addresses primary benefit
201
- 2. **Subhead:** 15-25 words, expands on headline with specificity
202
- 3. **Bullet points:** 3-5 key benefits with proof points
203
- 4. **Social proof:** Testimonial, customer count, or trust badge
204
- 5. **CTA:** Single primary action, above the fold
205
- 6. **Tracking:** Unique affiliate parameter in URL
223
+ - Total body length: 150-400 words. Longer than a promotional email; shorter than a newsletter.
224
+ - Subject line: no spam triggers, no fake urgency, no "RE:" or "FW:" fakery.
225
+ - Body opens with Teach (a useful insight, story, or framework) — *not* with the product name.
226
+ - Demonstrate block is 2-4 sentences with at least one concrete specific (a number, a workflow step, a screenshot link).
227
+ - Single CTA, single affiliate link. No "click here" buttons stacked above and below.
228
+ - Disclosure appears in the body above the link, not only in the footer.
206
229
 
207
230
  ---
208
231
 
209
232
  ## Examples
210
233
 
211
- ### Good: Complete Creative Kit
234
+ ### Good: Partner Page Saturated in 1•2•3
212
235
 
213
236
  ```
214
- Kit includes:
215
- - 3 banner sizes (300x250, 728x90, 160x600) in PNG + WebP
216
- - 2 email swipes (pain-point angle, benefit angle) with subject lines,
217
- preview text, merge tags, and tracking links
218
- - Social copy for X, LinkedIn, and Facebook with platform-specific lengths
219
- - Landing page copy with headline, benefits, testimonial, CTA
220
- - Product summary (3 paragraphs), ICP description, 5 differentiators
221
- - FAQ with 10 questions covering product, pricing, support, objections
222
- - Attribution doc: 30-day cookie, last-touch model, ?ref=AFFILIATE_ID format
223
- - Commission: 20% recurring, LTV $600, margin $420, commission cap $120/yr
224
- - FTC disclosure template included
237
+ Title: The screen-recording tool I use for every product demo (after trying 4)
238
+
239
+ Hook: I shipped 23 product demos last quarter. Picking a screen recorder
240
+ matters more than you think.
241
+
242
+ Disclosure: Heads up this post contains affiliate links. If you buy
243
+ through them I earn a small commission at no extra cost to you. I only
244
+ recommend tools I actually use.
245
+
246
+ Teach: Most product demos fail because of three things — audio drift,
247
+ cursor jitter, and a 4-minute runtime that should have been 90 seconds.
248
+ The tool matters less than the workflow, but the tool matters.
249
+
250
+ Demonstrate: Here is my actual recording setup [screenshot of dashboard].
251
+ I record at 1440p, trim with the built-in scene detector (saves me ~15
252
+ minutes per demo), and export at 1080p for web. Over 8 months I have
253
+ logged 142 recordings — the trim time alone has saved me roughly 35 hours.
254
+
255
+ Recommend: I kept using [Tool X] because the scene detector is unmatched
256
+ and exports are fast. Honest weakness: the mobile recording flow is rough
257
+ — if you record mostly on phone, this is not your tool.
258
+
259
+ Use something else if... you record on iPhone primarily (try [Alternative
260
+ A]) or you need team-shared cloud libraries (try [Alternative B]).
261
+
262
+ CTA: If your setup looks like mine, here is the link — see if it fits
263
+ yours. [single affiliate link]
225
264
  ```
226
265
 
227
- ### Bad: Incomplete Kit
266
+ **Why it works:** Disclosure is above the first link, in plain English. Personal use is concrete (142 recordings, 8 months, specific workflow). One honest weakness named. Two alternatives named with genuine fit cases. CTA is an offer, not a push. The reader gets the full teaching even if they ignore the link.
267
+
268
+ ### Bad: Generic Top-10 Listicle With No Personal Use
228
269
 
229
270
  ```
230
- Kit includes:
231
- - 1 banner size (300x250 only)
232
- - Generic homepage link (no tracking parameter)
233
- - No email swipes
234
- - No product summary or FAQ
235
- - Commission "to be discussed"
236
- - No disclosure language provided
271
+ Title: The 10 Best Screen Recorders in 2026 (Ranked!)
272
+
273
+ #1 Tool X 9.8/10. "The ultimate screen recorder. You will love it!"
274
+ [affiliate link]
275
+ #2 Tool Y 9.5/10. "Another fantastic option!" [affiliate link]
276
+ ... (8 more identical entries)
277
+
278
+ * As an affiliate we may earn commissions. (footer, fine print)
237
279
  ```
238
280
 
239
- **Problems:** Single banner size limits placement options. No tracking makes attribution impossible. Missing product context means affiliates will make up their own claims. Undefined commission deters quality affiliates.
281
+ **Why it fails:** No personal use anywhere no screenshots, no specific workflows, no real numbers. No teaching block straight into a ranked list. Disclosure is buried in the footer, not above the first link. Strawman comparison — every product is described identically because the producer has used none of them. Every link is a push, not an offer. This is a banner ad with the word "review" stapled on it. DISC-AFFILIATE-01, 02, 03, 05 all fail.
240
282
 
241
283
  ---
242
284
 
243
285
  ## Anti-Patterns
244
286
 
245
- 1. **Creative without product context** -- Sending banners and email templates with no product summary, ICP description, or approved messaging. Affiliates fill the gap with inaccurate or exaggerated claims.
287
+ 1. **Commission-first product selection** Sorting affiliate-program directories by payout rate and producing assets for whatever is at the top. Flynn's audience-first rule reverses this: start from a real problem in `ICP.md`, then find a tool you have used that solves it, *then* check whether it happens to have an affiliate program. The commission is the byproduct of the fit, not the other way around.
288
+
289
+ 2. **Recommending products you haven't used** — Producing affiliate content based on the vendor's website, press release, or a 20-minute founder call. The audience can tell within 200 words. Use the product for at least 30 days on a real workflow before producing the asset, or label it explicitly as a sponsored ad — not an affiliate recommendation.
246
290
 
247
- 2. **Income or results guarantees** -- Any language promising specific income, conversion rates, or guaranteed results. Violates FTC guidelines and exposes the brand to legal action. Use "results may vary" and focus on product benefits, not partner earnings.
291
+ 3. **Hiding the disclosure** Putting the disclosure in a footer, a sidebar, a collapsible section, or fine print below the fold. Violates DISC-AFFILIATE-02 and Flynn's "disclose every time" rule. Disclosure goes above the first affiliate link, in plain body text.
248
292
 
249
- 3. **Ignoring FTC disclosure requirements** -- Providing creative without disclosure templates. Even if affiliates are responsible for compliance, the brand shares liability. Always include approved disclosure language in every kit.
293
+ 4. **Strawman comparisons** Setting up the alternatives as obvious losers so the affiliate-linked product wins by default. The reader figures this out and never trusts you again. If you cannot name a real "use this instead if..." case for at least one alternative, you do not have a comparison you have an ad.
250
294
 
251
- 4. **Single banner size** -- Providing only one banner size limits where affiliates can place ads. The top 3 IAB sizes (300x250, 728x90, 160x600) cover 80%+ of available placements.
295
+ 5. **Generic top-10 listicles** "The 10 Best [Tool Category] in 2026" with two-sentence entries for each, all affiliate-linked. Personal use is impossible at scale (you have not deeply used 10 tools), so the entries are vendor-summary rewrites. Replace with a single deeply-used recommendation and a comparison block that names 1-2 alternatives honestly.
252
296
 
253
- 5. **Non-trackable links** -- Using generic URLs, link shorteners without tracking, or links that do not identify the affiliate. Without attribution, neither the brand nor the affiliate can measure performance.
297
+ 6. **Push CTAs instead of offer CTAs** "You have to try this," "limited time," "do not miss out," affiliate link repeated 3-5 times in the same asset. Reads as a pitch, not a recommendation. Use offer language ("if it fits your setup, here is the link"), single CTA, single link.
254
298
 
255
- 6. **Commission above LTV margin** -- Setting commission rates that exceed the customer's lifetime value margin. This creates negative unit economics where every affiliate-driven sale loses money.
299
+ 7. **Affiliate links in every asset** Treating every blog post, email, and video as a soft-pitch opportunity. The audience learns to filter you out within months. As a rough ceiling: no more than 1 in 3 produced assets in a quarter is affiliate-bearing. The rest are pure teaching that builds the trust the soft-pitch assets harvest.
256
300
 
257
- 7. **Same pitch for all affiliate tiers** -- Sending identical creative to micro-affiliates and enterprise partners. Tailor kit depth and commission structure to partner tier and audience size.
301
+ 8. **Income or results guarantees** Promising specific income, conversion rates, or guaranteed outcomes from a tool. Violates FTC guidelines and burns trust. Use "results may vary" framing; focus on what the tool *does*, not on what the reader will *earn*.
258
302
 
259
303
  ---
260
304
 
261
305
  ## Metrics
262
306
 
263
- Track these indicators for affiliate content after shipping:
307
+ Track these post-ship to evaluate whether the soft-pitch pipeline is actually working. Surface-level metrics (clicks, conversions) are necessary but insufficient — the trust signals are the ones that matter for compounding affiliate revenue.
308
+
309
+ **Surface metrics (necessary, not sufficient):**
310
+
311
+ - **Affiliate link clicks** — Total clicks on affiliate links from the asset, measured monthly.
312
+ - **Affiliate-attributed conversions** — Total conversions credited to the asset's affiliate links per the program's attribution model.
313
+ - **EPC (Earnings Per Click)** — Revenue divided by total clicks. Useful for sanity-checking commission economics, not for judging asset quality.
314
+ - **Conversion rate per asset** — Clicks-to-conversions per asset; identifies which soft-pitch assets are most-fit to audience.
315
+
316
+ **Trust signals (the ones Flynn cares about):**
317
+
318
+ - **Refund rate per asset** — Refunds as a percentage of conversions attributed to the asset. High refund rate is the canary for over-promising or audience-misfit recommendations — DISC-AFFILIATE-04 is failing in production even if it passed at verify time.
319
+ - **Repeat-buyer rate** — Percentage of buyers who go on to purchase the next thing you recommend. This is the trust compounding number. If it climbs, the pipeline is calibrated. If it falls, you are pushing instead of offering.
320
+ - **Audience-reply ratio** — On soft-pitch emails, the ratio of replies-asking-questions to unsubscribes. Replies mean the audience is treating you as a trusted source; unsubscribes mean you tipped into pitch.
321
+ - **Time-to-second-purchase** — Days between a reader's first affiliate-driven purchase from you and their second. Shorter time signals deepening trust.
322
+
323
+ **Pipeline metrics:**
324
+
325
+ - **Partner lifetime value** — Total earnings from a single recommended tool over its full life on your site. Compounds across years if the tool stays good and you keep updating the partner page.
326
+ - **Soft-pitch email open + click + reply rates** — Open rate measures subject; click rate measures CTA; reply rate measures whether the reader sees you as a person or a feed.
327
+ - **Affiliate-bearing asset ratio** — Affiliate-bearing assets as a percentage of all produced assets in the quarter. Should stay at or below ~33% to protect audience trust.
328
+
329
+ ---
330
+
331
+ ## Sources
264
332
 
265
- - **Affiliate-driven revenue** -- Total revenue attributed to affiliate links, measured monthly
266
- - **Conversion rate by affiliate** -- Per-affiliate conversion rate to identify top performers and optimize kit for underperformers
267
- - **EPC (Earnings Per Click)** -- Revenue divided by total affiliate link clicks; primary affiliate program health metric
268
- - **Active affiliate rate** -- Percentage of enrolled affiliates who generated at least 1 click in the last 30 days
269
- - **Creative usage rate** -- Which assets from the kit are actually being used by affiliates (tracked via unique creative IDs)
270
- - **Refund/chargeback rate** -- Per-affiliate refund rate to detect fraud or misleading promotion
271
- - **Time to first conversion** -- Days between affiliate enrollment and first attributed sale
272
- - **Kit download/access rate** -- How many enrolled affiliates actually access the creative kit
333
+ - [Pat Flynn Smart Passive Income](https://www.smartpassiveincome.com/) Flynn's hub site; canonical source for the 1•2•3 framework and Soft Pitch Pipeline.
334
+ - [1•2•3 Affiliate Marketing course page](https://www.smartpassiveincome.com/courses-accelerators/123-affiliate-marketing/) Official framework page outlining the three-stage system: build audience, choose products you use, promote with passive + active strategies.
335
+ - [Descript blog Affiliate Marketing 101 with Pat Flynn](https://www.descript.com/blog/article/affiliate-marketing-101-with-pat-flynn) Long-form interview covering Flynn's audience-first vs commission-first framing and the Soft Pitch Pipeline.
336
+ - [Hustle and Flowchart — Pat Flynn on Affiliate Marketing](https://hustleandflowchart.com/pat-flynn-affiliate-marketing/) Source for the Soft Pitch Pipeline language: build relationship demonstrate use mention naturally → drop link only when relevant.
337
+ - [Foundr Building a passive-income business (Pat Flynn)](https://foundr.com/articles/building-a-business/finance/passive-income-sources) Source for "interview the product makers" and email-list-first principles.