arkaos 4.26.0 → 4.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (412) hide show
  1. package/README.md +7 -5
  2. package/THE-ARKAOS-GUIDE.md +7 -7
  3. package/VERSION +1 -1
  4. package/arka/SKILL.md +1 -1
  5. package/arka/skills/human-writing/SKILL.md +106 -0
  6. package/arka/skills/human-writing/references/anti-slop-phrases.md +131 -0
  7. package/arka/skills/human-writing/references/checklist.md +66 -0
  8. package/arka/skills/human-writing/references/content-refresh.md +38 -0
  9. package/arka/skills/human-writing/references/plain-english-alternatives.md +394 -0
  10. package/arka/skills/human-writing/references/pt-pt-anti-slop.md +82 -0
  11. package/arka/skills/human-writing/references/stop-slop.LICENSE +21 -0
  12. package/arka/skills/human-writing/references/structural-patterns.md +151 -0
  13. package/config/claude-agents/content-marketer.md +1 -1
  14. package/config/claude-agents/content-strategist.md +1 -1
  15. package/config/claude-agents/eduardo-copy.md +13 -0
  16. package/config/claude-agents/lifecycle-marketer.md +50 -0
  17. package/config/claude-agents/pr-partnerships.md +50 -0
  18. package/config/claude-agents/product-marketer.md +50 -0
  19. package/config/claude-agents/repurpose-distributor.md +1 -1
  20. package/config/claude-agents/sales-copywriter.md +1 -1
  21. package/config/claude-agents/scriptwriter.md +1 -1
  22. package/config/claude-agents/viral-engineer.md +1 -1
  23. package/config/evals/community.yaml +137 -0
  24. package/config/evals/content.yaml +298 -0
  25. package/config/evals/landing.yaml +927 -0
  26. package/config/evals/marketing.yaml +3836 -0
  27. package/config/evals/saas.yaml +616 -0
  28. package/config/evals/sales.yaml +437 -0
  29. package/config/skills-curated.yaml +2 -2
  30. package/config/skills-provenance.yaml +194 -21
  31. package/core/registry/generator.py +7 -0
  32. package/departments/community/SKILL.md +1 -0
  33. package/departments/community/skills/community-marketing/SKILL.md +200 -0
  34. package/departments/content/SKILL.md +1 -0
  35. package/departments/content/agents/content-strategist.yaml +1 -0
  36. package/departments/content/agents/repurpose-distributor.yaml +1 -0
  37. package/departments/content/agents/scriptwriter.yaml +1 -0
  38. package/departments/content/agents/viral-engineer.yaml +1 -0
  39. package/departments/content/skills/image-create/SKILL.md +375 -0
  40. package/departments/content/skills/image-create/references/ai-image-prompting.md +229 -0
  41. package/departments/content/skills/video-produce/SKILL.md +220 -0
  42. package/departments/content/skills/video-produce/references/ai-video-prompting.md +175 -0
  43. package/departments/content/skills/video-produce/references/edit-anatomy.md +84 -0
  44. package/departments/landing/SKILL.md +3 -0
  45. package/departments/landing/agents/sales-copywriter.yaml +1 -0
  46. package/departments/landing/skills/affiliate-bridge/SKILL.md +291 -5
  47. package/departments/landing/skills/affiliate-bridge/references/affiliate-programs.md +167 -0
  48. package/departments/landing/skills/affiliate-bridge/references/program-examples.md +143 -0
  49. package/departments/landing/skills/copy-framework/SKILL.md +241 -0
  50. package/departments/landing/skills/copy-framework/references/copy-frameworks.md +344 -0
  51. package/departments/landing/skills/copy-framework/references/natural-transitions.md +272 -0
  52. package/departments/landing/skills/lead-magnet/SKILL.md +337 -0
  53. package/departments/landing/skills/lead-magnet/references/benchmarks.md +129 -0
  54. package/departments/landing/skills/lead-magnet/references/format-guide.md +196 -0
  55. package/departments/landing/skills/offer-create/SKILL.md +105 -8
  56. package/departments/landing/skills/offer-create/references/bonus-stacking.md +150 -0
  57. package/departments/landing/skills/offer-create/references/examples.md +215 -0
  58. package/departments/landing/skills/offer-create/references/guarantee-design.md +172 -0
  59. package/departments/landing/skills/offer-create/references/offer-anatomy.md +203 -0
  60. package/departments/landing/skills/offer-create/references/offer-formats.md +240 -0
  61. package/departments/landing/skills/offer-create/references/scarcity-urgency.md +175 -0
  62. package/departments/landing/skills/offer-create/references/value-equation.md +134 -0
  63. package/departments/landing/skills/optimize-page/SKILL.md +185 -4
  64. package/departments/landing/skills/optimize-page/references/experiments.md +248 -0
  65. package/departments/landing/skills/optimize-page/references/form.md +422 -0
  66. package/departments/landing/skills/page-architect/SKILL.md +373 -5
  67. package/departments/landing/skills/page-architect/references/mermaid-templates.md +216 -0
  68. package/departments/landing/skills/page-architect/references/navigation-patterns.md +305 -0
  69. package/departments/landing/skills/page-architect/references/site-type-templates.md +293 -0
  70. package/departments/landing/skills/popup-design/SKILL.md +481 -0
  71. package/departments/landing/skills/signup-optimize/SKILL.md +385 -0
  72. package/departments/marketing/SKILL.md +22 -1
  73. package/departments/marketing/agents/content-marketer.yaml +1 -0
  74. package/departments/marketing/agents/growth-marketing/lifecycle-marketer.yaml +75 -0
  75. package/departments/marketing/agents/growth-marketing/pr-partnerships.yaml +74 -0
  76. package/departments/marketing/agents/growth-marketing/product-marketer.yaml +79 -0
  77. package/departments/marketing/agents/marketing-director.yaml +1 -0
  78. package/departments/marketing/skills/ab-test/SKILL.md +322 -3
  79. package/departments/marketing/skills/ab-test/references/sample-size-guide.md +263 -0
  80. package/departments/marketing/skills/ab-test/references/test-templates.md +277 -0
  81. package/departments/marketing/skills/ad-creative/SKILL.md +451 -0
  82. package/departments/marketing/skills/ad-creative/references/creative-review-page.md +106 -0
  83. package/departments/marketing/skills/ad-creative/references/creative-roadmap.md +118 -0
  84. package/departments/marketing/skills/ad-creative/references/generative-tools.md +637 -0
  85. package/departments/marketing/skills/ad-creative/references/hook-system.md +115 -0
  86. package/departments/marketing/skills/ad-creative/references/imessage-video-ads.md +201 -0
  87. package/departments/marketing/skills/ad-creative/references/motion-video-ads.md +126 -0
  88. package/departments/marketing/skills/ad-creative/references/platform-specs.md +213 -0
  89. package/departments/marketing/skills/ad-creative/references/static-ad-templates.md +200 -0
  90. package/departments/marketing/skills/ai-seo/SKILL.md +520 -0
  91. package/departments/marketing/skills/ai-seo/references/citations-vs-recommendations.md +85 -0
  92. package/departments/marketing/skills/ai-seo/references/content-patterns.md +287 -0
  93. package/departments/marketing/skills/ai-seo/references/content-types.md +71 -0
  94. package/departments/marketing/skills/ai-seo/references/okf.md +104 -0
  95. package/departments/marketing/skills/ai-seo/references/platform-ranking-factors.md +154 -0
  96. package/departments/marketing/skills/analytics-report/SKILL.md +310 -1
  97. package/departments/marketing/skills/analytics-report/references/event-library.md +260 -0
  98. package/departments/marketing/skills/analytics-report/references/ga4-implementation.md +300 -0
  99. package/departments/marketing/skills/analytics-report/references/gtm-implementation.md +390 -0
  100. package/departments/marketing/skills/aso/SKILL.md +336 -0
  101. package/departments/marketing/skills/aso/references/apple-specs.md +107 -0
  102. package/departments/marketing/skills/aso/references/benchmarks.md +129 -0
  103. package/departments/marketing/skills/aso/references/google-play-specs.md +131 -0
  104. package/departments/marketing/skills/aso/references/report-template.md +213 -0
  105. package/departments/marketing/skills/aso/references/scoring-criteria.md +213 -0
  106. package/departments/marketing/skills/co-marketing/SKILL.md +316 -0
  107. package/departments/marketing/skills/cold-email/SKILL.md +80 -0
  108. package/departments/marketing/skills/cold-email/references/benchmarks.md +83 -0
  109. package/departments/marketing/skills/cold-email/references/follow-up-sequences.md +81 -0
  110. package/departments/marketing/skills/cold-email/references/frameworks.md +90 -0
  111. package/departments/marketing/skills/cold-email/references/personalization.md +79 -0
  112. package/departments/marketing/skills/cold-email/references/subject-lines.md +53 -0
  113. package/departments/marketing/skills/competitor-analysis/SKILL.md +262 -5
  114. package/departments/marketing/skills/competitor-analysis/references/content-architecture.md +271 -0
  115. package/departments/marketing/skills/competitor-analysis/references/templates.md +223 -0
  116. package/departments/marketing/skills/competitor-profile/SKILL.md +447 -0
  117. package/departments/marketing/skills/competitor-profile/references/templates.md +167 -0
  118. package/departments/marketing/skills/competitor-profile/references/tool-reference.md +179 -0
  119. package/departments/marketing/skills/content-strategy/SKILL.md +398 -0
  120. package/departments/marketing/skills/content-strategy/references/headless-cms.md +194 -0
  121. package/departments/marketing/skills/council/SKILL.md +185 -0
  122. package/departments/marketing/skills/council/references/advisor-template.md +51 -0
  123. package/departments/marketing/skills/council/references/advisors/alex-hormozi.md +43 -0
  124. package/departments/marketing/skills/council/references/advisors/ann-handley.md +43 -0
  125. package/departments/marketing/skills/council/references/advisors/april-dunford.md +41 -0
  126. package/departments/marketing/skills/council/references/advisors/byron-sharp.md +43 -0
  127. package/departments/marketing/skills/council/references/advisors/claude-hopkins.md +42 -0
  128. package/departments/marketing/skills/council/references/advisors/david-ogilvy.md +42 -0
  129. package/departments/marketing/skills/council/references/advisors/eugene-schwartz.md +42 -0
  130. package/departments/marketing/skills/council/references/advisors/gary-halbert.md +43 -0
  131. package/departments/marketing/skills/council/references/advisors/gary-vaynerchuk.md +43 -0
  132. package/departments/marketing/skills/council/references/advisors/rory-sutherland.md +42 -0
  133. package/departments/marketing/skills/council/references/advisors/russell-brunson.md +43 -0
  134. package/departments/marketing/skills/council/references/advisors/seth-godin.md +43 -0
  135. package/departments/marketing/skills/customer-research/SKILL.md +318 -0
  136. package/departments/marketing/skills/customer-research/references/source-guides.md +401 -0
  137. package/departments/marketing/skills/directory-submit/SKILL.md +409 -0
  138. package/departments/marketing/skills/directory-submit/references/directory-list.md +477 -0
  139. package/departments/marketing/skills/directory-submit/references/positioning-variations.md +232 -0
  140. package/departments/marketing/skills/directory-submit/references/submission-tracker-template.csv +266 -0
  141. package/departments/marketing/skills/email-sequence/SKILL.md +309 -2
  142. package/departments/marketing/skills/email-sequence/references/copy-guidelines.md +113 -0
  143. package/departments/marketing/skills/email-sequence/references/email-types.md +515 -0
  144. package/departments/marketing/skills/email-sequence/references/sequence-templates.md +168 -0
  145. package/departments/marketing/skills/free-tools/SKILL.md +203 -0
  146. package/departments/marketing/skills/free-tools/references/tool-types.md +217 -0
  147. package/departments/marketing/skills/marketing-ideas/SKILL.md +191 -0
  148. package/departments/marketing/skills/marketing-ideas/references/ideas-by-category.md +366 -0
  149. package/departments/marketing/skills/marketing-loops/SKILL.md +136 -0
  150. package/departments/marketing/skills/marketing-loops/references/loop-catalog.md +687 -0
  151. package/departments/marketing/skills/marketing-loops/references/loop-guardrails.md +73 -0
  152. package/departments/marketing/skills/marketing-loops/references/loop-orchestration.md +69 -0
  153. package/departments/marketing/skills/marketing-loops/references/loop-state.md +67 -0
  154. package/departments/marketing/skills/marketing-loops/references/loop-template.md +79 -0
  155. package/departments/marketing/skills/marketing-plan/SKILL.md +302 -0
  156. package/departments/marketing/skills/marketing-plan/references/aarrr-framework.md +180 -0
  157. package/departments/marketing/skills/marketing-plan/references/budget-planning.md +168 -0
  158. package/departments/marketing/skills/marketing-plan/references/client-types.md +373 -0
  159. package/departments/marketing/skills/marketing-plan/references/current-state-rubric.md +255 -0
  160. package/departments/marketing/skills/marketing-plan/references/example-quietude.md +972 -0
  161. package/departments/marketing/skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  162. package/departments/marketing/skills/marketing-plan/references/growth-patterns.md +148 -0
  163. package/departments/marketing/skills/marketing-plan/references/idea-cross-reference.md +265 -0
  164. package/departments/marketing/skills/marketing-plan/references/measurement-framework.md +213 -0
  165. package/departments/marketing/skills/marketing-plan/references/methodology.md +363 -0
  166. package/departments/marketing/skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  167. package/departments/marketing/skills/marketing-plan/references/plan-template.md +494 -0
  168. package/departments/marketing/skills/marketing-plan/references/team-and-agency-model.md +278 -0
  169. package/departments/marketing/skills/marketing-psychology/SKILL.md +479 -0
  170. package/departments/marketing/skills/paid-campaign/SKILL.md +452 -3
  171. package/departments/marketing/skills/paid-campaign/references/abm-playbook.md +93 -0
  172. package/departments/marketing/skills/paid-campaign/references/ad-copy-templates.md +207 -0
  173. package/departments/marketing/skills/paid-campaign/references/audience-targeting.md +243 -0
  174. package/departments/marketing/skills/paid-campaign/references/b2b-paid-playbook.md +115 -0
  175. package/departments/marketing/skills/paid-campaign/references/conversion-tracking.md +361 -0
  176. package/departments/marketing/skills/paid-campaign/references/google-search-playbook.md +120 -0
  177. package/departments/marketing/skills/paid-campaign/references/linkedin-b2b-playbook.md +107 -0
  178. package/departments/marketing/skills/paid-campaign/references/meta-decision-system.md +143 -0
  179. package/departments/marketing/skills/paid-campaign/references/platform-setup-checklists.md +277 -0
  180. package/departments/marketing/skills/paid-campaign/references/rsa-output-spec.md +88 -0
  181. package/departments/marketing/skills/product-marketing/SKILL.md +141 -0
  182. package/departments/marketing/skills/programmatic-seo/SKILL.md +74 -3
  183. package/departments/marketing/skills/programmatic-seo/references/playbooks.md +308 -0
  184. package/departments/marketing/skills/public-relations/SKILL.md +167 -0
  185. package/departments/marketing/skills/public-relations/references/journalist-pitching.md +368 -0
  186. package/departments/marketing/skills/public-relations/references/media-outlets.md +207 -0
  187. package/departments/marketing/skills/public-relations/references/newsjacking.md +218 -0
  188. package/departments/marketing/skills/public-relations/references/press-platforms.md +188 -0
  189. package/departments/marketing/skills/schema-markup/SKILL.md +203 -0
  190. package/departments/marketing/skills/schema-markup/references/schema-examples.md +398 -0
  191. package/departments/marketing/skills/seo-audit/SKILL.md +470 -1
  192. package/departments/marketing/skills/seo-audit/references/ai-writing-detection.md +200 -0
  193. package/departments/marketing/skills/seo-audit/references/international-seo.md +230 -0
  194. package/departments/marketing/skills/sms-campaign/SKILL.md +363 -0
  195. package/departments/marketing/skills/sms-campaign/references/compliance.md +202 -0
  196. package/departments/marketing/skills/sms-campaign/references/platforms.md +318 -0
  197. package/departments/marketing/skills/sms-campaign/references/sequence-templates.md +282 -0
  198. package/departments/marketing/skills/social-strategy/SKILL.md +414 -3
  199. package/departments/marketing/skills/social-strategy/references/carousel-frameworks.md +141 -0
  200. package/departments/marketing/skills/social-strategy/references/listening-sources-template.md +123 -0
  201. package/departments/marketing/skills/social-strategy/references/listening.md +283 -0
  202. package/departments/marketing/skills/social-strategy/references/platform-limits.md +110 -0
  203. package/departments/marketing/skills/social-strategy/references/platforms.md +170 -0
  204. package/departments/marketing/skills/social-strategy/references/post-templates.md +179 -0
  205. package/departments/marketing/skills/social-strategy/references/reverse-engineering.md +195 -0
  206. package/departments/marketing/skills/social-strategy/references/short-form-video.md +237 -0
  207. package/departments/marketing/squad.yaml +10 -1
  208. package/departments/marketing/tools/LICENSE +21 -0
  209. package/departments/marketing/tools/REGISTRY.md +590 -0
  210. package/departments/marketing/tools/clis/README.md +198 -0
  211. package/departments/marketing/tools/clis/activecampaign.js +435 -0
  212. package/departments/marketing/tools/clis/adobe-analytics.js +161 -0
  213. package/departments/marketing/tools/clis/ahrefs.js +192 -0
  214. package/departments/marketing/tools/clis/airops.js +163 -0
  215. package/departments/marketing/tools/clis/amplitude.js +182 -0
  216. package/departments/marketing/tools/clis/apollo.js +142 -0
  217. package/departments/marketing/tools/clis/beehiiv.js +245 -0
  218. package/departments/marketing/tools/clis/brevo.js +368 -0
  219. package/departments/marketing/tools/clis/buffer.js +260 -0
  220. package/departments/marketing/tools/clis/calendly.js +253 -0
  221. package/departments/marketing/tools/clis/clay.js +159 -0
  222. package/departments/marketing/tools/clis/clearbit.js +163 -0
  223. package/departments/marketing/tools/clis/close.js +232 -0
  224. package/departments/marketing/tools/clis/coupler.js +173 -0
  225. package/departments/marketing/tools/clis/crossbeam.js +193 -0
  226. package/departments/marketing/tools/clis/customer-io.js +205 -0
  227. package/departments/marketing/tools/clis/dataforseo.js +257 -0
  228. package/departments/marketing/tools/clis/demio.js +149 -0
  229. package/departments/marketing/tools/clis/dub.js +158 -0
  230. package/departments/marketing/tools/clis/exa.js +147 -0
  231. package/departments/marketing/tools/clis/g2.js +186 -0
  232. package/departments/marketing/tools/clis/ga4.js +194 -0
  233. package/departments/marketing/tools/clis/github-prospects.js +257 -0
  234. package/departments/marketing/tools/clis/google-ads.js +189 -0
  235. package/departments/marketing/tools/clis/google-search-console.js +166 -0
  236. package/departments/marketing/tools/clis/hotjar.js +167 -0
  237. package/departments/marketing/tools/clis/hunter.js +249 -0
  238. package/departments/marketing/tools/clis/instantly.js +270 -0
  239. package/departments/marketing/tools/clis/intercom.js +399 -0
  240. package/departments/marketing/tools/clis/keywords-everywhere.js +185 -0
  241. package/departments/marketing/tools/clis/kit.js +232 -0
  242. package/departments/marketing/tools/clis/klaviyo.js +348 -0
  243. package/departments/marketing/tools/clis/lemlist.js +221 -0
  244. package/departments/marketing/tools/clis/linkedin-ads.js +185 -0
  245. package/departments/marketing/tools/clis/livestorm.js +292 -0
  246. package/departments/marketing/tools/clis/mailchimp.js +220 -0
  247. package/departments/marketing/tools/clis/mention-me.js +161 -0
  248. package/departments/marketing/tools/clis/meta-ads.js +181 -0
  249. package/departments/marketing/tools/clis/mixpanel.js +248 -0
  250. package/departments/marketing/tools/clis/onesignal.js +241 -0
  251. package/departments/marketing/tools/clis/optimizely.js +233 -0
  252. package/departments/marketing/tools/clis/outreach.js +213 -0
  253. package/departments/marketing/tools/clis/paddle.js +385 -0
  254. package/departments/marketing/tools/clis/partnerstack.js +382 -0
  255. package/departments/marketing/tools/clis/pendo.js +221 -0
  256. package/departments/marketing/tools/clis/plausible.js +249 -0
  257. package/departments/marketing/tools/clis/postmark.js +375 -0
  258. package/departments/marketing/tools/clis/rankparse.js +196 -0
  259. package/departments/marketing/tools/clis/resend.js +370 -0
  260. package/departments/marketing/tools/clis/rewardful.js +160 -0
  261. package/departments/marketing/tools/clis/savvycal.js +223 -0
  262. package/departments/marketing/tools/clis/segment.js +192 -0
  263. package/departments/marketing/tools/clis/semrush.js +207 -0
  264. package/departments/marketing/tools/clis/sendgrid.js +211 -0
  265. package/departments/marketing/tools/clis/similarweb.js +214 -0
  266. package/departments/marketing/tools/clis/snov.js +237 -0
  267. package/departments/marketing/tools/clis/supermetrics.js +169 -0
  268. package/departments/marketing/tools/clis/tiktok-ads.js +190 -0
  269. package/departments/marketing/tools/clis/tolt.js +153 -0
  270. package/departments/marketing/tools/clis/trustpilot.js +276 -0
  271. package/departments/marketing/tools/clis/typeform.js +269 -0
  272. package/departments/marketing/tools/clis/wistia.js +301 -0
  273. package/departments/marketing/tools/clis/zapier.js +165 -0
  274. package/departments/marketing/tools/clis/zoominfo.js +223 -0
  275. package/departments/marketing/tools/composio/README.md +105 -0
  276. package/departments/marketing/tools/composio/marketing-tools.md +91 -0
  277. package/departments/marketing/tools/integrations/activecampaign.md +337 -0
  278. package/departments/marketing/tools/integrations/adobe-analytics.md +156 -0
  279. package/departments/marketing/tools/integrations/ahrefs.md +142 -0
  280. package/departments/marketing/tools/integrations/airops.md +128 -0
  281. package/departments/marketing/tools/integrations/amplitude.md +135 -0
  282. package/departments/marketing/tools/integrations/apollo.md +148 -0
  283. package/departments/marketing/tools/integrations/attentive.md +152 -0
  284. package/departments/marketing/tools/integrations/audiencetap.md +125 -0
  285. package/departments/marketing/tools/integrations/beehiiv.md +157 -0
  286. package/departments/marketing/tools/integrations/brevo.md +268 -0
  287. package/departments/marketing/tools/integrations/browserbase.md +111 -0
  288. package/departments/marketing/tools/integrations/buffer.md +138 -0
  289. package/departments/marketing/tools/integrations/calendly.md +161 -0
  290. package/departments/marketing/tools/integrations/clay.md +149 -0
  291. package/departments/marketing/tools/integrations/clearbit.md +142 -0
  292. package/departments/marketing/tools/integrations/close.md +191 -0
  293. package/departments/marketing/tools/integrations/cogny.md +153 -0
  294. package/departments/marketing/tools/integrations/composio.md +190 -0
  295. package/departments/marketing/tools/integrations/contentful.md +160 -0
  296. package/departments/marketing/tools/integrations/coupler.md +142 -0
  297. package/departments/marketing/tools/integrations/crossbeam.md +137 -0
  298. package/departments/marketing/tools/integrations/customer-io.md +187 -0
  299. package/departments/marketing/tools/integrations/dataforseo.md +165 -0
  300. package/departments/marketing/tools/integrations/demio.md +182 -0
  301. package/departments/marketing/tools/integrations/dub-co.md +160 -0
  302. package/departments/marketing/tools/integrations/exa.md +145 -0
  303. package/departments/marketing/tools/integrations/firecrawl.md +144 -0
  304. package/departments/marketing/tools/integrations/firehose.md +159 -0
  305. package/departments/marketing/tools/integrations/g2.md +179 -0
  306. package/departments/marketing/tools/integrations/ga4.md +126 -0
  307. package/departments/marketing/tools/integrations/github.md +182 -0
  308. package/departments/marketing/tools/integrations/gong.md +144 -0
  309. package/departments/marketing/tools/integrations/google-ads.md +159 -0
  310. package/departments/marketing/tools/integrations/google-search-console.md +147 -0
  311. package/departments/marketing/tools/integrations/heygen.md +126 -0
  312. package/departments/marketing/tools/integrations/hotjar.md +147 -0
  313. package/departments/marketing/tools/integrations/hubspot.md +178 -0
  314. package/departments/marketing/tools/integrations/hunter.md +90 -0
  315. package/departments/marketing/tools/integrations/hyperframes.md +180 -0
  316. package/departments/marketing/tools/integrations/instantly.md +104 -0
  317. package/departments/marketing/tools/integrations/intercom.md +292 -0
  318. package/departments/marketing/tools/integrations/introw.md +182 -0
  319. package/departments/marketing/tools/integrations/keywords-everywhere.md +207 -0
  320. package/departments/marketing/tools/integrations/kit.md +167 -0
  321. package/departments/marketing/tools/integrations/klaviyo.md +228 -0
  322. package/departments/marketing/tools/integrations/lemlist.md +110 -0
  323. package/departments/marketing/tools/integrations/linkedin-ads.md +164 -0
  324. package/departments/marketing/tools/integrations/livestorm.md +313 -0
  325. package/departments/marketing/tools/integrations/mailchimp.md +150 -0
  326. package/departments/marketing/tools/integrations/mention-me.md +160 -0
  327. package/departments/marketing/tools/integrations/meta-ads.md +147 -0
  328. package/departments/marketing/tools/integrations/mixpanel.md +137 -0
  329. package/departments/marketing/tools/integrations/nitrosend.md +113 -0
  330. package/departments/marketing/tools/integrations/onesignal.md +229 -0
  331. package/departments/marketing/tools/integrations/optimizely.md +171 -0
  332. package/departments/marketing/tools/integrations/outreach.md +172 -0
  333. package/departments/marketing/tools/integrations/paddle.md +212 -0
  334. package/departments/marketing/tools/integrations/partnerstack.md +222 -0
  335. package/departments/marketing/tools/integrations/pendo.md +208 -0
  336. package/departments/marketing/tools/integrations/plausible.md +177 -0
  337. package/departments/marketing/tools/integrations/plivo.md +140 -0
  338. package/departments/marketing/tools/integrations/posthog.md +151 -0
  339. package/departments/marketing/tools/integrations/postmark.md +234 -0
  340. package/departments/marketing/tools/integrations/postscript.md +126 -0
  341. package/departments/marketing/tools/integrations/rankparse.md +257 -0
  342. package/departments/marketing/tools/integrations/rb2b.md +110 -0
  343. package/departments/marketing/tools/integrations/resend.md +212 -0
  344. package/departments/marketing/tools/integrations/rewardful.md +147 -0
  345. package/departments/marketing/tools/integrations/salesforce.md +150 -0
  346. package/departments/marketing/tools/integrations/sanity.md +148 -0
  347. package/departments/marketing/tools/integrations/savvycal.md +181 -0
  348. package/departments/marketing/tools/integrations/segment.md +159 -0
  349. package/departments/marketing/tools/integrations/semrush.md +121 -0
  350. package/departments/marketing/tools/integrations/sendgrid.md +161 -0
  351. package/departments/marketing/tools/integrations/sequenzy.md +306 -0
  352. package/departments/marketing/tools/integrations/shopify.md +176 -0
  353. package/departments/marketing/tools/integrations/similarweb.md +150 -0
  354. package/departments/marketing/tools/integrations/snov.md +94 -0
  355. package/departments/marketing/tools/integrations/sparktoro.md +127 -0
  356. package/departments/marketing/tools/integrations/strapi.md +167 -0
  357. package/departments/marketing/tools/integrations/stripe.md +148 -0
  358. package/departments/marketing/tools/integrations/supermetrics.md +145 -0
  359. package/departments/marketing/tools/integrations/tiktok-ads.md +161 -0
  360. package/departments/marketing/tools/integrations/tolt.md +144 -0
  361. package/departments/marketing/tools/integrations/truelist.md +184 -0
  362. package/departments/marketing/tools/integrations/trustpilot.md +191 -0
  363. package/departments/marketing/tools/integrations/twilio.md +152 -0
  364. package/departments/marketing/tools/integrations/typeform.md +190 -0
  365. package/departments/marketing/tools/integrations/webflow.md +198 -0
  366. package/departments/marketing/tools/integrations/wistia.md +164 -0
  367. package/departments/marketing/tools/integrations/wordpress.md +175 -0
  368. package/departments/marketing/tools/integrations/zapier.md +244 -0
  369. package/departments/marketing/tools/integrations/zoominfo.md +191 -0
  370. package/departments/quality/agents/copy-director.yaml +1 -0
  371. package/departments/saas/SKILL.md +1 -0
  372. package/departments/saas/skills/churn-analysis/SKILL.md +421 -4
  373. package/departments/saas/skills/churn-analysis/references/cancel-flow-patterns.md +316 -0
  374. package/departments/saas/skills/churn-analysis/references/dunning-playbook.md +408 -0
  375. package/departments/saas/skills/launch-execute/SKILL.md +346 -4
  376. package/departments/saas/skills/onboarding-optimize/SKILL.md +218 -4
  377. package/departments/saas/skills/onboarding-optimize/references/experiments.md +258 -0
  378. package/departments/saas/skills/paywall-design/SKILL.md +256 -0
  379. package/departments/saas/skills/paywall-design/references/experiments.md +164 -0
  380. package/departments/saas/skills/pricing-strategy/SKILL.md +224 -0
  381. package/departments/saas/skills/pricing-strategy/references/research-methods.md +152 -0
  382. package/departments/saas/skills/pricing-strategy/references/tier-structure.md +232 -0
  383. package/departments/sales/SKILL.md +3 -0
  384. package/departments/sales/skills/prospecting/SKILL.md +297 -0
  385. package/departments/sales/skills/prospecting/references/b2b-prospecting.md +106 -0
  386. package/departments/sales/skills/prospecting/references/compliance.md +123 -0
  387. package/departments/sales/skills/prospecting/references/data-sources.md +287 -0
  388. package/departments/sales/skills/prospecting/references/demand-signals.md +129 -0
  389. package/departments/sales/skills/prospecting/references/local-prospecting.md +165 -0
  390. package/departments/sales/skills/prospecting/references/saas-prospecting.md +123 -0
  391. package/departments/sales/skills/revops/SKILL.md +379 -0
  392. package/departments/sales/skills/revops/references/automation-playbooks.md +290 -0
  393. package/departments/sales/skills/revops/references/lifecycle-definitions.md +278 -0
  394. package/departments/sales/skills/revops/references/routing-rules.md +203 -0
  395. package/departments/sales/skills/revops/references/scoring-models.md +247 -0
  396. package/departments/sales/skills/sales-enablement/SKILL.md +396 -0
  397. package/departments/sales/skills/sales-enablement/references/deck-frameworks.md +263 -0
  398. package/departments/sales/skills/sales-enablement/references/demo-scripts.md +355 -0
  399. package/departments/sales/skills/sales-enablement/references/objection-library.md +270 -0
  400. package/departments/sales/skills/sales-enablement/references/one-pager-templates.md +208 -0
  401. package/harness/codex/AGENTS.md +8 -8
  402. package/harness/copilot/copilot-instructions.md +8 -8
  403. package/harness/cursor/rules/arkaos.mdc +9 -9
  404. package/harness/gemini/GEMINI.md +8 -8
  405. package/harness/opencode/AGENTS.md +8 -8
  406. package/harness/zed/.rules +8 -8
  407. package/knowledge/agents-registry-v2.json +170 -8
  408. package/knowledge/commands-registry.json +693 -99
  409. package/knowledge/skills-manifest.json +459 -20
  410. package/package.json +1 -1
  411. package/pyproject.toml +1 -1
  412. package/scripts/tools/evals_import.py +183 -0
@@ -0,0 +1,230 @@
1
+ # International SEO: Evidence & Sources
2
+
3
+ Detailed evidence backing the International SEO & Localization section of the SEO Audit skill. Organized by topic with source URLs and key quotes.
4
+
5
+ ---
6
+
7
+ ## Hreflang
8
+
9
+ ### Placement Methods
10
+
11
+ Google supports three equivalent methods: HTML `<link>` in `<head>`, HTTP `Link` headers, and XML sitemap `<xhtml:link>` elements. Google confirmed no method is prioritized over another.
12
+
13
+ Google combines signals from both HTML and sitemaps. If the same language-region pair points to different URLs across methods, Google drops that pair rather than guessing.
14
+
15
+ - [Google Search Central: Localized Versions](https://developers.google.com/search/docs/specialty/international/localized-versions)
16
+ - [SEJ: Google Combines Hreflang Signals](https://www.searchenginejournal.com/google-combines-hreflang-signals-from-html-sitemaps/389219/)
17
+
18
+ ### Reciprocal Requirement
19
+
20
+ Google's docs: "If page X links to page Y, page Y must link back to page X. If not, those annotations may be ignored or not interpreted correctly."
21
+
22
+ Every page must include itself (self-referencing) in the hreflang set. Missing self-referencing is the #1 error found by Semrush audits. A study of 374,756 domains found 67% of hreflang implementations had issues.
23
+
24
+ - [Google Search Central: Localized Versions](https://developers.google.com/search/docs/specialty/international/localized-versions)
25
+ - [Semrush: 9 Common Hreflang Errors](https://www.semrush.com/blog/hreflang-errors/)
26
+ - [SE Land: 31% of International Websites Contain Hreflang Errors](https://searchengineland.com/study-31-of-international-websites-contain-hreflang-errors-395161)
27
+
28
+ ### x-default
29
+
30
+ Introduced April 2013. Designates the fallback page for users whose language/region matches no declared variant. Can point to the same URL as one of the language-specific alternates. Must be included in the complete set of annotations on every variant page.
31
+
32
+ - [Google Blog: x-default hreflang](https://developers.google.com/search/blog/2013/04/x-default-hreflang-for-international-pages)
33
+ - [Google Blog: How x-default can help you (2023)](https://developers.google.com/search/blog/2023/05/x-default)
34
+
35
+ ### Language & Region Codes
36
+
37
+ Language: ISO 639-1 (2-letter). Region: ISO 3166-1 Alpha 2 (2-letter). Format: `language[-script][-region]`.
38
+
39
+ You cannot specify a region code alone. Common mistakes: `en-UK` (should be `en-GB`), `es-419` (not ISO 3166-1). A study found 8.9% of sites using hreflang contain invalid language codes.
40
+
41
+ - [Google Search Central: Localized Versions](https://developers.google.com/search/docs/specialty/international/localized-versions)
42
+ - [SE Land: 31% Study](https://searchengineland.com/study-31-of-international-websites-contain-hreflang-errors-395161)
43
+
44
+ ### Hreflang at Scale (20+ locales)
45
+
46
+ With 20 locales, HTML `<head>` hreflang adds ~1.5KB per page for zero user benefit. Sitemap-based hreflang has zero runtime performance impact. `<xhtml:link>` child elements do NOT count toward the 50,000 URL sitemap limit (only `<loc>` elements count).
47
+
48
+ John Mueller recommends focusing hreflang on pages receiving wrong-language traffic, not every page: "I wouldn't do it for any of the other pages of the site because it's so complex & hard to manage."
49
+
50
+ - [SERoundtable: Child Elements Don't Count](https://www.seroundtable.com/google-child-elements-dont-count-towards-sitemap-url-limit-34377.html)
51
+ - [SERoundtable: Where To Focus Hreflang](https://www.seroundtable.com/using-hreflang-34127.html)
52
+ - [Yoast: hreflang Ultimate Guide](https://yoast.com/hreflang-ultimate-guide/)
53
+
54
+ ### Google vs Bing
55
+
56
+ Bing treats hreflang as a "weak signal." Bing relies on `content-language` meta tag, HTML `lang` attribute, ccTLDs, and server location. Yandex supports hreflang like Google.
57
+
58
+ For both engines: implement hreflang (Google/Yandex) + `<html lang="...">` + `<meta http-equiv="content-language">` (Bing).
59
+
60
+ - [Digital Ready Marketing: Bing Doesn't Use Hreflang](https://digitalreadymarketing.com/bing-doesnt-use-hreflang-annotation-what-does-it-use/)
61
+ - [Yoast: hreflang Ultimate Guide](https://yoast.com/hreflang-ultimate-guide/)
62
+
63
+ ---
64
+
65
+ ## Canonicalization & i18n
66
+
67
+ ### Self-Referencing Canonicals
68
+
69
+ Each locale page must canonical to itself. John Mueller: "Don't use a rel=canonical across languages/countries, only use it on a per-country/language basis."
70
+
71
+ Google's docs: "Specify a canonical page in the same language, or the best possible substitute language if a canonical doesn't exist for the same language."
72
+
73
+ - [John Mueller: hreflang canonical](https://johnmu.com/hreflang-canonical/)
74
+ - [Google: Consolidate Duplicate URLs](https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls)
75
+
76
+ ### Canonical Overrides Hreflang
77
+
78
+ Mueller: "If your canonical is pointing somewhere else, Google will follow that and ignore your hreflang annotation." The canonical URL must be one of the URLs in the hreflang set, or all hreflang markup is ignored.
79
+
80
+ Google also states: "Google prefers URLs that are part of hreflang clusters for canonicalization" -- when signals align, hreflang strengthens canonical selection.
81
+
82
+ - [John Mueller: hreflang canonical](https://johnmu.com/hreflang-canonical/)
83
+ - [SEJ: Hreflang Tags Are Hints](https://www.searchenginejournal.com/google-reminds-that-hreflang-tags-are-hints-not-directives/546428/)
84
+ - [Google: Consolidate Duplicate URLs](https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls)
85
+
86
+ ### Near-Duplicate Regional Variants
87
+
88
+ Mueller (2023 Office Hours): "If the content is completely the same, and we can't tell any difference, then for simplicity and user experience we may just show one version -- even if hreflang is present."
89
+
90
+ Google's duplicate detection runs BEFORE hreflang evaluation. To keep both versions indexed, you need substantive content differences beyond currency symbols.
91
+
92
+ - [International Web Mastery: Same-Language Duplicate Pages](https://internationalwebmastery.com/blog/how-google-handles-canonicalization-of-same-language-duplicate-near-duplicate-pages/)
93
+ - [Google: Managing Multi-Regional Sites](https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites)
94
+
95
+ ### Pagination Across Locales
96
+
97
+ Google: "Don't use the first page of a paginated sequence as the canonical page. Instead, give each page its own canonical URL." Each paginated page in each locale gets self-referencing canonical. `rel="next/prev"` deprecated March 2019.
98
+
99
+ - [Google: Pagination Best Practices](https://developers.google.com/search/docs/specialty/ecommerce/pagination-and-incremental-page-loading)
100
+
101
+ ---
102
+
103
+ ## International Sitemaps
104
+
105
+ ### Structure
106
+
107
+ Each `<url>` entry includes `<xhtml:link>` alternates for every locale. Requires `xmlns:xhtml="http://www.w3.org/1999/xhtml"` namespace.
108
+
109
+ Split sitemaps by content type, not by locale. Splitting by locale creates maintenance problems because every locale sitemap must reference every other locale (reciprocal requirement).
110
+
111
+ - [Google Search Central: Localized Versions](https://developers.google.com/search/docs/specialty/international/localized-versions)
112
+ - [Lumar: How Google Handles Hreflang](https://www.lumar.io/office-hours/hreflang/)
113
+
114
+ ### Size Limits
115
+
116
+ 50,000 URLs / 50MB uncompressed per sitemap. Only `<loc>` elements count toward the 50K limit. But with 20 hreflang alternates per entry, the 50MB file size limit becomes the bottleneck. Plan for 2,000-5,000 URLs per sitemap when using full hreflang.
117
+
118
+ - [Google: Build and Submit a Sitemap](https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap)
119
+ - [SERoundtable: Sitemap 50,000 Limit](https://www.seroundtable.com/google-sitemap-50-000-limit-based-on-location-urls-not-alternative-urls-33843.html)
120
+
121
+ ### Submission
122
+
123
+ Submit the sitemap index in Search Console AND reference it in robots.txt. Individual child sitemaps can be submitted separately for per-sitemap reporting.
124
+
125
+ - [Google: Build and Submit a Sitemap](https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap)
126
+
127
+ ### Next.js Caveat
128
+
129
+ Next.js `alternates.languages` does NOT automatically include a self-referencing `<xhtml:link>` for the `<loc>` URL. You must explicitly include the `<loc>` URL's own language in the `languages` object.
130
+
131
+ - [Next.js Docs: sitemap.xml](https://nextjs.org/docs/app/api-reference/file-conventions/metadata/sitemap)
132
+
133
+ ---
134
+
135
+ ## URL Structure
136
+
137
+ ### Strategies Compared
138
+
139
+ Google treats subdirectories and subdomains equivalently. Mueller: "From our point of view...they say subdomains and subdirectories are essentially equivalent."
140
+
141
+ URL parameters (`?lang=en`) are explicitly "Not recommended" per Google docs.
142
+
143
+ - [Google: Managing Multi-Regional Sites](https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites)
144
+
145
+ ### Default Language
146
+
147
+ Mueller recommends: set `/` as x-default, put each language in its own prefix. Without marking `/` as x-default, "to Google it can look like '/' is a separate page from the others."
148
+
149
+ - [Google Blog: x-default](https://developers.google.com/search/blog/2023/05/x-default)
150
+ - [Google Blog: Creating the Right Homepage](https://developers.google.com/search/blog/2014/05/creating-right-homepage-for-your)
151
+
152
+ ### Content Negotiation / IP Redirects
153
+
154
+ Google strongly advises against locale-adaptive pages. Googlebot crawls from US IPs and does not send Accept-Language headers. Separate URLs + hreflang are required.
155
+
156
+ - [Google: Locale-Adaptive Pages](https://developers.google.com/search/docs/specialty/international/locale-adaptive-pages)
157
+
158
+ ### Trailing Slash Consistency
159
+
160
+ Mueller: trailing slash is "a significant part of the URL and will change the URL if it's there or not." Pick one format for all locale paths, internal links, canonicals, hreflang, and sitemaps.
161
+
162
+ Mueller (2025): "Consistency is the biggest technical SEO factor."
163
+
164
+ - [SERoundtable: Consistency Is The Biggest Technical SEO Factor](https://www.seroundtable.com/google-consistency-seo-40427.html)
165
+
166
+ ### Search Console Geotargeting
167
+
168
+ The International Targeting report is deprecated. Google now relies entirely on hreflang, content language analysis, and linking patterns. You can add subdirectory properties for per-locale reporting.
169
+
170
+ - [Google Support: International Targeting Deprecated](https://support.google.com/webmasters/answer/12474899?hl=en)
171
+
172
+ ### Framework Locale Modes
173
+
174
+ Use `localePrefix: 'always'` (next-intl) or equivalent. Never hide locale from URLs -- Google needs unique URLs per language. Using `'never'` mode disables alternate links entirely.
175
+
176
+ - [next-intl: Routing Configuration](https://next-intl.dev/docs/routing/configuration)
177
+ - [Next.js Discussion #18419](https://github.com/vercel/next.js/discussions/18419)
178
+
179
+ ---
180
+
181
+ ## Content Quality Across Locales
182
+
183
+ ### Auto-Translated Content (2025 Stance)
184
+
185
+ Google removed longstanding guidance advising against auto-translated content in mid-2025. Current stance: "Our policies do not strictly define content that has been translated by AI as spam." The scaled content abuse policy mentions translation as a possible vector, but does not ban it.
186
+
187
+ Reddit scaled AI translations to 35+ languages with Google's knowledge. The key distinction is intent and quality, not the method.
188
+
189
+ - [Google Spam Policies](https://developers.google.com/search/docs/essentials/spam-policies)
190
+ - [Glenn Gabe: Auto-Translating Content](https://www.gsqi.com/marketing-blog/auto-translating-content-google-scaled-content-abuse/)
191
+ - [SE Land: Reddit AI Translations](https://searchengineland.com/google-comments-on-reddits-use-of-ai-to-translate-its-pages-456908)
192
+
193
+ ### Thin Locale Pages
194
+
195
+ Google: "Localized versions of a page are only considered duplicates if the main content of the page remains untranslated." Pages with only translated boilerplate get clustered as duplicates.
196
+
197
+ Do NOT use noindex for unwanted locale pages (wastes crawl budget). Do NOT canonical cross-locale (conflicts with hreflang). Best approach: don't create locale pages you can't make genuinely helpful.
198
+
199
+ - [Google: Localized Versions](https://developers.google.com/search/docs/specialty/international/localized-versions)
200
+ - [Google: Crawl Budget Management](https://developers.google.com/search/docs/crawling-indexing/large-site-managing-crawl-budget)
201
+
202
+ ### Helpful Content System Impact
203
+
204
+ Merged into core ranking March 2024. Site-wide signal: "any content -- not just unhelpful content -- on sites determined to have relatively high amounts of unhelpful content overall is less likely to perform well in Search."
205
+
206
+ Low-quality translated pages can drag down the entire site. This is the strongest argument against creating locale pages that aren't genuinely helpful.
207
+
208
+ - [Google Blog: Helpful Content Update](https://developers.google.com/search/blog/2022/08/helpful-content-update)
209
+ - [Amsive: What Changed in 2024](https://www.amsive.com/insights/seo/googles-helpful-content-update-ranking-system-what-happened-and-what-changed-in-2024/)
210
+
211
+ ### Partial Translation
212
+
213
+ Google: "Translating only the boilerplate text of your pages while keeping the bulk of your content in a single language...can create a bad user experience." Google uses visible content (not lang attribute) to determine page language.
214
+
215
+ Translate ALL content on a page if you create a locale version. Untranslated metadata (title, description) in the wrong language reduces CTR.
216
+
217
+ - [Google: Managing Multi-Regional Sites](https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites)
218
+
219
+ ### Crawl Budget
220
+
221
+ Only a concern for 1M+ pages or 10K+ pages changing daily. But alternate URLs (hreflang targets) do consume crawl budget. Broken hreflang links waste budget AND invalidate signals.
222
+
223
+ - [Google: Crawl Budget Management](https://developers.google.com/search/docs/crawling-indexing/large-site-managing-crawl-budget)
224
+ - [Google Blog: Crawl Budget](https://developers.google.com/search/blog/2017/01/what-crawl-budget-means-for-googlebot)
225
+
226
+ ### Locale-Specific Signals
227
+
228
+ Google identifies audience via: "local addresses and phone numbers on the pages, the use of local language and currency, links from other local sites, or signals from your Business Profile."
229
+
230
+ - [Google: Managing Multi-Regional Sites](https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites)
@@ -0,0 +1,363 @@
1
+ ---
2
+ name: mkt/sms-campaign
3
+ description: >
4
+ Plan, build, and optimize SMS or MMS marketing that drives revenue or
5
+ activation while staying compliant with TCPA and carrier rules —
6
+ welcome flows, abandoned-cart texts, post-purchase, win-back,
7
+ promotional sends, and transactional SMS. TRIGGER: "SMS marketing",
8
+ "text message campaign", "SMS sequence", "SMS automation", "abandoned
9
+ cart text", "post-purchase SMS", "Klaviyo SMS", "Postscript",
10
+ "Attentive", "A2P 10DLC", "TCPA", "SMS compliance", "MMS campaign",
11
+ "SMS vs email", "campanha de SMS", "devo fazer SMS", "/mkt
12
+ sms-campaign". SKIP: email sequences and flows -> mkt/email-sequence;
13
+ SMS copy craft at scale -> landing/copy-framework; phone-number
14
+ capture popups -> landing/popup-design.
15
+ allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
16
+ metadata:
17
+ origin: community
18
+ source: https://github.com/coreyhaines31/marketingskills
19
+ license: MIT
20
+ ---
21
+
22
+ <!-- arka:kb-first-prefix begin -->
23
+ > **KB-first:** query `mcp__obsidian__search_notes` (and
24
+ > `mcp__graphify__query_graph` when configured) and cite `[[wikilinks]]`
25
+ > or graph nodes — or declare the gap — BEFORE any external research.
26
+ > Full doctrine: `arka/SKILL.md` (KB-First Research).
27
+ <!-- arka:kb-first-prefix end -->
28
+
29
+ # SMS Marketing — `/mkt sms-campaign`
30
+
31
+ > **Agent:** Raquel (Lifecycle & Retention Marketer) | **Frameworks:** Lifecycle Messaging, TCPA + A2P 10DLC Compliance, Segment Economics
32
+
33
+ You are an expert in SMS and MMS marketing for direct-to-consumer brands, mobile apps, and SaaS products with high-engagement use cases. Your goal is to help plan, build, and optimize SMS programs that drive measurable revenue or activation while staying fully compliant with TCPA and carrier rules.
34
+
35
+ ## Before Starting
36
+
37
+ **Context:** read the product marketing context first —
38
+ `WizardingCode/Marketing/product-marketing.md` in Obsidian (KB-first),
39
+ else the project-local `.agents/product-marketing.md`. If neither exists,
40
+ offer to run `/mkt product-marketing`.
41
+
42
+ Gather this context (ask if not provided):
43
+
44
+ ### 1. Business Type
45
+ - B2C ecom / DTC, B2B SaaS, mobile app, services, fintech
46
+ - Order volume or list size (SMS economics depend on scale)
47
+ - Geographic mix (US, EU, both — compliance differs dramatically)
48
+
49
+ ### 2. Current State
50
+ - Existing SMS program (platform, list size, opt-in rate, opt-out rate, revenue/send)
51
+ - Email program (SMS works best as a layer on top, not a replacement)
52
+ - Phone number type: short code, toll-free, long code (10DLC)
53
+
54
+ ### 3. Compliance Posture
55
+ - US: A2P 10DLC registration complete? (Required since 2022 — without it, your messages get filtered)
56
+ - Opt-in mechanism in use? (Checkbox, keyword opt-in, double opt-in)
57
+ - Privacy policy + terms include SMS disclosures?
58
+
59
+ ### 4. Goal
60
+ - Drive revenue (promotional, cart recovery, post-purchase)
61
+ - Drive activation (welcome, onboarding, milestone nudges)
62
+ - Transactional (order updates, auth codes, alerts)
63
+
64
+ ---
65
+
66
+ ## When SMS Beats Email
67
+
68
+ SMS is not "another email." Use it where the channel's properties win:
69
+
70
+ | Use Case | SMS or Email? | Why |
71
+ |----------|---------------|-----|
72
+ | Abandoned cart recovery | **SMS first** | 98% open rate within 3 min vs 20% for email in 24h |
73
+ | Order/shipping updates | **SMS** | Customers want it now, on their phone |
74
+ | Flash sale / limited drop | **SMS** | Urgency channel; immediate read |
75
+ | Auth codes / 2FA | **SMS** (or app) | Latency-sensitive, must arrive in seconds |
76
+ | Welcome series | **Email primary, SMS layer** | Email carries the long-form content |
77
+ | Educational nurture | **Email** | Too much text for SMS, costs add up |
78
+ | Newsletter | **Email** | Wrong channel for SMS |
79
+ | Win-back lapsed customers | **Both** | SMS for the strong nudge, email for the offer detail |
80
+ | Post-purchase upsell | **SMS** | High open rate, ride the purchase momentum |
81
+
82
+ **General rule**: SMS earns the right to interrupt because of opt-in. Use it for messages that genuinely benefit from immediacy. If it could wait 24 hours, send it via email.
83
+
84
+ ---
85
+
86
+ ## Compliance — Read First
87
+
88
+ **Compliance is the foundation, not an afterthought.** A single TCPA class-action settlement runs $5M–$40M. The basics:
89
+
90
+ ### US — TCPA (Telephone Consumer Protection Act)
91
+
92
+ 1. **Express written consent** required for marketing SMS. Implied consent doesn't count.
93
+ 2. **Clear disclosure at opt-in** must include: program name, frequency expectation ("up to 4 msgs/month"), STOP/HELP instructions, "Msg & data rates may apply," link to terms.
94
+ 3. **Honor STOP/UNSUBSCRIBE within seconds**, every time, no exceptions, on every keyword variant (STOP, END, CANCEL, UNSUBSCRIBE, QUIT).
95
+ 4. **Honor HELP** with a response containing brand name + STOP info + support contact.
96
+ 5. **Quiet hours**: no marketing sends before 8am or after 9pm in the recipient's local time. Carrier rules and state laws (e.g., Florida, Oklahoma, Washington) are stricter than federal — default to 9am–8pm recipient-local.
97
+ 6. **Keep written consent records** with timestamp, opt-in source, and exact disclosure text shown. Auditable.
98
+
99
+ ### US — A2P 10DLC Registration (required since 2022)
100
+
101
+ Application-to-Person 10-digit long codes must be registered through The Campaign Registry (TCR) via your SMS platform. Without registration:
102
+ - Throughput is throttled (or zero)
103
+ - Carriers filter your messages
104
+ - You'll see "delivered" status but recipients won't get them
105
+
106
+ **Registration covers**: brand identity verification, campaign use case (marketing, account notification, OTP, etc.), sample messages, opt-in mechanism, opt-out language. Sample message text from registration must match what you actually send.
107
+
108
+ ### EU/UK — GDPR-derived consent
109
+
110
+ - Explicit opt-in required (no pre-checked boxes)
111
+ - Right to withdraw consent must be as easy as giving it
112
+ - Data subject access requests apply to SMS records
113
+ - ePrivacy Directive layered on top of GDPR
114
+
115
+ ### Canada — CASL
116
+
117
+ - Express consent + sender identification + unsubscribe in every message
118
+ - Implied consent allowed for existing business relationships within 24 months
119
+ - Penalties up to CAD $10M per violation
120
+
121
+ **For full compliance details, edge cases, opt-in copy templates, and STOP/HELP response templates**: see [references/compliance.md](references/compliance.md).
122
+
123
+ ---
124
+
125
+ ## Phone Number Types (US)
126
+
127
+ | Type | Throughput | Cost | Use Case | Trust |
128
+ |------|-----------|------|----------|-------|
129
+ | **Short code (5-6 digit)** | 100+ msg/sec | $500–$1,000/mo + setup | High-volume marketing | Highest (carrier-vetted) |
130
+ | **Toll-free (1-8XX)** | ~3 msg/sec | $10–$30/mo | Mid-volume, B2C support | Medium-high (carrier-verified) |
131
+ | **10DLC (regular long code)** | 1–250 msg/sec | $2–$10/mo | SMB, conversational, transactional | Medium (requires A2P 10DLC reg) |
132
+
133
+ **Rule of thumb**: list <10K = 10DLC. List 10K–100K = toll-free. List 100K+ = short code.
134
+
135
+ ---
136
+
137
+ ## Core Principles
138
+
139
+ ### 1. Every send has a real cost
140
+ SMS isn't free. At $0.0075–$0.04 per send + carrier fees, a 100K send costs $750–$4,000. This forces relevance — you can't "blast." Segment hard.
141
+
142
+ ### 2. Opt-in is your most valuable asset
143
+ Opt-in rate from email → SMS is typically 5–25%. A high-quality SMS list of 10K beats a low-quality list of 100K. Optimize opt-in quality, not volume.
144
+
145
+ ### 3. Each message must justify itself
146
+ The recipient gave you their phone number. Every send should pass: "would I be glad I got this text?" If no, don't send.
147
+
148
+ ### 4. Brevity + clarity
149
+ 160 GSM-7 characters = 1 SMS segment. 161+ chars = 2 segments (you're billed for 2). Emojis force UCS-2 encoding (70 chars per segment). Plan for segment count.
150
+
151
+ ### 5. One CTA, one link
152
+ Short links are mandatory (`klvy.co`, `txt.attn.tv`, branded short domain). Track UTM params on every link.
153
+
154
+ ### 6. Sender identity, every send
155
+ "From [Brand]:" or branded short code at the start of every message. Even on automated flows. Recipients can't see "from" address — they need it inline.
156
+
157
+ ---
158
+
159
+ ## SMS Sequence Types
160
+
161
+ ### Welcome / Opt-In Confirmation (immediate)
162
+
163
+ Send 1: Confirmation + reward (immediate)
164
+ > From Acme: Thanks for joining! Here's 10% off: ACME10. Use at checkout: acme.co/sale. Reply STOP to opt out.
165
+
166
+ Optional Send 2 (24h later): Reminder + best-seller showcase
167
+
168
+ ### Abandoned Cart (highest-ROI flow for ecom)
169
+
170
+ - Send 1 (30 min after abandon): "Forget something? Your cart's still here: [short link]"
171
+ - Send 2 (4 hours later): Soft urgency + social proof
172
+ - Send 3 (24 hours later, optional): Discount offer (only if margin allows)
173
+
174
+ **Note**: Discount on first message trains customers to abandon. Reserve discount for Send 2 or 3.
175
+
176
+ ### Browse Abandonment
177
+
178
+ - Send 1 (1 hour after browse): Product + "Thinking it over?" + link
179
+
180
+ ### Post-Purchase
181
+
182
+ - Send 1 (immediate): Order confirmation + delivery ETA (transactional, separate consent OK)
183
+ - Send 2 (after delivery + 2 days): "How are you liking [product]?" + review prompt + cross-sell
184
+
185
+ ### Win-Back (lapsed)
186
+
187
+ - Send 1 (60–90 days after last purchase): "We miss you" + curated picks
188
+ - Send 2 (14 days later): Discount offer
189
+ - Send 3 (final, 14 days later): Opt-out warning + last chance
190
+
191
+ ### Promotional / Campaign Sends
192
+
193
+ - Flash sales, drops, launches, BFCM
194
+ - 1–2 sends max per campaign
195
+ - Stack against email send schedule to avoid same-day double-tap
196
+
197
+ ### Transactional (separate compliance bucket)
198
+
199
+ - Order updates, shipping, delivery, auth codes, account alerts
200
+ - Generally OK without separate marketing consent if directly related to a transaction the user initiated
201
+ - Still subject to A2P 10DLC registration in US
202
+
203
+ **For full sequence templates with copy and timing**: see [references/sequence-templates.md](references/sequence-templates.md).
204
+
205
+ ---
206
+
207
+ ## SMS Copy Guidelines
208
+
209
+ ### Structure
210
+ 1. **Sender ID** ("From Acme:" or brand short code) — required
211
+ 2. **Hook** — first 5 words decide if they read on
212
+ 3. **Value** — what's in it for them, specifically
213
+ 4. **CTA + short link** — single action, single URL
214
+ 5. **Compliance footer** — "Reply STOP to opt out" (required on opt-in confirmation and at least quarterly thereafter; carrier-recommended on every promotional message)
215
+
216
+ ### Length
217
+
218
+ - **160 chars (GSM-7)** = 1 segment. Aim here.
219
+ - **70 chars (UCS-2)** if you use emojis, accented characters, or curly quotes — you'll pay for more segments.
220
+ - **161–306 chars** = 2 segments (concatenated SMS). Acceptable for richer messages, but you're paying double per send.
221
+ - **MMS** (image + up to 1,600 chars) = 3–5× the SMS cost. Use sparingly for high-impact moments.
222
+
223
+ ### Voice
224
+
225
+ - Conversational, not corporate. SMS feels personal — write like you're texting a friend.
226
+ - No subject line, no formatting, no marketing-speak.
227
+ - Emojis are fine in moderation (one per message, situationally).
228
+ - ALL CAPS reads as shouting. Avoid except for explicit codes (e.g., "Use ACME10").
229
+
230
+ ### Personalization
231
+
232
+ - First name token if available (boosts CTR ~20%)
233
+ - Recent product/category browse-based
234
+ - Location-based offers (where applicable)
235
+ - Don't fake intimacy ("Hey friend!") — it backfires
236
+
237
+ **For complete copy patterns by sequence type with character counts**: see [references/sequence-templates.md](references/sequence-templates.md).
238
+
239
+ ---
240
+
241
+ ## Platform Selection
242
+
243
+ | Platform | Best For | Native MCP | Cost Tier |
244
+ |----------|----------|:---:|-----------|
245
+ | **Klaviyo SMS** | DTC ecom already on Klaviyo email | ✓ | $$ |
246
+ | **Postscript** | DTC Shopify ecom, deep integration | - | $$ |
247
+ | **Attentive** | Mid-market+ ecom, full-service | - | $$$ |
248
+ | **Twilio** | Custom builds, transactional, devs | - | $ (raw API) |
249
+ | **Brevo SMS** | EU-focused, email + SMS combo | ✓ | $ |
250
+ | **SimpleTexting** | SMB, simple needs, ease of use | - | $ |
251
+ | **Customer.io** | Behavior-based automation + SMS | - | $$ |
252
+
253
+ **Quick picks**:
254
+ - Already on Klaviyo for email + DTC/ecom → **Klaviyo SMS** (no second platform to learn)
255
+ - Shopify ecom, want deeper SMS-specific features → **Postscript**
256
+ - Building custom SMS into a product → **Twilio**
257
+ - B2B SaaS doing transactional/auth → **Twilio** or **Customer.io**
258
+
259
+ **For platform deep-dives (features, pricing, integration paths, A2P registration)**: see [references/platforms.md](references/platforms.md).
260
+
261
+ ---
262
+
263
+ ## Measurement
264
+
265
+ ### Key Metrics
266
+
267
+ | Metric | What it tells you | Healthy range (ecom DTC) |
268
+ |--------|-------------------|--------------------------|
269
+ | **Opt-in rate** | Top of funnel health | 5–25% of email subscribers |
270
+ | **CTR** | Message relevance | 8–15% (vs ~3% email) |
271
+ | **Conversion rate (per send)** | Revenue impact | 1–5% per promotional send |
272
+ | **Revenue per send (RPS)** | Channel economics | $0.20–$2.00 |
273
+ | **Opt-out rate per send** | Audience fatigue | <2% per send, <0.5% for promotional |
274
+ | **Cost per send** | Channel cost discipline | $0.0075–$0.04 |
275
+ | **List growth rate** | Audience momentum | 5–15%/month early, 1–3% steady-state |
276
+
277
+ ### What to track in analytics
278
+
279
+ - UTM tag every link: `utm_source=sms&utm_medium=sms&utm_campaign=[campaign-name]`
280
+ - Conversion attribution: SMS-driven sessions, last-click revenue, assisted conversions
281
+ - LTV impact: SMS subscribers vs email-only subscribers (typically 1.5–3× LTV for SMS opt-ins)
282
+
283
+ ### What to A/B test
284
+
285
+ - Send time (afternoon vs evening, local time)
286
+ - Copy length (short SMS vs MMS with image)
287
+ - Discount amount and trigger (immediate vs delayed)
288
+ - Personalization tokens (with first name vs without)
289
+ - CTA copy ("Shop now" vs "See it" vs "Last chance")
290
+
291
+ Cross-reference **ab-testing** skill for proper test design and **analytics** for attribution setup.
292
+
293
+ ---
294
+
295
+ ## Output Format
296
+
297
+ When the user asks for an SMS plan, return:
298
+
299
+ 1. **Compliance check**: Are they registered for A2P 10DLC (if US)? Is the opt-in mechanism compliant? Flag blockers first.
300
+ 2. **Strategy**: Which SMS flows to build first, ranked by ROI for their business model.
301
+ 3. **Sequence designs**: For each priority flow, specify trigger, delay, copy with character counts, CTA, segmentation.
302
+ 4. **Platform recommendation**: Based on stack, list size, and complexity.
303
+ 5. **Measurement plan**: KPIs, benchmarks, A/B test queue.
304
+ 6. **Compliance footer**: Required disclosures, STOP/HELP response templates.
305
+
306
+ Keep recommendations specific. Don't say "send an SMS at the right time" — say "send 30 min after cart abandon, 4 hours later if no purchase, 24 hours later with discount."
307
+
308
+ ---
309
+
310
+ ## Task-Specific Questions
311
+
312
+ 1. Are you US, EU, or both? (Changes compliance approach entirely.)
313
+ 2. Is A2P 10DLC registration complete (US)?
314
+ 3. What platform are you on or considering?
315
+ 4. Email list size and SMS opt-in rate (if any)?
316
+ 5. What sequences do you already have running?
317
+ 6. Are you DTC ecom, mobile app, B2B SaaS, services?
318
+ 7. What's the primary goal: revenue, activation, retention, or transactional?
319
+
320
+ ---
321
+
322
+ ## Common Mistakes
323
+
324
+ 1. **Skipping A2P 10DLC registration** — your messages get filtered into oblivion. Register first, send second.
325
+ 2. **Treating SMS like email** — sending daily promotional blasts. Opt-out rates spike, list dies.
326
+ 3. **Discount on first abandoned cart message** — trains customers to always abandon. Reserve for second or third send.
327
+ 4. **Generic "From: [shortcode]"** — recipients need brand name in the message itself.
328
+ 5. **Forgetting quiet hours** — sending at 6 AM local time gets opt-outs and TCPA complaints.
329
+ 6. **No STOP/HELP handling** — non-negotiable. Every platform handles this; verify yours does.
330
+ 7. **Emojis everywhere** — pushes you into UCS-2 encoding, halves segment size, doubles cost.
331
+ 8. **Mismatching A2P sample messages and actual sends** — carriers flag and block.
332
+ 9. **Not tracking conversions** — you can't justify channel ROI without attribution.
333
+ 10. **No throttling on bulk sends** — burst sends trigger carrier filtering. Use platform throttling.
334
+
335
+ ---
336
+
337
+ ## Tool Integrations
338
+
339
+ For implementation, see the [tools registry](../../tools/REGISTRY.md). Key SMS tools:
340
+
341
+ | Tool | Best For | MCP | Guide |
342
+ |------|----------|:---:|-------|
343
+ | **Klaviyo** | E-commerce email + SMS combined | ✓ | [klaviyo.md](../../tools/integrations/klaviyo.md) |
344
+ | **Postscript** | Shopify DTC SMS, deepest Shopify integration | - | [postscript.md](../../tools/integrations/postscript.md) |
345
+ | **Attentive** | Mid-market+ DTC SMS, full-service | - | [attentive.md](../../tools/integrations/attentive.md) |
346
+ | **Twilio** | Raw API for custom builds, transactional, dev-first | - | [twilio.md](../../tools/integrations/twilio.md) |
347
+ | **Plivo** | Twilio alternative, lower per-send cost | - | [plivo.md](../../tools/integrations/plivo.md) |
348
+ | **AudienceTap** | AI-forward DTC, on-pack QR opt-in | - | [audiencetap.md](../../tools/integrations/audiencetap.md) |
349
+ | **Brevo** | EU email + SMS, SMB-friendly | ✓ | [brevo.md](../../tools/integrations/brevo.md) |
350
+ | **Customer.io** | Behavior-based SMS automation | - | [customer-io.md](../../tools/integrations/customer-io.md) |
351
+
352
+ ---
353
+
354
+ ## Related ArkaOS skills
355
+
356
+ - **`mkt/email-sequence`** — sister channel; email carries the long-form content, SMS the urgent nudge.
357
+ - **`landing/copy-framework`** — SMS copy and the longer pages or emails each text links to.
358
+ - **`landing/popup-design`** — on-site phone-number capture.
359
+ - **`saas/churn-analysis`** — win-back flows that pair SMS with email.
360
+ - **`saas/onboarding-optimize`** — post-signup SMS milestone nudges.
361
+ - **`mkt/analytics-report`** — attribution and revenue-per-send measurement.
362
+ - **`mkt/ab-test`** — SMS-specific test design.
363
+ - **`landing/lead-magnet`** — the opt-in incentive (the "10% off for joining" offer).