@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,394 @@
|
|
|
1
|
+
# Plain English Alternatives
|
|
2
|
+
|
|
3
|
+
Replace complex or pompous words with plain English alternatives.
|
|
4
|
+
|
|
5
|
+
Source: Plain English Campaign A-Z of Alternative Words (2001), Australian Government Style Manual (2024), plainlanguage.gov
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Contents
|
|
10
|
+
- A
|
|
11
|
+
- B
|
|
12
|
+
- C
|
|
13
|
+
- D
|
|
14
|
+
- E
|
|
15
|
+
- F
|
|
16
|
+
- G-H
|
|
17
|
+
- I
|
|
18
|
+
- L-M
|
|
19
|
+
- N-O
|
|
20
|
+
- P
|
|
21
|
+
- R
|
|
22
|
+
- S
|
|
23
|
+
- T-U
|
|
24
|
+
- V-Z
|
|
25
|
+
- Phrases to Remove Entirely
|
|
26
|
+
|
|
27
|
+
## A
|
|
28
|
+
|
|
29
|
+
| Complex | Plain Alternative |
|
|
30
|
+
|---------|-------------------|
|
|
31
|
+
| (an) absence of | no, none |
|
|
32
|
+
| abundance | enough, plenty, many |
|
|
33
|
+
| accede to | allow, agree to |
|
|
34
|
+
| accelerate | speed up |
|
|
35
|
+
| accommodate | meet, hold, house |
|
|
36
|
+
| accomplish | do, finish, complete |
|
|
37
|
+
| accordingly | so, therefore |
|
|
38
|
+
| acknowledge | thank you for, confirm |
|
|
39
|
+
| acquire | get, buy, obtain |
|
|
40
|
+
| additional | extra, more |
|
|
41
|
+
| adjacent | next to |
|
|
42
|
+
| advantageous | useful, helpful |
|
|
43
|
+
| advise | tell, say, inform |
|
|
44
|
+
| aforesaid | this, earlier |
|
|
45
|
+
| aggregate | total |
|
|
46
|
+
| alleviate | ease, reduce |
|
|
47
|
+
| allocate | give, share, assign |
|
|
48
|
+
| alternative | other, choice |
|
|
49
|
+
| ameliorate | improve |
|
|
50
|
+
| anticipate | expect |
|
|
51
|
+
| apparent | clear, obvious |
|
|
52
|
+
| appreciable | large, noticeable |
|
|
53
|
+
| appropriate | proper, right, suitable |
|
|
54
|
+
| approximately | about, roughly |
|
|
55
|
+
| ascertain | find out |
|
|
56
|
+
| assistance | help |
|
|
57
|
+
| at the present time | now |
|
|
58
|
+
| attempt | try |
|
|
59
|
+
| authorise | allow, let |
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## B
|
|
64
|
+
|
|
65
|
+
| Complex | Plain Alternative |
|
|
66
|
+
|---------|-------------------|
|
|
67
|
+
| belated | late |
|
|
68
|
+
| beneficial | helpful, useful |
|
|
69
|
+
| bestow | give |
|
|
70
|
+
| by means of | by |
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## C
|
|
75
|
+
|
|
76
|
+
| Complex | Plain Alternative |
|
|
77
|
+
|---------|-------------------|
|
|
78
|
+
| calculate | work out |
|
|
79
|
+
| cease | stop, end |
|
|
80
|
+
| circumvent | avoid, get around |
|
|
81
|
+
| clarification | explanation |
|
|
82
|
+
| commence | start, begin |
|
|
83
|
+
| communicate | tell, talk, write |
|
|
84
|
+
| competent | able |
|
|
85
|
+
| compile | collect, make |
|
|
86
|
+
| complete | fill in, finish |
|
|
87
|
+
| component | part |
|
|
88
|
+
| comprise | include, make up |
|
|
89
|
+
| (it is) compulsory | (you) must |
|
|
90
|
+
| conceal | hide |
|
|
91
|
+
| concerning | about |
|
|
92
|
+
| consequently | so |
|
|
93
|
+
| considerable | large, great, much |
|
|
94
|
+
| constitute | make up, form |
|
|
95
|
+
| consult | ask, talk to |
|
|
96
|
+
| consumption | use |
|
|
97
|
+
| currently | now |
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## D
|
|
102
|
+
|
|
103
|
+
| Complex | Plain Alternative |
|
|
104
|
+
|---------|-------------------|
|
|
105
|
+
| deduct | take off |
|
|
106
|
+
| deem | treat as, consider |
|
|
107
|
+
| defer | delay, put off |
|
|
108
|
+
| deficiency | lack |
|
|
109
|
+
| delete | remove, cross out |
|
|
110
|
+
| demonstrate | show, prove |
|
|
111
|
+
| denote | show, mean |
|
|
112
|
+
| designate | name, appoint |
|
|
113
|
+
| despatch/dispatch | send |
|
|
114
|
+
| determine | decide, find out |
|
|
115
|
+
| detrimental | harmful |
|
|
116
|
+
| diminish | reduce, lessen |
|
|
117
|
+
| discontinue | stop |
|
|
118
|
+
| disseminate | spread, distribute |
|
|
119
|
+
| documentation | papers, documents |
|
|
120
|
+
| due to the fact that | because |
|
|
121
|
+
| duration | time, length |
|
|
122
|
+
| dwelling | home |
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## E
|
|
127
|
+
|
|
128
|
+
| Complex | Plain Alternative |
|
|
129
|
+
|---------|-------------------|
|
|
130
|
+
| economical | cheap, good value |
|
|
131
|
+
| eligible | allowed, qualified |
|
|
132
|
+
| elucidate | explain |
|
|
133
|
+
| enable | allow |
|
|
134
|
+
| encounter | meet |
|
|
135
|
+
| endeavour | try |
|
|
136
|
+
| enquire | ask |
|
|
137
|
+
| ensure | make sure |
|
|
138
|
+
| entitlement | right |
|
|
139
|
+
| envisage | expect |
|
|
140
|
+
| equivalent | equal, the same |
|
|
141
|
+
| erroneous | wrong |
|
|
142
|
+
| establish | set up, show |
|
|
143
|
+
| evaluate | assess, test |
|
|
144
|
+
| excessive | too much |
|
|
145
|
+
| exclusively | only |
|
|
146
|
+
| exempt | free from |
|
|
147
|
+
| expedite | speed up |
|
|
148
|
+
| expenditure | spending |
|
|
149
|
+
| expire | run out |
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## F
|
|
154
|
+
|
|
155
|
+
| Complex | Plain Alternative |
|
|
156
|
+
|---------|-------------------|
|
|
157
|
+
| fabricate | make |
|
|
158
|
+
| facilitate | help, make possible |
|
|
159
|
+
| finalise | finish, complete |
|
|
160
|
+
| following | after |
|
|
161
|
+
| for the purpose of | to, for |
|
|
162
|
+
| for the reason that | because |
|
|
163
|
+
| forthwith | now, at once |
|
|
164
|
+
| forward | send |
|
|
165
|
+
| frequently | often |
|
|
166
|
+
| furnish | give, provide |
|
|
167
|
+
| furthermore | also, and |
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## G-H
|
|
172
|
+
|
|
173
|
+
| Complex | Plain Alternative |
|
|
174
|
+
|---------|-------------------|
|
|
175
|
+
| generate | produce, create |
|
|
176
|
+
| henceforth | from now on |
|
|
177
|
+
| hitherto | until now |
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## I
|
|
182
|
+
|
|
183
|
+
| Complex | Plain Alternative |
|
|
184
|
+
|---------|-------------------|
|
|
185
|
+
| if and when | if, when |
|
|
186
|
+
| illustrate | show |
|
|
187
|
+
| immediately | at once, now |
|
|
188
|
+
| implement | carry out, do |
|
|
189
|
+
| imply | suggest |
|
|
190
|
+
| in accordance with | under, following |
|
|
191
|
+
| in addition to | and, also |
|
|
192
|
+
| in conjunction with | with |
|
|
193
|
+
| in excess of | more than |
|
|
194
|
+
| in lieu of | instead of |
|
|
195
|
+
| in order to | to |
|
|
196
|
+
| in receipt of | receive |
|
|
197
|
+
| in relation to | about |
|
|
198
|
+
| in respect of | about, for |
|
|
199
|
+
| in the event of | if |
|
|
200
|
+
| in the majority of instances | most, usually |
|
|
201
|
+
| in the near future | soon |
|
|
202
|
+
| in view of the fact that | because |
|
|
203
|
+
| inception | start |
|
|
204
|
+
| indicate | show, suggest |
|
|
205
|
+
| inform | tell |
|
|
206
|
+
| initiate | start, begin |
|
|
207
|
+
| insert | put in |
|
|
208
|
+
| instances | cases |
|
|
209
|
+
| irrespective of | despite |
|
|
210
|
+
| issue | give, send |
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
## L-M
|
|
215
|
+
|
|
216
|
+
| Complex | Plain Alternative |
|
|
217
|
+
|---------|-------------------|
|
|
218
|
+
| (a) large number of | many |
|
|
219
|
+
| liaise with | work with, talk to |
|
|
220
|
+
| locality | place, area |
|
|
221
|
+
| locate | find |
|
|
222
|
+
| magnitude | size |
|
|
223
|
+
| (it is) mandatory | (you) must |
|
|
224
|
+
| manner | way |
|
|
225
|
+
| modification | change |
|
|
226
|
+
| moreover | also, and |
|
|
227
|
+
|
|
228
|
+
---
|
|
229
|
+
|
|
230
|
+
## N-O
|
|
231
|
+
|
|
232
|
+
| Complex | Plain Alternative |
|
|
233
|
+
|---------|-------------------|
|
|
234
|
+
| negligible | small |
|
|
235
|
+
| nevertheless | but, however |
|
|
236
|
+
| notify | tell |
|
|
237
|
+
| notwithstanding | despite, even if |
|
|
238
|
+
| numerous | many |
|
|
239
|
+
| objective | aim, goal |
|
|
240
|
+
| (it is) obligatory | (you) must |
|
|
241
|
+
| obtain | get |
|
|
242
|
+
| occasioned by | caused by |
|
|
243
|
+
| on behalf of | for |
|
|
244
|
+
| on numerous occasions | often |
|
|
245
|
+
| on receipt of | when you get |
|
|
246
|
+
| on the grounds that | because |
|
|
247
|
+
| operate | work, run |
|
|
248
|
+
| optimum | best |
|
|
249
|
+
| option | choice |
|
|
250
|
+
| otherwise | or |
|
|
251
|
+
| outstanding | unpaid |
|
|
252
|
+
| owing to | because |
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
## P
|
|
257
|
+
|
|
258
|
+
| Complex | Plain Alternative |
|
|
259
|
+
|---------|-------------------|
|
|
260
|
+
| partially | partly |
|
|
261
|
+
| participate | take part |
|
|
262
|
+
| particulars | details |
|
|
263
|
+
| per annum | a year |
|
|
264
|
+
| perform | do |
|
|
265
|
+
| permit | let, allow |
|
|
266
|
+
| personnel | staff, people |
|
|
267
|
+
| peruse | read |
|
|
268
|
+
| possess | have, own |
|
|
269
|
+
| practically | almost |
|
|
270
|
+
| predominant | main |
|
|
271
|
+
| prescribe | set |
|
|
272
|
+
| preserve | keep |
|
|
273
|
+
| previous | earlier, before |
|
|
274
|
+
| principal | main |
|
|
275
|
+
| prior to | before |
|
|
276
|
+
| proceed | go ahead |
|
|
277
|
+
| procure | get |
|
|
278
|
+
| prohibit | ban, stop |
|
|
279
|
+
| promptly | quickly |
|
|
280
|
+
| provide | give |
|
|
281
|
+
| provided that | if |
|
|
282
|
+
| provisions | rules, terms |
|
|
283
|
+
| proximity | nearness |
|
|
284
|
+
| purchase | buy |
|
|
285
|
+
| pursuant to | under |
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
## R
|
|
290
|
+
|
|
291
|
+
| Complex | Plain Alternative |
|
|
292
|
+
|---------|-------------------|
|
|
293
|
+
| reconsider | think again |
|
|
294
|
+
| reduction | cut |
|
|
295
|
+
| referred to as | called |
|
|
296
|
+
| regarding | about |
|
|
297
|
+
| reimburse | repay |
|
|
298
|
+
| reiterate | repeat |
|
|
299
|
+
| relating to | about |
|
|
300
|
+
| remain | stay |
|
|
301
|
+
| remainder | rest |
|
|
302
|
+
| remuneration | pay |
|
|
303
|
+
| render | make, give |
|
|
304
|
+
| represent | stand for |
|
|
305
|
+
| request | ask |
|
|
306
|
+
| require | need |
|
|
307
|
+
| residence | home |
|
|
308
|
+
| retain | keep |
|
|
309
|
+
| revised | changed, new |
|
|
310
|
+
|
|
311
|
+
---
|
|
312
|
+
|
|
313
|
+
## S
|
|
314
|
+
|
|
315
|
+
| Complex | Plain Alternative |
|
|
316
|
+
|---------|-------------------|
|
|
317
|
+
| scrutinise | examine, check |
|
|
318
|
+
| select | choose |
|
|
319
|
+
| solely | only |
|
|
320
|
+
| specified | given, stated |
|
|
321
|
+
| state | say |
|
|
322
|
+
| statutory | legal, by law |
|
|
323
|
+
| subject to | depending on |
|
|
324
|
+
| submit | send, give |
|
|
325
|
+
| subsequent to | after |
|
|
326
|
+
| subsequently | later |
|
|
327
|
+
| substantial | large, much |
|
|
328
|
+
| sufficient | enough |
|
|
329
|
+
| supplement | add to |
|
|
330
|
+
| supplementary | extra |
|
|
331
|
+
|
|
332
|
+
---
|
|
333
|
+
|
|
334
|
+
## T-U
|
|
335
|
+
|
|
336
|
+
| Complex | Plain Alternative |
|
|
337
|
+
|---------|-------------------|
|
|
338
|
+
| terminate | end, stop |
|
|
339
|
+
| thereafter | then |
|
|
340
|
+
| thereby | by this |
|
|
341
|
+
| thus | so |
|
|
342
|
+
| to date | so far |
|
|
343
|
+
| transfer | move |
|
|
344
|
+
| transmit | send |
|
|
345
|
+
| ultimately | in the end |
|
|
346
|
+
| undertake | agree, do |
|
|
347
|
+
| uniform | same |
|
|
348
|
+
| utilise | use |
|
|
349
|
+
|
|
350
|
+
---
|
|
351
|
+
|
|
352
|
+
## V-Z
|
|
353
|
+
|
|
354
|
+
| Complex | Plain Alternative |
|
|
355
|
+
|---------|-------------------|
|
|
356
|
+
| variation | change |
|
|
357
|
+
| virtually | almost |
|
|
358
|
+
| visualise | imagine, see |
|
|
359
|
+
| ways and means | ways |
|
|
360
|
+
| whatsoever | any |
|
|
361
|
+
| with a view to | to |
|
|
362
|
+
| with effect from | from |
|
|
363
|
+
| with reference to | about |
|
|
364
|
+
| with regard to | about |
|
|
365
|
+
| with respect to | about |
|
|
366
|
+
| zone | area |
|
|
367
|
+
|
|
368
|
+
---
|
|
369
|
+
|
|
370
|
+
## Phrases to Remove Entirely
|
|
371
|
+
|
|
372
|
+
These phrases often add nothing. Delete them:
|
|
373
|
+
|
|
374
|
+
- a total of
|
|
375
|
+
- absolutely
|
|
376
|
+
- actually
|
|
377
|
+
- all things being equal
|
|
378
|
+
- as a matter of fact
|
|
379
|
+
- at the end of the day
|
|
380
|
+
- at this moment in time
|
|
381
|
+
- basically
|
|
382
|
+
- currently (when "now" or nothing works)
|
|
383
|
+
- I am of the opinion that (use: I think)
|
|
384
|
+
- in due course (use: soon, or say when)
|
|
385
|
+
- in the final analysis
|
|
386
|
+
- it should be understood
|
|
387
|
+
- last but not least
|
|
388
|
+
- obviously
|
|
389
|
+
- of course
|
|
390
|
+
- quite
|
|
391
|
+
- really
|
|
392
|
+
- the fact of the matter is
|
|
393
|
+
- to all intents and purposes
|
|
394
|
+
- very
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: copywriting
|
|
3
|
+
description: When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," "CTA copy," "value proposition," "tagline," "subheadline," "hero section copy," "above the fold," "this copy is weak," "make this more compelling," or "help me describe my product." Use this whenever someone is working on website text that needs to persuade or convert. For email copy, see email-sequence. For popup copy, see popup-cro. For editing existing copy, see copy-editing.
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Copywriting
|
|
9
|
+
|
|
10
|
+
You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action.
|
|
11
|
+
|
|
12
|
+
## Before Writing
|
|
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
|
+
Gather this context (ask if not provided):
|
|
18
|
+
|
|
19
|
+
### 1. Page Purpose
|
|
20
|
+
- What type of page? (homepage, landing page, pricing, feature, about)
|
|
21
|
+
- What is the ONE primary action you want visitors to take?
|
|
22
|
+
|
|
23
|
+
### 2. Audience
|
|
24
|
+
- Who is the ideal customer?
|
|
25
|
+
- What problem are they trying to solve?
|
|
26
|
+
- What objections or hesitations do they have?
|
|
27
|
+
- What language do they use to describe their problem?
|
|
28
|
+
|
|
29
|
+
### 3. Product/Offer
|
|
30
|
+
- What are you selling or offering?
|
|
31
|
+
- What makes it different from alternatives?
|
|
32
|
+
- What's the key transformation or outcome?
|
|
33
|
+
- Any proof points (numbers, testimonials, case studies)?
|
|
34
|
+
|
|
35
|
+
### 4. Context
|
|
36
|
+
- Where is traffic coming from? (ads, organic, email)
|
|
37
|
+
- What do visitors already know before arriving?
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Copywriting Principles
|
|
42
|
+
|
|
43
|
+
### Clarity Over Cleverness
|
|
44
|
+
If you have to choose between clear and creative, choose clear.
|
|
45
|
+
|
|
46
|
+
### Benefits Over Features
|
|
47
|
+
Features: What it does. Benefits: What that means for the customer.
|
|
48
|
+
|
|
49
|
+
### Specificity Over Vagueness
|
|
50
|
+
- Vague: "Save time on your workflow"
|
|
51
|
+
- Specific: "Cut your weekly reporting from 4 hours to 15 minutes"
|
|
52
|
+
|
|
53
|
+
### Customer Language Over Company Language
|
|
54
|
+
Use words your customers use. Mirror voice-of-customer from reviews, interviews, support tickets.
|
|
55
|
+
|
|
56
|
+
### One Idea Per Section
|
|
57
|
+
Each section should advance one argument. Build a logical flow down the page.
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## Writing Style Rules
|
|
62
|
+
|
|
63
|
+
### Core Principles
|
|
64
|
+
|
|
65
|
+
1. **Simple over complex** — "Use" not "utilize," "help" not "facilitate"
|
|
66
|
+
2. **Specific over vague** — Avoid "streamline," "optimize," "innovative"
|
|
67
|
+
3. **Active over passive** — "We generate reports" not "Reports are generated"
|
|
68
|
+
4. **Confident over qualified** — Remove "almost," "very," "really"
|
|
69
|
+
5. **Show over tell** — Describe the outcome instead of using adverbs
|
|
70
|
+
6. **Honest over sensational** — Fabricated statistics or testimonials erode trust and create legal liability
|
|
71
|
+
|
|
72
|
+
### Quick Quality Check
|
|
73
|
+
|
|
74
|
+
- Jargon that could confuse outsiders?
|
|
75
|
+
- Sentences trying to do too much?
|
|
76
|
+
- Passive voice constructions?
|
|
77
|
+
- Exclamation points? (remove them)
|
|
78
|
+
- Marketing buzzwords without substance?
|
|
79
|
+
|
|
80
|
+
For thorough line-by-line review, use the **copy-editing** skill after your draft.
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## Best Practices
|
|
85
|
+
|
|
86
|
+
### Be Direct
|
|
87
|
+
Get to the point. Don't bury the value in qualifications.
|
|
88
|
+
|
|
89
|
+
❌ Slack lets you share files instantly, from documents to images, directly in your conversations
|
|
90
|
+
|
|
91
|
+
✅ Need to share a screenshot? Send as many documents, images, and audio files as your heart desires.
|
|
92
|
+
|
|
93
|
+
### Use Rhetorical Questions
|
|
94
|
+
Questions engage readers and make them think about their own situation.
|
|
95
|
+
- "Hate returning stuff to Amazon?"
|
|
96
|
+
- "Tired of chasing approvals?"
|
|
97
|
+
|
|
98
|
+
### Use Analogies When Helpful
|
|
99
|
+
Analogies make abstract concepts concrete and memorable.
|
|
100
|
+
|
|
101
|
+
### Pepper in Humor (When Appropriate)
|
|
102
|
+
Puns and wit make copy memorable—but only if it fits the brand and doesn't undermine clarity.
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Page Structure Framework
|
|
107
|
+
|
|
108
|
+
### Above the Fold
|
|
109
|
+
|
|
110
|
+
**Headline**
|
|
111
|
+
- Your single most important message
|
|
112
|
+
- Communicate core value proposition
|
|
113
|
+
- Specific > generic
|
|
114
|
+
|
|
115
|
+
**Example formulas:**
|
|
116
|
+
- "{Achieve outcome} without {pain point}"
|
|
117
|
+
- "The {category} for {audience}"
|
|
118
|
+
- "Never {unpleasant event} again"
|
|
119
|
+
- "{Question highlighting main pain point}"
|
|
120
|
+
|
|
121
|
+
**For comprehensive headline formulas**: See [references/copy-frameworks.md](references/copy-frameworks.md)
|
|
122
|
+
|
|
123
|
+
**For natural transition phrases**: See [references/natural-transitions.md](references/natural-transitions.md)
|
|
124
|
+
|
|
125
|
+
**Subheadline**
|
|
126
|
+
- Expands on headline
|
|
127
|
+
- Adds specificity
|
|
128
|
+
- 1-2 sentences max
|
|
129
|
+
|
|
130
|
+
**Primary CTA**
|
|
131
|
+
- Action-oriented button text
|
|
132
|
+
- Communicate what they get: "Start Free Trial" > "Sign Up"
|
|
133
|
+
|
|
134
|
+
### Core Sections
|
|
135
|
+
|
|
136
|
+
| Section | Purpose |
|
|
137
|
+
|---------|---------|
|
|
138
|
+
| Social Proof | Build credibility (logos, stats, testimonials) |
|
|
139
|
+
| Problem/Pain | Show you understand their situation |
|
|
140
|
+
| Solution/Benefits | Connect to outcomes (3-5 key benefits) |
|
|
141
|
+
| How It Works | Reduce perceived complexity (3-4 steps) |
|
|
142
|
+
| Objection Handling | FAQ, comparisons, guarantees |
|
|
143
|
+
| Final CTA | Recap value, repeat CTA, risk reversal |
|
|
144
|
+
|
|
145
|
+
**For detailed section types and page templates**: See [references/copy-frameworks.md](references/copy-frameworks.md)
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## CTA Copy Guidelines
|
|
150
|
+
|
|
151
|
+
**Weak CTAs (avoid):**
|
|
152
|
+
- Submit, Sign Up, Learn More, Click Here, Get Started
|
|
153
|
+
|
|
154
|
+
**Strong CTAs (use):**
|
|
155
|
+
- Start Free Trial
|
|
156
|
+
- Get [Specific Thing]
|
|
157
|
+
- See [Product] in Action
|
|
158
|
+
- Create Your First [Thing]
|
|
159
|
+
- Download the Guide
|
|
160
|
+
|
|
161
|
+
**Formula:** [Action Verb] + [What They Get] + [Qualifier if needed]
|
|
162
|
+
|
|
163
|
+
Examples:
|
|
164
|
+
- "Start My Free Trial"
|
|
165
|
+
- "Get the Complete Checklist"
|
|
166
|
+
- "See Pricing for My Team"
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## Page-Specific Guidance
|
|
171
|
+
|
|
172
|
+
### Homepage
|
|
173
|
+
- Serve multiple audiences without being generic
|
|
174
|
+
- Lead with broadest value proposition
|
|
175
|
+
- Provide clear paths for different visitor intents
|
|
176
|
+
|
|
177
|
+
### Landing Page
|
|
178
|
+
- Single message, single CTA
|
|
179
|
+
- Match headline to ad/traffic source
|
|
180
|
+
- Complete argument on one page
|
|
181
|
+
|
|
182
|
+
### Pricing Page
|
|
183
|
+
- Help visitors choose the right plan
|
|
184
|
+
- Address "which is right for me?" anxiety
|
|
185
|
+
- Make recommended plan obvious
|
|
186
|
+
|
|
187
|
+
### Feature Page
|
|
188
|
+
- Connect feature → benefit → outcome
|
|
189
|
+
- Show use cases and examples
|
|
190
|
+
- Clear path to try or buy
|
|
191
|
+
|
|
192
|
+
### About Page
|
|
193
|
+
- Tell the story of why you exist
|
|
194
|
+
- Connect mission to customer benefit
|
|
195
|
+
- Still include a CTA
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
199
|
+
## Voice and Tone
|
|
200
|
+
|
|
201
|
+
Before writing, establish:
|
|
202
|
+
|
|
203
|
+
**Formality level:**
|
|
204
|
+
- Casual/conversational
|
|
205
|
+
- Professional but friendly
|
|
206
|
+
- Formal/enterprise
|
|
207
|
+
|
|
208
|
+
**Brand personality:**
|
|
209
|
+
- Playful or serious?
|
|
210
|
+
- Bold or understated?
|
|
211
|
+
- Technical or accessible?
|
|
212
|
+
|
|
213
|
+
Maintain consistency, but adjust intensity:
|
|
214
|
+
- Headlines can be bolder
|
|
215
|
+
- Body copy should be clearer
|
|
216
|
+
- CTAs should be action-oriented
|
|
217
|
+
|
|
218
|
+
---
|
|
219
|
+
|
|
220
|
+
## Output Format
|
|
221
|
+
|
|
222
|
+
When writing copy, provide:
|
|
223
|
+
|
|
224
|
+
### Page Copy
|
|
225
|
+
Organized by section:
|
|
226
|
+
- Headline, Subheadline, CTA
|
|
227
|
+
- Section headers and body copy
|
|
228
|
+
- Secondary CTAs
|
|
229
|
+
|
|
230
|
+
### Annotations
|
|
231
|
+
For key elements, explain:
|
|
232
|
+
- Why you made this choice
|
|
233
|
+
- What principle it applies
|
|
234
|
+
|
|
235
|
+
### Alternatives
|
|
236
|
+
For headlines and CTAs, provide 2-3 options:
|
|
237
|
+
- Option A: [copy] — [rationale]
|
|
238
|
+
- Option B: [copy] — [rationale]
|
|
239
|
+
|
|
240
|
+
### Meta Content (if relevant)
|
|
241
|
+
- Page title (for SEO)
|
|
242
|
+
- Meta description
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## Related Skills
|
|
247
|
+
|
|
248
|
+
- **copy-editing**: For polishing existing copy (use after your draft)
|
|
249
|
+
- **page-cro**: If page structure/strategy needs work, not just copy
|
|
250
|
+
- **email-sequence**: For email copywriting
|
|
251
|
+
- **popup-cro**: For popup and modal copy
|
|
252
|
+
- **ab-test-setup**: To test copy variations
|