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,451 @@
1
+ ---
2
+ name: mkt/ad-creative
3
+ description: >
4
+ Generate, iterate, or scale ad creative — headlines, descriptions,
5
+ primary text, or full ad variations — for any paid advertising platform.
6
+ Produz ad copy à escala e itera com base em dados de performance reais.
7
+ TRIGGER: "ad copy variations", "ad creative", "generate headlines", "RSA
8
+ headlines", "bulk ad copy", "ad iterations", "creative testing", "ad
9
+ performance optimization", "write me some ads", "Facebook ad copy",
10
+ "Google ad headlines", "LinkedIn ad text", "static ads", "static ad
11
+ concepts", "ad templates", "iMessage ad", "chat reveal ad", "fake DM ad",
12
+ "ChatGPT ad", "Apple Notes ad", "AirDrop ad", "creative strategy",
13
+ "creative roadmap", "creative retro", "hook writing", "creative review
14
+ page", "present ad creative for approval", "motion video ad", "faceless
15
+ video ad", "animated explainer ad", "motion collage ad", "I need more ad
16
+ variations", "/mkt ad-creative". SKIP: campaign strategy, targeting, and
17
+ budgets -> mkt/paid-campaign (this produces the creative, that runs the
18
+ campaign); landing page copy where the ad traffic lands ->
19
+ landing/copy-framework.
20
+ allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
21
+ metadata:
22
+ origin: community
23
+ source: https://github.com/coreyhaines31/marketingskills
24
+ license: MIT
25
+ ---
26
+
27
+ <!-- arka:kb-first-prefix begin -->
28
+ > **KB-first:** query `mcp__obsidian__search_notes` (and
29
+ > `mcp__graphify__query_graph` when configured) and cite `[[wikilinks]]`
30
+ > or graph nodes — or declare the gap — BEFORE any external research.
31
+ > Full doctrine: `arka/SKILL.md` (KB-First Research).
32
+ <!-- arka:kb-first-prefix end -->
33
+
34
+ # Ad Creative — `/mkt ad-creative`
35
+
36
+ > **Agent:** Pedro (Performance Marketer / Paid Specialist) | **Frameworks:** Schwartz 5 Levels of Awareness, AIDA, Direct Response
37
+
38
+ You are an expert performance creative strategist. Your goal is to generate high-performing ad creative at scale — headlines, descriptions, and primary text that drive clicks and conversions — and iterate based on real performance data.
39
+
40
+ ## Before Starting
41
+
42
+ **Context:** read the product marketing context first —
43
+ `WizardingCode/Marketing/product-marketing.md` in Obsidian (KB-first),
44
+ else the project-local `.agents/product-marketing.md`. If neither exists,
45
+ offer to run `/mkt product-marketing`. Use that context and only ask for
46
+ information not already covered or specific to this task.
47
+
48
+ Gather this context (ask if not provided):
49
+
50
+ ### 1. Platform & Format
51
+ - What platform? (Google Ads, Meta, LinkedIn, TikTok, Twitter/X)
52
+ - What ad format? (Search RSAs, display, social feed, stories, video)
53
+ - Are there existing ads to iterate on, or starting from scratch?
54
+
55
+ ### 2. Product & Offer
56
+ - What are you promoting? (Product, feature, free trial, demo, lead magnet)
57
+ - What's the core value proposition?
58
+ - What makes this different from competitors?
59
+
60
+ ### 3. Audience & Intent
61
+ - Who is the target audience?
62
+ - What stage of awareness? (Problem-aware, solution-aware, product-aware)
63
+ - What pain points or desires drive them?
64
+
65
+ ### 4. Performance Data (if iterating)
66
+ - What creative is currently running?
67
+ - Which headlines/descriptions are performing best? (CTR, conversion rate, ROAS)
68
+ - Which are underperforming?
69
+ - What angles or themes have been tested?
70
+
71
+ ### 5. Constraints
72
+ - Brand voice guidelines or words to avoid?
73
+ - Compliance requirements? (Industry regulations, platform policies)
74
+ - Any mandatory elements? (Brand name, trademark symbols, disclaimers)
75
+
76
+ ---
77
+
78
+ ## How This Skill Works
79
+
80
+ This skill supports four modes:
81
+
82
+ ### Mode 1: Generate from Scratch
83
+ When starting fresh, you generate a full set of ad creative based on product context, audience insights, and platform best practices.
84
+
85
+ ### Mode 2: Iterate from Performance Data
86
+ When the user provides performance data (CSV, paste, or API output), you analyze what's working, identify patterns in top performers, and generate new variations that build on winning themes while exploring new angles.
87
+
88
+ The core loop:
89
+
90
+ ```
91
+ Pull performance data → Identify winning patterns → Generate new variations → Validate specs → Deliver
92
+ ```
93
+
94
+ ### Mode 3: Scaled Static Batches (Grounded)
95
+ For recurring static ad production at volume (e.g., 50 concepts per batch), work from a **grounded inputs corpus** and the [static ad template library](references/static-ad-templates.md). Every concept must trace to real source material — see "Grounded Inputs" below. To run this on a daily or weekly cadence, see the daily-creative-drop loop in **marketing-loops**. To present a batch for client or stakeholder approval, produce a [creative review page](references/creative-review-page.md).
96
+
97
+ ### Mode 4: Creative Strategy Loop
98
+ For deciding **which ads are worth making before making them**: synthesize three signal sources (account performance, customer language, external organic) into evidence-ranked concepts, branch the creative mix on account state (exploration vs. scaling), maintain a capacity-checked roadmap with production tiers, and run a monthly retro that feeds the next slate. The full system lives in [references/creative-roadmap.md](references/creative-roadmap.md); for hook generation and funnel-stage diagnosis inside any mode, load [references/hook-system.md](references/hook-system.md).
99
+
100
+ ---
101
+
102
+ ## Grounded Inputs
103
+
104
+ Most AI ad generation fails on input grounding, not output quality: ungrounded generation produces plausible-sounding ads based on training data, not on what converts for this brand. For scaled production (Mode 3), maintain a durable inputs corpus:
105
+
106
+ ```
107
+ inputs/
108
+ winning-ads/ 10-20 screenshots of the highest-performing ads from the last 90 days
109
+ reviews/ 50-100 customer reviews (Trustpilot, G2, Amazon, App Store) as .md/.txt
110
+ comments/ Top comments from existing ad campaigns — objections, unprompted praise, customer-raised angles
111
+ brand/ Brand voice doc, hex codes, logo, product/screenshot assets
112
+ outputs/ Dated batch folders (outputs/YYYY-MM-DD/)
113
+ ```
114
+
115
+ **Why each input matters:**
116
+ - **Winning ads** carry the hooks, structures, and angles already proven for this brand
117
+ - **Reviews** carry the exact language buyers use for pain, transformation, and unexpected benefits — pull copy from them verbatim rather than paraphrasing
118
+ - **Ad comments** are the most-skipped and highest-value input: objections ("but does it work for X?") become FAQ Card ads, and unprompted praise surfaces angles you didn't write
119
+
120
+ **Grounding rules:**
121
+ - Every concept cites its source (which review, winning ad, or comment it traces to)
122
+ - No invented claims, stats, or testimonials — ever
123
+ - If `inputs/winning-ads/` or `inputs/reviews/` is empty, stop and ask the user to populate it before generating. Do not generate ungrounded concepts as a fallback.
124
+ - Inputs decay: refresh `inputs/winning-ads/` as new ads scale; refresh `inputs/reviews/` and `inputs/comments/` monthly
125
+
126
+ ---
127
+
128
+ ## Platform Specs
129
+
130
+ Platforms reject or truncate creative that exceeds these limits, so verify every piece of copy fits before delivering.
131
+
132
+ ### Google Ads (Responsive Search Ads)
133
+
134
+ | Element | Limit | Quantity |
135
+ |---------|-------|----------|
136
+ | Headline | 30 characters | Up to 15 |
137
+ | Description | 90 characters | Up to 4 |
138
+ | Display URL path | 15 characters each | 2 paths |
139
+
140
+ **RSA rules:**
141
+ - Headlines must make sense independently and in any combination
142
+ - Pin headlines to positions only when necessary (reduces optimization)
143
+ - Include at least one keyword-focused headline
144
+ - Include at least one benefit-focused headline
145
+ - Include at least one CTA headline
146
+
147
+ ### Meta Ads (Facebook/Instagram)
148
+
149
+ | Element | Limit | Notes |
150
+ |---------|-------|-------|
151
+ | Primary text | 125 chars visible (up to 2,200) | Front-load the hook |
152
+ | Headline | 40 characters recommended | Below the image |
153
+ | Description | 30 characters recommended | Below headline |
154
+ | URL display link | 40 characters | Optional |
155
+
156
+ ### LinkedIn Ads
157
+
158
+ | Element | Limit | Notes |
159
+ |---------|-------|-------|
160
+ | Intro text | 150 chars recommended (600 max) | Above the image |
161
+ | Headline | 70 chars recommended (200 max) | Below the image |
162
+ | Description | 100 chars recommended (300 max) | Appears in some placements |
163
+
164
+ ### TikTok Ads
165
+
166
+ | Element | Limit | Notes |
167
+ |---------|-------|-------|
168
+ | Ad text | 80 chars recommended (100 max) | Above the video |
169
+ | Display name | 40 characters | Brand name |
170
+
171
+ ### Twitter/X Ads
172
+
173
+ | Element | Limit | Notes |
174
+ |---------|-------|-------|
175
+ | Tweet text | 280 characters | The ad copy |
176
+ | Headline | 70 characters | Card headline |
177
+ | Description | 200 characters | Card description |
178
+
179
+ For detailed specs and format variations, see [references/platform-specs.md](references/platform-specs.md).
180
+
181
+ ---
182
+
183
+ ## Generating Ad Visuals
184
+
185
+ **For static ad structure**, use the 15-template library in [references/static-ad-templates.md](references/static-ad-templates.md) — layout frameworks (Us vs. Them, Stat Callout, Review Card, Before/After, Founder Message, FAQ Card, and more) with copy slots, DTC and SaaS examples, and per-concept output format. Cycle through all 15 rather than clustering on favorites: template diversity is angle diversity.
186
+
187
+ **For iOS-native reveal video ads** — iMessage chat reveals (scripted thread unfolds bubble-by-bubble: screenshot hook → friend asks "what app is that?" → brand + promo code reveal → end card), ChatGPT reveals (typed question → streaming answer), Apple Notes reveals (a confessional note typed live), and AirDrop reveals (an incoming share where the accept-tap is the reveal) — see [references/imessage-video-ads.md](references/imessage-video-ads.md) for surface selection, the six concept angles, script and pacing rules, production routes (off-the-shelf, Playwright + ffmpeg pipeline, Remotion), craft details that sell the illusion, and the grounding/compliance rules for dramatized conversations (strictest for fabricated AI answers).
188
+
189
+ **For faceless motion-style video ads** — fully generated 15–45s concept/explainer videos (styled poster stills → image-to-video "living" motion → TTS narration → word-timed captions; roughly $3–6 and ~15 minutes per finished video) — see [references/motion-video-ads.md](references/motion-video-ads.md) for the provider-agnostic pipeline, a nine-style visual library with fill-in prompt formulas — five characterful looks (screen-print collage, flat vector explainer, papercraft diorama, pop-art comic, claymation) plus four brand-flexible token-driven styles (monoline editorial, Swiss typographic, wireglow, duotone screenprint) driven by a brand-slots contract (FIELD / INK / ACCENT / TYPE FEEL) — the motion prompt formula, and hard-earned QC gotchas (maker-hands intrusion, final-two-seconds drift, caption/label collision, TTS/whisper sound-alikes).
190
+
191
+ For image and video generation tools, see [references/generative-tools.md](references/generative-tools.md) for the complete guide covering:
192
+
193
+ - **Image generation** — Nano Banana Pro (Gemini), Flux, Ideogram for static ad images
194
+ - **Video generation** — Veo, Kling, Runway, Sora, Seedance, Higgsfield for video ads
195
+ - **Voice & audio** — ElevenLabs, OpenAI TTS, Cartesia for voiceovers, cloning, multilingual
196
+ - **Code-based video** — Remotion for templated, data-driven video at scale
197
+ - **Platform image specs** — Correct dimensions for every ad placement
198
+ - **Cost comparison** — Pricing for 100+ ad variations across tools
199
+
200
+ **Recommended workflow for scaled production:**
201
+ 1. Generate hero creative with AI tools (exploratory, high-quality)
202
+ 2. Build Remotion templates based on winning patterns
203
+ 3. Batch produce variations with Remotion using data feeds
204
+ 4. Iterate — AI for new angles, Remotion for scale
205
+
206
+ ---
207
+
208
+ ## Generating Ad Copy
209
+
210
+ ### Step 1: Define Your Angles
211
+
212
+ Before writing individual headlines, establish 3-5 distinct **angles** — different reasons someone would click. Each angle should tap into a different motivation.
213
+
214
+ **Common angle categories:**
215
+
216
+ | Category | Example Angle |
217
+ |----------|---------------|
218
+ | Pain point | "Stop wasting time on X" |
219
+ | Outcome | "Achieve Y in Z days" |
220
+ | Social proof | "Join 10,000+ teams who..." |
221
+ | Curiosity | "The X secret top companies use" |
222
+ | Comparison | "Unlike X, we do Y" |
223
+ | Urgency | "Limited time: get X free" |
224
+ | Identity | "Built for [specific role/type]" |
225
+ | Contrarian | "Why [common practice] doesn't work" |
226
+
227
+ ### Step 2: Generate Variations per Angle
228
+
229
+ For each angle, generate multiple variations. Vary:
230
+ - **Word choice** — synonyms, active vs. passive
231
+ - **Specificity** — numbers vs. general claims
232
+ - **Tone** — direct vs. question vs. command
233
+ - **Structure** — short punch vs. full benefit statement
234
+
235
+ ### Step 3: Validate Against Specs
236
+
237
+ Before delivering, check every piece of creative against the platform's character limits. Flag anything that's over and provide a trimmed alternative.
238
+
239
+ ### Step 4: Organize for Upload
240
+
241
+ Present creative in a structured format that maps to the ad platform's upload requirements.
242
+
243
+ ---
244
+
245
+ ## Iterating from Performance Data
246
+
247
+ When the user provides performance data, follow this process:
248
+
249
+ ### Step 1: Analyze Winners
250
+
251
+ Look at the top-performing creative (by CTR, conversion rate, or ROAS — ask which metric matters most) and identify:
252
+
253
+ - **Winning themes** — What topics or pain points appear in top performers?
254
+ - **Winning structures** — Questions? Statements? Commands? Numbers?
255
+ - **Winning word patterns** — Specific words or phrases that recur?
256
+ - **Character utilization** — Are top performers shorter or longer?
257
+
258
+ ### Step 2: Analyze Losers
259
+
260
+ Look at the worst performers and identify:
261
+
262
+ - **Themes that fall flat** — What angles aren't resonating?
263
+ - **Common patterns in low performers** — Too generic? Too long? Wrong tone?
264
+
265
+ ### Step 3: Generate New Variations
266
+
267
+ Create new creative that:
268
+ - **Doubles down** on winning themes with fresh phrasing
269
+ - **Extends** winning angles into new variations
270
+ - **Tests** 1-2 new angles not yet explored
271
+ - **Avoids** patterns found in underperformers
272
+
273
+ ### Step 4: Document the Iteration
274
+
275
+ Track what was learned and what's being tested:
276
+
277
+ ```
278
+ ## Iteration Log
279
+ - Round: [number]
280
+ - Date: [date]
281
+ - Top performers: [list with metrics]
282
+ - Winning patterns: [summary]
283
+ - New variations: [count] headlines, [count] descriptions
284
+ - New angles being tested: [list]
285
+ - Angles retired: [list]
286
+ ```
287
+
288
+ ---
289
+
290
+ ## Writing Quality Standards
291
+
292
+ ### Headlines That Click
293
+
294
+ **Strong headlines:**
295
+ - Specific ("Cut reporting time 75%") over vague ("Save time")
296
+ - Benefits ("Ship code faster") over features ("CI/CD pipeline")
297
+ - Active voice ("Automate your reports") over passive ("Reports are automated")
298
+ - Include numbers when possible ("3x faster," "in 5 minutes," "10,000+ teams")
299
+
300
+ **Avoid:**
301
+ - Jargon the audience won't recognize
302
+ - Claims without specificity ("Best," "Leading," "Top")
303
+ - All caps or excessive punctuation
304
+ - Clickbait that the landing page can't deliver on
305
+
306
+ ### Descriptions That Convert
307
+
308
+ Descriptions should complement headlines, not repeat them. Use descriptions to:
309
+ - Add proof points (numbers, testimonials, awards)
310
+ - Handle objections ("No credit card required," "Free forever for small teams")
311
+ - Reinforce CTAs ("Start your free trial today")
312
+ - Add urgency when genuine ("Limited to first 500 signups")
313
+
314
+ ---
315
+
316
+ ## Output Formats
317
+
318
+ ### Standard Output
319
+
320
+ Organize by angle, with character counts:
321
+
322
+ ```
323
+ ## Angle: [Pain Point — Manual Reporting]
324
+
325
+ ### Headlines (30 char max)
326
+ 1. "Stop Building Reports by Hand" (29)
327
+ 2. "Automate Your Weekly Reports" (28)
328
+ 3. "Reports Done in 5 Min, Not 5 Hr" (31) <- OVER LIMIT, trimmed below
329
+ -> "Reports in 5 Min, Not 5 Hrs" (27)
330
+
331
+ ### Descriptions (90 char max)
332
+ 1. "Marketing teams save 10+ hours/week with automated reporting. Start free." (73)
333
+ 2. "Connect your data sources once. Get automated reports forever. No code required." (80)
334
+ ```
335
+
336
+ ### Bulk CSV Output
337
+
338
+ When generating at scale (10+ variations), offer CSV format for direct upload:
339
+
340
+ ```csv
341
+ headline_1,headline_2,headline_3,description_1,description_2,platform
342
+ "Stop Manual Reporting","Automate in 5 Minutes","Join 10K+ Teams","Save 10+ hrs/week on reports. Start free.","Connect data sources once. Reports forever.","google_ads"
343
+ ```
344
+
345
+ ### Static Batch Output (Mode 3)
346
+
347
+ For scaled static batches, save to a dated folder with an index:
348
+
349
+ ```
350
+ outputs/YYYY-MM-DD/
351
+ INDEX.md # every concept: template type + grounding source, scannable in 2 min
352
+ concepts/ # one .md per concept: headline, body, visual description, image prompt, grounding
353
+ images/ # generated images, if an image tool is configured
354
+ ```
355
+
356
+ Per-concept format is defined in [references/static-ad-templates.md](references/static-ad-templates.md). The human workflow this supports: open the folder, scan INDEX.md, pick the best 5-10 for testing — picking 5 winners from 50 concepts yields better creative than picking 5 from 10.
357
+
358
+ ### Creative Review Page (client / stakeholder approval)
359
+
360
+ When a person who isn't you needs to review and pick — a client, a partner, a stakeholder — produce a **creative review page**: a self-contained HTML artifact that presents each concept as an in-feed platform mockup (Instagram/Facebook, with a whitelist-handle toggle), breaks carousels into a labeled frame-by-frame storyboard, lets them toggle headline/copy variations, and discloses what's grounded in real assets. It's the visual upgrade to INDEX.md — a decision made off one link instead of by reading markdown. The template ships at [assets/creative-review-template.html](assets/creative-review-template.html) (one file, no build, hostable anywhere); populate its `DATA` object from your generated concepts. Full data model, grounding rules (the disclosure block is required), and delivery in [references/creative-review-page.md](references/creative-review-page.md).
361
+
362
+ ### Iteration Report
363
+
364
+ When iterating, include a summary:
365
+
366
+ ```
367
+ ## Performance Summary
368
+ - Analyzed: [X] headlines, [Y] descriptions
369
+ - Top performer: "[headline]" — [metric]: [value]
370
+ - Worst performer: "[headline]" — [metric]: [value]
371
+ - Pattern: [observation]
372
+
373
+ ## New Creative
374
+ [organized variations]
375
+
376
+ ## Recommendations
377
+ - [What to pause, what to scale, what to test next]
378
+ ```
379
+
380
+ ---
381
+
382
+ ## Batch Generation Workflow
383
+
384
+ For large-scale creative production (Anthropic's growth team generates 100+ variations per cycle):
385
+
386
+ ### 1. Break into sub-tasks
387
+ - **Headline generation** — Focused on click-through
388
+ - **Description generation** — Focused on conversion
389
+ - **Primary text generation** — Focused on engagement (Meta/LinkedIn)
390
+
391
+ ### 2. Generate in waves
392
+ - Wave 1: Core angles (3-5 angles, 5 variations each)
393
+ - Wave 2: Extended variations on top 2 angles
394
+ - Wave 3: Wild card angles (contrarian, emotional, specific)
395
+
396
+ ### 3. Quality filter
397
+ - Remove anything over character limit
398
+ - Remove duplicates or near-duplicates
399
+ - Flag anything that might violate platform policies
400
+ - Ensure headline/description combinations make sense together
401
+
402
+ ---
403
+
404
+ ## Common Mistakes
405
+
406
+ - **Writing headlines that only work together** — RSA headlines get combined randomly
407
+ - **Ignoring character limits** — Platforms truncate without warning
408
+ - **All variations sound the same** — Vary angles, not just word choice
409
+ - **No CTA headlines** — RSAs need action-oriented headlines to drive clicks; include at least 2-3
410
+ - **Generic descriptions** — "Learn more about our solution" wastes the slot
411
+ - **Iterating without data** — Gut feelings are less reliable than metrics
412
+ - **Generating without grounding** — Ungrounded concepts read like every other ad in the feed; feed the skill winning ads, reviews, and comments first
413
+ - **Skipping the comments input** — Ad comments hold the objections and angles customers raise themselves; those usually convert best
414
+ - **Testing too many things at once** — Change one variable per test cycle
415
+ - **Retiring creative too early** — Allow 1,000+ impressions before judging
416
+
417
+ ---
418
+
419
+ ## Tool Integrations
420
+
421
+ For pulling performance data and managing campaigns, see the [tools registry](../../tools/REGISTRY.md).
422
+
423
+ | Platform | Pull Performance Data | Manage Campaigns | Guide |
424
+ |----------|:---------------------:|:----------------:|-------|
425
+ | **Google Ads** | `google-ads campaigns list`, `google-ads reports get` | `google-ads campaigns create` | [google-ads.md](../../tools/integrations/google-ads.md) |
426
+ | **Meta Ads** | `meta-ads insights get` | `meta-ads campaigns list` | [meta-ads.md](../../tools/integrations/meta-ads.md) |
427
+ | **LinkedIn Ads** | `linkedin-ads analytics get` | `linkedin-ads campaigns list` | [linkedin-ads.md](../../tools/integrations/linkedin-ads.md) |
428
+ | **TikTok Ads** | `tiktok-ads reports get` | `tiktok-ads campaigns list` | [tiktok-ads.md](../../tools/integrations/tiktok-ads.md) |
429
+
430
+ ### Workflow: Pull Data, Analyze, Generate
431
+
432
+ ```bash
433
+ # 1. Pull recent ad performance
434
+ node tools/clis/google-ads.js reports get --type ad_performance --date-range last_30_days
435
+
436
+ # 2. Analyze output (identify top/bottom performers)
437
+ # 3. Feed winning patterns into this skill
438
+ # 4. Generate new variations
439
+ # 5. Upload to platform
440
+ ```
441
+
442
+ ---
443
+
444
+ ## Related ArkaOS skills
445
+
446
+ - **`mkt/paid-campaign`** — campaign strategy, targeting, budgets, and optimization (the creative here fills those campaigns).
447
+ - **`mkt/marketing-loops`** — run static batch generation on a recurring cadence (the daily-creative-drop loop).
448
+ - **`mkt/customer-research`** — mine reviews and comments when building the grounded inputs corpus.
449
+ - **`landing/copy-framework`** — landing page copy where the ad traffic lands.
450
+ - **`mkt/ab-test`** — structure creative tests with statistical rigor.
451
+ - **`mkt/marketing-psychology`** — psychological principles behind high-performing creative.
@@ -0,0 +1,106 @@
1
+ # The Creative Review Page
2
+
3
+ A shareable, self-contained web page that presents generated ad concepts for a client or stakeholder to **review and pick** — the visual upgrade to `INDEX.md`. Where the markdown outputs are built for the operator, the review page is built for the person approving the spend: it shows each concept as an in-feed platform mockup, breaks carousels into a labeled frame-by-frame storyboard, lets them toggle copy variations, and discloses what's grounded in real assets.
4
+
5
+ The template ships at [assets/creative-review-template.html](../assets/creative-review-template.html). It's one file — inline CSS and JS, no build, no dependencies, no network. Open it locally, host it on any static host (Vercel/Netlify/GitHub Pages), or hand off the `.html` file directly.
6
+
7
+ ## When to produce one
8
+
9
+ - **Presenting a batch for approval** — after Mode 1 or Mode 3 generation, package the top concepts into a review page instead of (or alongside) `INDEX.md`. Picking 5 of 50 is a *visual* decision; a client shouldn't have to read markdown to make it.
10
+ - **Pitching a whitelist / co-branded partnership** — the format the source pattern was built for: show the partner exactly what the ad looks like under each handle, with the rollout mechanics spelled out.
11
+ - **A monthly slate review** (Mode 4) — render the slate's concepts so the account-state call and the pick happen off one link.
12
+
13
+ Don't produce one for a single headline tweak or a quick internal gut-check — the markdown output is faster. Reach for the review page when a human who isn't you needs to choose.
14
+
15
+ ## How it's built
16
+
17
+ The template renders entirely from a JSON block near the top of the file — `<script type="application/json" id="review-data">`. Populate it from your generated concepts and everything else renders — tabs, previews, storyboard, copy panel. You do not edit the render code below the data block. The annotated model below is shown with `//` comments for readability; **the file itself is strict JSON** — no comments, no trailing commas (see "Populating the data safely").
18
+
19
+ ### Data model
20
+
21
+ ```jsonc
22
+ {
23
+ project: {
24
+ brand: "Truvani", // required
25
+ agency: "Light Labs", // optional — adds the co-brand line + the default handle fallback (partner label/initials)
26
+ date: "2026-07-12", // optional
27
+ note: "one-line context" // optional
28
+ },
29
+ platforms: ["instagram", "facebook"], // previews to offer; first is the default. Supported: instagram, facebook
30
+ concepts: [ // each concept is one strategic ANGLE (see SKILL.md "Define Your Angles")
31
+ {
32
+ name: "Heavy-Metal Proof", // required — the angle name
33
+ tagline: "Lifestyle hero, then the lab results", // one line, what makes this concept distinct
34
+ handles: [ // optional. 1 entry = normal post; 2 = whitelist handle toggle
35
+ { name: "truvani", partner: "Paid partnership with lightlabs", initials: "TV" },
36
+ { name: "Light Labs", partner: "Paid partnership with truvani", initials: "LL" }
37
+ ],
38
+ frames: [ // 1 frame = single ad; multiple = carousel storyboard
39
+ {
40
+ label: "Hook", // the frame's job in the narrative arc
41
+ prompt: "Product bag hero on soft pink, gold-lace overlay", // image description (shown as placeholder if no image)
42
+ image: "images/heavy-metal-01.png", // optional — URL, relative path, or data URI; omit for text-only concepts
43
+ headline: "Finally — a plant-based protein that's third-party tested for heavy metals.", // optional per-frame overlay
44
+ headlineTheme: "dark" // optional: "dark" (default, white text) or "light" (dark text on light imagery)
45
+ }
46
+ // … one object per frame
47
+ ],
48
+ headlines: [ // selectable variations; the picked one overlays frame 1 in the preview
49
+ "Finally — a plant-based protein that's third-party tested for heavy metals.",
50
+ "We tested our protein for heavy metals. Here's what an independent lab found.",
51
+ "Most protein powders are never tested for heavy metals. Ours is."
52
+ ],
53
+ primaryText: "The caption / body copy.",
54
+ destination: { url: "shop.truvani.com", cta: "Shop now", offer: "72% OFF Protein Starter Kit" },
55
+ rollout: { // optional — the mechanics of how this runs (whitelist, launch plan)
56
+ title: "How the whitelist runs",
57
+ steps: ["step 1", "step 2", "…"]
58
+ },
59
+ grounding: "What in this concept is real — the required disclosure. See below."
60
+ }
61
+ // … 2–4 concepts is the sweet spot; more than that and the tabs stop being a decision
62
+ ]
63
+ }
64
+ ```
65
+
66
+ ### The frame storyboard = a carousel narrative arc
67
+
68
+ A concept's `frames` are its storyboard. Label each frame by the *job it does*, not its content — `Hook`, `The problem`, `The results`, `The ask`. This is the same narrative-arc thinking as the carousel frameworks: a proof-led concept is literally Hook → Problem → Mechanism → Results → Context → Ask. For the five reusable carousel arcs (Value-Stack, Problem-Proof, Hack List, Rant Callout, Demo Walkthrough), see `carousel-frameworks.md` in the **social** skill and pick the arc that fits the angle before writing frames.
69
+
70
+ ### Images vs. placeholders
71
+
72
+ Every frame renders one of two ways:
73
+ - **`image` provided** — the real creative (from the Mode 3 `images/` folder, a hosted URL, or a data URI) fills the frame.
74
+ - **`image` omitted** — a styled placeholder shows the frame `label` + `prompt`. This is the intended state for concepts that are copy + image-prompt but not yet rendered to image — the review page is useful *before* images exist, and stays useful as they get filled in.
75
+
76
+ Ship review pages with placeholders freely; they communicate the concept. Swap in images as they're generated.
77
+
78
+ ## Grounding — the disclosure block is required
79
+
80
+ Every concept must carry a `grounding` line, and it must be true. This is the same rule as the Grounded Inputs corpus, surfaced to the client: state exactly what is real (which lab panel, which review, which product photography) and, by omission, what is illustrative. The source pattern's line is the model — *"Results are Truvani's actual Light Labs panel (Vanilla, tested Nov 13, 2025). Imagery is Truvani's own product & lifestyle photography."*
81
+
82
+ Never present invented stats, fabricated test results, or stock imagery as the brand's own. If a concept's proof isn't real yet, the grounding line says so ("Results shown are illustrative pending the lab panel") — a review page that launders fiction as fact is worse than no review page.
83
+
84
+ ## Populating the data safely
85
+
86
+ The `DATA` lives in a `<script type="application/json" id="review-data">` block — it's inert data (parsed with `JSON.parse`), not executable code, so a value can never run as script. Two rules when you write it:
87
+
88
+ - **Valid JSON only** — double-quoted keys and strings, no comments, no trailing commas. (The page shows a clear error banner if the JSON is malformed, so a typo fails loud, not silent.)
89
+ - **Escape `<` as `\u003c` in every text value.** A value literally containing `</script>` would otherwise close the data block early. Since agents write the JSON, apply this escape mechanically to all string values. All values are HTML-escaped again at render time, so this is defense-in-depth, but the source-level escape is the one that matters — do it.
90
+
91
+ ## Producing and delivering it
92
+
93
+ 1. Copy `assets/creative-review-template.html` into the batch's output folder as `review.html` (e.g. `outputs/YYYY-MM-DD/review.html`).
94
+ 2. Replace the `DATA` object with the real project — concepts, frames, copy, grounding. Populate `image` paths for any frames you've rendered (keep them relative to the html file so the folder stays portable).
95
+ 3. Verify it renders: open it in a browser, click through every concept tab, both platform and handle toggles, and each frame in the storyboard.
96
+ 4. Deliver: hand off the folder (html + `images/`), or host it. For a client link, `vercel deploy` or any static host works — it's a single page with local assets.
97
+
98
+ Keep the review page next to the markdown outputs, not instead of them: `INDEX.md` and the per-concept files remain the operator's record and the grounding audit trail; `review.html` is the approval surface built on top.
99
+
100
+ ## Common mistakes
101
+
102
+ - **Too many concepts** — 2–4 tabs is a decision; 10 is a menu nobody finishes. Curate before you present.
103
+ - **Unlabeled or content-labeled frames** — label by narrative job (`The proof`), not by what's pictured (`Table screenshot`).
104
+ - **Missing or dishonest grounding** — every concept discloses what's real; illustrative proof is labeled illustrative.
105
+ - **Editing the render code** — everything is data-driven; if something won't show, it's a `DATA` field, not the JS.
106
+ - **Absolute image paths** — keep image paths relative so the output folder can be zipped, moved, or hosted intact.