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.
- package/.claude-plugin/marketplace.json +4 -4
- package/.claude-plugin/plugin.json +2 -2
- package/README.md +34 -11
- package/bin/lib/campaign.cjs +12 -8
- package/bin/lib/codebase-scan.cjs +86 -0
- package/bin/lib/config.cjs +129 -0
- package/bin/lib/deploy.cjs +36 -0
- package/bin/lib/deviation.cjs +1 -1
- package/bin/lib/drift-log.cjs +4 -4
- package/bin/lib/health.cjs +32 -31
- package/bin/lib/install-detect.cjs +62 -0
- package/bin/lib/legacy-folder.cjs +100 -0
- package/bin/lib/playwright-check.cjs +26 -0
- package/bin/lib/site-location.cjs +22 -0
- package/bin/lib/state.cjs +3 -3
- package/bin/lib/svg-render.cjs +42 -0
- package/bin/ttm-tools.cjs +136 -4
- package/gates/base-gates.md +8 -8
- package/gates/gate-evaluation.md +8 -8
- package/install.js +37 -3
- package/package.json +10 -6
- package/playbooks/aeo.md +218 -114
- package/playbooks/affiliate.md +225 -160
- package/playbooks/email.md +236 -174
- package/playbooks/events.md +303 -213
- package/playbooks/landing-pages.md +305 -0
- package/playbooks/linkedin.md +264 -142
- package/playbooks/manifesto.md +322 -0
- package/playbooks/paid-ads.md +240 -189
- package/playbooks/positioning.md +340 -0
- package/playbooks/pr-media.md +308 -168
- package/playbooks/pseo.md +426 -0
- package/playbooks/seo.md +251 -158
- package/playbooks/social.md +253 -182
- package/playbooks/youtube.md +286 -181
- package/references/brand-color-theory.md +48 -0
- package/references/codex-image-gen-research.md +58 -0
- package/references/context-loading.md +6 -6
- package/references/humanizer-patterns.md +433 -0
- package/references/inline-education-blurbs.md +461 -0
- package/references/landing-page-anatomy.md +64 -0
- package/references/linkedin-post-patterns.md +174 -0
- package/references/logo-design-principles.md +55 -0
- package/references/meta-gate-evaluation.md +3 -3
- package/references/obra-superpowers-conventions.md +170 -0
- package/references/playbook-leaders.md +472 -0
- package/references/playwright-mcp-setup.md +164 -0
- package/references/positioning-check-report.md +2 -2
- package/references/pseo-page-anatomy.md +56 -0
- package/references/pseo-templates/alternative-anatomy.md +31 -0
- package/references/pseo-templates/alternative-content-playbook.md +32 -0
- package/references/pseo-templates/blog-anatomy.md +28 -0
- package/references/pseo-templates/blog-content-playbook.md +36 -0
- package/references/pseo-templates/comparison-anatomy.md +29 -0
- package/references/pseo-templates/comparison-content-playbook.md +35 -0
- package/references/pseo-templates/use-case-anatomy.md +28 -0
- package/references/pseo-templates/use-case-content-playbook.md +30 -0
- package/skills/ttm-101/SKILL.md +25 -0
- package/skills/ttm-aeo-check/SKILL.md +17 -12
- package/skills/ttm-affiliate-kit/SKILL.md +5 -0
- package/skills/ttm-archive/SKILL.md +5 -0
- package/skills/ttm-brand-refresh/SKILL.md +5 -0
- package/skills/ttm-brief/SKILL.md +5 -0
- package/skills/ttm-competitor-scan/SKILL.md +5 -0
- package/skills/ttm-deploy/SKILL.md +22 -0
- package/skills/ttm-discover/SKILL.md +17 -0
- package/skills/ttm-email-check/SKILL.md +17 -0
- package/skills/ttm-email-preflight/SKILL.md +17 -11
- package/skills/ttm-fix/SKILL.md +5 -0
- package/skills/ttm-health/SKILL.md +6 -1
- package/skills/ttm-humanize/SKILL.md +33 -0
- package/skills/ttm-icp-refresh/SKILL.md +5 -0
- package/skills/ttm-improve-skill/SKILL.md +18 -0
- package/skills/ttm-init/SKILL.md +10 -3
- package/skills/ttm-keyword-map/SKILL.md +17 -11
- package/skills/ttm-landing/SKILL.md +19 -0
- package/skills/ttm-learn/SKILL.md +5 -0
- package/skills/ttm-linkedin-post/SKILL.md +26 -0
- package/skills/ttm-measure/SKILL.md +5 -0
- package/skills/ttm-new-campaign/SKILL.md +5 -0
- package/skills/ttm-next/SKILL.md +5 -0
- package/skills/ttm-playwright-setup/SKILL.md +18 -0
- package/skills/ttm-positioning-check/SKILL.md +5 -0
- package/skills/ttm-positioning-shift/SKILL.md +5 -0
- package/skills/ttm-produce/SKILL.md +5 -0
- package/skills/ttm-pseo/SKILL.md +26 -0
- package/skills/ttm-repurpose/SKILL.md +5 -0
- package/skills/ttm-request-skill/SKILL.md +18 -0
- package/skills/ttm-research/SKILL.md +18 -6
- package/skills/ttm-resume/SKILL.md +5 -0
- package/skills/ttm-review/SKILL.md +5 -0
- package/skills/ttm-seo/SKILL.md +64 -0
- package/skills/ttm-seo-audit/SKILL.md +17 -12
- package/skills/ttm-ship/SKILL.md +5 -0
- package/skills/ttm-state/SKILL.md +5 -0
- package/skills/ttm-update/SKILL.md +152 -4
- package/skills/ttm-verify/SKILL.md +5 -0
- package/templates/agents-md.md +14 -4
- package/templates/campaign-research.md +6 -6
- package/templates/campaign-state.md +1 -1
- package/templates/claude-md.md +14 -4
- package/templates/linkedin-base-template.md +48 -0
- package/templates/next-step-footer.md +13 -0
- package/templates/production-manifest.json +4 -4
- package/templates/pseo/alternative-cms-schema.json +65 -0
- package/templates/pseo/blog-cms-schema.json +55 -0
- package/templates/pseo/comparison-cms-schema.json +56 -0
- package/templates/pseo/use-case-cms-schema.json +62 -0
- package/templates/reference-files/brand.md +51 -0
- package/templates/reference-files/product-dna.md +73 -0
- package/templates/site-scaffold/app/globals.css +2 -0
- package/templates/site-scaffold/app/layout.tsx +17 -0
- package/templates/site-scaffold/app/page.tsx +33 -0
- package/templates/site-scaffold/app/robots.ts +8 -0
- package/templates/site-scaffold/app/sitemap.ts +10 -0
- package/templates/site-scaffold/app/tokens.css +21 -0
- package/templates/site-scaffold/components/Comparison.tsx +14 -0
- package/templates/site-scaffold/components/Faq.tsx +14 -0
- package/templates/site-scaffold/components/Features.tsx +14 -0
- package/templates/site-scaffold/components/FinalCta.tsx +17 -0
- package/templates/site-scaffold/components/Footer.tsx +12 -0
- package/templates/site-scaffold/components/Hero.tsx +22 -0
- package/templates/site-scaffold/components/HowItWorks.tsx +14 -0
- package/templates/site-scaffold/components/PricingTeaser.tsx +14 -0
- package/templates/site-scaffold/components/Problem.tsx +14 -0
- package/templates/site-scaffold/components/SocialProof.tsx +14 -0
- package/templates/site-scaffold/components/Solution.tsx +14 -0
- package/templates/site-scaffold/components/Testimonials.tsx +14 -0
- package/templates/site-scaffold/components/UseCases.tsx +14 -0
- package/templates/site-scaffold/content/.gitkeep +0 -0
- package/templates/site-scaffold/lib/.gitkeep +0 -0
- package/templates/site-scaffold/next.config.mjs +10 -0
- package/templates/site-scaffold/package.json +25 -0
- package/templates/site-scaffold/postcss.config.mjs +3 -0
- package/templates/site-scaffold/public/llms.txt +9 -0
- package/templates/site-scaffold/tsconfig.json +21 -0
- package/templates/verification-report.md +1 -1
- package/workflows/channel/linkedin-post.md +178 -0
- package/workflows/discipline/affiliate-kit.md +65 -6
- package/workflows/discipline/{email-preflight.md → email-check.md} +39 -4
- package/workflows/discipline/repurpose.md +82 -31
- package/workflows/discipline/{aeo-check.md → seo/aeo.md} +13 -6
- package/workflows/discipline/{seo-audit.md → seo/audit.md} +13 -6
- package/workflows/discipline/{keyword-map.md → seo/keyword-map.md} +13 -6
- package/workflows/education/ttm-101.md +114 -0
- package/workflows/lifecycle/brief-positioning-check.md +1 -1
- package/workflows/lifecycle/brief.md +64 -28
- package/workflows/lifecycle/{research.md → discover.md} +61 -19
- package/workflows/lifecycle/fix.md +72 -37
- package/workflows/lifecycle/humanize.md +280 -0
- package/workflows/lifecycle/learn.md +72 -35
- package/workflows/lifecycle/measure.md +54 -18
- package/workflows/lifecycle/produce.md +88 -37
- package/workflows/lifecycle/review.md +71 -25
- package/workflows/lifecycle/ship.md +62 -18
- package/workflows/lifecycle/verify.md +72 -26
- package/workflows/reference-mgmt/brand-refresh.md +50 -13
- package/workflows/reference-mgmt/competitor-scan.md +51 -15
- package/workflows/reference-mgmt/icp-refresh.md +48 -12
- package/workflows/reference-mgmt/positioning-check.md +55 -20
- package/workflows/reference-mgmt/positioning-shift.md +53 -17
- package/workflows/setup/init-brand-colors.md +75 -0
- package/workflows/setup/init-logo.md +113 -0
- package/workflows/setup/init-product-dna.md +83 -0
- package/workflows/setup/init-questions.md +166 -30
- package/workflows/setup/init-validation.md +22 -0
- package/workflows/setup/init.md +144 -39
- package/workflows/setup/new-campaign.md +48 -12
- package/workflows/site/deploy.md +98 -0
- package/workflows/site/landing.md +156 -0
- package/workflows/site/pseo.md +96 -0
- package/workflows/site/quality-gates.md +88 -0
- package/workflows/utility/archive.md +45 -9
- package/workflows/utility/health.md +77 -3
- package/workflows/utility/improve-skill.md +233 -0
- package/workflows/utility/next.md +38 -2
- package/workflows/utility/playwright-setup.md +128 -0
- package/workflows/utility/request-skill.md +218 -0
- package/workflows/utility/resume.md +40 -3
- package/workflows/utility/state.md +42 -7
package/playbooks/affiliate.md
CHANGED
|
@@ -1,155 +1,166 @@
|
|
|
1
1
|
---
|
|
2
2
|
discipline: affiliate
|
|
3
|
-
asset_types: [
|
|
4
|
-
version: "
|
|
3
|
+
asset_types: [partner-page, kit, comparison-article, soft-pitch-email]
|
|
4
|
+
version: "2.0"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
# Affiliate
|
|
7
|
+
# Affiliate Playbook
|
|
8
8
|
|
|
9
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
19
|
+
### The Soft Pitch Pipeline
|
|
18
20
|
|
|
19
|
-
-
|
|
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
|
-
|
|
23
|
+
**Teach → Demonstrate → Recommend → Link.**
|
|
25
24
|
|
|
26
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
34
|
+
Audience trust is built over years and burned in weeks. Two rules protect it:
|
|
36
35
|
|
|
37
|
-
|
|
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
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
55
|
+
### Build the Email List First
|
|
59
56
|
|
|
60
|
-
-
|
|
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:
|
|
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
|
-
|
|
72
|
-
|
|
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. **
|
|
77
|
-
- PASS:
|
|
78
|
-
- WARN:
|
|
79
|
-
- FAIL:
|
|
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. **
|
|
82
|
-
- PASS:
|
|
83
|
-
- WARN:
|
|
84
|
-
- FAIL:
|
|
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-
|
|
97
|
+
### DISC-AFFILIATE-03: Soft Pitch Pipeline Integrity -- Tier 1
|
|
87
98
|
|
|
88
|
-
**Checks:**
|
|
89
|
-
**Against:**
|
|
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. **
|
|
94
|
-
- PASS:
|
|
95
|
-
- WARN:
|
|
96
|
-
- FAIL:
|
|
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. **
|
|
99
|
-
- PASS:
|
|
100
|
-
- WARN: Most
|
|
101
|
-
- FAIL:
|
|
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-
|
|
114
|
+
### DISC-AFFILIATE-04: Audience-First Fit -- Tier 1
|
|
104
115
|
|
|
105
|
-
**Checks:**
|
|
106
|
-
**Against:**
|
|
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. **
|
|
111
|
-
- PASS:
|
|
112
|
-
- WARN:
|
|
113
|
-
- FAIL:
|
|
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. **
|
|
116
|
-
- PASS:
|
|
117
|
-
- WARN:
|
|
118
|
-
- FAIL:
|
|
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-
|
|
131
|
+
### DISC-AFFILIATE-05: Genuine Comparison (not Strawman) -- Tier 1
|
|
121
132
|
|
|
122
|
-
**Checks:**
|
|
123
|
-
**Against:**
|
|
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. **
|
|
128
|
-
- PASS:
|
|
129
|
-
- WARN:
|
|
130
|
-
- FAIL:
|
|
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. **
|
|
133
|
-
- PASS:
|
|
134
|
-
- WARN:
|
|
135
|
-
- FAIL:
|
|
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-
|
|
148
|
+
### DISC-AFFILIATE-06: CTA Respects the Reader -- Tier 2
|
|
138
149
|
|
|
139
|
-
**Checks:**
|
|
140
|
-
**Against:**
|
|
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. **
|
|
145
|
-
- PASS:
|
|
146
|
-
- WARN:
|
|
147
|
-
- FAIL:
|
|
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. **
|
|
150
|
-
- PASS:
|
|
151
|
-
- WARN:
|
|
152
|
-
- FAIL:
|
|
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
|
|
161
|
-
| GATE-07 (Compliance) | Tier 2 | Tier 1 | FTC requires affiliate disclosure
|
|
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
|
-
###
|
|
178
|
+
### Disclosure Placement
|
|
168
179
|
|
|
169
|
-
-
|
|
170
|
-
-
|
|
171
|
-
-
|
|
172
|
-
-
|
|
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
|
-
###
|
|
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
|
-
|
|
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
|
-
|
|
198
|
+
### Kit Structure (Partner-Kit for the Producer's Own Affiliates)
|
|
184
199
|
|
|
185
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
###
|
|
213
|
+
### Comparison Article Structure
|
|
193
214
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
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
|
-
###
|
|
221
|
+
### Soft-Pitch Email Length
|
|
199
222
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
4
|
|
204
|
-
|
|
205
|
-
|
|
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:
|
|
234
|
+
### Good: Partner Page Saturated in 1•2•3
|
|
212
235
|
|
|
213
236
|
```
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
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
|
-
**
|
|
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. **
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
-
|
|
266
|
-
-
|
|
267
|
-
-
|
|
268
|
-
-
|
|
269
|
-
-
|
|
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.
|