arkaos 4.26.0 → 4.27.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 (394) 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 +68 -0
  6. package/arka/skills/human-writing/references/checklist.md +66 -0
  7. package/arka/skills/human-writing/references/content-refresh.md +38 -0
  8. package/arka/skills/human-writing/references/plain-english-alternatives.md +394 -0
  9. package/config/claude-agents/lifecycle-marketer.md +50 -0
  10. package/config/claude-agents/pr-partnerships.md +50 -0
  11. package/config/claude-agents/product-marketer.md +50 -0
  12. package/config/evals/community.yaml +137 -0
  13. package/config/evals/content.yaml +298 -0
  14. package/config/evals/landing.yaml +927 -0
  15. package/config/evals/marketing.yaml +3762 -0
  16. package/config/evals/saas.yaml +616 -0
  17. package/config/evals/sales.yaml +437 -0
  18. package/config/skills-curated.yaml +2 -2
  19. package/config/skills-provenance.yaml +194 -21
  20. package/core/registry/generator.py +7 -0
  21. package/departments/community/SKILL.md +1 -0
  22. package/departments/community/skills/community-marketing/SKILL.md +200 -0
  23. package/departments/content/SKILL.md +1 -0
  24. package/departments/content/skills/image-create/SKILL.md +375 -0
  25. package/departments/content/skills/image-create/references/ai-image-prompting.md +229 -0
  26. package/departments/content/skills/video-produce/SKILL.md +220 -0
  27. package/departments/content/skills/video-produce/references/ai-video-prompting.md +175 -0
  28. package/departments/content/skills/video-produce/references/edit-anatomy.md +84 -0
  29. package/departments/landing/SKILL.md +3 -0
  30. package/departments/landing/skills/affiliate-bridge/SKILL.md +291 -5
  31. package/departments/landing/skills/affiliate-bridge/references/affiliate-programs.md +167 -0
  32. package/departments/landing/skills/affiliate-bridge/references/program-examples.md +143 -0
  33. package/departments/landing/skills/copy-framework/SKILL.md +241 -0
  34. package/departments/landing/skills/copy-framework/references/copy-frameworks.md +344 -0
  35. package/departments/landing/skills/copy-framework/references/natural-transitions.md +272 -0
  36. package/departments/landing/skills/lead-magnet/SKILL.md +337 -0
  37. package/departments/landing/skills/lead-magnet/references/benchmarks.md +129 -0
  38. package/departments/landing/skills/lead-magnet/references/format-guide.md +196 -0
  39. package/departments/landing/skills/offer-create/SKILL.md +105 -8
  40. package/departments/landing/skills/offer-create/references/bonus-stacking.md +150 -0
  41. package/departments/landing/skills/offer-create/references/examples.md +215 -0
  42. package/departments/landing/skills/offer-create/references/guarantee-design.md +172 -0
  43. package/departments/landing/skills/offer-create/references/offer-anatomy.md +203 -0
  44. package/departments/landing/skills/offer-create/references/offer-formats.md +240 -0
  45. package/departments/landing/skills/offer-create/references/scarcity-urgency.md +175 -0
  46. package/departments/landing/skills/offer-create/references/value-equation.md +134 -0
  47. package/departments/landing/skills/optimize-page/SKILL.md +185 -4
  48. package/departments/landing/skills/optimize-page/references/experiments.md +248 -0
  49. package/departments/landing/skills/optimize-page/references/form.md +422 -0
  50. package/departments/landing/skills/page-architect/SKILL.md +373 -5
  51. package/departments/landing/skills/page-architect/references/mermaid-templates.md +216 -0
  52. package/departments/landing/skills/page-architect/references/navigation-patterns.md +305 -0
  53. package/departments/landing/skills/page-architect/references/site-type-templates.md +293 -0
  54. package/departments/landing/skills/popup-design/SKILL.md +481 -0
  55. package/departments/landing/skills/signup-optimize/SKILL.md +385 -0
  56. package/departments/marketing/SKILL.md +22 -1
  57. package/departments/marketing/agents/growth-marketing/lifecycle-marketer.yaml +74 -0
  58. package/departments/marketing/agents/growth-marketing/pr-partnerships.yaml +74 -0
  59. package/departments/marketing/agents/growth-marketing/product-marketer.yaml +78 -0
  60. package/departments/marketing/agents/marketing-director.yaml +1 -0
  61. package/departments/marketing/skills/ab-test/SKILL.md +322 -3
  62. package/departments/marketing/skills/ab-test/references/sample-size-guide.md +263 -0
  63. package/departments/marketing/skills/ab-test/references/test-templates.md +277 -0
  64. package/departments/marketing/skills/ad-creative/SKILL.md +451 -0
  65. package/departments/marketing/skills/ad-creative/references/creative-review-page.md +106 -0
  66. package/departments/marketing/skills/ad-creative/references/creative-roadmap.md +118 -0
  67. package/departments/marketing/skills/ad-creative/references/generative-tools.md +637 -0
  68. package/departments/marketing/skills/ad-creative/references/hook-system.md +115 -0
  69. package/departments/marketing/skills/ad-creative/references/imessage-video-ads.md +201 -0
  70. package/departments/marketing/skills/ad-creative/references/motion-video-ads.md +126 -0
  71. package/departments/marketing/skills/ad-creative/references/platform-specs.md +213 -0
  72. package/departments/marketing/skills/ad-creative/references/static-ad-templates.md +200 -0
  73. package/departments/marketing/skills/ai-seo/SKILL.md +520 -0
  74. package/departments/marketing/skills/ai-seo/references/citations-vs-recommendations.md +85 -0
  75. package/departments/marketing/skills/ai-seo/references/content-patterns.md +287 -0
  76. package/departments/marketing/skills/ai-seo/references/content-types.md +71 -0
  77. package/departments/marketing/skills/ai-seo/references/okf.md +104 -0
  78. package/departments/marketing/skills/ai-seo/references/platform-ranking-factors.md +154 -0
  79. package/departments/marketing/skills/analytics-report/SKILL.md +310 -1
  80. package/departments/marketing/skills/analytics-report/references/event-library.md +260 -0
  81. package/departments/marketing/skills/analytics-report/references/ga4-implementation.md +300 -0
  82. package/departments/marketing/skills/analytics-report/references/gtm-implementation.md +390 -0
  83. package/departments/marketing/skills/aso/SKILL.md +336 -0
  84. package/departments/marketing/skills/aso/references/apple-specs.md +107 -0
  85. package/departments/marketing/skills/aso/references/benchmarks.md +129 -0
  86. package/departments/marketing/skills/aso/references/google-play-specs.md +131 -0
  87. package/departments/marketing/skills/aso/references/report-template.md +213 -0
  88. package/departments/marketing/skills/aso/references/scoring-criteria.md +213 -0
  89. package/departments/marketing/skills/co-marketing/SKILL.md +316 -0
  90. package/departments/marketing/skills/cold-email/SKILL.md +80 -0
  91. package/departments/marketing/skills/cold-email/references/benchmarks.md +83 -0
  92. package/departments/marketing/skills/cold-email/references/follow-up-sequences.md +81 -0
  93. package/departments/marketing/skills/cold-email/references/frameworks.md +90 -0
  94. package/departments/marketing/skills/cold-email/references/personalization.md +79 -0
  95. package/departments/marketing/skills/cold-email/references/subject-lines.md +53 -0
  96. package/departments/marketing/skills/competitor-analysis/SKILL.md +262 -5
  97. package/departments/marketing/skills/competitor-analysis/references/content-architecture.md +271 -0
  98. package/departments/marketing/skills/competitor-analysis/references/templates.md +223 -0
  99. package/departments/marketing/skills/competitor-profile/SKILL.md +447 -0
  100. package/departments/marketing/skills/competitor-profile/references/templates.md +167 -0
  101. package/departments/marketing/skills/competitor-profile/references/tool-reference.md +179 -0
  102. package/departments/marketing/skills/content-strategy/SKILL.md +398 -0
  103. package/departments/marketing/skills/content-strategy/references/headless-cms.md +194 -0
  104. package/departments/marketing/skills/council/SKILL.md +185 -0
  105. package/departments/marketing/skills/council/references/advisor-template.md +51 -0
  106. package/departments/marketing/skills/council/references/advisors/alex-hormozi.md +43 -0
  107. package/departments/marketing/skills/council/references/advisors/ann-handley.md +43 -0
  108. package/departments/marketing/skills/council/references/advisors/april-dunford.md +41 -0
  109. package/departments/marketing/skills/council/references/advisors/byron-sharp.md +43 -0
  110. package/departments/marketing/skills/council/references/advisors/claude-hopkins.md +42 -0
  111. package/departments/marketing/skills/council/references/advisors/david-ogilvy.md +42 -0
  112. package/departments/marketing/skills/council/references/advisors/eugene-schwartz.md +42 -0
  113. package/departments/marketing/skills/council/references/advisors/gary-halbert.md +43 -0
  114. package/departments/marketing/skills/council/references/advisors/gary-vaynerchuk.md +43 -0
  115. package/departments/marketing/skills/council/references/advisors/rory-sutherland.md +42 -0
  116. package/departments/marketing/skills/council/references/advisors/russell-brunson.md +43 -0
  117. package/departments/marketing/skills/council/references/advisors/seth-godin.md +43 -0
  118. package/departments/marketing/skills/customer-research/SKILL.md +318 -0
  119. package/departments/marketing/skills/customer-research/references/source-guides.md +401 -0
  120. package/departments/marketing/skills/directory-submit/SKILL.md +409 -0
  121. package/departments/marketing/skills/directory-submit/references/directory-list.md +477 -0
  122. package/departments/marketing/skills/directory-submit/references/positioning-variations.md +232 -0
  123. package/departments/marketing/skills/directory-submit/references/submission-tracker-template.csv +266 -0
  124. package/departments/marketing/skills/email-sequence/SKILL.md +309 -2
  125. package/departments/marketing/skills/email-sequence/references/copy-guidelines.md +113 -0
  126. package/departments/marketing/skills/email-sequence/references/email-types.md +515 -0
  127. package/departments/marketing/skills/email-sequence/references/sequence-templates.md +168 -0
  128. package/departments/marketing/skills/free-tools/SKILL.md +203 -0
  129. package/departments/marketing/skills/free-tools/references/tool-types.md +217 -0
  130. package/departments/marketing/skills/marketing-ideas/SKILL.md +191 -0
  131. package/departments/marketing/skills/marketing-ideas/references/ideas-by-category.md +366 -0
  132. package/departments/marketing/skills/marketing-loops/SKILL.md +136 -0
  133. package/departments/marketing/skills/marketing-loops/references/loop-catalog.md +687 -0
  134. package/departments/marketing/skills/marketing-loops/references/loop-guardrails.md +73 -0
  135. package/departments/marketing/skills/marketing-loops/references/loop-orchestration.md +69 -0
  136. package/departments/marketing/skills/marketing-loops/references/loop-state.md +67 -0
  137. package/departments/marketing/skills/marketing-loops/references/loop-template.md +79 -0
  138. package/departments/marketing/skills/marketing-plan/SKILL.md +302 -0
  139. package/departments/marketing/skills/marketing-plan/references/aarrr-framework.md +180 -0
  140. package/departments/marketing/skills/marketing-plan/references/budget-planning.md +168 -0
  141. package/departments/marketing/skills/marketing-plan/references/client-types.md +373 -0
  142. package/departments/marketing/skills/marketing-plan/references/current-state-rubric.md +255 -0
  143. package/departments/marketing/skills/marketing-plan/references/example-quietude.md +972 -0
  144. package/departments/marketing/skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  145. package/departments/marketing/skills/marketing-plan/references/growth-patterns.md +148 -0
  146. package/departments/marketing/skills/marketing-plan/references/idea-cross-reference.md +265 -0
  147. package/departments/marketing/skills/marketing-plan/references/measurement-framework.md +213 -0
  148. package/departments/marketing/skills/marketing-plan/references/methodology.md +363 -0
  149. package/departments/marketing/skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  150. package/departments/marketing/skills/marketing-plan/references/plan-template.md +494 -0
  151. package/departments/marketing/skills/marketing-plan/references/team-and-agency-model.md +278 -0
  152. package/departments/marketing/skills/marketing-psychology/SKILL.md +479 -0
  153. package/departments/marketing/skills/paid-campaign/SKILL.md +452 -3
  154. package/departments/marketing/skills/paid-campaign/references/abm-playbook.md +93 -0
  155. package/departments/marketing/skills/paid-campaign/references/ad-copy-templates.md +207 -0
  156. package/departments/marketing/skills/paid-campaign/references/audience-targeting.md +243 -0
  157. package/departments/marketing/skills/paid-campaign/references/b2b-paid-playbook.md +115 -0
  158. package/departments/marketing/skills/paid-campaign/references/conversion-tracking.md +361 -0
  159. package/departments/marketing/skills/paid-campaign/references/google-search-playbook.md +120 -0
  160. package/departments/marketing/skills/paid-campaign/references/linkedin-b2b-playbook.md +107 -0
  161. package/departments/marketing/skills/paid-campaign/references/meta-decision-system.md +143 -0
  162. package/departments/marketing/skills/paid-campaign/references/platform-setup-checklists.md +277 -0
  163. package/departments/marketing/skills/paid-campaign/references/rsa-output-spec.md +88 -0
  164. package/departments/marketing/skills/product-marketing/SKILL.md +141 -0
  165. package/departments/marketing/skills/programmatic-seo/SKILL.md +74 -3
  166. package/departments/marketing/skills/programmatic-seo/references/playbooks.md +308 -0
  167. package/departments/marketing/skills/public-relations/SKILL.md +167 -0
  168. package/departments/marketing/skills/public-relations/references/journalist-pitching.md +368 -0
  169. package/departments/marketing/skills/public-relations/references/media-outlets.md +207 -0
  170. package/departments/marketing/skills/public-relations/references/newsjacking.md +218 -0
  171. package/departments/marketing/skills/public-relations/references/press-platforms.md +188 -0
  172. package/departments/marketing/skills/schema-markup/SKILL.md +203 -0
  173. package/departments/marketing/skills/schema-markup/references/schema-examples.md +398 -0
  174. package/departments/marketing/skills/seo-audit/SKILL.md +470 -1
  175. package/departments/marketing/skills/seo-audit/references/ai-writing-detection.md +200 -0
  176. package/departments/marketing/skills/seo-audit/references/international-seo.md +230 -0
  177. package/departments/marketing/skills/sms-campaign/SKILL.md +363 -0
  178. package/departments/marketing/skills/sms-campaign/references/compliance.md +202 -0
  179. package/departments/marketing/skills/sms-campaign/references/platforms.md +318 -0
  180. package/departments/marketing/skills/sms-campaign/references/sequence-templates.md +282 -0
  181. package/departments/marketing/skills/social-strategy/SKILL.md +414 -3
  182. package/departments/marketing/skills/social-strategy/references/carousel-frameworks.md +141 -0
  183. package/departments/marketing/skills/social-strategy/references/listening-sources-template.md +123 -0
  184. package/departments/marketing/skills/social-strategy/references/listening.md +283 -0
  185. package/departments/marketing/skills/social-strategy/references/platform-limits.md +110 -0
  186. package/departments/marketing/skills/social-strategy/references/platforms.md +170 -0
  187. package/departments/marketing/skills/social-strategy/references/post-templates.md +179 -0
  188. package/departments/marketing/skills/social-strategy/references/reverse-engineering.md +195 -0
  189. package/departments/marketing/skills/social-strategy/references/short-form-video.md +237 -0
  190. package/departments/marketing/squad.yaml +10 -1
  191. package/departments/marketing/tools/LICENSE +21 -0
  192. package/departments/marketing/tools/REGISTRY.md +590 -0
  193. package/departments/marketing/tools/clis/README.md +198 -0
  194. package/departments/marketing/tools/clis/activecampaign.js +435 -0
  195. package/departments/marketing/tools/clis/adobe-analytics.js +161 -0
  196. package/departments/marketing/tools/clis/ahrefs.js +192 -0
  197. package/departments/marketing/tools/clis/airops.js +163 -0
  198. package/departments/marketing/tools/clis/amplitude.js +182 -0
  199. package/departments/marketing/tools/clis/apollo.js +142 -0
  200. package/departments/marketing/tools/clis/beehiiv.js +245 -0
  201. package/departments/marketing/tools/clis/brevo.js +368 -0
  202. package/departments/marketing/tools/clis/buffer.js +260 -0
  203. package/departments/marketing/tools/clis/calendly.js +253 -0
  204. package/departments/marketing/tools/clis/clay.js +159 -0
  205. package/departments/marketing/tools/clis/clearbit.js +163 -0
  206. package/departments/marketing/tools/clis/close.js +232 -0
  207. package/departments/marketing/tools/clis/coupler.js +173 -0
  208. package/departments/marketing/tools/clis/crossbeam.js +193 -0
  209. package/departments/marketing/tools/clis/customer-io.js +205 -0
  210. package/departments/marketing/tools/clis/dataforseo.js +257 -0
  211. package/departments/marketing/tools/clis/demio.js +149 -0
  212. package/departments/marketing/tools/clis/dub.js +158 -0
  213. package/departments/marketing/tools/clis/exa.js +147 -0
  214. package/departments/marketing/tools/clis/g2.js +186 -0
  215. package/departments/marketing/tools/clis/ga4.js +194 -0
  216. package/departments/marketing/tools/clis/github-prospects.js +257 -0
  217. package/departments/marketing/tools/clis/google-ads.js +189 -0
  218. package/departments/marketing/tools/clis/google-search-console.js +166 -0
  219. package/departments/marketing/tools/clis/hotjar.js +167 -0
  220. package/departments/marketing/tools/clis/hunter.js +249 -0
  221. package/departments/marketing/tools/clis/instantly.js +270 -0
  222. package/departments/marketing/tools/clis/intercom.js +399 -0
  223. package/departments/marketing/tools/clis/keywords-everywhere.js +185 -0
  224. package/departments/marketing/tools/clis/kit.js +232 -0
  225. package/departments/marketing/tools/clis/klaviyo.js +348 -0
  226. package/departments/marketing/tools/clis/lemlist.js +221 -0
  227. package/departments/marketing/tools/clis/linkedin-ads.js +185 -0
  228. package/departments/marketing/tools/clis/livestorm.js +292 -0
  229. package/departments/marketing/tools/clis/mailchimp.js +220 -0
  230. package/departments/marketing/tools/clis/mention-me.js +161 -0
  231. package/departments/marketing/tools/clis/meta-ads.js +181 -0
  232. package/departments/marketing/tools/clis/mixpanel.js +248 -0
  233. package/departments/marketing/tools/clis/onesignal.js +241 -0
  234. package/departments/marketing/tools/clis/optimizely.js +233 -0
  235. package/departments/marketing/tools/clis/outreach.js +213 -0
  236. package/departments/marketing/tools/clis/paddle.js +385 -0
  237. package/departments/marketing/tools/clis/partnerstack.js +382 -0
  238. package/departments/marketing/tools/clis/pendo.js +221 -0
  239. package/departments/marketing/tools/clis/plausible.js +249 -0
  240. package/departments/marketing/tools/clis/postmark.js +375 -0
  241. package/departments/marketing/tools/clis/rankparse.js +196 -0
  242. package/departments/marketing/tools/clis/resend.js +370 -0
  243. package/departments/marketing/tools/clis/rewardful.js +160 -0
  244. package/departments/marketing/tools/clis/savvycal.js +223 -0
  245. package/departments/marketing/tools/clis/segment.js +192 -0
  246. package/departments/marketing/tools/clis/semrush.js +207 -0
  247. package/departments/marketing/tools/clis/sendgrid.js +211 -0
  248. package/departments/marketing/tools/clis/similarweb.js +214 -0
  249. package/departments/marketing/tools/clis/snov.js +237 -0
  250. package/departments/marketing/tools/clis/supermetrics.js +169 -0
  251. package/departments/marketing/tools/clis/tiktok-ads.js +190 -0
  252. package/departments/marketing/tools/clis/tolt.js +153 -0
  253. package/departments/marketing/tools/clis/trustpilot.js +276 -0
  254. package/departments/marketing/tools/clis/typeform.js +269 -0
  255. package/departments/marketing/tools/clis/wistia.js +301 -0
  256. package/departments/marketing/tools/clis/zapier.js +165 -0
  257. package/departments/marketing/tools/clis/zoominfo.js +223 -0
  258. package/departments/marketing/tools/composio/README.md +105 -0
  259. package/departments/marketing/tools/composio/marketing-tools.md +91 -0
  260. package/departments/marketing/tools/integrations/activecampaign.md +337 -0
  261. package/departments/marketing/tools/integrations/adobe-analytics.md +156 -0
  262. package/departments/marketing/tools/integrations/ahrefs.md +142 -0
  263. package/departments/marketing/tools/integrations/airops.md +128 -0
  264. package/departments/marketing/tools/integrations/amplitude.md +135 -0
  265. package/departments/marketing/tools/integrations/apollo.md +148 -0
  266. package/departments/marketing/tools/integrations/attentive.md +152 -0
  267. package/departments/marketing/tools/integrations/audiencetap.md +125 -0
  268. package/departments/marketing/tools/integrations/beehiiv.md +157 -0
  269. package/departments/marketing/tools/integrations/brevo.md +268 -0
  270. package/departments/marketing/tools/integrations/browserbase.md +111 -0
  271. package/departments/marketing/tools/integrations/buffer.md +138 -0
  272. package/departments/marketing/tools/integrations/calendly.md +161 -0
  273. package/departments/marketing/tools/integrations/clay.md +149 -0
  274. package/departments/marketing/tools/integrations/clearbit.md +142 -0
  275. package/departments/marketing/tools/integrations/close.md +191 -0
  276. package/departments/marketing/tools/integrations/cogny.md +153 -0
  277. package/departments/marketing/tools/integrations/composio.md +190 -0
  278. package/departments/marketing/tools/integrations/contentful.md +160 -0
  279. package/departments/marketing/tools/integrations/coupler.md +142 -0
  280. package/departments/marketing/tools/integrations/crossbeam.md +137 -0
  281. package/departments/marketing/tools/integrations/customer-io.md +187 -0
  282. package/departments/marketing/tools/integrations/dataforseo.md +165 -0
  283. package/departments/marketing/tools/integrations/demio.md +182 -0
  284. package/departments/marketing/tools/integrations/dub-co.md +160 -0
  285. package/departments/marketing/tools/integrations/exa.md +145 -0
  286. package/departments/marketing/tools/integrations/firecrawl.md +144 -0
  287. package/departments/marketing/tools/integrations/firehose.md +159 -0
  288. package/departments/marketing/tools/integrations/g2.md +179 -0
  289. package/departments/marketing/tools/integrations/ga4.md +126 -0
  290. package/departments/marketing/tools/integrations/github.md +182 -0
  291. package/departments/marketing/tools/integrations/gong.md +144 -0
  292. package/departments/marketing/tools/integrations/google-ads.md +159 -0
  293. package/departments/marketing/tools/integrations/google-search-console.md +147 -0
  294. package/departments/marketing/tools/integrations/heygen.md +126 -0
  295. package/departments/marketing/tools/integrations/hotjar.md +147 -0
  296. package/departments/marketing/tools/integrations/hubspot.md +178 -0
  297. package/departments/marketing/tools/integrations/hunter.md +90 -0
  298. package/departments/marketing/tools/integrations/hyperframes.md +180 -0
  299. package/departments/marketing/tools/integrations/instantly.md +104 -0
  300. package/departments/marketing/tools/integrations/intercom.md +292 -0
  301. package/departments/marketing/tools/integrations/introw.md +182 -0
  302. package/departments/marketing/tools/integrations/keywords-everywhere.md +207 -0
  303. package/departments/marketing/tools/integrations/kit.md +167 -0
  304. package/departments/marketing/tools/integrations/klaviyo.md +228 -0
  305. package/departments/marketing/tools/integrations/lemlist.md +110 -0
  306. package/departments/marketing/tools/integrations/linkedin-ads.md +164 -0
  307. package/departments/marketing/tools/integrations/livestorm.md +313 -0
  308. package/departments/marketing/tools/integrations/mailchimp.md +150 -0
  309. package/departments/marketing/tools/integrations/mention-me.md +160 -0
  310. package/departments/marketing/tools/integrations/meta-ads.md +147 -0
  311. package/departments/marketing/tools/integrations/mixpanel.md +137 -0
  312. package/departments/marketing/tools/integrations/nitrosend.md +113 -0
  313. package/departments/marketing/tools/integrations/onesignal.md +229 -0
  314. package/departments/marketing/tools/integrations/optimizely.md +171 -0
  315. package/departments/marketing/tools/integrations/outreach.md +172 -0
  316. package/departments/marketing/tools/integrations/paddle.md +212 -0
  317. package/departments/marketing/tools/integrations/partnerstack.md +222 -0
  318. package/departments/marketing/tools/integrations/pendo.md +208 -0
  319. package/departments/marketing/tools/integrations/plausible.md +177 -0
  320. package/departments/marketing/tools/integrations/plivo.md +140 -0
  321. package/departments/marketing/tools/integrations/posthog.md +151 -0
  322. package/departments/marketing/tools/integrations/postmark.md +234 -0
  323. package/departments/marketing/tools/integrations/postscript.md +126 -0
  324. package/departments/marketing/tools/integrations/rankparse.md +257 -0
  325. package/departments/marketing/tools/integrations/rb2b.md +110 -0
  326. package/departments/marketing/tools/integrations/resend.md +212 -0
  327. package/departments/marketing/tools/integrations/rewardful.md +147 -0
  328. package/departments/marketing/tools/integrations/salesforce.md +150 -0
  329. package/departments/marketing/tools/integrations/sanity.md +148 -0
  330. package/departments/marketing/tools/integrations/savvycal.md +181 -0
  331. package/departments/marketing/tools/integrations/segment.md +159 -0
  332. package/departments/marketing/tools/integrations/semrush.md +121 -0
  333. package/departments/marketing/tools/integrations/sendgrid.md +161 -0
  334. package/departments/marketing/tools/integrations/sequenzy.md +306 -0
  335. package/departments/marketing/tools/integrations/shopify.md +176 -0
  336. package/departments/marketing/tools/integrations/similarweb.md +150 -0
  337. package/departments/marketing/tools/integrations/snov.md +94 -0
  338. package/departments/marketing/tools/integrations/sparktoro.md +127 -0
  339. package/departments/marketing/tools/integrations/strapi.md +167 -0
  340. package/departments/marketing/tools/integrations/stripe.md +148 -0
  341. package/departments/marketing/tools/integrations/supermetrics.md +145 -0
  342. package/departments/marketing/tools/integrations/tiktok-ads.md +161 -0
  343. package/departments/marketing/tools/integrations/tolt.md +144 -0
  344. package/departments/marketing/tools/integrations/truelist.md +184 -0
  345. package/departments/marketing/tools/integrations/trustpilot.md +191 -0
  346. package/departments/marketing/tools/integrations/twilio.md +152 -0
  347. package/departments/marketing/tools/integrations/typeform.md +190 -0
  348. package/departments/marketing/tools/integrations/webflow.md +198 -0
  349. package/departments/marketing/tools/integrations/wistia.md +164 -0
  350. package/departments/marketing/tools/integrations/wordpress.md +175 -0
  351. package/departments/marketing/tools/integrations/zapier.md +244 -0
  352. package/departments/marketing/tools/integrations/zoominfo.md +191 -0
  353. package/departments/saas/SKILL.md +1 -0
  354. package/departments/saas/skills/churn-analysis/SKILL.md +421 -4
  355. package/departments/saas/skills/churn-analysis/references/cancel-flow-patterns.md +316 -0
  356. package/departments/saas/skills/churn-analysis/references/dunning-playbook.md +408 -0
  357. package/departments/saas/skills/launch-execute/SKILL.md +346 -4
  358. package/departments/saas/skills/onboarding-optimize/SKILL.md +218 -4
  359. package/departments/saas/skills/onboarding-optimize/references/experiments.md +258 -0
  360. package/departments/saas/skills/paywall-design/SKILL.md +256 -0
  361. package/departments/saas/skills/paywall-design/references/experiments.md +164 -0
  362. package/departments/saas/skills/pricing-strategy/SKILL.md +224 -0
  363. package/departments/saas/skills/pricing-strategy/references/research-methods.md +152 -0
  364. package/departments/saas/skills/pricing-strategy/references/tier-structure.md +232 -0
  365. package/departments/sales/SKILL.md +3 -0
  366. package/departments/sales/skills/prospecting/SKILL.md +297 -0
  367. package/departments/sales/skills/prospecting/references/b2b-prospecting.md +106 -0
  368. package/departments/sales/skills/prospecting/references/compliance.md +123 -0
  369. package/departments/sales/skills/prospecting/references/data-sources.md +287 -0
  370. package/departments/sales/skills/prospecting/references/demand-signals.md +129 -0
  371. package/departments/sales/skills/prospecting/references/local-prospecting.md +165 -0
  372. package/departments/sales/skills/prospecting/references/saas-prospecting.md +123 -0
  373. package/departments/sales/skills/revops/SKILL.md +379 -0
  374. package/departments/sales/skills/revops/references/automation-playbooks.md +290 -0
  375. package/departments/sales/skills/revops/references/lifecycle-definitions.md +278 -0
  376. package/departments/sales/skills/revops/references/routing-rules.md +203 -0
  377. package/departments/sales/skills/revops/references/scoring-models.md +247 -0
  378. package/departments/sales/skills/sales-enablement/SKILL.md +396 -0
  379. package/departments/sales/skills/sales-enablement/references/deck-frameworks.md +263 -0
  380. package/departments/sales/skills/sales-enablement/references/demo-scripts.md +355 -0
  381. package/departments/sales/skills/sales-enablement/references/objection-library.md +270 -0
  382. package/departments/sales/skills/sales-enablement/references/one-pager-templates.md +208 -0
  383. package/harness/codex/AGENTS.md +8 -8
  384. package/harness/copilot/copilot-instructions.md +8 -8
  385. package/harness/cursor/rules/arkaos.mdc +9 -9
  386. package/harness/gemini/GEMINI.md +8 -8
  387. package/harness/opencode/AGENTS.md +8 -8
  388. package/harness/zed/.rules +8 -8
  389. package/knowledge/agents-registry-v2.json +161 -8
  390. package/knowledge/commands-registry.json +693 -99
  391. package/knowledge/skills-manifest.json +459 -20
  392. package/package.json +1 -1
  393. package/pyproject.toml +1 -1
  394. package/scripts/tools/evals_import.py +183 -0
@@ -0,0 +1,143 @@
1
+ # Meta Decision System (B2B)
2
+
3
+ A quantified kill/keep/scale engine for Meta ads. Every threshold derives from one anchor number, so decisions become arithmetic instead of vibes. Pairs with the strategy-level Meta playbook in SKILL.md (creative-as-targeting, creative volume) — this file is the *operating* layer.
4
+
5
+ ## Contents
6
+
7
+ - TCPL: the anchor variable
8
+ - The ad-count ceiling
9
+ - Two-campaign structure (Scaling / Testing)
10
+ - Stage 1: delivery check (day 7)
11
+ - Stage 2: quality evaluation (weekly)
12
+ - Graduation criteria
13
+ - Fatigue detection
14
+ - Swap rules
15
+ - Creative production math
16
+ - Scaling protocol
17
+ - Weekly cadence
18
+ - Lead forms and social amnesia
19
+ - Advantage+ transition
20
+ - Benchmarks and seasonality
21
+
22
+ ## TCPL: the anchor variable
23
+
24
+ TCPL = **Target Cost Per Qualified Lead** (qualified = meets your ICP bar, not just a form-fill). Set it one of three ways:
25
+
26
+ 1. **From deal math (best):** TCPL = target cost per demo × qualified-lead-to-demo rate. ($2,000/demo × 0.28 = $560.)
27
+ 2. **From history:** TCPL = trailing 30-day CPL(qualified) × 0.80 — a 20% improvement is achievable through operational cleanup alone (killing zero-QL ads, graduating winners). Once you have both, use whichever is tighter.
28
+ 3. **New account:** target CAC × qualified-lead-to-customer rate, or a placeholder from your ACV tier; replace with method 2 after 30 days.
29
+
30
+ Every rule below is expressed in multiples of TCPL. Review TCPL monthly.
31
+
32
+ ## The ad-count ceiling
33
+
34
+ More active ads than your budget can feed = every ad starves and nothing gets a fair read.
35
+
36
+ **Ceiling = (daily budget × 14) / (2 × TCPL)** — i.e., over a 14-day evaluation window, each ad needs at least 2× TCPL of spend to be judged.
37
+
38
+ $1,000/day at $500 TCPL → ceiling of 14 ads; run **6–10** (winners + 2–3 test slots). At the ceiling, launching a new test requires killing something first.
39
+
40
+ ## Two-campaign structure (Scaling / Testing)
41
+
42
+ Run two CBO campaigns over the **same audience**:
43
+
44
+ - **Scaling campaign (~80% of budget)** — holds only graduated, proven ads.
45
+ - **Testing campaign (~20%)** — holds new concepts and iterations, with its own protected budget.
46
+
47
+ Why: inside a single CBO, proven ads always starve new ads — tests never get enough spend to be judged. Why not ABO for testing: equal forced distribution keeps spending on ads Meta has already deprioritized. The separation is *budget protection*, not audience segmentation.
48
+
49
+ **Image-first validation:** launch new concepts as statics first; only produce the video/carousel/UGC version after the image passes the checks below. Exception: concepts that are inherently video (testimonial, demo, UGC).
50
+
51
+ ## Stage 1: delivery check (day 7)
52
+
53
+ CBO's spend allocation is itself a signal — Meta pre-screens your ads. At day 7 for each test ad:
54
+
55
+ - **Fair share test:** minimum expected spend = (campaign daily budget ÷ active ads) × 7 × 0.5. Below that → **kill** (Meta actively deprioritized it). Zero spend → kill immediately.
56
+ - **Ongoing:** if an ad has spent ≥ 1× TCPL lifetime AND averaged under ~$10/day over the last 7 days → kill. (The lifetime-spend gate stops you from killing ads CBO simply hasn't explored yet.)
57
+
58
+ When iterating on a delivery-killed ad, change the **hook/visual/format only** — the audience never got far enough for copy or CTA to matter.
59
+
60
+ ## Stage 2: quality evaluation (weekly, rolling 14-day data)
61
+
62
+ Run in order; stop at the first triggered action:
63
+
64
+ 1. **Data gate:** spend < 3× TCPL → **wait** (not enough signal). At true cost-per-QL = target, 3× TCPL of spend should produce ~3 qualified leads; zero QLs at that spend is ~5% probability — so judging at 3× gives ~95% confidence without wasting budget (2× has a 13% false-negative rate; 5× overpays for certainty).
65
+ 2. **Zero pixel leads** at ≥3× TCPL → **swap and abandon the concept** (don't iterate a dead concept).
66
+ 3. **Quality check** (the layer Meta can't see — requires your CRM):
67
+ - Pixel leads but zero qualified → swap; keep the format, change the angle.
68
+ - Qualified rate <40% → swap; the ad attracts the wrong people. Add ICP-filtering language. (At 40% QL rate, true cost per QL is 2.5× the pixel CPL you see in Ads Manager — two ads identical in-platform can differ 60%+ in real cost.)
69
+ - 40–60% → monitor one more week. ≥60% → proceed.
70
+ 4. **Cost check:** cost per QL ≤ TCPL → candidate winner. 1–1.5× TCPL → monitor (normal variance). >1.5× TCPL → swap (structural underperformance, not noise).
71
+
72
+ ## Graduation criteria (Testing → Scaling)
73
+
74
+ Graduate only when **all** are true: ≥5 qualified leads · qualified rate ≥60% · cost per QL ≤ TCPL · running ≥14 days · ≥1 QL in the last 7 days.
75
+
76
+ ## Fatigue detection
77
+
78
+ Frequency bands by campaign type (safe / warning / critical):
79
+
80
+ | Campaign type | Safe | Warning | Critical |
81
+ |---|---|---|---|
82
+ | Cold prospecting | 1.0–2.5 | 2.5–4.0 | >4.0 |
83
+ | Retargeting | 2.0–4.0 | 4.0–6.0 | >6.0 |
84
+ | ABM (small audiences) | 2.0–5.0 | 5.0–8.0 | >8.0 |
85
+
86
+ Other signals, in urgency order: CTR down 20%+ from baseline over 7 days; CPM up 30%+ over 2 weeks (leading indicator — moves before CTR); ad relevance rankings "below average"; CPA up with stable targeting.
87
+
88
+ For **scaling-campaign ads**, apply a deliberately stricter bar than the general bands — these ads carry ~80% of spend, so fatigue there costs the most: warning at frequency 3.0–3.5 or cost +20% → start 2 iterations now (they take ~14 days to be ready); swap at >3.5, cost +40%, or >1.5× TCPL for 2 weeks.
89
+
90
+ **Lifespan expectations (B2B):** statics 14–28 days; short video and carousels 21–35; UGC/testimonial 28–42. Small B2B audiences build frequency fast — plan refresh every 14–21 days.
91
+
92
+ **Retire (don't iterate)** when CTR drops 30%+ from peak or frequency crosses the campaign type's critical band above — the concept is exhausted, not the execution.
93
+
94
+ **Rotation without resetting learning:** never edit creative inside a performing ad — that resets the learning phase. Launch new ads alongside existing ones, or spin up a new ad set with the same targeting. Pausing doesn't reset; editing does.
95
+
96
+ ## Swap rules
97
+
98
+ **Never pause without a replacement.** Keep 2–3 iterations staged; replacement live within 7 days, immediately for critical fatigue. If the pipeline is empty, redirect the budget to proven ads rather than leaving a zombie running. What to change depends on why it died: delivery kill → hook/visual; quality kill → angle and ICP language; cost kill → offer and audience; fatigue → fresh execution of the same proven concept.
99
+
100
+ ## Creative production math
101
+
102
+ - **Test throughput** ≈ (monthly budget × 0.20) ÷ (3 × TCPL), per month. Delivery kills free budget early, so actual throughput runs ~1.5–2× the base rate.
103
+ - **Win rates:** iterations on winners ~25%; brand-new concepts ~10%; blended ~1 in 6. To get N winners, plan ~6× N tests.
104
+ - **Minimum proven-ad inventory** ≈ monthly budget ÷ $5,000 — each proven B2B ad absorbs roughly $5K/month before fatiguing. **You cannot scale budget ahead of creative supply**; if proven ads < minimum, fix the creative deficit before raising budget.
105
+ - **Iteration priority** when refreshing a winner (ranked by impact): 1. hook (changes who stops) → 2. visual treatment → 3. format → 4. body copy/CTA.
106
+
107
+ ## Scaling protocol
108
+
109
+ Scale only when all: proven-ad count meets the next budget level's minimum; account frequency <3.0; cost per QL ≤ TCPL for 2+ consecutive weeks; 3+ replacements staged.
110
+
111
+ - **Rate:** +20% every 5 days. Never +30% or more in one move — that resets learning.
112
+ - **Rollback trigger:** cost per QL >1.5× TCPL after a scale step → cut budget 20–30% immediately, stabilize 2 weeks, resume at +10% per week.
113
+ - **Hitting the wall** (account-wide average frequency >3.5 — an account-level *scale* guardrail, distinct from the per-ad fatigue bands above): expand lookalikes 1% → 2–3%, add new seed audiences, test broad, activate cross-channel UTM audiences (see [ABM playbook](abm-playbook.md)), re-open remarketing.
114
+
115
+ ## Weekly cadence
116
+
117
+ - **Monday — decision day:** pull rolling 14-day data; run Stage 2 on every test ad; run the fatigue check on every scaling ad.
118
+ - **Wednesday — launch day:** launch new tests into freed slots; run Stage 1 on ads that hit day 7.
119
+ - **Friday — scaling day:** apply scale steps or rollbacks.
120
+ - **Monthly:** creative library audit + TCPL review.
121
+
122
+ ## Lead forms and social amnesia
123
+
124
+ The #1 B2B Meta lead-quality problem: frictionless auto-filled forms produce leads who don't remember converting ("social amnesia"). **Intentional friction = awareness = quality:**
125
+
126
+ - Use **Higher Intent** form type (adds a review step), not More Volume.
127
+ - **Require work email** — it can't auto-fill from the Facebook profile, forcing a conscious act. This is the single biggest quality lever.
128
+ - Add 1–3 multiple-choice qualification questions (4+ spikes abandonment), ordered easiest → hardest.
129
+ - Confirmation message sets expectations for what happens next (combats amnesia at the follow-up stage).
130
+
131
+ Lead form vs. landing page: LP converting ≥5% → use the LP; LP under ~2% → lead form; demo/trial offers → LP; content/webinar → form.
132
+
133
+ ## Advantage+ transition
134
+
135
+ Manual is where you learn; Advantage+ is where you earn. Transition a campaign to Advantage+ only after: a proven offer, a validated audience, and **~50 conversions/week** on the optimization event (the learning-phase exit bar — budget needed ≈ target CPA × 50 ÷ 7 per day). If you can't hit 50/week on the target event, optimize a higher-volume event up-funnel and retarget converters. Advantage+ conflicts with strict ABM (you can't lock it to a list) — see the [ABM playbook](abm-playbook.md). Watch Campaign Score directionally (70+ healthy, <50 = fighting the algorithm) but never trade lead quality for score.
136
+
137
+ ## Benchmarks and seasonality
138
+
139
+ B2B SaaS Meta ranges (practitioner-reported; recalibrate on your own first 30 days): CTR 1.0–1.5% (red flag <0.8%); CPM $10–20 (red flag >$25); CPL (form) $20–50 (red flag >$75); landing page CVR 8–12%. Seasonality: Q1 CPMs are the year's lowest (scale aggressively); Q4 runs +60–80% (consider reducing B2B spend and banking budget for January).
140
+
141
+ ---
142
+
143
+ *Framework lineage: this decision system is adapted (re-expressed, reconciled, and restructured) from practitioner operating systems, notably Ivan Falco's ads-skills. All thresholds are starting points — recalibrate against your own account.*
@@ -0,0 +1,277 @@
1
+ # Platform Setup Checklists
2
+
3
+ Complete setup checklists for major ad platforms.
4
+
5
+ ## Contents
6
+ - Google Ads Setup (Account Foundation, Conversion Tracking, Analytics Integration, Audience Setup, Campaign Readiness, Ad Extensions, Brand Protection)
7
+ - Meta Ads Setup (Business Manager Foundation, Pixel & Tracking, Domain & Aggregated Events, Audience Setup, Catalog, Creative Assets, Compliance)
8
+ - LinkedIn Ads Setup (Campaign Manager Foundation, Insight Tag & Tracking, Audience Setup, Lead Gen Forms, Document Ads, Creative Assets, Budget Considerations)
9
+ - Twitter/X Ads Setup (Account Foundation, Tracking, Audience Setup, Creative)
10
+ - TikTok Ads Setup (Account Foundation, Pixel & Tracking, Audience Setup, Creative)
11
+ - Universal Pre-Launch Checklist
12
+
13
+ ## Google Ads Setup
14
+
15
+ ### Account Foundation
16
+
17
+ - [ ] Google Ads account created and verified
18
+ - [ ] Billing information added
19
+ - [ ] Time zone and currency set correctly
20
+ - [ ] Account access granted to team members
21
+
22
+ ### Conversion Tracking
23
+
24
+ - [ ] Google tag installed on all pages
25
+ - [ ] Conversion actions created (purchase, lead, signup)
26
+ - [ ] Conversion values assigned (if applicable)
27
+ - [ ] Enhanced conversions enabled
28
+ - [ ] Test conversions firing correctly
29
+ - [ ] Import conversions from GA4 (optional)
30
+
31
+ ### Analytics Integration
32
+
33
+ - [ ] Google Analytics 4 linked
34
+ - [ ] Auto-tagging enabled
35
+ - [ ] GA4 audiences available in Google Ads
36
+ - [ ] Cross-domain tracking set up (if multiple domains)
37
+
38
+ ### Audience Setup
39
+
40
+ - [ ] Remarketing tag verified
41
+ - [ ] Website visitor audiences created:
42
+ - All visitors (180 days)
43
+ - Key page visitors (pricing, demo, features)
44
+ - Converters (for exclusion)
45
+ - [ ] Customer match lists uploaded
46
+ - [ ] Similar audiences enabled
47
+
48
+ ### Campaign Readiness
49
+
50
+ - [ ] Negative keyword lists created:
51
+ - Universal negatives (free, jobs, careers, reviews, complaints)
52
+ - Competitor negatives (if needed)
53
+ - Irrelevant industry terms
54
+ - [ ] Location targeting set (include/exclude)
55
+ - [ ] Language targeting set
56
+ - [ ] Ad schedule configured (if B2B, business hours)
57
+ - [ ] Device bid adjustments considered
58
+
59
+ ### Ad Extensions
60
+
61
+ - [ ] Sitelinks (4-6 relevant pages)
62
+ - [ ] Callouts (key benefits, offers)
63
+ - [ ] Structured snippets (features, types, services)
64
+ - [ ] Call extension (if phone leads valuable)
65
+ - [ ] Lead form extension (if using)
66
+ - [ ] Price extensions (if applicable)
67
+ - [ ] Image extensions (where available)
68
+
69
+ ### Brand Protection
70
+
71
+ - [ ] Brand campaign running (protect branded terms)
72
+ - [ ] Competitor campaigns considered
73
+ - [ ] Brand terms in negative lists for non-brand campaigns
74
+
75
+ ---
76
+
77
+ ## Meta Ads Setup
78
+
79
+ ### Business Manager Foundation
80
+
81
+ - [ ] Business Manager created
82
+ - [ ] Business verified (if running certain ad types)
83
+ - [ ] Ad account created within Business Manager
84
+ - [ ] Payment method added
85
+ - [ ] Team access configured with proper roles
86
+
87
+ ### Pixel & Tracking
88
+
89
+ - [ ] Meta Pixel installed on all pages
90
+ - [ ] Standard events configured:
91
+ - PageView (automatic)
92
+ - ViewContent (product/feature pages)
93
+ - Lead (form submissions)
94
+ - Purchase (conversions)
95
+ - AddToCart (if e-commerce)
96
+ - InitiateCheckout (if e-commerce)
97
+ - [ ] Conversions API (CAPI) set up for server-side tracking
98
+ - [ ] Event Match Quality score > 6
99
+ - [ ] Test events in Events Manager
100
+
101
+ ### Domain & Aggregated Events
102
+
103
+ - [ ] Domain verified in Business Manager
104
+ - [ ] Aggregated Event Measurement configured
105
+ - [ ] Top 8 events prioritized in order of importance
106
+ - [ ] Web events prioritized for iOS 14+ tracking
107
+
108
+ ### Audience Setup
109
+
110
+ - [ ] Custom audiences created:
111
+ - Website visitors (all, 30/60/90/180 days)
112
+ - Key page visitors
113
+ - Video viewers (25%, 50%, 75%, 95%)
114
+ - Page/Instagram engagers
115
+ - Customer list uploaded
116
+ - [ ] Lookalike audiences created (1%, 1-3%)
117
+ - [ ] Saved audiences for common targeting
118
+
119
+ ### Catalog (E-commerce)
120
+
121
+ - [ ] Product catalog connected
122
+ - [ ] Product feed updating correctly
123
+ - [ ] Catalog sales campaigns enabled
124
+ - [ ] Dynamic product ads configured
125
+
126
+ ### Creative Assets
127
+
128
+ - [ ] Images in correct sizes:
129
+ - Feed: 1080x1080 (1:1)
130
+ - Stories/Reels: 1080x1920 (9:16)
131
+ - Landscape: 1200x628 (1.91:1)
132
+ - [ ] Videos in correct formats
133
+ - [ ] Ad copy variations ready
134
+ - [ ] UTM parameters in all destination URLs
135
+
136
+ ### Compliance
137
+
138
+ - [ ] Special Ad Categories declared (if housing, credit, employment, politics)
139
+ - [ ] Landing page complies with Meta policies
140
+ - [ ] No prohibited content in ads
141
+
142
+ ---
143
+
144
+ ## LinkedIn Ads Setup
145
+
146
+ ### Campaign Manager Foundation
147
+
148
+ - [ ] Campaign Manager account created
149
+ - [ ] Company Page connected
150
+ - [ ] Billing information added
151
+ - [ ] Team access configured
152
+
153
+ ### Insight Tag & Tracking
154
+
155
+ - [ ] LinkedIn Insight Tag installed on all pages
156
+ - [ ] Tag verified and firing
157
+ - [ ] Conversion tracking configured:
158
+ - URL-based conversions
159
+ - Event-specific conversions
160
+ - [ ] Conversion values set (if applicable)
161
+
162
+ ### Audience Setup
163
+
164
+ - [ ] Matched Audiences created:
165
+ - Website retargeting audiences
166
+ - Company list uploaded (for ABM)
167
+ - Contact list uploaded
168
+ - [ ] Lookalike audiences created
169
+ - [ ] Saved audiences for common targeting
170
+
171
+ ### Lead Gen Forms (if using)
172
+
173
+ - [ ] Lead gen form templates created
174
+ - [ ] Form fields selected (minimize for conversion)
175
+ - [ ] Privacy policy URL added
176
+ - [ ] Thank you message configured
177
+ - [ ] CRM integration set up (or CSV export process)
178
+
179
+ ### Document Ads (if using)
180
+
181
+ - [ ] Documents uploaded (PDF, PowerPoint)
182
+ - [ ] Gating configured (full gate or preview)
183
+ - [ ] Lead gen form connected
184
+
185
+ ### Creative Assets
186
+
187
+ - [ ] Single image ads: 1200x627 (1.91:1) or 1080x1080 (1:1)
188
+ - [ ] Carousel images ready
189
+ - [ ] Video specs met (if using)
190
+ - [ ] Ad copy within character limits:
191
+ - Intro text: 600 max, 150 recommended
192
+ - Headline: 200 max, 70 recommended
193
+
194
+ ### Budget Considerations
195
+
196
+ - [ ] Budget realistic for LinkedIn CPCs ($8-15+ typical)
197
+ - [ ] Audience size validated (50K+ recommended)
198
+ - [ ] Daily vs. lifetime budget decided
199
+ - [ ] Bid strategy selected
200
+
201
+ ---
202
+
203
+ ## Twitter/X Ads Setup
204
+
205
+ ### Account Foundation
206
+
207
+ - [ ] Ads account created
208
+ - [ ] Payment method added
209
+ - [ ] Account verified (if required)
210
+
211
+ ### Tracking
212
+
213
+ - [ ] Twitter Pixel installed
214
+ - [ ] Conversion events created
215
+ - [ ] Website tag verified
216
+
217
+ ### Audience Setup
218
+
219
+ - [ ] Tailored audiences created:
220
+ - Website visitors
221
+ - Customer lists
222
+ - [ ] Follower lookalikes identified
223
+ - [ ] Interest and keyword targets researched
224
+
225
+ ### Creative
226
+
227
+ - [ ] Tweet copy within 280 characters
228
+ - [ ] Images: 1200x675 (1.91:1) or 1200x1200 (1:1)
229
+ - [ ] Video specs met (if using)
230
+ - [ ] Cards configured (website, app, etc.)
231
+
232
+ ---
233
+
234
+ ## TikTok Ads Setup
235
+
236
+ ### Account Foundation
237
+
238
+ - [ ] TikTok Ads Manager account created
239
+ - [ ] Business verification completed
240
+ - [ ] Payment method added
241
+
242
+ ### Pixel & Tracking
243
+
244
+ - [ ] TikTok Pixel installed
245
+ - [ ] Events configured (ViewContent, Purchase, etc.)
246
+ - [ ] Events API set up (recommended)
247
+
248
+ ### Audience Setup
249
+
250
+ - [ ] Custom audiences created
251
+ - [ ] Lookalike audiences created
252
+ - [ ] Interest categories identified
253
+
254
+ ### Creative
255
+
256
+ - [ ] Vertical video (9:16) ready
257
+ - [ ] Native-feeling content (not too polished)
258
+ - [ ] First 3 seconds are compelling hooks
259
+ - [ ] Captions added (most watch without sound)
260
+ - [ ] Music/sounds selected (licensed if needed)
261
+
262
+ ---
263
+
264
+ ## Universal Pre-Launch Checklist
265
+
266
+ Before launching any campaign:
267
+
268
+ - [ ] Conversion tracking tested with real conversion
269
+ - [ ] Landing page loads fast (<3 sec)
270
+ - [ ] Landing page mobile-friendly
271
+ - [ ] UTM parameters working
272
+ - [ ] Budget set correctly (daily vs. lifetime)
273
+ - [ ] Start/end dates correct
274
+ - [ ] Targeting matches intended audience
275
+ - [ ] Ad creative approved
276
+ - [ ] Team notified of launch
277
+ - [ ] Reporting dashboard ready
@@ -0,0 +1,88 @@
1
+ # Google RSA Output Spec
2
+
3
+ When the user requests Google Ads RSAs (Responsive Search Ads), output MUST comply with these platform limits and structural requirements. Do not output any RSA that violates them.
4
+
5
+ ## Hard limits per RSA (enforce before responding)
6
+
7
+ - **Headlines:** exactly **15** per RSA, each **≤ 30 characters** (count characters, including spaces). Render as `1. ... (NN chars)` so the reader can verify.
8
+ - **Descriptions:** exactly **4** per RSA, each **≤ 90 characters**.
9
+ - **Paths:** up to 2 path fields, each **≤ 15 characters**.
10
+ - **Final URL:** present, https.
11
+ - **Pinning:** state any pinned positions explicitly. Default = unpinned unless user asks.
12
+ - **Per-account guardrail:** Google enforces **3 RSAs max per ad group**. When the user asks for >3, group them by ad group.
13
+
14
+ ## Required sidecar artifacts (always include with RSA request)
15
+
16
+ 1. **Ad group structure**, labeled `Ad group structure:` — list each ad group with its theme, target keywords (match types), and which RSAs map to it.
17
+ 2. **Negative keyword list**, labeled `Negative keywords:` — minimum **8** entries, group-level vs campaign-level called out.
18
+ 3. **Sitelinks** (≥ 4), **Callouts** (≥ 4 ≤25 chars), **Structured snippets** if relevant.
19
+
20
+ ## Medical / CFM compliance (when product context indicates pt-BR medical practice)
21
+
22
+ If `.agents/product-marketing.md` indicates a Brazilian medical practice (CFM-regulated), the following terms are **forbidden** in headlines, descriptions, sitelinks, and callouts:
23
+
24
+ - Superlatives: `#1`, `melhor`, `o melhor`, `melhor do brasil`, `top`, `referência`
25
+ - Outcome promises: `garantido`, `garantia`, `cura`, `cura definitiva`, `100%`, `resultado garantido`, `livre da dor`
26
+ - Comparative claims vs other doctors/clinics
27
+
28
+ Use neutral framing: `atendimento`, `consulta`, `avaliação`, `segunda opinião`, `agende sua consulta`, `tire suas dúvidas`. Geo modifier (`Porto Alegre`, `POA`, `Zona Sul POA`) required where the prompt specifies a region.
29
+
30
+ ## Output ORDER (mandatory — emit in this order to avoid truncation)
31
+
32
+ 1. **Ad group structure** (short)
33
+ 2. **Negative keywords** (≥8, MANDATORY — emit BEFORE RSAs so it isn't dropped if output runs long)
34
+ 3. **Sitelinks** (≥4)
35
+ 4. **Callouts** (≥4)
36
+ 5. **RSA1, RSA2, RSA3** (largest section, last — safe to truncate gracefully)
37
+
38
+ ## Output template (mandatory shape)
39
+
40
+ ```
41
+ Ad group structure:
42
+ - AG1 [theme]: keywords (match types) → RSA1, RSA2
43
+ - AG2 [theme]: ...
44
+
45
+ Negative keywords:
46
+ Campaign-level:
47
+ - <kw>
48
+ - <kw>
49
+ (≥4 here)
50
+ Ad-group level:
51
+ - AG1: <kw>, <kw>
52
+ - AG2: <kw>, <kw>
53
+ (≥4 more here — TOTAL ≥8 entries)
54
+
55
+ Sitelinks (≥4):
56
+ - <title (≤25)> | <desc1 (≤35)> | <desc2 (≤35)> | URL
57
+
58
+ Callouts (≥4, each ≤25 chars):
59
+ - <callout>
60
+
61
+ RSA1 — [ad group name]
62
+ Final URL: https://...
63
+ Path1: ... Path2: ...
64
+ Headlines (15, each ≤30 chars):
65
+ 1. <headline> (NN chars)
66
+ ...
67
+ 15. <headline> (NN chars)
68
+ Descriptions (4, each ≤90 chars):
69
+ 1. <description> (NN chars)
70
+ ...
71
+ 4. <description> (NN chars)
72
+ Pinning: H1=none; H2=none; ... (or explicit pins)
73
+
74
+ RSA2 — ...
75
+ RSA3 — ...
76
+ ```
77
+
78
+ ## Self-check before responding
79
+
80
+ Before sending the output, run this checklist mentally:
81
+
82
+ - [ ] Each RSA has exactly 15 headlines, exactly 4 descriptions.
83
+ - [ ] Every headline is ≤30 chars; every description is ≤90 chars. Character counts printed.
84
+ - [ ] Negative keyword list labeled and ≥8 entries.
85
+ - [ ] Ad group structure labeled.
86
+ - [ ] If medical (CFM): no forbidden superlative/outcome words; geo modifier present where required; language is pt-BR.
87
+
88
+ If any check fails, rewrite before responding. Do not ship partial RSAs.
@@ -0,0 +1,141 @@
1
+ ---
2
+ name: mkt/product-marketing
3
+ description: >
4
+ Create and maintain the product marketing context document — the
5
+ shared positioning, ICP, and messaging file that every other marketing
6
+ skill reads first. TRIGGER: "product context", "marketing context",
7
+ "positioning", "quem é o meu público-alvo", "ICP", "ideal customer
8
+ profile", "define o produto", "set up context", "/mkt product-marketing".
9
+ Run this at the start of any new marketing engagement before the other
10
+ skills. SKIP: buyer/user persona depth as a research artifact ->
11
+ kb/persona-build (this captures positioning context, that builds a
12
+ persona); competitor teardown -> mkt/competitor-analysis; brand voice
13
+ system as a standalone deliverable -> brand/voice-guide.
14
+ allowed-tools: [Read, Write, Edit, Grep, Glob, Agent]
15
+ metadata:
16
+ origin: community
17
+ source: https://github.com/coreyhaines31/marketingskills
18
+ license: MIT
19
+ ---
20
+
21
+ <!-- arka:kb-first-prefix begin -->
22
+ > **KB-first:** query `mcp__obsidian__search_notes` (and
23
+ > `mcp__graphify__query_graph` when configured) and cite `[[wikilinks]]`
24
+ > or graph nodes — or declare the gap — BEFORE any external research.
25
+ > Full doctrine: `arka/SKILL.md` (KB-First Research).
26
+ <!-- arka:kb-first-prefix end -->
27
+
28
+ # Product Marketing Context — `/mkt product-marketing`
29
+
30
+ > **Agent:** Lourenço (Product Marketing Manager) | **Frameworks:** Obviously Awesome (Dunford), JTBD Four Forces, Schwartz 5 Levels
31
+
32
+ You create and maintain the **product marketing context document** — the
33
+ foundational positioning and messaging file that every other marketing
34
+ skill reads before it acts, so the user never repeats product, audience,
35
+ or positioning basics across tasks.
36
+
37
+ ## Where the context lives (the ArkaOS contract)
38
+
39
+ This is the standard **Context block** every marketing skill in ArkaOS
40
+ opens with. Resolution order:
41
+
42
+ 1. **Canonical (KB-first):** the Obsidian note
43
+ `WizardingCode/Marketing/product-marketing.md`. Read it via
44
+ `mcp__obsidian__read_note` / `mcp__obsidian__search_notes`.
45
+ 2. **Project-local fallback:** `.agents/product-marketing.md` in the
46
+ working repo (and the legacy `.claude/product-marketing.md` /
47
+ `product-marketing-context.md` names — offer to migrate to the
48
+ canonical Obsidian note if found).
49
+ 3. **Missing:** offer to build it now with this skill.
50
+
51
+ When you save, write BOTH: the Obsidian note is the source of truth; a
52
+ project-local `.agents/product-marketing.md` copy stays in the repo the
53
+ work targets so tool-only sessions without vault access still resolve it.
54
+
55
+ ## Workflow
56
+
57
+ ### Step 1 — Check for existing context
58
+
59
+ Check the Obsidian note first, then the project-local fallbacks. **If it
60
+ exists:** read it, summarize what is captured, note the current
61
+ **Document version** and the last few **Changelog** entries, ask which
62
+ sections to update, and only gather for those. On any substantive save,
63
+ bump the version and prepend a changelog entry (Step 4).
64
+
65
+ **If it does not exist, offer two paths:**
66
+
67
+ 1. **Auto-draft from the codebase / vault** (recommended): study the
68
+ repo (README, landing pages, marketing copy, `package.json`) and any
69
+ existing Obsidian notes on the product, draft a V1, then ask "What
70
+ needs correcting? What's missing?"
71
+ 2. **From scratch:** walk each section conversationally, one at a time.
72
+
73
+ ### Step 2 — Gather information
74
+
75
+ Push for **verbatim customer language** — exact phrases beat polished
76
+ descriptions because copy resonates when it mirrors how customers
77
+ actually speak. Draft or ask one section at a time; confirm before
78
+ moving on.
79
+
80
+ ## Sections to capture
81
+
82
+ 1. **Product Overview** — one-liner, what it does, product category (the
83
+ "shelf" customers search on), product type, business model & pricing.
84
+ 2. **Target Audience** — company type, decision-makers, primary use case,
85
+ jobs-to-be-done, specific scenarios.
86
+ 3. **Personas (B2B)** — for each stakeholder (User, Champion, Decision
87
+ Maker, Financial Buyer, Technical Influencer): what they care about,
88
+ their challenge, the value promised.
89
+ 4. **Problems & Pain Points** — core challenge before finding you, why
90
+ current solutions fall short, what it costs (time/money/opportunity),
91
+ emotional tension.
92
+ 5. **Competitive Landscape** — direct (same solution/problem), secondary
93
+ (different solution/same problem), indirect (conflicting approach);
94
+ how each falls short.
95
+ 6. **Differentiation** — capabilities alternatives lack, how you solve it
96
+ differently, why that is better, why customers choose you.
97
+ 7. **Objections & Anti-Personas** — top 3 sales objections + responses;
98
+ who is NOT a fit.
99
+ 8. **Switching Dynamics (JTBD Four Forces)** — Push, Pull, Habit, Anxiety.
100
+ 9. **Customer Language** — verbatim problem/solution phrasing, words to
101
+ use, words to avoid, glossary.
102
+ 10. **Brand Voice** — tone, communication style, 3–5 personality
103
+ adjectives (align with `brand/voice-guide` if one exists).
104
+ 11. **Proof Points** — metrics/results, notable customers, testimonial
105
+ snippets, value themes + evidence.
106
+ 12. **Goals** — primary business goal, key conversion action, current
107
+ metrics.
108
+
109
+ ### Step 3 — Create the document
110
+
111
+ Write the note with versioned frontmatter and the 12 sections above,
112
+ ending with a **Changelog** (newest first, one line per revision). Use
113
+ the section templates (tables for Personas / Objections / Glossary /
114
+ Proof themes) so downstream skills can parse it.
115
+
116
+ ### Step 4 — Confirm, version, save
117
+
118
+ - Show the completed document; ask what to adjust.
119
+ - **New document:** `Document version: v1` + one changelog entry
120
+ `- v1 (YYYY-MM-DD) — Initial context.`
121
+ - **Update:** increment the version, set `Last updated` to today,
122
+ **prepend** a changelog entry naming the sections touched and the
123
+ reason (never rewrite past entries). Typo-only fixes do not bump.
124
+ - Save to the Obsidian canonical note AND the project-local
125
+ `.agents/product-marketing.md`.
126
+ - Tell the user: "Every other `/mkt`, `/landing`, `/saas`, and `/sales`
127
+ marketing skill now reads this context automatically. Run
128
+ `/mkt product-marketing` anytime to update it."
129
+
130
+ ## Output → Obsidian
131
+
132
+ `WizardingCode/Marketing/product-marketing.md` (canonical) + project-local
133
+ `.agents/product-marketing.md` mirror.
134
+
135
+ ## Related ArkaOS skills
136
+
137
+ - **mkt/marketing-plan** — turns this context into a 12-month AARRR plan.
138
+ - **mkt/competitor-analysis** — deepens section 5.
139
+ - **landing/copy-framework**, **landing/optimize-page** —
140
+ all read this context before generating copy.
141
+ - **kb/persona-build** — builds a full research persona from the ICP here.