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,73 @@
1
+ # Loop Guardrails & Compliance
2
+
3
+ Loops act on a schedule, often on customer data, sometimes with money or a public voice. This reference consolidates the safety rules that keep autonomous loops from doing harm. Apply it to every loop that sends, spends, publishes, or touches personal data.
4
+
5
+ ## The two-tier action model
6
+
7
+ Classify every action a loop can take:
8
+
9
+ **Tier 1 — Autonomous-safe** (a loop may do these unattended):
10
+ read data, analyze, diff, score, **draft**, and **stage** work for review.
11
+
12
+ **Tier 2 — Gated** (require a human checkpoint by default):
13
+ **spend** money, **shift budget**, **send** messages, **publish** anything public, **delete/suppress** records, **change** live account settings.
14
+
15
+ A Tier-2 action may run without a per-action human check only if the user has **explicitly authorized** it *and* it's bounded by caps + an allowlist (below). Absent that, the loop stages a draft and a human approves.
16
+
17
+ ## Spend guardrails (ad-fatigue, paid-search, retargeting, expansion)
18
+
19
+ - **Hard caps**: a daily/weekly spend ceiling the loop can never exceed; halt and alert if approached.
20
+ - **Per-run change limit**: cap how much budget can move in one run (e.g., ≤20%), so a bad read can't reallocate everything.
21
+ - **Allowlist**: only specified accounts/campaigns are eligible for autonomous changes; everything else is staged.
22
+ - **Directional guardrails**: judge paid changes on revenue/ROAS, not just CTR/CPA — never optimize a proxy metric into a revenue loss.
23
+
24
+ ## Publish & send guardrails (email, social, PR, community, reviews)
25
+
26
+ - **Default to a staging queue** + human approval for anything public or outbound. Auto-*drafting* is fine; auto-*publishing* is not, unless explicitly authorized.
27
+ - **Volume caps**: per-run and per-recipient limits so a loop can't blast a list or over-post a channel.
28
+ - **Suppression first**: always check suppression/unsubscribe/do-not-contact lists before sending.
29
+ - **No auto-posting where detection/ToS bites**: owned social, press pitches, and community replies are staged for a human (bot detection + brand risk).
30
+
31
+ ## Compliance
32
+
33
+ Match each rule to the loops it governs:
34
+
35
+ - **CAN-SPAM / CASL (email/SMS loops — lifecycle, re-engagement, churn, trial, dunning, referral)**: honor unsubscribes immediately and permanently; include a working unsubscribe + physical address; identify the sender; don't email/text without a lawful basis or consent; scrub against suppression every send.
36
+ - **GDPR / CCPA (any loop touching personal data)**: process on a lawful basis; get consent for EU marketing; honor deletion and opt-out requests; minimize data pulled and retained; don't repurpose data beyond its collected purpose.
37
+ - **FTC (review-and-UGC-harvest, referral, social)**: disclose material connections and incentives (#ad, "I was compensated"); only use testimonials with permission; no fabricated or cherry-picked-to-mislead claims.
38
+ - **Platform ToS (social-listening, community-engagement, review-site-management, scraping-based loops)**: respect rate limits and automation rules; follow review-platform response policies; don't scrape or auto-act where prohibited.
39
+
40
+ When a loop can't confirm consent, permission, or ToS-compatibility, its stop condition is **don't act** — stage for a human instead.
41
+
42
+ ## PII handling
43
+
44
+ - Don't log raw PII in loop **state** or **run logs** — use internal IDs or hashes.
45
+ - Pull the minimum personal data needed to make the decision; don't hoard it in state.
46
+ - Keep exports and drafts out of shared/synced locations unless intended.
47
+
48
+ ## Always-escalate list
49
+
50
+ These never run fully autonomously — route to a human regardless of authorization:
51
+
52
+ - Negative or crisis brand mentions; responses to complaints or legal/medical/financial-sensitive issues.
53
+ - Newsjacking angles (see the veto list in the catalog) — human approval before any pitch/post.
54
+ - High-value or strategic accounts (enterprise, at-risk logos).
55
+ - Anomalies in **revenue** or **ad spend** — flag immediately, don't self-correct.
56
+ - Anything that would delete data or contact a large audience at once.
57
+
58
+ ## Kill switch
59
+
60
+ Every scheduled loop needs a manual off switch, and you should know how to stop **all** loops fast (disable the schedule / cron, or a global flag the loop bodies check). Document it where the loops are scheduled. A loop you can't stop quickly is a liability.
61
+
62
+ ## Pre-launch guardrail checklist
63
+
64
+ Before scheduling any loop that sends, spends, publishes, or touches personal data:
65
+
66
+ - [ ] Every action is classified Tier 1 (auto) or Tier 2 (gated).
67
+ - [ ] Tier-2 actions are staged for approval — or bounded by explicit authorization + caps + allowlist.
68
+ - [ ] Spend loops have a hard cap and a per-run change limit.
69
+ - [ ] Send loops check suppression/unsubscribe and have volume caps.
70
+ - [ ] Applicable compliance rules (CAN-SPAM/GDPR/FTC/ToS) are satisfied, with "don't act" as the fallback.
71
+ - [ ] No raw PII in state or logs.
72
+ - [ ] The always-escalate cases route to a human.
73
+ - [ ] There's a documented kill switch.
@@ -0,0 +1,69 @@
1
+ # Loop Orchestration & Rollout
2
+
3
+ Loops aren't independent scripts — they compose into a marketing operating system. This reference covers how they fit together and the order to adopt them so you never build 43 at once.
4
+
5
+ ## The system view
6
+
7
+ Loops fall into four layers. Data flows down and learnings flow back up.
8
+
9
+ ```
10
+ SENSING analytics-anomaly · tracking-QA · weekly-marketing-review
11
+ │ (detect what changed; trust the numbers first)
12
+
13
+ DIAGNOSTIC per-stage watchers — onboarding drop-off, churn-signal,
14
+ ranking-drop, landing-page regression, ad-fatigue, …
15
+ │ (figure out what to do about it)
16
+
17
+ ACTION staged drafts, nudges, outreach, budget moves
18
+ │ (mostly human-checkpointed)
19
+
20
+ LEARNING experiment-backlog · campaign-postmortem · voice-of-customer
21
+ │ (capture what worked)
22
+ └──────────────► feeds back into SENSING & DIAGNOSTIC
23
+ ```
24
+
25
+ Key connective tissue:
26
+ - **weekly-marketing-review is the router.** It reads top-line metrics and dispatches each notable mover to the loop that owns it. It's the one loop that sees the whole board.
27
+ - **tracking-QA + analytics-anomaly are the foundation.** Every other loop reads from analytics. If tracking is broken, every downstream loop acts on lies. These come first.
28
+ - **experiment-backlog is the sink.** Hypotheses generated by many loops (signup-leak, pricing, onboarding, voice-of-customer) converge here, then hand off to `ab-testing`. Don't let each loop run its own tests.
29
+ - **voice-of-customer is a source.** Customer language it mines feeds copy for ad-fatigue, lifecycle-email, landing-page, and pricing loops.
30
+ - **campaign-postmortem closes the loop.** Its learnings become next quarter's hypotheses and plan inputs.
31
+
32
+ Avoid duplicate ownership: when two loops could act on the same signal, one owns the action and the other just flags. (E.g., an at-risk account belongs to churn-signal, not expansion/upsell — never upsell an account that's churning.)
33
+
34
+ ## Rollout path (adopt in this order)
35
+
36
+ Add a loop only when the loops before it are running and earning their keep. Each stage assumes the previous one is solid.
37
+
38
+ **Stage 0 — Foundation (trust the data + see the board).**
39
+ `tracking-QA`, `weekly-marketing-review`.
40
+ You cannot run any loop responsibly on untrustworthy data or without a full-funnel pulse. This is non-negotiable and comes first.
41
+
42
+ **Stage 1 — Plug the leaks (highest ROI, protects existing revenue).**
43
+ `failed-payment/dunning`, `churn-signal`, `lifecycle-email-refresh`.
44
+ Recovering customers you already have is cheaper than acquiring new ones. Dunning alone often pays for the whole system.
45
+
46
+ **Stage 2 — Convert what you already get (fix the bucket before adding water).**
47
+ `onboarding drop-off`, `signup-funnel-leak`, `trial-conversion`.
48
+ More traffic into a leaky funnel is waste. Seal activation and conversion next.
49
+
50
+ **Stage 3 — Grow the top (now scale acquisition).**
51
+ `keyword-gap`, `content-repurposing`, `ad-fatigue`, `social-listening`, `analytics-anomaly`.
52
+ With the bucket sealed, turn on demand generation and the safety-net anomaly watcher.
53
+
54
+ **Stage 4 — Optimize monetization.**
55
+ `pricing-page-experiment`, `paywall-optimization`, `PQL/upgrade-intent`, `expansion/upsell`.
56
+ Once volume is healthy, tune revenue per user — judged on revenue quality, not conversion alone.
57
+
58
+ **Stage 5 — Compounding & advocacy.**
59
+ `referral-nudge`, `review-and-UGC-harvest`, `review-site-management`, `case-study-sourcing`, `partner-pipeline`, `brand-mention/reputation`, `experiment-backlog`, `campaign-postmortem`.
60
+ The flywheel: happy customers and earned media that feed back into acquisition, plus the learning loops that make everything compound.
61
+
62
+ The remaining catalog loops (content-decay, internal-linking, programmatic-SEO quality, content-calendar refill, paid-search query-mining, retargeting-hygiene, landing-page regression, community-engagement, competitor-watch, backlink-prospecting, directory-submission, feature-adoption, lead-capture-asset, email-deliverability, voice-of-customer) slot into the stage that matches their function as each channel becomes a priority.
63
+
64
+ ## Rollout rules
65
+
66
+ - **One at a time.** Prove a loop earns its keep (someone acts on its output, it moves its metric) before adding the next.
67
+ - **Foundation before growth.** Acquisition loops before solid tracking + retention = pouring water into a leaky bucket.
68
+ - **Cap the total.** If you're running more loops than you can review the output of, you have vanity loops. Retire the ones nobody acts on.
69
+ - **Re-audit quarterly.** Recalibrate thresholds, kill dead loops, promote the ones that consistently drive action.
@@ -0,0 +1,67 @@
1
+ # Loop State & Run Logging
2
+
3
+ Idempotency is only real if the loop can remember what it already did between runs. This reference defines where that state lives and how to log runs — so loops don't double-act, re-nag the same people, or re-alert the same issue.
4
+
5
+ ## Where state lives
6
+
7
+ Persist each loop's state in a file under `.agents/loops/` — the same `.agents/` convention this repo uses for `product-marketing.md` and `listening-sources.md`. One state file per loop:
8
+
9
+ ```
10
+ .agents/loops/<loop-name>.json # the loop's memory
11
+ .agents/loops/<loop-name>.log # append-only run log
12
+ ```
13
+
14
+ If your scheduler or platform provides its own dedupe/cursor storage, use that instead — the point is durable state, not the specific file. Never keep state only in memory; a loop that forgets on restart will repeat itself.
15
+
16
+ ## What to store
17
+
18
+ A state file holds whatever the loop needs to not repeat itself:
19
+
20
+ ```json
21
+ {
22
+ "loop": "churn-signal",
23
+ "last_run": "2026-07-01T09:00:00Z",
24
+ "cursor": "2026-06-30T23:59:59Z", // watermark — only process items newer than this
25
+ "handled": ["acct_1042", "acct_1077"], // dedupe keys already acted on
26
+ "cooldowns": { // entity -> next-eligible timestamp
27
+ "acct_1042": "2026-07-15T00:00:00Z"
28
+ },
29
+ "in_flight": ["exp_pricing_v3"], // actions/tests currently open
30
+ "counters": { "acct_1042_attempts": 2 } // e.g. dunning/win-back attempt counts
31
+ }
32
+ ```
33
+
34
+ - **cursor / watermark** — the high-water mark of what's been processed (a timestamp or last ID). The loop only looks at items past it.
35
+ - **handled** — dedupe keys for items already acted on, so re-runs skip them.
36
+ - **cooldowns** — per-entity suppression windows so you never re-contact someone inside the window.
37
+ - **in_flight** — open items (running tests, active interventions) so the loop doesn't start a conflicting one.
38
+ - **counters** — attempt counts that drive stop conditions (e.g., "after 2 win-back emails, stop").
39
+
40
+ Keep state small and prune it: expire old `handled`/`cooldown` entries once they're past their window.
41
+
42
+ ## Idempotency patterns
43
+
44
+ - **Watermark**: process only items newer than `cursor`; advance `cursor` at the end of a successful run. Safe to re-run — it won't reprocess.
45
+ - **Dedupe set**: before acting on an item, check its key against `handled`; add it after acting.
46
+ - **Cooldown map**: before contacting an entity, check `cooldowns[entity]`; set it after contact.
47
+ - **In-flight guard**: before starting an action that shouldn't overlap (a test, an intervention), check `in_flight`.
48
+
49
+ ## Run logging
50
+
51
+ Append one line per run, whether or not it acted. This is the audit trail and the vanity-loop detector.
52
+
53
+ ```
54
+ 2026-07-01T09:00Z checked=312 acted=2 note="2 accounts newly at-risk, interventions staged"
55
+ 2026-07-02T09:00Z checked=298 acted=0 note="no action"
56
+ 2026-07-03T09:00Z checked=305 acted=0 note="no action"
57
+ ```
58
+
59
+ Log at minimum: timestamp, how many items checked, how many acted on, and a short note. Use it to answer two questions:
60
+ - **Is it a vanity loop?** If every run is `acted=0` for weeks and nobody misses it — or it acts every run (a sign it's chasing noise) — reconsider it.
61
+ - **Did it double-act?** Two runs acting on the same entity means the dedupe/cooldown state isn't working.
62
+
63
+ ## Resetting & backfilling safely
64
+
65
+ - To **reset** a loop, clear its `cursor`/`handled` — but keep `cooldowns` so a reset doesn't spam people who were recently contacted.
66
+ - On **first run** (no state yet), set the watermark to "now" rather than processing all history, or you'll blast every historical item. If you genuinely want a backfill, do a dry run first (log what it *would* do, act on nothing) and respect cooldowns.
67
+ - Never log raw PII in state or run logs — use IDs or hashes (see `loop-guardrails.md`).
@@ -0,0 +1,79 @@
1
+ # Loop Template
2
+
3
+ A copy-paste template for authoring your own marketing loop. Fill every one of the nine parts — a loop missing its **state/idempotency**, **self-check**, or **stop/bail-out** isn't a system, it's a way to do the wrong thing on a schedule.
4
+
5
+ Before you start, sanity-check that this *should* be a loop at all (see "When NOT to loop" in `SKILL.md`): it's recurring, signal-driven, and doesn't require human judgment to set strategy or creative direction each run.
6
+
7
+ ---
8
+
9
+ ## Blank template (copy this)
10
+
11
+ ```markdown
12
+ ### The <name> loop
13
+ - **Check cadence**: <how often it looks — match to how fast the signal changes, not how often you'd like an update>
14
+ - **Acts when**: <the action condition — what must be true to actually DO something vs. just check and skip. Most runs should skip.>
15
+ - **Purpose**: <the ONE outcome this loop exists to move>
16
+ - **Skills used**: <which marketing skills the loop orchestrates each run>
17
+ - **Loop body**:
18
+ 1. <step — usually: pull data / diff vs. last run>
19
+ 2. <step — identify what, if anything, crossed the action condition>
20
+ 3. <step — draft or stage the response>
21
+ - **Self-check**: <the verification done BEFORE acting — is the signal real vs. noise/seasonality/tracking bug? Is the sample big enough to be significant?>
22
+ - **State / idempotency**: <what it remembers between runs — last-run marker, dedupe key, cooldown window, "already handled" set — so it doesn't double-act or re-nag the same people>
23
+ - **Stop / bail-out**: <when it skips, halts, escalates to a human, or disables itself — plus what it does on error. Include a human checkpoint before anything that spends money or publishes.>
24
+ - **Output**: <where results go — a file, a PR, a staged draft, a notification, a report>
25
+ ```
26
+
27
+ ---
28
+
29
+ ## Fill-in prompts (answer these, in order)
30
+
31
+ 1. **What outcome does this protect or grow?** (rankings, ad efficiency, activation, retention, revenue, referrals) → *Purpose*
32
+ 2. **How fast does that signal actually change?** (hours / days / weeks / months) → *Check cadence*
33
+ 3. **What has to be true before it's worth acting?** (a threshold crossed, a new item appeared, a regression vs. baseline) → *Acts when*
34
+ 4. **What data does it read and what does it produce each run?** → *Loop body* + *Output*
35
+ 5. **What would make it act on a false signal?** (noise, seasonality, a tracking break, too-small a sample) → *Self-check*
36
+ 6. **What must it remember so it doesn't repeat itself?** (dedupe key, cooldown, last-run marker) → *State / idempotency*
37
+ 7. **When should it stop, skip, or hand off to a human?** (no action needed, error, spend/publish decision, N failed attempts) → *Stop / bail-out*
38
+
39
+ If you can't answer 5, 6, and 7 concretely, the loop isn't ready to run.
40
+
41
+ ---
42
+
43
+ ## Worked example (blank → filled)
44
+
45
+ Say you sell a freemium API tool and want to stop losing signups who never make their first API call.
46
+
47
+ ```markdown
48
+ ### The first-call activation loop
49
+ - **Check cadence**: Daily
50
+ - **Acts when**: A user who signed up 48h ago still hasn't made a successful API call and isn't already in this nudge sequence.
51
+ - **Purpose**: Increase the share of new signups that reach first value (first successful API call).
52
+ - **Skills used**: `onboarding`, `emails`, `analytics`
53
+ - **Loop body**:
54
+ 1. Pull signups from ~48h ago and their first-call status.
55
+ 2. Filter to those with zero successful calls and no active nudge.
56
+ 3. Draft a targeted "get your first call working" email (docs link, common blocker, offer to help).
57
+ - **Self-check**: Is "no call" a real activation gap, or a tracking gap (calls firing but not logged)? Confirm against server logs before emailing.
58
+ - **State / idempotency**: Track which users have entered this sequence; suppress anyone who has made a call since; one nudge per user per stage.
59
+ - **Stop / bail-out**: After 2 nudges with no call, stop and route to the broader re-engagement loop — don't keep emailing. Skip the run entirely if the events pipeline looks stale.
60
+ - **Output**: A staged activation email per qualifying user + a daily count of new activations.
61
+ ```
62
+
63
+ Notice what makes it safe: the **self-check** guards against a tracking bug emailing active users, the **state** stops it re-nagging, and the **stop** caps attempts and hands off instead of looping forever.
64
+
65
+ ---
66
+
67
+ ## Ship checklist
68
+
69
+ Before you schedule a new loop, confirm:
70
+
71
+ - [ ] All nine parts are filled — especially self-check, state, and stop.
72
+ - [ ] Cadence matches signal speed (you're not checking daily for a weekly-moving signal).
73
+ - [ ] It's designed so **most runs do nothing** — it acts only on a real condition.
74
+ - [ ] Anything that **spends money or publishes** has a human checkpoint (unless caps + an allowlist are explicitly authorized).
75
+ - [ ] State prevents double-acting and re-nagging the same people.
76
+ - [ ] There's an error path (stale data → report "stale," don't fabricate movement) and a manual off switch.
77
+ - [ ] For scheduling mechanics, see the "Scheduling a loop" section in `SKILL.md`.
78
+
79
+ Once it runs, give it a few cycles and ask the "is this a vanity loop?" question: if nobody acts on the output, delete it.
@@ -0,0 +1,302 @@
1
+ ---
2
+ name: mkt/marketing-plan
3
+ description: >
4
+ fCMO-level 12-month marketing plan: an exhaustive 13-section plan
5
+ structured by AARRR, customized to the client's budget/team/stage,
6
+ mapped to funding milestones, cross-referenced with the 139-idea
7
+ library and a 17-section current-state audit rubric, with a full
8
+ marketing operations stack. TRIGGER: "marketing plan", "plano de
9
+ marketing", "growth plan", "GTM plan", "go-to-market plan", "AARRR
10
+ plan", "90-day marketing plan", "12-month roadmap", "fractional CMO
11
+ plan", "fCMO plan", "/mkt marketing-plan <client>". SKIP: positioning
12
+ and ICP context BEFORE planning -> mkt/product-marketing (run first);
13
+ a single channel's execution doc -> the channel skill (mkt/paid-campaign,
14
+ mkt/seo-audit, mkt/email-sequence, saas/onboarding-optimize); just a
15
+ list of tactics with no plan -> mkt/marketing-ideas; multi-agent HOW
16
+ planning of one build -> arka-forge.
17
+ allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
18
+ metadata:
19
+ origin: community
20
+ source: https://github.com/coreyhaines31/marketingskills
21
+ license: MIT
22
+ ---
23
+
24
+ <!-- arka:kb-first-prefix begin -->
25
+ > **KB-first:** query `mcp__obsidian__search_notes` (and
26
+ > `mcp__graphify__query_graph` when configured) and cite `[[wikilinks]]`
27
+ > or graph nodes — or declare the gap — BEFORE any external research.
28
+ > Full doctrine: `arka/SKILL.md` (KB-First Research).
29
+ <!-- arka:kb-first-prefix end -->
30
+
31
+ # Marketing Plan — `/mkt marketing-plan <client>`
32
+
33
+ > **Agent:** Luna (Marketing Director) | **Frameworks:** AARRR (McClure), Growth Loops, 3-3-2-2-2, S-curve layering
34
+
35
+ **Context:** read the product marketing context first —
36
+ `WizardingCode/Marketing/product-marketing.md` in Obsidian (KB-first),
37
+ else the project-local `.agents/product-marketing.md`. If neither exists,
38
+ offer to run `/mkt product-marketing`. Section 2 (Strategic frame) builds
39
+ directly on it.
40
+
41
+ You are an expert marketing strategist operating at fCMO (fractional CMO) level. Your job is to produce a comprehensive, executable 12-month marketing plan for a specific client or company, structured by AARRR (Acquisition, Activation, Retention, Referral, Revenue), customized to their actual budget, team, stage, and capabilities, and cross-referenced with the full marketing-ideas library and the embedded 17-section current-state audit rubric.
42
+
43
+ The deliverable is a single Notion-paste-ready markdown document — the kind of strategy artifact a fractional CMO would present to founders. It must be specific to the client (not generic), exhaustive (covers every tactical surface area, not just what's prescribed), and operationally honest (reflects what their team can actually execute with their current stack and headcount).
44
+
45
+ ## When to use
46
+
47
+ Invoke this skill when:
48
+
49
+ - A user is starting a new client engagement as a fractional CMO or marketing consultant
50
+ - A founder needs a 12-month marketing roadmap they can share with their team or investors
51
+ - A team wants to consolidate scattered marketing work (SEO research, brand voice docs, audit findings, onboarding analyses) into a single coherent plan
52
+ - The user explicitly asks for a "marketing plan," "growth plan," "GTM plan," "fCMO plan," "AARRR plan," or "90-day + 12-month marketing roadmap"
53
+ - An existing scored audit (from any prior current-state assessment) needs to be sequenced into an action plan
54
+
55
+ **Do not use** when the user wants a tactical execution document for a single channel (use the channel-specific skill instead — `emails`, `ads`, `seo-audit`, `onboarding`, etc.), or when the user just wants marketing ideas without commitment to a plan (use `marketing-ideas`).
56
+
57
+ ## How this skill is invoked
58
+
59
+ ```
60
+ /marketing-plan {client-name-or-domain}
61
+ ```
62
+
63
+ Examples:
64
+ - `/marketing-plan quietude.app`
65
+ - `/marketing-plan acme-saas`
66
+ - `/marketing-plan` (will prompt for client name)
67
+
68
+ On invocation, the skill reads `~/marketing-plans/{client-slug}/progress.md` and resumes based on the state machine documented in `references/methodology.md` Step 1.1.2 (fresh → INIT → REVIEW → FINALIZE → finalized). Finalized plans are never silently overwritten — the user is asked whether to revise as v{N+1}, start fresh, or re-open a section.
69
+
70
+ ## The three phases
71
+
72
+ The full workflow lives in `references/methodology.md`. Quick summary:
73
+
74
+ ### Phase 1 — INIT (research + intake)
75
+
76
+ Read all available materials about the client. Pull data from any wired tools (Ahrefs, GA4 MCP, Stripe MCP, etc.). Conduct structured intake covering: client overview, ICP, current funnel state, funding state, team composition, marketing budget, channels currently active, what's already been done, what's in-flight, what's stuck, tooling stack. Save to `research.md`.
77
+
78
+ Use the embedded 17-section current-state rubric (`references/current-state-rubric.md`) as your scoring lens for Section 3 — score each section 0–5 against available materials.
79
+
80
+ ### Phase 2 — REVIEW (walk through each of 13 sections interactively)
81
+
82
+ Present each section's draft in chat. For each section you can:
83
+ - Approve as-is ("good," "next")
84
+ - Adjust ("change X to Y")
85
+ - Add observations ("also mention Z")
86
+ - Expand ("go deeper on this")
87
+
88
+ Save each confirmed section to the progress file as you go. The skill is resumable — if interrupted, run `/marketing-plan client-name` again to pick up at the next unfinished section.
89
+
90
+ ### Phase 3 — FINALIZE (compile + verify + publish)
91
+
92
+ Compile all 13 sections into `final_plan.md`. Run a verification pass: confirm cross-references (marketing-ideas idea numbers, related skills, MCP integrations) are accurate; check for machine-specific paths that shouldn't ship; ensure the brand voice matches what was captured in the strategic frame.
93
+
94
+ Optionally offer to publish to a shared GitHub repo (e.g., `{client-org}/{client-context}/marketing/plan.md`) if the user wants to share it with the team.
95
+
96
+ ## The 13-section plan structure
97
+
98
+ Full template lives in `references/plan-template.md`. The structure:
99
+
100
+ 1. **Executive summary** — 3 big bets, 90-day priorities, 12-month outcome. Written so it can be lifted into an investor or board update.
101
+ 2. **Strategic frame** — Category claim, ICP distilled, business-model logic, brand voice non-negotiables.
102
+ 3. **Current state** — Team, budget, what's done, what's in-flight, what's stuck. Scored against the embedded 17-section current-state rubric (`references/current-state-rubric.md`).
103
+ 4. **Acquisition** — How strangers become aware. Channels current + planned + skipped, 90-day and 12-month moves, skills + tools.
104
+ 5. **Activation** — How a new user has an experience that converts. Onboarding, first session, App Store / signup, paywall, lifecycle setup.
105
+ 6. **Retention** — How a converted user stays and deepens. Lifecycle flows, churn prevention, win-back, support-as-marketing.
106
+ 7. **Referral** — How retained users bring more users. Ambassador / affiliate / Guides / WOM mechanics.
107
+ 8. **Revenue** — Pricing, packaging, upsells, bundles, hardware-to-software, B2B ACV.
108
+ 9. **90-day roadmap** — Weeks 1–2 (Unblock), 3–4 (Foundation), 5–8 (Velocity), 9–12 (Compound). AARRR-tagged, owner-assigned.
109
+ 10. **12-month outlook** — Quarterly milestones tied to funding-stage capability unlocks.
110
+ 11. **Marketing operations stack** — Marketing skills + MCP/API integrations mapped to each AARRR stage. Capability unlocks by funding stage.
111
+ 12. **Tactical idea bank** — All 139 ideas from `marketing-ideas` cross-referenced to AARRR + client-specific status (Now / Q2 / Q3+ / Q4+ / Skip).
112
+ 13. **Measurement, RACI, open decisions, appendix** — North-star metric, leading indicators by stage, RACI table, blocking decisions, links to deeper docs.
113
+
114
+ ## The AARRR framing
115
+
116
+ AARRR replaces the older "channels and tactics" approach because it forces every recommendation to be funnel-stage-tagged, which makes the plan executable in priority order.
117
+
118
+ Full primer in `references/aarrr-framework.md`. Quick rule:
119
+
120
+ - **Acquisition** = strangers → aware (top of funnel)
121
+ - **Activation** = aware → first valued experience (signup, onboarding, first session)
122
+ - **Retention** = repeat users (lifecycle, churn prevention, deepening engagement)
123
+ - **Referral** = retained users → bring more users (programs, viral mechanics)
124
+ - **Revenue** = monetization (pricing, upsells, bundles, ACV expansion)
125
+
126
+ Brand and content are **cross-cutting**, not their own AARRR stage — they serve every stage.
127
+
128
+ ## The current-state rubric
129
+
130
+ The plan's "Current State" section scores the client against the embedded 17-section rubric. Full rubric in `references/current-state-rubric.md` — it's the source of truth, not a derivative of any external skill.
131
+
132
+ If the user already has a separately scored audit, ingest those scores directly into Section 3. Otherwise, score from available materials using the rubric as your lens — mark "scored from materials" in the section header so the team can push back where they have better data.
133
+
134
+ ## Cross-references — skills this plan integrates with
135
+
136
+ 1. **`marketing-ideas`** — 139 proven marketing tactics. Section 12 of the plan cross-references every one to AARRR + client status. Detail in `references/idea-cross-reference.md`.
137
+ 2. **`mkt/product-marketing`** — Sets up the foundational product marketing context (positioning, ICP, voice) in the Obsidian note and its project-local mirror. Read this first; Section 2 (Strategic frame) builds on it.
138
+ 3. **AARRR-stage-specific skills** — `onboarding`, `signup`, `emails`, `referrals`, `pricing`, etc. The "Marketing operations stack" (Section 11) maps these to AARRR stages.
139
+
140
+ The plan is **opinionated about which skills serve which stages.** Full mapping in `references/ops-stack-mapping.md`.
141
+
142
+ ## The marketing operations stack
143
+
144
+ This is the differentiator of an fCMO-style plan vs. a generic marketing plan. The plan doesn't just say *what* to do — it says *what skills and tooling execute it.*
145
+
146
+ A small team + an fCMO + the marketing-skills library + MCP integrations can output the work of a 15–20-person traditional marketing org. The plan must show this stack explicitly, AARRR-stage by AARRR-stage.
147
+
148
+ Full mapping in `references/ops-stack-mapping.md`.
149
+
150
+ ## Funding-stage capability unlocks
151
+
152
+ Every plan must include explicit "what changes when funding closes / when budget unlocks" reasoning. This makes the plan investor-friendly (founders mid-raise see what they're buying) and operationally honest (we're not pretending the team can spend $50K/mo on paid before the round closes).
153
+
154
+ Standard tiers in `references/funding-stage-unlocks.md`:
155
+ - **Pre-seed / bootstrapped** — $0–$2K/mo total marketing spend; organic only
156
+ - **Seed close** — $5–$15K/mo paid test budget; first marketing hire
157
+ - **Seed deployment** — $20–$50K/mo paid; second marketing hire
158
+ - **Series A** — $50–$150K/mo paid; performance + content + designer; international consideration
159
+ - **Series B+** — $150K+/mo paid; brand campaigns; PR firm; full-stack marketing org
160
+
161
+ Use these as anchors. Adjust for category (consumer apps and ecommerce can spend more; deep-tech B2B may spend less).
162
+
163
+ ## Setting the budget scientifically
164
+
165
+ The funding-stage anchors above tell you *what's in the ballpark*. To set the actual number defensibly, use one of two methods (full detail in `references/budget-planning.md`):
166
+
167
+ 1. **Revenue-Based (5–40% of ARR)** — start from comfortable spend, forecast resulting revenue. Best when historical CAC data exists.
168
+ 2. **Goal-Based** — reverse-engineer the budget from the revenue target. Formula: `[(New ARR / (ARPC × 12)) × CAC] / annual retention rate`. Best for fundraising or when the goal is fixed.
169
+
170
+ Always add **10–20% experimental budget** on top — CAC is the main dependency, and the experimental layer is what funds the next-channel investment before the current one plateaus.
171
+
172
+ For VC-backed Series A+ clients, anchor the 12-month outlook against the **3-3-2-2-2 rule** (3× in years 1–2, 2× in years 3–7 from $1M ARR).
173
+
174
+ ## Growth patterns — the real shape of SaaS growth
175
+
176
+ Pitch decks show hockey sticks. Real growth is a series of S-curves with plateaus between them. Full framework in `references/growth-patterns.md`. Key implications for the plan:
177
+
178
+ - **Phase identification** — $0–10K ARR (grueling), $10K–100K (treacherous middle), $100K–1M (acceleration). Section 3 names the current phase; Section 10 sequences the next.
179
+ - **Linear vs step-function** — most healthy SaaS growth is linear (predictable additions per month) punctuated by step-functions (enterprise tier launch, new segment, channel breakthrough). The plan should describe both honestly — not promise exponential.
180
+ - **S-curve layering** — Channel × Product × Market. Start the next S-curve while the current one is still growing. Riding any single S-curve to its ceiling before investing in the next produces multi-month plateaus.
181
+
182
+ ## Team and agency model
183
+
184
+ Strategy lives in-house. Execution can — and often should — be outsourced. Full framework in `references/team-and-agency-model.md`. Three implications for every plan:
185
+
186
+ 1. **First hire is a strategist, not a tactician.** Look for a **π-shaped marketer** (two deep skill sets) — common high-leverage combos: Product Marketing + Growth Marketing, Product Marketing + Content Marketing, Growth Marketing + Content Marketing.
187
+ 2. **Title conservatively.** First marketing hire is almost always Manager or Lead, not VP or CMO. Inflated titles paint the org into a corner when you scale.
188
+ 3. **Use contractors and small niche agencies for execution.** Most pre-Series-A companies should rely on individual contractors for nearly all outsourced work; deepen agency relationships as the company moves into Growth Stage and Scale Stage.
189
+
190
+ ## What every plan must customize
191
+
192
+ A generic plan is a failed plan. Every plan must explicitly customize for:
193
+
194
+ 1. **Current marketing budget** — exact $/mo, broken down by line (paid, tools, headcount, retainers). Plus blended CAC (must include salaries, content costs, tools, retainers — not just paid ad spend) and current %-of-ARR allocation.
195
+ 2. **Unit economics** — ARPC, annual retention rate, LTV. These feed the budget math in Section 8 and Section 10.
196
+ 3. **Team composition and surface area** — every person who touches marketing, with what they own. Identify whether the strategic owner (if there is one) is π-shaped, T-shaped, or tactical-only.
197
+ 4. **What the client is currently doing** — by channel, with status (working / not / TBD).
198
+ 5. **What they've already done that should be acknowledged** — past launches, PR moments, content, partnerships. Don't write a plan that ignores work they're proud of.
199
+ 6. **Phase of SaaS growth** — $0–10K ARR / $10K–100K / $100K–1M / $1M+. Each phase has its own binding constraint.
200
+ 7. **Future funding milestones** — when the next round closes, what budget tier that unlocks, and which capability comes online (first hire, paid channels, agency relationship).
201
+ 8. **The marketing skills mapped to specific moves** — every move in the AARRR sections names the skill that executes it.
202
+ 9. **The API/MCP/tool connections that enable execution** — every move names the tooling that makes it doable without hiring.
203
+
204
+ If you can't confirm any of these in INIT, list them in Section 13's "Open decisions" — never gloss over them. **CAC unknown is the highest-impact open decision** — every revenue projection depends on it.
205
+
206
+ ## Common client-type variations
207
+
208
+ Plan structure stays consistent. What changes:
209
+ - **B2B SaaS** — Acquisition leans on SEO + content + outbound + LinkedIn. Activation = signup + product trial. Retention = product engagement + CSM motion. Referral = customer advocacy. Revenue = expansion / NRR.
210
+ - **D2C consumer app** — Acquisition leans on App Store + paid social + influencer + PR. Activation = onboarding + first session + paywall. Retention = lifecycle email + push. Referral = sharing mechanics. Revenue = subscription + upsell.
211
+ - **Hardware-led** — Acquisition leans on PR + retail + Amazon + Shopify SEO. Activation = unboxing + setup + first use. Retention = software companion + community. Referral = gifting + reviews. Revenue = blended LTV hardware + accessories + subscription.
212
+ - **Marketplace** — Activation has two sides (supply + demand). Retention is repeat transaction frequency. Revenue is take-rate × GMV.
213
+ - **Developer tool** — Acquisition leans on technical content + DevRel + documentation SEO. Activation = first build / first integration. Retention = depth of integration. Referral = team adoption.
214
+
215
+ Detail in `references/client-types.md`.
216
+
217
+ ## Quality bar
218
+
219
+ What separates a good plan from a generic one:
220
+
221
+ **Good plan signals:**
222
+ - Every move names the AARRR stage it serves
223
+ - Every recommendation is anchored in real client data (their actual budget, their actual team, their actual current channels)
224
+ - The 90-day roadmap has owners, not just actions
225
+ - The funding-stage section explains what changes when the next round closes
226
+ - The ops stack section names specific skills + MCPs per move
227
+ - The idea bank shows what we're *not* doing and why (skipped ideas with rationale)
228
+ - The exec summary can stand alone — could be lifted into an investor update
229
+ - Open decisions are explicit, not glossed over
230
+
231
+ **Failure modes to avoid:**
232
+ - Listing tactics without sequencing
233
+ - Recommending things the team can't execute at current size
234
+ - Pretending paid budget exists before the round closes
235
+ - Glossing over uncomfortable metrics (e.g., churn) instead of naming them as open decisions
236
+ - Generic language ("build a community," "improve SEO") without specific moves
237
+ - Ignoring brand voice — every plan section must respect the client's voice rules
238
+ - Padding the plan with skills/ideas the client doesn't actually need
239
+ - Not acknowledging work the team has already done
240
+
241
+ ## Output format
242
+
243
+ The final deliverable is a single markdown file: `~/marketing-plans/{client-slug}/final_plan.md` (working copy for resumability). On FINALIZE, also publish the compiled plan to Obsidian at `WizardingCode/Marketing/Plans/{client-slug}.md` so the KB holds the canonical version.
244
+
245
+ Headers (`## 1. Executive summary`, etc.) are H2 for clean Notion paste. Tables for any structured comparison (RACI, idea bank, ops stack). Status legend for the idea bank. Internal references to other sections use `§N` (e.g., "see §5 for Activation detail").
246
+
247
+ Length expectation: ~8,000–12,000 words for a comprehensive plan. Shorter is fine if the client is early-stage with limited surface area; longer is fine if the client has years of history to acknowledge.
248
+
249
+ ## File layout per plan
250
+
251
+ ```
252
+ ~/marketing-plans/
253
+ └── {client-slug}/
254
+ ├── materials/ # Client-provided files (decks, audit output, brand-voice doc, etc.)
255
+ ├── research.md # Research record written during INIT
256
+ ├── progress.md # State machine — phase, current_section, approved artifacts, plan_version
257
+ ├── sections/
258
+ │ ├── 01.md # Each approved section saved as a canonical artifact
259
+ │ └── ... # Zero-padded so they sort in order
260
+ └── final_plan.md # Compiled deliverable (FINALIZE output)
261
+ ```
262
+
263
+ The full schema for `progress.md` and the resumption decision tree live in `references/methodology.md` Steps 1.1.1 and 1.1.2.
264
+
265
+ ## Related ArkaOS skills
266
+
267
+ - **`mkt/product-marketing`** — Run first. Captures positioning, ICP, voice so every section references the same foundation.
268
+ - **`mkt/marketing-ideas`** — Source of the 139 tactics in Section 12.
269
+ - **`saas/onboarding-optimize`** — Deep work on Section 5 (Activation).
270
+ - **`mkt/email-sequence`** — Deep work on Section 6 (Retention) + onboarding emails in Section 5.
271
+ - **`landing/affiliate-bridge`** — Deep work on Section 7 (Referral).
272
+ - **`saas/pricing-strategy`** — Deep work on Section 8 (Revenue).
273
+ - **`mkt/seo-audit`** / **`mkt/programmatic-seo`** — Deep work on the SEO portion of Section 4 (Acquisition).
274
+ - **`mkt/paid-campaign`** — Deep work on the paid portion of Section 4 once budget unlocks.
275
+ - **`saas/launch-execute`** — Deep work on launch moments inside Section 4 / Section 9.
276
+
277
+ ## Task-specific questions (used during INIT)
278
+
279
+ The full intake questionnaire lives in `references/methodology.md`. The most important questions:
280
+
281
+ 1. **Funding state** — What round are you in? How much raised so far? Burn? Runway? Upcoming rounds and timing?
282
+ 2. **Team** — Who are all the people who touch marketing? What does each own? Where are the gaps?
283
+ 3. **Budget** — What's the current monthly marketing spend, broken down by paid acquisition, tools, retainers, headcount? What budget unlocks when the next round closes?
284
+ 4. **Current channels** — What's working today? What's not? What have you not tried yet?
285
+ 5. **Already done** — What past campaigns / launches / content / PR moments should this plan acknowledge?
286
+ 6. **In-flight** — What's drafted but not shipped? What's blocking each item?
287
+ 7. **Tooling stack** — What's wired? Customer.io / Mailchimp / Resend? Shopify / Stripe / App Store Connect? GA4 / Mixpanel / Amplitude? GitHub / Notion / Figma?
288
+ 8. **Beta or GA?** — If product is in beta, what's the GA timeline? Throttling? What gates exist?
289
+ 9. **The most important thing to fix this quarter** — founder's read.
290
+ 10. **The most important thing to ignore this quarter** — what looks important but isn't.
291
+
292
+ ## How exhaustive should the plan be?
293
+
294
+ Default to comprehensive. Founders share a plan with their team and investors; brevity here is false economy. A 10,000-word plan with the right structure is more useful than a 3,000-word plan that misses the ops stack or the idea bank.
295
+
296
+ That said: don't pad. Every section should be **dense, not bloated**. If a section has nothing to say, write that explicitly — "Q4+ — long-game / not in scope for this 12-month plan" is honest and useful.
297
+
298
+ ## A note on tone
299
+
300
+ This plan is written for founders who are sharp, busy, and skeptical of marketing-speak. Write like a thoughtful colleague, not a deck-slide-writer. No jargon for jargon's sake. Direct claims, named tradeoffs, explicit assumptions. When unsure, name the open question rather than guessing.
301
+
302
+ The exec summary should be short enough to read in 60 seconds. The rest should reward deep reading.