@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,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "copywriting",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Write homepage copy for a SaaS tool that automates employee onboarding. Target audience is HR directors at mid-size companies (200-2000 employees). Main differentiator is that it integrates with all major HRIS systems and cuts onboarding time from 2 weeks to 2 days.",
|
|
7
|
+
"expected_output": "Should use approved TASK-PACKET.md inputs first in Maya task workflows, and read PRODUCT.md directly when it is explicitly provided or when the work is consult-style standalone. Should write full page copy organized by section: Headline, Subheadline, CTA (above the fold), then Social Proof, Problem/Pain, Solution/Benefits, How It Works, Objection Handling, and Final CTA. Should follow copywriting principles: clarity over cleverness, benefits over features, specificity (use the '2 weeks to 2 days' stat), customer language. Headline should communicate core value proposition. CTAs should be action-oriented ('Start Free Trial' not 'Submit'). Should provide 2-3 headline alternatives with rationale. Should include annotations explaining key copy choices. Should include meta content (SEO page title and meta description).",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Writes full page copy organized by section",
|
|
11
|
+
"Includes Headline, Subheadline, and CTA above the fold",
|
|
12
|
+
"Includes Social Proof, Problem/Pain, Solution/Benefits, How It Works sections",
|
|
13
|
+
"Uses the '2 weeks to 2 days' specificity in copy",
|
|
14
|
+
"CTAs are action-oriented, not generic",
|
|
15
|
+
"Provides 2-3 headline alternatives with rationale",
|
|
16
|
+
"Includes annotations explaining copy choices",
|
|
17
|
+
"Includes meta content (SEO title and meta description)"
|
|
18
|
+
],
|
|
19
|
+
"files": []
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": 2,
|
|
23
|
+
"prompt": "Rewrite this headline: 'An Innovative AI-Powered Platform for Streamlined Business Operations' — it's for a B2B SaaS tool that helps small businesses manage invoicing and payments.",
|
|
24
|
+
"expected_output": "Should identify problems: jargon ('innovative,' 'AI-powered,' 'streamlined,' 'business operations'), too vague, company language not customer language. Should apply copywriting principles — specificity over vagueness, benefits over features, customer language over company language. Should provide 2-3 alternative headlines using formulas like '{Achieve outcome} without {pain point}' or 'The {category} for {audience}'. Each alternative should include rationale. Should also suggest a subheadline that adds specificity.",
|
|
25
|
+
"assertions": [
|
|
26
|
+
"Identifies jargon in original headline",
|
|
27
|
+
"Identifies vagueness as a problem",
|
|
28
|
+
"Identifies company language vs customer language issue",
|
|
29
|
+
"Provides 2-3 alternative headlines",
|
|
30
|
+
"Alternatives use headline formulas from the skill",
|
|
31
|
+
"Each alternative includes rationale",
|
|
32
|
+
"Suggests a subheadline"
|
|
33
|
+
],
|
|
34
|
+
"files": []
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": 3,
|
|
38
|
+
"prompt": "i need copy for my pricing page. we have three plans: starter ($29/mo), pro ($79/mo), business ($199/mo). it's a social media scheduling tool for marketers",
|
|
39
|
+
"expected_output": "Should trigger on the casual phrasing. Should ask or infer audience context. Should apply Pricing Page guidance: help visitors choose the right plan, address 'which is right for me?' anxiety, make recommended plan obvious. Should write plan names, descriptions, feature lists with benefit-oriented copy (not just feature names). Should include a page headline that addresses the pricing decision. CTAs should be specific per plan. Should handle objection handling (FAQ copy). Should provide alternatives for key elements.",
|
|
40
|
+
"assertions": [
|
|
41
|
+
"Triggers on casual phrasing",
|
|
42
|
+
"Applies Pricing Page guidance",
|
|
43
|
+
"Addresses 'which plan is right for me' anxiety",
|
|
44
|
+
"Makes recommended plan obvious",
|
|
45
|
+
"Writes benefit-oriented feature copy, not just feature names",
|
|
46
|
+
"Includes page headline",
|
|
47
|
+
"CTAs are specific per plan",
|
|
48
|
+
"Includes FAQ or objection handling copy",
|
|
49
|
+
"Provides alternatives for key elements"
|
|
50
|
+
],
|
|
51
|
+
"files": []
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": 4,
|
|
55
|
+
"prompt": "Write copy for our About page. We're a 3-person startup that built a developer tool for database migrations. Founded because we kept losing data during migrations at our last jobs. Tone should be professional but human.",
|
|
56
|
+
"expected_output": "Should apply About Page guidance: tell the story of why you exist, connect mission to customer benefit, still include a CTA. Should adapt voice and tone to 'professional but human' as specified. Should tell the founder origin story authentically. Should connect the personal pain to the customer's pain. Should include a CTA even on the About page. Copy should follow style rules: active voice, confident, specific. Should NOT be overly corporate or generic.",
|
|
57
|
+
"assertions": [
|
|
58
|
+
"Applies About Page guidance",
|
|
59
|
+
"Tells the story of why the company exists",
|
|
60
|
+
"Connects mission to customer benefit",
|
|
61
|
+
"Includes a CTA",
|
|
62
|
+
"Adapts tone to professional but human",
|
|
63
|
+
"Uses the founder origin story",
|
|
64
|
+
"Connects personal pain to customer pain",
|
|
65
|
+
"Uses active voice",
|
|
66
|
+
"Avoids corporate jargon"
|
|
67
|
+
],
|
|
68
|
+
"files": []
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": 5,
|
|
72
|
+
"prompt": "Can you improve this CTA? We currently have 'Learn More' on our feature page for our analytics dashboard product.",
|
|
73
|
+
"expected_output": "Should immediately identify 'Learn More' as a weak CTA per the guidelines. Should apply the CTA formula: [Action Verb] + [What They Get] + [Qualifier]. Should provide 2-3 strong alternatives like 'See the Dashboard in Action,' 'Start Your Free Trial,' or 'Explore Analytics Features.' Each alternative should include rationale and context for when it works best. Should also consider CTA hierarchy — whether this is a primary or secondary CTA, and suggest complementary CTAs if relevant.",
|
|
74
|
+
"assertions": [
|
|
75
|
+
"Identifies 'Learn More' as a weak CTA",
|
|
76
|
+
"Applies the CTA formula from the skill",
|
|
77
|
+
"Provides 2-3 strong alternatives",
|
|
78
|
+
"Each alternative includes rationale",
|
|
79
|
+
"Considers CTA hierarchy (primary vs secondary)",
|
|
80
|
+
"Suggests complementary CTAs"
|
|
81
|
+
],
|
|
82
|
+
"files": []
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": 6,
|
|
86
|
+
"prompt": "Write me a 5-email welcome sequence for new trial users of our project management tool.",
|
|
87
|
+
"expected_output": "Should recognize this is an email copywriting task, not page copywriting. Should defer to or cross-reference the email-sequence skill, which specifically handles email sequences, drip campaigns, and lifecycle emails. May provide brief general guidance but should make clear that email-sequence is the right skill for this task.",
|
|
88
|
+
"assertions": [
|
|
89
|
+
"Recognizes this as email sequence work",
|
|
90
|
+
"References or defers to email-sequence skill",
|
|
91
|
+
"Does not attempt to write a full email sequence using page copywriting patterns"
|
|
92
|
+
],
|
|
93
|
+
"files": []
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": 7,
|
|
97
|
+
"prompt": "Review this copy and tell me what's wrong: 'We are extremely excited to announce our revolutionary, cutting-edge platform that will totally transform how businesses optimize their workflows! Sign up now!!'",
|
|
98
|
+
"expected_output": "Should apply the Quick Quality Check. Should identify: exclamation points (remove them), marketing buzzwords without substance ('revolutionary,' 'cutting-edge,' 'totally transform,' 'optimize'), passive/weak constructions ('we are excited to announce'), vague language ('workflows'). Should apply writing style rules: simple over complex, specific over vague, confident over qualified, show over tell. Should rewrite the copy following these principles. Should provide 2-3 alternatives.",
|
|
99
|
+
"assertions": [
|
|
100
|
+
"Identifies exclamation point overuse",
|
|
101
|
+
"Identifies marketing buzzwords without substance",
|
|
102
|
+
"Identifies vague language",
|
|
103
|
+
"Applies writing style rules",
|
|
104
|
+
"Rewrites the copy following principles",
|
|
105
|
+
"Provides alternatives",
|
|
106
|
+
"Result is specific, clear, and jargon-free"
|
|
107
|
+
],
|
|
108
|
+
"files": []
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
# Copy Frameworks Reference
|
|
2
|
+
|
|
3
|
+
Headline formulas, page section types, and structural templates.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- Headline Formulas (outcome-focused, problem-focused, audience-focused, differentiation-focused, proof-focused, additional formulas)
|
|
7
|
+
- Landing Page Section Types (core sections, supporting sections)
|
|
8
|
+
- Page Structure Templates (feature-heavy page, varied engaging page, compact landing page, enterprise/B2B landing page, product launch page)
|
|
9
|
+
- Section Writing Tips (problem section, benefits section, how it works section, testimonial selection)
|
|
10
|
+
|
|
11
|
+
## Headline Formulas
|
|
12
|
+
|
|
13
|
+
### Outcome-Focused
|
|
14
|
+
|
|
15
|
+
**{Achieve desirable outcome} without {pain point}**
|
|
16
|
+
> Understand how users are really experiencing your site without drowning in numbers
|
|
17
|
+
|
|
18
|
+
**{Achieve desirable outcome} by {how product makes it possible}**
|
|
19
|
+
> Generate more leads by seeing which companies visit your site
|
|
20
|
+
|
|
21
|
+
**Turn {input} into {outcome}**
|
|
22
|
+
> Turn your hard-earned sales into repeat customers
|
|
23
|
+
|
|
24
|
+
**[Achieve outcome] in [timeframe]**
|
|
25
|
+
> Get your tax refund in 10 days
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
### Problem-Focused
|
|
30
|
+
|
|
31
|
+
**Never {unpleasant event} again**
|
|
32
|
+
> Never miss a sales opportunity again
|
|
33
|
+
|
|
34
|
+
**{Question highlighting the main pain point}**
|
|
35
|
+
> Hate returning stuff to Amazon?
|
|
36
|
+
|
|
37
|
+
**Stop [pain]. Start [pleasure].**
|
|
38
|
+
> Stop chasing invoices. Start getting paid on time.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
### Audience-Focused
|
|
43
|
+
|
|
44
|
+
**{Key feature/product type} for {target audience}**
|
|
45
|
+
> Advanced analytics for Shopify e-commerce
|
|
46
|
+
|
|
47
|
+
**{Key feature/product type} for {target audience} to {what it's used for}**
|
|
48
|
+
> An online whiteboard for teams to ideate and brainstorm together
|
|
49
|
+
|
|
50
|
+
**You don't have to {skills or resources} to {achieve desirable outcome}**
|
|
51
|
+
> With Ahrefs, you don't have to be an SEO pro to rank higher and get more traffic
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
### Differentiation-Focused
|
|
56
|
+
|
|
57
|
+
**The {opposite of usual process} way to {achieve desirable outcome}**
|
|
58
|
+
> The easiest way to turn your passion into income
|
|
59
|
+
|
|
60
|
+
**The [category] that [key differentiator]**
|
|
61
|
+
> The CRM that updates itself
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
### Proof-Focused
|
|
66
|
+
|
|
67
|
+
**[Number] [people] use [product] to [outcome]**
|
|
68
|
+
> 50,000 marketers use Drip to send better emails
|
|
69
|
+
|
|
70
|
+
**{Key benefit of your product}**
|
|
71
|
+
> Sound clear in online meetings
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
### Additional Formulas
|
|
76
|
+
|
|
77
|
+
**The simple way to {outcome}**
|
|
78
|
+
> The simple way to track your time
|
|
79
|
+
|
|
80
|
+
**Finally, {category} that {benefit}**
|
|
81
|
+
> Finally, accounting software that doesn't suck
|
|
82
|
+
|
|
83
|
+
**{Outcome} without {common pain}**
|
|
84
|
+
> Build your website without writing code
|
|
85
|
+
|
|
86
|
+
**Get {benefit} from your {thing}**
|
|
87
|
+
> Get more revenue from your existing traffic
|
|
88
|
+
|
|
89
|
+
**{Action verb} your {thing} like {admirable example}**
|
|
90
|
+
> Market your SaaS like a Fortune 500
|
|
91
|
+
|
|
92
|
+
**What if you could {desirable outcome}?**
|
|
93
|
+
> What if you could close deals 30% faster?
|
|
94
|
+
|
|
95
|
+
**Everything you need to {outcome}**
|
|
96
|
+
> Everything you need to launch your course
|
|
97
|
+
|
|
98
|
+
**The {adjective} {category} built for {audience}**
|
|
99
|
+
> The lightweight CRM built for startups
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## Landing Page Section Types
|
|
104
|
+
|
|
105
|
+
### Core Sections
|
|
106
|
+
|
|
107
|
+
**Hero (Above the Fold)**
|
|
108
|
+
- Headline + subheadline
|
|
109
|
+
- Primary CTA
|
|
110
|
+
- Supporting visual (product screenshot, hero image)
|
|
111
|
+
- Optional: Social proof bar
|
|
112
|
+
|
|
113
|
+
**Social Proof Bar**
|
|
114
|
+
- Customer logos (recognizable > many)
|
|
115
|
+
- Key metric ("10,000+ teams")
|
|
116
|
+
- Star rating with review count
|
|
117
|
+
- Short testimonial snippet
|
|
118
|
+
|
|
119
|
+
**Problem/Pain Section**
|
|
120
|
+
- Articulate their problem better than they can
|
|
121
|
+
- Create recognition ("that's exactly my situation")
|
|
122
|
+
- Hint at cost of not solving it
|
|
123
|
+
|
|
124
|
+
**Solution/Benefits Section**
|
|
125
|
+
- Bridge from problem to your solution
|
|
126
|
+
- 3-5 key benefits (not 10)
|
|
127
|
+
- Each: headline + explanation + proof if available
|
|
128
|
+
|
|
129
|
+
**How It Works**
|
|
130
|
+
- 3-4 numbered steps
|
|
131
|
+
- Reduces perceived complexity
|
|
132
|
+
- Each step: action + outcome
|
|
133
|
+
|
|
134
|
+
**Final CTA Section**
|
|
135
|
+
- Recap value proposition
|
|
136
|
+
- Repeat primary CTA
|
|
137
|
+
- Risk reversal (guarantee, free trial)
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
### Supporting Sections
|
|
142
|
+
|
|
143
|
+
**Testimonials**
|
|
144
|
+
- Full quotes with names, roles, companies
|
|
145
|
+
- Photos when possible
|
|
146
|
+
- Specific results over vague praise
|
|
147
|
+
- Formats: quote cards, video, tweet embeds
|
|
148
|
+
|
|
149
|
+
**Case Studies**
|
|
150
|
+
- Problem → Solution → Results
|
|
151
|
+
- Specific metrics and outcomes
|
|
152
|
+
- Customer name and context
|
|
153
|
+
- Can be snippets with "Read more" links
|
|
154
|
+
|
|
155
|
+
**Use Cases**
|
|
156
|
+
- Different ways product is used
|
|
157
|
+
- Helps visitors self-identify
|
|
158
|
+
- "For marketers who need X" format
|
|
159
|
+
|
|
160
|
+
**Personas / "Built For" Sections**
|
|
161
|
+
- Explicitly call out target audience
|
|
162
|
+
- "Perfect for [role]" blocks
|
|
163
|
+
- Addresses "Is this for me?" question
|
|
164
|
+
|
|
165
|
+
**FAQ Section**
|
|
166
|
+
- Address common objections
|
|
167
|
+
- Good for SEO
|
|
168
|
+
- Reduces support burden
|
|
169
|
+
- 5-10 most common questions
|
|
170
|
+
|
|
171
|
+
**Comparison Section**
|
|
172
|
+
- vs. competitors (name them or don't)
|
|
173
|
+
- vs. status quo (spreadsheets, manual processes)
|
|
174
|
+
- Tables or side-by-side format
|
|
175
|
+
|
|
176
|
+
**Integrations / Partners**
|
|
177
|
+
- Logos of tools you connect with
|
|
178
|
+
- "Works with your stack" messaging
|
|
179
|
+
- Builds credibility
|
|
180
|
+
|
|
181
|
+
**Founder Story / Manifesto**
|
|
182
|
+
- Why you built this
|
|
183
|
+
- What you believe
|
|
184
|
+
- Emotional connection
|
|
185
|
+
- Differentiates from faceless competitors
|
|
186
|
+
|
|
187
|
+
**Demo / Product Tour**
|
|
188
|
+
- Interactive demos
|
|
189
|
+
- Video walkthroughs
|
|
190
|
+
- GIF previews
|
|
191
|
+
- Shows product in action
|
|
192
|
+
|
|
193
|
+
**Pricing Preview**
|
|
194
|
+
- Teaser even on non-pricing pages
|
|
195
|
+
- Starting price or "from $X/mo"
|
|
196
|
+
- Moves decision-makers forward
|
|
197
|
+
|
|
198
|
+
**Guarantee / Risk Reversal**
|
|
199
|
+
- Money-back guarantee
|
|
200
|
+
- Free trial terms
|
|
201
|
+
- "Cancel anytime"
|
|
202
|
+
- Reduces friction
|
|
203
|
+
|
|
204
|
+
**Stats Section**
|
|
205
|
+
- Key metrics that build credibility
|
|
206
|
+
- "10,000+ customers"
|
|
207
|
+
- "4.9/5 rating"
|
|
208
|
+
- "$2M saved for customers"
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
## Page Structure Templates
|
|
213
|
+
|
|
214
|
+
### Feature-Heavy Page (Weak)
|
|
215
|
+
|
|
216
|
+
```
|
|
217
|
+
1. Hero
|
|
218
|
+
2. Feature 1
|
|
219
|
+
3. Feature 2
|
|
220
|
+
4. Feature 3
|
|
221
|
+
5. Feature 4
|
|
222
|
+
6. CTA
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
This is a list, not a persuasive narrative.
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
### Varied, Engaging Page (Strong)
|
|
230
|
+
|
|
231
|
+
```
|
|
232
|
+
1. Hero with clear value prop
|
|
233
|
+
2. Social proof bar (logos or stats)
|
|
234
|
+
3. Problem/pain section
|
|
235
|
+
4. How it works (3 steps)
|
|
236
|
+
5. Key benefits (2-3, not 10)
|
|
237
|
+
6. Testimonial
|
|
238
|
+
7. Use cases or personas
|
|
239
|
+
8. Comparison to alternatives
|
|
240
|
+
9. Case study snippet
|
|
241
|
+
10. FAQ
|
|
242
|
+
11. Final CTA with guarantee
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
This tells a story and addresses objections.
|
|
246
|
+
|
|
247
|
+
---
|
|
248
|
+
|
|
249
|
+
### Compact Landing Page
|
|
250
|
+
|
|
251
|
+
```
|
|
252
|
+
1. Hero (headline, subhead, CTA, image)
|
|
253
|
+
2. Social proof bar
|
|
254
|
+
3. 3 key benefits with icons
|
|
255
|
+
4. Testimonial
|
|
256
|
+
5. How it works (3 steps)
|
|
257
|
+
6. Final CTA with guarantee
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
Good for ad landing pages where brevity matters.
|
|
261
|
+
|
|
262
|
+
---
|
|
263
|
+
|
|
264
|
+
### Enterprise/B2B Landing Page
|
|
265
|
+
|
|
266
|
+
```
|
|
267
|
+
1. Hero (outcome-focused headline)
|
|
268
|
+
2. Logo bar (recognizable companies)
|
|
269
|
+
3. Problem section (business pain)
|
|
270
|
+
4. Solution overview
|
|
271
|
+
5. Use cases by role/department
|
|
272
|
+
6. Security/compliance section
|
|
273
|
+
7. Integration logos
|
|
274
|
+
8. Case study with metrics
|
|
275
|
+
9. ROI/value section
|
|
276
|
+
10. Contact/demo CTA
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
Addresses enterprise buyer concerns.
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
### Product Launch Page
|
|
284
|
+
|
|
285
|
+
```
|
|
286
|
+
1. Hero with launch announcement
|
|
287
|
+
2. Video demo or walkthrough
|
|
288
|
+
3. Feature highlights (3-5)
|
|
289
|
+
4. Before/after comparison
|
|
290
|
+
5. Early testimonials
|
|
291
|
+
6. Launch pricing or early access offer
|
|
292
|
+
7. CTA with urgency
|
|
293
|
+
```
|
|
294
|
+
|
|
295
|
+
Good for ProductHunt, launches, or announcements.
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
299
|
+
## Section Writing Tips
|
|
300
|
+
|
|
301
|
+
### Problem Section
|
|
302
|
+
|
|
303
|
+
Start with phrases like:
|
|
304
|
+
- "You know the feeling..."
|
|
305
|
+
- "If you're like most [role]..."
|
|
306
|
+
- "Every day, [audience] struggles with..."
|
|
307
|
+
- "We've all been there..."
|
|
308
|
+
|
|
309
|
+
Then describe:
|
|
310
|
+
- The specific frustration
|
|
311
|
+
- The time/money wasted
|
|
312
|
+
- The impact on their work/life
|
|
313
|
+
|
|
314
|
+
### Benefits Section
|
|
315
|
+
|
|
316
|
+
For each benefit, include:
|
|
317
|
+
- **Headline**: The outcome they get
|
|
318
|
+
- **Body**: How it works (1-2 sentences)
|
|
319
|
+
- **Proof**: Number, testimonial, or example (optional)
|
|
320
|
+
|
|
321
|
+
### How It Works Section
|
|
322
|
+
|
|
323
|
+
Each step should be:
|
|
324
|
+
- **Numbered**: Creates sense of progress
|
|
325
|
+
- **Simple verb**: "Connect," "Set up," "Get"
|
|
326
|
+
- **Outcome-oriented**: What they get from this step
|
|
327
|
+
|
|
328
|
+
Example:
|
|
329
|
+
1. Connect your tools (takes 2 minutes)
|
|
330
|
+
2. Set your preferences
|
|
331
|
+
3. Get automated reports every Monday
|
|
332
|
+
|
|
333
|
+
### Testimonial Selection
|
|
334
|
+
|
|
335
|
+
Best testimonials include:
|
|
336
|
+
- Specific results ("increased conversions by 32%")
|
|
337
|
+
- Before/after context ("We used to spend hours...")
|
|
338
|
+
- Role + company for credibility
|
|
339
|
+
- Something quotable and specific
|
|
340
|
+
|
|
341
|
+
Avoid testimonials that just say:
|
|
342
|
+
- "Great product!"
|
|
343
|
+
- "Love it!"
|
|
344
|
+
- "Easy to use!"
|