@miranda0808/maya-codex 0.1.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/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# Benchmarks, Data & Expert Methods
|
|
2
|
+
|
|
3
|
+
## Core Performance Metrics (2024–2025)
|
|
4
|
+
|
|
5
|
+
| Metric | Average | Good | Excellent | Source |
|
|
6
|
+
| -------------------------- | ------- | ------ | --------- | ------------------------ |
|
|
7
|
+
| Open rate | 27.7% | 40–45% | 50%+ | Belkins, Snov.io |
|
|
8
|
+
| Reply rate | 4–5.8% | 5–10% | 10–15% | Belkins, Reachoutly |
|
|
9
|
+
| Reply rate (best-in-class) | — | — | 15–25%+ | Digital Bloom, Instantly |
|
|
10
|
+
| Positive reply % | ~48% | 55–60% | 62–65% | Digital Bloom |
|
|
11
|
+
| Meeting booking rate | 0.5–1% | 1–2% | 2.3%+ | Reachoutly |
|
|
12
|
+
| Bounce rate | 7.5% | <4% | <2% | Belkins |
|
|
13
|
+
|
|
14
|
+
## Realistic Funnel Model
|
|
15
|
+
|
|
16
|
+
500 emails → 100 opens (20%) → 25 replies (5%) → 8 positive replies (30%) → 4 meetings (50%) → 1 client (25% close). ~**0.2% end-to-end conversion** for average performers.
|
|
17
|
+
|
|
18
|
+
## Performance Levers (ranked by impact)
|
|
19
|
+
|
|
20
|
+
1. **Hook type** — Timeline hooks outperform problem hooks by 3.4x in meetings
|
|
21
|
+
2. **Personalization depth** — Up to 250% more replies
|
|
22
|
+
3. **Brevity** — 25–75 words optimal, 83% more replies under 75 words
|
|
23
|
+
4. **Targeting precision** — ≤50 contacts per campaign = 2.76x higher reply rates
|
|
24
|
+
5. **Follow-up strategy** — First follow-up adds 49% more replies
|
|
25
|
+
6. **Reading level** — 3rd–5th grade = 67% more replies
|
|
26
|
+
7. **Send timing** — Thursday peaks at 6.87% reply rate
|
|
27
|
+
|
|
28
|
+
## Declining Effectiveness Trend
|
|
29
|
+
|
|
30
|
+
Reply rates dropped from 7–8% (2020–2022) to 4–5.8% (2024–2025), ~15% YoY decline. Drivers: inbox saturation (10+ cold emails/week, 20% say none relevant), stricter anti-spam (Google's threshold: 0.1% complaints), AI email flood (more volume, less quality signal). Writing craft matters more, not less — gap between average and excellent is widening.
|
|
31
|
+
|
|
32
|
+
## Response Rates by Seniority
|
|
33
|
+
|
|
34
|
+
- **Entry-level:** Highest engagement at 8% reply, 50% open
|
|
35
|
+
- **C-level:** 23% more likely to respond than non-C-suite when they engage (6.4% vs 5.2%)
|
|
36
|
+
- **CTOs/VP Tech:** 7.68% reply
|
|
37
|
+
- **CEOs/Founders:** 7.63% reply
|
|
38
|
+
- **Heads of Sales:** 6.60% (most targeted role, highest saturation)
|
|
39
|
+
|
|
40
|
+
## Industry Variation
|
|
41
|
+
|
|
42
|
+
**Highest responding:** Nonprofits (16.5%+), legal (10%), EdTech (7.8%), chemical (7.3%), manufacturing (6.1%).
|
|
43
|
+
**Lowest responding:** SaaS (3.5%), financial services (3.4%), IT services (3.5%).
|
|
44
|
+
|
|
45
|
+
## Top 15 Mistakes (ranked by impact)
|
|
46
|
+
|
|
47
|
+
1. **Too long** — 70% of emails above 10th-grade level. Under 75 words = 83% more replies
|
|
48
|
+
2. **Too self-focused** — "We are a leading..." signals sales pitch. Count I/We sentences
|
|
49
|
+
3. **No clear value prop** — 71% of decision-makers ignore irrelevant emails
|
|
50
|
+
4. **Generic templates** — {{FirstName}} isn't personalization. Recipients detect instantly
|
|
51
|
+
5. **Feature dumping** — "Great reps lead with problems" (Lavender). One proof point beats ten features
|
|
52
|
+
6. **False personalization** — "Loved your post!" without specifics is transparent
|
|
53
|
+
7. **Asking too much too soon** — 30-min call in first email = "proposing on first date"
|
|
54
|
+
8. **Pushy language** — "Act Now" stacking increases spam flagging by 67%
|
|
55
|
+
9. **No CTA** — Without a clear next step, momentum dies
|
|
56
|
+
10. **"Just checking in" follow-ups** — "I never heard back" = 12% drop in bookings
|
|
57
|
+
11. **Wrong tone for audience** — Founder ≠RevOps lead ≠sales leader
|
|
58
|
+
12. **Jargon/buzzwords** — "Leverage synergistic platform" → "We help you book more meetings"
|
|
59
|
+
13. **Unsubstantiated claims** — "300% more leads" without proof triggers skepticism
|
|
60
|
+
14. **Too many contacts per company** — 1–2 people = 7.8% reply; 10+ = 3.8%
|
|
61
|
+
15. **Fake urgency** — Fake "Re:" / "Fwd:" / countdown timers destroy trust
|
|
62
|
+
|
|
63
|
+
## Cultural Calibration
|
|
64
|
+
|
|
65
|
+
| Factor | US | UK | Germany/DACH | Scandinavia |
|
|
66
|
+
| ------------ | --------------- | ------------------------ | -------------------- | ----------------------- |
|
|
67
|
+
| Tone | Direct, casual | Polite, professional | Precise, data-driven | Fact-based, egalitarian |
|
|
68
|
+
| Length | Shorter, blunt | Longer, insight-led | Detail-oriented | Concise but substantive |
|
|
69
|
+
| Social proof | Outcome numbers | Research-led credibility | Technical precision | Shared values |
|
|
70
|
+
|
|
71
|
+
North America: 4.1% response. Europe: 3.1%. Asia-Pacific: 2.8%. Shorter, more direct sequences work better in US. UK needs more insight/personality. GDPR affects European tone.
|
|
72
|
+
|
|
73
|
+
## Expert Quick Reference
|
|
74
|
+
|
|
75
|
+
| Expert | Core Method | Best For |
|
|
76
|
+
| -------------- | --------------------------------------------------------------- | ----------------------------------------------- |
|
|
77
|
+
| Alex Berman | 3C's: Compliment → Case Study → CTA | High-ticket B2B services, agencies |
|
|
78
|
+
| Josh Braun | "Poke the Bear" — neutral questions exposing invisible problems | Empathy-driven consultative selling |
|
|
79
|
+
| Kyle Coleman | Systematic research + AI personalization at scale | Bridging mass outreach and deep personalization |
|
|
80
|
+
| Becc Holland | Psychographic personalization, Premise Buckets | Combining personalization with relevance |
|
|
81
|
+
| Will Allred | Data-driven coaching, Mouse Trap, Vanilla Ice Cream | Any context; universal frameworks |
|
|
82
|
+
| Justin Michael | 1–3 sentence hyper-brevity, quote their own words | High-velocity SDR teams at scale |
|
|
83
|
+
| Sam Nelson | Agoge Sequence — Triple on Day 1 (email + LinkedIn + call) | Multi-channel, tiered personalization |
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Follow-Up Sequences
|
|
2
|
+
|
|
3
|
+
55% of replies come from follow-ups, not the initial email. Yet 48% of salespeople never follow up even once.
|
|
4
|
+
|
|
5
|
+
## How Many: 3–5 Total Emails
|
|
6
|
+
|
|
7
|
+
- Highest single-email reply rate: **8.4%** (Belkins).
|
|
8
|
+
- 4–7 email campaigns achieve **27% reply rates** vs 9% for 1–3 emails (Woodpecker, 20M emails).
|
|
9
|
+
- By 4th follow-up, response rates drop **55%** and spam complaints **triple**.
|
|
10
|
+
- Resolution: longer sequences catch different timing windows. Cap at 4 follow-ups (5 total emails). Each must add genuinely new value.
|
|
11
|
+
|
|
12
|
+
## Optimal Cadence
|
|
13
|
+
|
|
14
|
+
Increase the gap between each touch:
|
|
15
|
+
|
|
16
|
+
| Touch | Day | Notes |
|
|
17
|
+
| ------------- | ----- | ---------------------------------------------- |
|
|
18
|
+
| Initial email | 0 | Maximum personalization investment |
|
|
19
|
+
| Follow-up 1 | 3 | Waiting 3 days increases response by up to 31% |
|
|
20
|
+
| Follow-up 2 | 7–8 | Different angle |
|
|
21
|
+
| Follow-up 3 | 14 | New value piece |
|
|
22
|
+
| Follow-up 4 | 21–28 | Breakup email |
|
|
23
|
+
|
|
24
|
+
**Best days:** Tuesday–Thursday (Thursday peaks at 6.87% reply rate).
|
|
25
|
+
**Best times:** 9–11 AM or 1–3 PM in prospect's local time.
|
|
26
|
+
**Avoid:** Monday mornings (inbox overload), Friday afternoons (checked out).
|
|
27
|
+
|
|
28
|
+
## Angle Rotation
|
|
29
|
+
|
|
30
|
+
Each follow-up must stand alone while building toward the goal. Never just "bump this up."
|
|
31
|
+
|
|
32
|
+
| Email | Angle | Purpose |
|
|
33
|
+
| ----------- | ---------------------------------------------------------- | -------------------------- |
|
|
34
|
+
| Initial | Personalized hook + core value prop + soft CTA | Introduce problem/solution |
|
|
35
|
+
| Follow-up 1 | Different angle, new value piece (stat, insight, resource) | Show additional benefit |
|
|
36
|
+
| Follow-up 2 | Social proof / case study from similar company | Build credibility |
|
|
37
|
+
| Follow-up 3 | New insight, industry trend, or relevant resource | Demonstrate expertise |
|
|
38
|
+
| Follow-up 4 | Breakup — acknowledge silence, leave door open | Trigger loss aversion |
|
|
39
|
+
|
|
40
|
+
Add only **one new value proposition per email** (SalesBread). This naturally forces different angles.
|
|
41
|
+
|
|
42
|
+
## The Breakup Email
|
|
43
|
+
|
|
44
|
+
Leverages loss aversion — removing pressure while creating scarcity through withdrawal. Close.com reports **10–15% response rates** from breakup emails with cold prospects.
|
|
45
|
+
|
|
46
|
+
**Structure:**
|
|
47
|
+
|
|
48
|
+
1. Acknowledge you've reached out multiple times
|
|
49
|
+
2. Validate their potential lack of interest
|
|
50
|
+
3. State this is your final email for now
|
|
51
|
+
4. Leave the door open
|
|
52
|
+
|
|
53
|
+
**Example:**
|
|
54
|
+
|
|
55
|
+
> I haven't heard back, so I'll assume now isn't the right time. Before I close the loop: [1-sentence insight or resource]. If that changes things, feel free to reply. Otherwise, no hard feelings — good luck with [their goal].
|
|
56
|
+
|
|
57
|
+
**1-2-3 Format** (reduces friction to near zero):
|
|
58
|
+
|
|
59
|
+
> Since I haven't heard back, I'll keep it simple. Reply with a number:
|
|
60
|
+
>
|
|
61
|
+
> 1 — Interested, let's talk
|
|
62
|
+
> 2 — Not now, check back in 3 months
|
|
63
|
+
> 3 — Not interested, please stop
|
|
64
|
+
|
|
65
|
+
**Critical rule:** If you send a breakup email, honor it. Do not contact the prospect again.
|
|
66
|
+
|
|
67
|
+
## Phrases That Kill Response Rates
|
|
68
|
+
|
|
69
|
+
- "I never heard back" → **12% drop** in meeting booking rate (Gong)
|
|
70
|
+
- "Just checking in" → Zero value, signals laziness
|
|
71
|
+
- "Bumping this to the top of your inbox" → Presumptuous
|
|
72
|
+
- "Did you see my last email?" → Guilt-tripping
|
|
73
|
+
- "Following up on my previous message" → Generic, adds nothing
|
|
74
|
+
|
|
75
|
+
## CTA Adjustment by Seniority
|
|
76
|
+
|
|
77
|
+
**Executives/founders:** Ultra-low-effort, curiosity-driven. "Curious?" or "Worth 2 min?"
|
|
78
|
+
|
|
79
|
+
**Mid-level managers:** More specific value. "Want me to walk through how [Company] saved 15 hours/week?"
|
|
80
|
+
|
|
81
|
+
Higher in the org chart = less friction you can ask for.
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# Cold Email Copywriting Frameworks
|
|
2
|
+
|
|
3
|
+
Frameworks beat templates — they teach thinking patterns, not copy-paste shortcuts.
|
|
4
|
+
|
|
5
|
+
## PAS — Problem, Agitate, Solution (default)
|
|
6
|
+
|
|
7
|
+
**Structure:** Identify pain → Amplify consequences → Present solution + soft CTA.
|
|
8
|
+
**Best for:** Problem-aware but not solution-aware prospects. The workhorse framework.
|
|
9
|
+
|
|
10
|
+
> Most VP Sales at companies your size spend 5+ hours/week on manual CRM reporting. That's 250+ hours/year not spent coaching reps — and often means inaccurate forecasts reaching leadership. We built a tool that auto-generates CRM reports in real time. Teams like Datadog reduced reporting time by 80%. Would it make sense to see how?
|
|
11
|
+
|
|
12
|
+
## BAB — Before, After, Bridge
|
|
13
|
+
|
|
14
|
+
**Structure:** Current painful situation → Ideal future → Your product as the bridge.
|
|
15
|
+
**Best for:** Transformation-driven offers with clear before/after. Emotional decision-makers.
|
|
16
|
+
|
|
17
|
+
> Right now, your team is likely spending hours manually sourcing leads — feast or famine each quarter. Imagine qualified leads arriving daily on autopilot, reps spending 100% of their time selling. That's what our platform does. Companies like HubSpot saw a 40% pipeline increase within 90 days. Can I show you how?
|
|
18
|
+
|
|
19
|
+
## QVC — Question, Value, CTA
|
|
20
|
+
|
|
21
|
+
**Structure:** Targeted pain question → Brief value → Direct next step.
|
|
22
|
+
**Best for:** C-suite prospects who prefer brevity. Qualify interest immediately.
|
|
23
|
+
|
|
24
|
+
> Are your SDRs spending more time researching than selling? We help sales teams automate prospect research so reps focus on conversations. Clients see 3x more meetings per rep per week. Worth a 10-minute demo?
|
|
25
|
+
|
|
26
|
+
## AIDA — Attention, Interest, Desire, Action
|
|
27
|
+
|
|
28
|
+
**Structure:** Hook/stat → Address specific challenge → Social proof/outcome → Clear CTA.
|
|
29
|
+
**Best for:** Data-driven prospects, high-ticket pitches with strong stats.
|
|
30
|
+
|
|
31
|
+
> Companies in pharma lose 30% of leads due to manual outreach. Given {{Company}}'s growth this quarter, pipeline velocity is likely top of mind. Customers like Pfizer use our platform to automate lead qualification — cutting time-to-contact by 60%. Worth a 15-minute call?
|
|
32
|
+
|
|
33
|
+
## PPP — Praise, Picture, Push
|
|
34
|
+
|
|
35
|
+
**Structure:** Genuine compliment → How things could be better → Gentle push to action.
|
|
36
|
+
**Best for:** Senior prospects who respond to relationship-building. Requires genuine trigger.
|
|
37
|
+
|
|
38
|
+
> Your keynote on scaling SDR teams was spot-on — especially on ramp time as the hidden cost. What if you could cut that in half? Our in-inbox coach helps new reps write effective emails from day one with real-time scoring. Open to a quick chat about how this could support your growth?
|
|
39
|
+
|
|
40
|
+
## Star-Story-Solution
|
|
41
|
+
|
|
42
|
+
**Structure:** Introduce character (customer) → Tell challenge narrative → Reveal results.
|
|
43
|
+
**Best for:** Strong customer success stories. Humanizes the pitch.
|
|
44
|
+
|
|
45
|
+
> Last year, Sarah — VP Sales at a Series B startup — had 5 SDRs competing against a rival with 20. Her team was getting crushed on volume. They adopted our AI prospecting tool and sent hyper-personalized emails at 3x pace without losing quality. Within 90 days, they booked more meetings than their competitor's entire team. Happy to share how this could work for {{Company}}.
|
|
46
|
+
|
|
47
|
+
## SCQ — Situation, Complication, Question
|
|
48
|
+
|
|
49
|
+
**Structure:** Current reality → Complicating challenge → Question that speaks to need → Optional answer.
|
|
50
|
+
**Best for:** Consultative selling. Mirrors how professionals present to leadership.
|
|
51
|
+
|
|
52
|
+
> Your team doubled this year. That usually means onboarding is eating into selling time. How are you handling ramp for new hires?
|
|
53
|
+
|
|
54
|
+
## ACCA — Awareness, Comprehension, Conviction, Action
|
|
55
|
+
|
|
56
|
+
**Structure:** Contrarian hook → Explain benefit simply → Provide proof → Strong CTA.
|
|
57
|
+
**Best for:** Analytical buyers who need evidence (engineers, CFOs, ops leaders).
|
|
58
|
+
|
|
59
|
+
> Most sales teams measure rep activity. The top 5% measure rep efficiency instead. When Acme switched, they booked 40% more meetings with fewer emails. Worth seeing how?
|
|
60
|
+
|
|
61
|
+
## 3C's (Alex Berman)
|
|
62
|
+
|
|
63
|
+
**Structure:** Compliment → Case Study → CTA.
|
|
64
|
+
**Best for:** Agency/services cold outreach. Case study does the heavy lifting.
|
|
65
|
+
|
|
66
|
+
> Big fan of [Company]. We just built an app for [Competitor] that does XYZ. I have a few more ideas. Interested?
|
|
67
|
+
|
|
68
|
+
## Mouse Trap (Lavender/Will Allred)
|
|
69
|
+
|
|
70
|
+
**Structure:** Observation + Binary value-prop question. 1–2 sentences total.
|
|
71
|
+
**Best for:** Maximum brevity. Impulsive reply based on curiosity.
|
|
72
|
+
|
|
73
|
+
> Looks like you're hiring reps. Would it be helpful to get a more granular look at how they're ramping on email?
|
|
74
|
+
|
|
75
|
+
## Justin Michael Method
|
|
76
|
+
|
|
77
|
+
**Structure:** Trigger/Pain → Solution hint → Binary CTA. 1–3 sentences, no intro.
|
|
78
|
+
**Best for:** High-velocity SDR teams. Mobile-optimized. Deliberately polarizing.
|
|
79
|
+
|
|
80
|
+
Spend max 1 minute on personalization. Use industry/persona-level signals. For top-tier prospects, quote their own words from interviews — they almost always respond.
|
|
81
|
+
|
|
82
|
+
## Vanilla Ice Cream (Lavender)
|
|
83
|
+
|
|
84
|
+
**Structure:** Observation → Problem/Insight → Credibility → Solution → Call-to-Conversation.
|
|
85
|
+
**Best for:** Universal "base" framework that works everywhere. Five parts.
|
|
86
|
+
|
|
87
|
+
## PASTOR (Ray Edwards)
|
|
88
|
+
|
|
89
|
+
**Structure:** Problem → Amplify → Story → Testimony → Offer → Response.
|
|
90
|
+
**Best for:** Longer-form or multi-email sequences. Consulting, education, complex B2B services. Each element can be developed across separate touches.
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Personalization at Scale
|
|
2
|
+
|
|
3
|
+
Personalization drives **50–250% more replies** (Lavender). The key insight: **if your personalization has nothing to do with the problem you solve, it's just an attention hack** (Clay).
|
|
4
|
+
|
|
5
|
+
## Four Levels of Personalization
|
|
6
|
+
|
|
7
|
+
### Level 1 — Basic (merge tags)
|
|
8
|
+
|
|
9
|
+
First name, company name, job title. Table stakes, no longer differentiating. ~5% lift.
|
|
10
|
+
|
|
11
|
+
### Level 2 — Industry/segment
|
|
12
|
+
|
|
13
|
+
Industry-specific pain points, trends, regulatory challenges. Scalable via micro-segmentation.
|
|
14
|
+
|
|
15
|
+
> Most {{industry}} teams struggle with {{lead gen problem}}, which often leads to wasted effort.
|
|
16
|
+
|
|
17
|
+
### Level 3 — Role-level
|
|
18
|
+
|
|
19
|
+
Challenges specific to their role and seniority.
|
|
20
|
+
|
|
21
|
+
> As Head of Sales, keeping pipeline steady is probably your biggest headache. Your RevOps team is small, so you're likely wearing multiple hats during scaling.
|
|
22
|
+
|
|
23
|
+
### Level 4 — Individual (gold standard)
|
|
24
|
+
|
|
25
|
+
Specific, timely observations about that person connected to the problem you solve.
|
|
26
|
+
|
|
27
|
+
> Noticed you're hiring 3 SDRs — sounds like you're scaling outbound fast. Most teams hit follow-up fatigue during onboarding.
|
|
28
|
+
|
|
29
|
+
## Research Signal Stack
|
|
30
|
+
|
|
31
|
+
| Signal | Where to find it | How to use it |
|
|
32
|
+
| ----------------- | ---------------------------------- | ---------------------------------------------------------------------------- |
|
|
33
|
+
| Recent funding | Crunchbase, LinkedIn, press | "Congrats on Series B — scaling teams fast usually creates X challenge" |
|
|
34
|
+
| Job postings | LinkedIn Jobs, careers page | "Noticed you're hiring 3 SDRs — sounds like you're scaling outbound" |
|
|
35
|
+
| Tech stack | BuiltWith, Wappalyzer, HG Insights | "I see you're using HubSpot — most teams at your stage hit a ceiling with X" |
|
|
36
|
+
| LinkedIn activity | Posts, comments, job changes | "Really enjoyed your post about X" |
|
|
37
|
+
| Company news | Google News, press releases | "Congrats on acquiring X — integrating teams usually creates Y challenge" |
|
|
38
|
+
| Podcast/talks | Google, YouTube, podcasts | "Caught your talk at SaaStr on X — really insightful" |
|
|
39
|
+
| Website changes | Manual review | "Your new pricing page caught my eye — curious how it's converting" |
|
|
40
|
+
|
|
41
|
+
## The 3-Minute Personalization System
|
|
42
|
+
|
|
43
|
+
From "30 Minutes to President's Club":
|
|
44
|
+
|
|
45
|
+
**Step 1:** Build a research stack of top 10 buying signals — 5 company triggers, 5 person triggers. Stack-rank by relevance.
|
|
46
|
+
|
|
47
|
+
**Step 2:** Build a 3x3 template: (1) personalization attached to a problem, (2) problem you solve, (3) one-sentence solution + low-friction CTA.
|
|
48
|
+
|
|
49
|
+
**Step 3:** Create 5 "trigger templates" — pre-written personalization paragraphs for each trigger, with a smooth segue into the problem.
|
|
50
|
+
|
|
51
|
+
The personalization must logically connect to the problem. This creates 5 reusable triggers with the rest of the email constant. A top SDR writes a personalized email in **under 3 minutes**.
|
|
52
|
+
|
|
53
|
+
## The Four -Graphic Principles (Becc Holland)
|
|
54
|
+
|
|
55
|
+
- **Demographic** — Age, profession, background
|
|
56
|
+
- **Technographic** — Tech stack, tools used
|
|
57
|
+
- **Firmographic** — Company size, funding, industry, growth stage
|
|
58
|
+
- **Psychographic** — Values, passions, beliefs (highest-impact dimension)
|
|
59
|
+
|
|
60
|
+
Tapping into what prospects are passionate about drives significantly higher response rates.
|
|
61
|
+
|
|
62
|
+
## Observation-Based Openers (highest performing)
|
|
63
|
+
|
|
64
|
+
**Trigger-event:** "Congrats on the recent funding round — scaling the team from here is exciting, and I imagine [challenge] is top of mind."
|
|
65
|
+
|
|
66
|
+
**Observation:** "Your recent post about [topic] resonated — especially the part about [detail]. Got me thinking about how that applies to [challenge]."
|
|
67
|
+
|
|
68
|
+
**Industry insight:** "Most [role titles] I talk to spend [X hours/week] on [problem] — curious if that matches your experience at [Company]."
|
|
69
|
+
|
|
70
|
+
## What Feels Fake (avoid)
|
|
71
|
+
|
|
72
|
+
- AI-generated emails with similar phrasing ("I hope this email finds you well")
|
|
73
|
+
- Generic attention hacks disconnected from problem ("Cool that you went to UCLA!" → pitch)
|
|
74
|
+
- Over-personalizing to creepiness
|
|
75
|
+
- "I saw your LinkedIn profile and wanted to reach out" — signals mass automation
|
|
76
|
+
|
|
77
|
+
## The "So What?" Test
|
|
78
|
+
|
|
79
|
+
After writing any opening line, read from prospect's perspective: "So what? Why would I care?" If the answer is nothing, rewrite.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Subject Line Optimization
|
|
2
|
+
|
|
3
|
+
The subject line determines whether the email gets read. The data is counterintuitive: **short, boring, internal-looking subject lines win decisively.**
|
|
4
|
+
|
|
5
|
+
## Length: 2–4 words
|
|
6
|
+
|
|
7
|
+
- 2-word subject lines get **60% more opens** than 5-word (Lavender).
|
|
8
|
+
- Going from 2 to 4 words reduces replies by **17.5%**.
|
|
9
|
+
- 2–4 words yield **46% open rates** vs 34% for 10 words (Belkins, 5.5M emails).
|
|
10
|
+
- Mobile truncates at 30–35 characters — brevity is practical necessity.
|
|
11
|
+
|
|
12
|
+
## Internal Camouflage Principle
|
|
13
|
+
|
|
14
|
+
Subject lines that look like they came from a colleague, not a vendor, double open rates (Gong). Buyers mentally categorize before opening — if it looks like sales, it's filtered.
|
|
15
|
+
|
|
16
|
+
**High-performing examples:** "reply rates" · "trial delays" · "hiring ops" · "employee turnover" · "Q2 forecast" · "new patients" · "personalization issue" · "second page"
|
|
17
|
+
|
|
18
|
+
## Capitalization: lowercase wins
|
|
19
|
+
|
|
20
|
+
All-lowercase has highest open rates (Gong, 85M+ emails). Lowercase looks more personal/internal. For cold outreach specifically, lowercase beats title case.
|
|
21
|
+
|
|
22
|
+
## Personalization: context over name
|
|
23
|
+
|
|
24
|
+
Personalized subject lines boost opens **26–50%**, but type matters:
|
|
25
|
+
|
|
26
|
+
- **First name in subject line → 12% fewer replies.** Signals automation.
|
|
27
|
+
- **Contextual personalization works:** pain points, competitors, trigger events, industry challenges.
|
|
28
|
+
- Use {{painPoint}}, {{competitor}}, {{commonGround}} — not {{firstName}}.
|
|
29
|
+
|
|
30
|
+
## Questions: only when highly specific
|
|
31
|
+
|
|
32
|
+
Data conflicts: Belkins says questions perform well (46% open rate). Lavender says questions lower opens by **56%**. Resolution: **specific pain questions work** ("Need help with {{challenge}}?"), **generic questions fail** ("Quick question?" / "Have 15 minutes?"). Default to statements.
|
|
33
|
+
|
|
34
|
+
## What to Avoid
|
|
35
|
+
|
|
36
|
+
| Anti-pattern | Impact |
|
|
37
|
+
| ---------------------------------------------- | --------------------------- |
|
|
38
|
+
| Salesy language ("increase," "boost," "ROI") | -17.9% opens |
|
|
39
|
+
| Urgency words ("ASAP," "urgent") | Below 36% opens |
|
|
40
|
+
| Excessive punctuation ("!!!" or "??") | -36% opens |
|
|
41
|
+
| Numbers and percentages | -46% opens |
|
|
42
|
+
| Emojis | Hurt B2B professionalism |
|
|
43
|
+
| Pitching product in subject | -57% replies |
|
|
44
|
+
| Empty/no subject line | +30% opens but -12% replies |
|
|
45
|
+
| Spam triggers ("free," "guarantee," "act now") | Deliverability risk |
|
|
46
|
+
|
|
47
|
+
## C-Suite Subject Lines
|
|
48
|
+
|
|
49
|
+
Executives receive 300–400 emails daily, decide in seconds. They respond **23% more often** than non-C-suite when emails pass their filter (6.4% reply rate).
|
|
50
|
+
|
|
51
|
+
What works: ultra-concise, human, understated. "{{companyInitiative}}" · "thank you" · "an update" · "a question" · reference to a specific project or trigger event.
|
|
52
|
+
|
|
53
|
+
Anything "salesy" is immediately rejected.
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: competitor-alternatives
|
|
3
|
+
description: "When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' 'competitive landing pages,' 'how do we compare to X,' 'battle card,' or 'competitor teardown.' Use this for any content that positions your product against competitors. Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. For sales-specific competitor docs, see sales-enablement."
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Competitor & Alternative Pages
|
|
9
|
+
|
|
10
|
+
You are an expert in creating competitor comparison and alternative pages. Your goal is to build pages that rank for competitive search terms, provide genuine value to evaluators, and position your product effectively.
|
|
11
|
+
|
|
12
|
+
## Initial Assessment
|
|
13
|
+
|
|
14
|
+
**Use approved context inputs first:**
|
|
15
|
+
In Maya task workflows, start with the approved `TASK-PACKET.md` inputs and listed brand sections. If `PRODUCT.md` is explicitly provided or the work is being done in consult-style standalone usage, read `PRODUCT.md` before asking questions. If `PRODUCT.md` is missing, do not pretend the output is fully brand-calibrated.
|
|
16
|
+
|
|
17
|
+
Before creating competitor pages, understand:
|
|
18
|
+
|
|
19
|
+
1. **Your Product**
|
|
20
|
+
- Core value proposition
|
|
21
|
+
- Key differentiators
|
|
22
|
+
- Ideal customer profile
|
|
23
|
+
- Pricing model
|
|
24
|
+
- Strengths and honest weaknesses
|
|
25
|
+
|
|
26
|
+
2. **Competitive Landscape**
|
|
27
|
+
- Direct competitors
|
|
28
|
+
- Indirect/adjacent competitors
|
|
29
|
+
- Market positioning of each
|
|
30
|
+
- Search volume for competitor terms
|
|
31
|
+
|
|
32
|
+
3. **Goals**
|
|
33
|
+
- SEO traffic capture
|
|
34
|
+
- Sales enablement
|
|
35
|
+
- Conversion from competitor users
|
|
36
|
+
- Brand positioning
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Core Principles
|
|
41
|
+
|
|
42
|
+
### 1. Honesty Builds Trust
|
|
43
|
+
- Acknowledge competitor strengths
|
|
44
|
+
- Be accurate about your limitations
|
|
45
|
+
- Don't misrepresent competitor features
|
|
46
|
+
- Readers are comparing—they'll verify claims
|
|
47
|
+
|
|
48
|
+
### 2. Depth Over Surface
|
|
49
|
+
- Go beyond feature checklists
|
|
50
|
+
- Explain *why* differences matter
|
|
51
|
+
- Include use cases and scenarios
|
|
52
|
+
- Show, don't just tell
|
|
53
|
+
|
|
54
|
+
### 3. Help Them Decide
|
|
55
|
+
- Different tools fit different needs
|
|
56
|
+
- Be clear about who you're best for
|
|
57
|
+
- Be clear about who competitor is best for
|
|
58
|
+
- Reduce evaluation friction
|
|
59
|
+
|
|
60
|
+
### 4. Modular Content Architecture
|
|
61
|
+
- Competitor data should be centralized
|
|
62
|
+
- Updates propagate to all pages
|
|
63
|
+
- Single source of truth per competitor
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## Page Formats
|
|
68
|
+
|
|
69
|
+
### Format 1: [Competitor] Alternative (Singular)
|
|
70
|
+
|
|
71
|
+
**Search intent**: User is actively looking to switch from a specific competitor
|
|
72
|
+
|
|
73
|
+
**URL pattern**: `/alternatives/[competitor]` or `/[competitor]-alternative`
|
|
74
|
+
|
|
75
|
+
**Target keywords**: "[Competitor] alternative", "alternative to [Competitor]", "switch from [Competitor]"
|
|
76
|
+
|
|
77
|
+
**Page structure**:
|
|
78
|
+
1. Why people look for alternatives (validate their pain)
|
|
79
|
+
2. Summary: You as the alternative (quick positioning)
|
|
80
|
+
3. Detailed comparison (features, service, pricing)
|
|
81
|
+
4. Who should switch (and who shouldn't)
|
|
82
|
+
5. Migration path
|
|
83
|
+
6. Social proof from switchers
|
|
84
|
+
7. CTA
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
### Format 2: [Competitor] Alternatives (Plural)
|
|
89
|
+
|
|
90
|
+
**Search intent**: User is researching options, earlier in journey
|
|
91
|
+
|
|
92
|
+
**URL pattern**: `/alternatives/[competitor]-alternatives`
|
|
93
|
+
|
|
94
|
+
**Target keywords**: "[Competitor] alternatives", "best [Competitor] alternatives", "tools like [Competitor]"
|
|
95
|
+
|
|
96
|
+
**Page structure**:
|
|
97
|
+
1. Why people look for alternatives (common pain points)
|
|
98
|
+
2. What to look for in an alternative (criteria framework)
|
|
99
|
+
3. List of alternatives (you first, but include real options)
|
|
100
|
+
4. Comparison table (summary)
|
|
101
|
+
5. Detailed breakdown of each alternative
|
|
102
|
+
6. Recommendation by use case
|
|
103
|
+
7. CTA
|
|
104
|
+
|
|
105
|
+
**Important**: Include 4-7 real alternatives. Being genuinely helpful builds trust and ranks better.
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
### Format 3: You vs [Competitor]
|
|
110
|
+
|
|
111
|
+
**Search intent**: User is directly comparing you to a specific competitor
|
|
112
|
+
|
|
113
|
+
**URL pattern**: `/vs/[competitor]` or `/compare/[you]-vs-[competitor]`
|
|
114
|
+
|
|
115
|
+
**Target keywords**: "[You] vs [Competitor]", "[Competitor] vs [You]"
|
|
116
|
+
|
|
117
|
+
**Page structure**:
|
|
118
|
+
1. TL;DR summary (key differences in 2-3 sentences)
|
|
119
|
+
2. At-a-glance comparison table
|
|
120
|
+
3. Detailed comparison by category (Features, Pricing, Support, Ease of use, Integrations)
|
|
121
|
+
4. Who [You] is best for
|
|
122
|
+
5. Who [Competitor] is best for (be honest)
|
|
123
|
+
6. What customers say (testimonials from switchers)
|
|
124
|
+
7. Migration support
|
|
125
|
+
8. CTA
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
### Format 4: [Competitor A] vs [Competitor B]
|
|
130
|
+
|
|
131
|
+
**Search intent**: User comparing two competitors (not you directly)
|
|
132
|
+
|
|
133
|
+
**URL pattern**: `/compare/[competitor-a]-vs-[competitor-b]`
|
|
134
|
+
|
|
135
|
+
**Page structure**:
|
|
136
|
+
1. Overview of both products
|
|
137
|
+
2. Comparison by category
|
|
138
|
+
3. Who each is best for
|
|
139
|
+
4. The third option (introduce yourself)
|
|
140
|
+
5. Comparison table (all three)
|
|
141
|
+
6. CTA
|
|
142
|
+
|
|
143
|
+
**Why this works**: Captures search traffic for competitor terms, positions you as knowledgeable.
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
## Essential Sections
|
|
148
|
+
|
|
149
|
+
### TL;DR Summary
|
|
150
|
+
Start every page with a quick summary for scanners—key differences in 2-3 sentences.
|
|
151
|
+
|
|
152
|
+
### Paragraph Comparisons
|
|
153
|
+
Go beyond tables. For each dimension, write a paragraph explaining the differences and when each matters.
|
|
154
|
+
|
|
155
|
+
### Feature Comparison
|
|
156
|
+
For each category: describe how each handles it, list strengths and limitations, give bottom line recommendation.
|
|
157
|
+
|
|
158
|
+
### Pricing Comparison
|
|
159
|
+
Include tier-by-tier comparison, what's included, hidden costs, and total cost calculation for sample team size.
|
|
160
|
+
|
|
161
|
+
### Who It's For
|
|
162
|
+
Be explicit about ideal customer for each option. Honest recommendations build trust.
|
|
163
|
+
|
|
164
|
+
### Migration Section
|
|
165
|
+
Cover what transfers, what needs reconfiguration, support offered, and quotes from customers who switched.
|
|
166
|
+
|
|
167
|
+
**For detailed templates**: See [references/templates.md](references/templates.md)
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## Content Architecture
|
|
172
|
+
|
|
173
|
+
### Centralized Competitor Data
|
|
174
|
+
Create a single source of truth for each competitor with:
|
|
175
|
+
- Positioning and target audience
|
|
176
|
+
- Pricing (all tiers)
|
|
177
|
+
- Feature ratings
|
|
178
|
+
- Strengths and weaknesses
|
|
179
|
+
- Best for / not ideal for
|
|
180
|
+
- Common complaints (from reviews)
|
|
181
|
+
- Migration notes
|
|
182
|
+
|
|
183
|
+
**For data structure and examples**: See [references/content-architecture.md](references/content-architecture.md)
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## Research Process
|
|
188
|
+
|
|
189
|
+
### Deep Competitor Research
|
|
190
|
+
|
|
191
|
+
For each competitor, gather:
|
|
192
|
+
|
|
193
|
+
1. **Product research**: Sign up, use it, document features/UX/limitations
|
|
194
|
+
2. **Pricing research**: Current pricing, what's included, hidden costs
|
|
195
|
+
3. **Review mining**: G2, Capterra, TrustRadius for common praise/complaint themes
|
|
196
|
+
4. **Customer feedback**: Talk to customers who switched (both directions)
|
|
197
|
+
5. **Content research**: Their positioning, their comparison pages, their changelog
|
|
198
|
+
|
|
199
|
+
### Ongoing Updates
|
|
200
|
+
|
|
201
|
+
- **Quarterly**: Verify pricing, check for major feature changes
|
|
202
|
+
- **When notified**: Customer mentions competitor change
|
|
203
|
+
- **Annually**: Full refresh of all competitor data
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
## SEO Considerations
|
|
208
|
+
|
|
209
|
+
### Keyword Targeting
|
|
210
|
+
|
|
211
|
+
| Format | Primary Keywords |
|
|
212
|
+
|--------|-----------------|
|
|
213
|
+
| Alternative (singular) | [Competitor] alternative, alternative to [Competitor] |
|
|
214
|
+
| Alternatives (plural) | [Competitor] alternatives, best [Competitor] alternatives |
|
|
215
|
+
| You vs Competitor | [You] vs [Competitor], [Competitor] vs [You] |
|
|
216
|
+
| Competitor vs Competitor | [A] vs [B], [B] vs [A] |
|
|
217
|
+
|
|
218
|
+
### Internal Linking
|
|
219
|
+
- Link between related competitor pages
|
|
220
|
+
- Link from feature pages to relevant comparisons
|
|
221
|
+
- Create hub page linking to all competitor content
|
|
222
|
+
|
|
223
|
+
### Schema Markup
|
|
224
|
+
Consider FAQ schema for common questions like "What is the best alternative to [Competitor]?"
|
|
225
|
+
|
|
226
|
+
---
|
|
227
|
+
|
|
228
|
+
## Output Format
|
|
229
|
+
|
|
230
|
+
### Competitor Data File
|
|
231
|
+
Complete competitor profile in YAML format for use across all comparison pages.
|
|
232
|
+
|
|
233
|
+
### Page Content
|
|
234
|
+
For each page: URL, meta tags, full page copy organized by section, comparison tables, CTAs.
|
|
235
|
+
|
|
236
|
+
### Page Set Plan
|
|
237
|
+
Recommended pages to create with priority order based on search volume.
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
## Task-Specific Questions
|
|
242
|
+
|
|
243
|
+
1. What are common reasons people switch to you?
|
|
244
|
+
2. Do you have customer quotes about switching?
|
|
245
|
+
3. What's your pricing vs. competitors?
|
|
246
|
+
4. Do you offer migration support?
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
## Related Skills
|
|
251
|
+
|
|
252
|
+
- **programmatic-seo**: For building competitor pages at scale
|
|
253
|
+
- **copywriting**: For writing compelling comparison copy
|
|
254
|
+
- **seo-audit**: For optimizing competitor pages
|
|
255
|
+
- **schema-markup**: For FAQ and comparison schema
|
|
256
|
+
- **sales-enablement**: For internal sales collateral, decks, and objection docs
|