arkaos 4.26.0 → 4.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (412) hide show
  1. package/README.md +7 -5
  2. package/THE-ARKAOS-GUIDE.md +7 -7
  3. package/VERSION +1 -1
  4. package/arka/SKILL.md +1 -1
  5. package/arka/skills/human-writing/SKILL.md +106 -0
  6. package/arka/skills/human-writing/references/anti-slop-phrases.md +131 -0
  7. package/arka/skills/human-writing/references/checklist.md +66 -0
  8. package/arka/skills/human-writing/references/content-refresh.md +38 -0
  9. package/arka/skills/human-writing/references/plain-english-alternatives.md +394 -0
  10. package/arka/skills/human-writing/references/pt-pt-anti-slop.md +82 -0
  11. package/arka/skills/human-writing/references/stop-slop.LICENSE +21 -0
  12. package/arka/skills/human-writing/references/structural-patterns.md +151 -0
  13. package/config/claude-agents/content-marketer.md +1 -1
  14. package/config/claude-agents/content-strategist.md +1 -1
  15. package/config/claude-agents/eduardo-copy.md +13 -0
  16. package/config/claude-agents/lifecycle-marketer.md +50 -0
  17. package/config/claude-agents/pr-partnerships.md +50 -0
  18. package/config/claude-agents/product-marketer.md +50 -0
  19. package/config/claude-agents/repurpose-distributor.md +1 -1
  20. package/config/claude-agents/sales-copywriter.md +1 -1
  21. package/config/claude-agents/scriptwriter.md +1 -1
  22. package/config/claude-agents/viral-engineer.md +1 -1
  23. package/config/evals/community.yaml +137 -0
  24. package/config/evals/content.yaml +298 -0
  25. package/config/evals/landing.yaml +927 -0
  26. package/config/evals/marketing.yaml +3836 -0
  27. package/config/evals/saas.yaml +616 -0
  28. package/config/evals/sales.yaml +437 -0
  29. package/config/skills-curated.yaml +2 -2
  30. package/config/skills-provenance.yaml +194 -21
  31. package/core/registry/generator.py +7 -0
  32. package/departments/community/SKILL.md +1 -0
  33. package/departments/community/skills/community-marketing/SKILL.md +200 -0
  34. package/departments/content/SKILL.md +1 -0
  35. package/departments/content/agents/content-strategist.yaml +1 -0
  36. package/departments/content/agents/repurpose-distributor.yaml +1 -0
  37. package/departments/content/agents/scriptwriter.yaml +1 -0
  38. package/departments/content/agents/viral-engineer.yaml +1 -0
  39. package/departments/content/skills/image-create/SKILL.md +375 -0
  40. package/departments/content/skills/image-create/references/ai-image-prompting.md +229 -0
  41. package/departments/content/skills/video-produce/SKILL.md +220 -0
  42. package/departments/content/skills/video-produce/references/ai-video-prompting.md +175 -0
  43. package/departments/content/skills/video-produce/references/edit-anatomy.md +84 -0
  44. package/departments/landing/SKILL.md +3 -0
  45. package/departments/landing/agents/sales-copywriter.yaml +1 -0
  46. package/departments/landing/skills/affiliate-bridge/SKILL.md +291 -5
  47. package/departments/landing/skills/affiliate-bridge/references/affiliate-programs.md +167 -0
  48. package/departments/landing/skills/affiliate-bridge/references/program-examples.md +143 -0
  49. package/departments/landing/skills/copy-framework/SKILL.md +241 -0
  50. package/departments/landing/skills/copy-framework/references/copy-frameworks.md +344 -0
  51. package/departments/landing/skills/copy-framework/references/natural-transitions.md +272 -0
  52. package/departments/landing/skills/lead-magnet/SKILL.md +337 -0
  53. package/departments/landing/skills/lead-magnet/references/benchmarks.md +129 -0
  54. package/departments/landing/skills/lead-magnet/references/format-guide.md +196 -0
  55. package/departments/landing/skills/offer-create/SKILL.md +105 -8
  56. package/departments/landing/skills/offer-create/references/bonus-stacking.md +150 -0
  57. package/departments/landing/skills/offer-create/references/examples.md +215 -0
  58. package/departments/landing/skills/offer-create/references/guarantee-design.md +172 -0
  59. package/departments/landing/skills/offer-create/references/offer-anatomy.md +203 -0
  60. package/departments/landing/skills/offer-create/references/offer-formats.md +240 -0
  61. package/departments/landing/skills/offer-create/references/scarcity-urgency.md +175 -0
  62. package/departments/landing/skills/offer-create/references/value-equation.md +134 -0
  63. package/departments/landing/skills/optimize-page/SKILL.md +185 -4
  64. package/departments/landing/skills/optimize-page/references/experiments.md +248 -0
  65. package/departments/landing/skills/optimize-page/references/form.md +422 -0
  66. package/departments/landing/skills/page-architect/SKILL.md +373 -5
  67. package/departments/landing/skills/page-architect/references/mermaid-templates.md +216 -0
  68. package/departments/landing/skills/page-architect/references/navigation-patterns.md +305 -0
  69. package/departments/landing/skills/page-architect/references/site-type-templates.md +293 -0
  70. package/departments/landing/skills/popup-design/SKILL.md +481 -0
  71. package/departments/landing/skills/signup-optimize/SKILL.md +385 -0
  72. package/departments/marketing/SKILL.md +22 -1
  73. package/departments/marketing/agents/content-marketer.yaml +1 -0
  74. package/departments/marketing/agents/growth-marketing/lifecycle-marketer.yaml +75 -0
  75. package/departments/marketing/agents/growth-marketing/pr-partnerships.yaml +74 -0
  76. package/departments/marketing/agents/growth-marketing/product-marketer.yaml +79 -0
  77. package/departments/marketing/agents/marketing-director.yaml +1 -0
  78. package/departments/marketing/skills/ab-test/SKILL.md +322 -3
  79. package/departments/marketing/skills/ab-test/references/sample-size-guide.md +263 -0
  80. package/departments/marketing/skills/ab-test/references/test-templates.md +277 -0
  81. package/departments/marketing/skills/ad-creative/SKILL.md +451 -0
  82. package/departments/marketing/skills/ad-creative/references/creative-review-page.md +106 -0
  83. package/departments/marketing/skills/ad-creative/references/creative-roadmap.md +118 -0
  84. package/departments/marketing/skills/ad-creative/references/generative-tools.md +637 -0
  85. package/departments/marketing/skills/ad-creative/references/hook-system.md +115 -0
  86. package/departments/marketing/skills/ad-creative/references/imessage-video-ads.md +201 -0
  87. package/departments/marketing/skills/ad-creative/references/motion-video-ads.md +126 -0
  88. package/departments/marketing/skills/ad-creative/references/platform-specs.md +213 -0
  89. package/departments/marketing/skills/ad-creative/references/static-ad-templates.md +200 -0
  90. package/departments/marketing/skills/ai-seo/SKILL.md +520 -0
  91. package/departments/marketing/skills/ai-seo/references/citations-vs-recommendations.md +85 -0
  92. package/departments/marketing/skills/ai-seo/references/content-patterns.md +287 -0
  93. package/departments/marketing/skills/ai-seo/references/content-types.md +71 -0
  94. package/departments/marketing/skills/ai-seo/references/okf.md +104 -0
  95. package/departments/marketing/skills/ai-seo/references/platform-ranking-factors.md +154 -0
  96. package/departments/marketing/skills/analytics-report/SKILL.md +310 -1
  97. package/departments/marketing/skills/analytics-report/references/event-library.md +260 -0
  98. package/departments/marketing/skills/analytics-report/references/ga4-implementation.md +300 -0
  99. package/departments/marketing/skills/analytics-report/references/gtm-implementation.md +390 -0
  100. package/departments/marketing/skills/aso/SKILL.md +336 -0
  101. package/departments/marketing/skills/aso/references/apple-specs.md +107 -0
  102. package/departments/marketing/skills/aso/references/benchmarks.md +129 -0
  103. package/departments/marketing/skills/aso/references/google-play-specs.md +131 -0
  104. package/departments/marketing/skills/aso/references/report-template.md +213 -0
  105. package/departments/marketing/skills/aso/references/scoring-criteria.md +213 -0
  106. package/departments/marketing/skills/co-marketing/SKILL.md +316 -0
  107. package/departments/marketing/skills/cold-email/SKILL.md +80 -0
  108. package/departments/marketing/skills/cold-email/references/benchmarks.md +83 -0
  109. package/departments/marketing/skills/cold-email/references/follow-up-sequences.md +81 -0
  110. package/departments/marketing/skills/cold-email/references/frameworks.md +90 -0
  111. package/departments/marketing/skills/cold-email/references/personalization.md +79 -0
  112. package/departments/marketing/skills/cold-email/references/subject-lines.md +53 -0
  113. package/departments/marketing/skills/competitor-analysis/SKILL.md +262 -5
  114. package/departments/marketing/skills/competitor-analysis/references/content-architecture.md +271 -0
  115. package/departments/marketing/skills/competitor-analysis/references/templates.md +223 -0
  116. package/departments/marketing/skills/competitor-profile/SKILL.md +447 -0
  117. package/departments/marketing/skills/competitor-profile/references/templates.md +167 -0
  118. package/departments/marketing/skills/competitor-profile/references/tool-reference.md +179 -0
  119. package/departments/marketing/skills/content-strategy/SKILL.md +398 -0
  120. package/departments/marketing/skills/content-strategy/references/headless-cms.md +194 -0
  121. package/departments/marketing/skills/council/SKILL.md +185 -0
  122. package/departments/marketing/skills/council/references/advisor-template.md +51 -0
  123. package/departments/marketing/skills/council/references/advisors/alex-hormozi.md +43 -0
  124. package/departments/marketing/skills/council/references/advisors/ann-handley.md +43 -0
  125. package/departments/marketing/skills/council/references/advisors/april-dunford.md +41 -0
  126. package/departments/marketing/skills/council/references/advisors/byron-sharp.md +43 -0
  127. package/departments/marketing/skills/council/references/advisors/claude-hopkins.md +42 -0
  128. package/departments/marketing/skills/council/references/advisors/david-ogilvy.md +42 -0
  129. package/departments/marketing/skills/council/references/advisors/eugene-schwartz.md +42 -0
  130. package/departments/marketing/skills/council/references/advisors/gary-halbert.md +43 -0
  131. package/departments/marketing/skills/council/references/advisors/gary-vaynerchuk.md +43 -0
  132. package/departments/marketing/skills/council/references/advisors/rory-sutherland.md +42 -0
  133. package/departments/marketing/skills/council/references/advisors/russell-brunson.md +43 -0
  134. package/departments/marketing/skills/council/references/advisors/seth-godin.md +43 -0
  135. package/departments/marketing/skills/customer-research/SKILL.md +318 -0
  136. package/departments/marketing/skills/customer-research/references/source-guides.md +401 -0
  137. package/departments/marketing/skills/directory-submit/SKILL.md +409 -0
  138. package/departments/marketing/skills/directory-submit/references/directory-list.md +477 -0
  139. package/departments/marketing/skills/directory-submit/references/positioning-variations.md +232 -0
  140. package/departments/marketing/skills/directory-submit/references/submission-tracker-template.csv +266 -0
  141. package/departments/marketing/skills/email-sequence/SKILL.md +309 -2
  142. package/departments/marketing/skills/email-sequence/references/copy-guidelines.md +113 -0
  143. package/departments/marketing/skills/email-sequence/references/email-types.md +515 -0
  144. package/departments/marketing/skills/email-sequence/references/sequence-templates.md +168 -0
  145. package/departments/marketing/skills/free-tools/SKILL.md +203 -0
  146. package/departments/marketing/skills/free-tools/references/tool-types.md +217 -0
  147. package/departments/marketing/skills/marketing-ideas/SKILL.md +191 -0
  148. package/departments/marketing/skills/marketing-ideas/references/ideas-by-category.md +366 -0
  149. package/departments/marketing/skills/marketing-loops/SKILL.md +136 -0
  150. package/departments/marketing/skills/marketing-loops/references/loop-catalog.md +687 -0
  151. package/departments/marketing/skills/marketing-loops/references/loop-guardrails.md +73 -0
  152. package/departments/marketing/skills/marketing-loops/references/loop-orchestration.md +69 -0
  153. package/departments/marketing/skills/marketing-loops/references/loop-state.md +67 -0
  154. package/departments/marketing/skills/marketing-loops/references/loop-template.md +79 -0
  155. package/departments/marketing/skills/marketing-plan/SKILL.md +302 -0
  156. package/departments/marketing/skills/marketing-plan/references/aarrr-framework.md +180 -0
  157. package/departments/marketing/skills/marketing-plan/references/budget-planning.md +168 -0
  158. package/departments/marketing/skills/marketing-plan/references/client-types.md +373 -0
  159. package/departments/marketing/skills/marketing-plan/references/current-state-rubric.md +255 -0
  160. package/departments/marketing/skills/marketing-plan/references/example-quietude.md +972 -0
  161. package/departments/marketing/skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  162. package/departments/marketing/skills/marketing-plan/references/growth-patterns.md +148 -0
  163. package/departments/marketing/skills/marketing-plan/references/idea-cross-reference.md +265 -0
  164. package/departments/marketing/skills/marketing-plan/references/measurement-framework.md +213 -0
  165. package/departments/marketing/skills/marketing-plan/references/methodology.md +363 -0
  166. package/departments/marketing/skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  167. package/departments/marketing/skills/marketing-plan/references/plan-template.md +494 -0
  168. package/departments/marketing/skills/marketing-plan/references/team-and-agency-model.md +278 -0
  169. package/departments/marketing/skills/marketing-psychology/SKILL.md +479 -0
  170. package/departments/marketing/skills/paid-campaign/SKILL.md +452 -3
  171. package/departments/marketing/skills/paid-campaign/references/abm-playbook.md +93 -0
  172. package/departments/marketing/skills/paid-campaign/references/ad-copy-templates.md +207 -0
  173. package/departments/marketing/skills/paid-campaign/references/audience-targeting.md +243 -0
  174. package/departments/marketing/skills/paid-campaign/references/b2b-paid-playbook.md +115 -0
  175. package/departments/marketing/skills/paid-campaign/references/conversion-tracking.md +361 -0
  176. package/departments/marketing/skills/paid-campaign/references/google-search-playbook.md +120 -0
  177. package/departments/marketing/skills/paid-campaign/references/linkedin-b2b-playbook.md +107 -0
  178. package/departments/marketing/skills/paid-campaign/references/meta-decision-system.md +143 -0
  179. package/departments/marketing/skills/paid-campaign/references/platform-setup-checklists.md +277 -0
  180. package/departments/marketing/skills/paid-campaign/references/rsa-output-spec.md +88 -0
  181. package/departments/marketing/skills/product-marketing/SKILL.md +141 -0
  182. package/departments/marketing/skills/programmatic-seo/SKILL.md +74 -3
  183. package/departments/marketing/skills/programmatic-seo/references/playbooks.md +308 -0
  184. package/departments/marketing/skills/public-relations/SKILL.md +167 -0
  185. package/departments/marketing/skills/public-relations/references/journalist-pitching.md +368 -0
  186. package/departments/marketing/skills/public-relations/references/media-outlets.md +207 -0
  187. package/departments/marketing/skills/public-relations/references/newsjacking.md +218 -0
  188. package/departments/marketing/skills/public-relations/references/press-platforms.md +188 -0
  189. package/departments/marketing/skills/schema-markup/SKILL.md +203 -0
  190. package/departments/marketing/skills/schema-markup/references/schema-examples.md +398 -0
  191. package/departments/marketing/skills/seo-audit/SKILL.md +470 -1
  192. package/departments/marketing/skills/seo-audit/references/ai-writing-detection.md +200 -0
  193. package/departments/marketing/skills/seo-audit/references/international-seo.md +230 -0
  194. package/departments/marketing/skills/sms-campaign/SKILL.md +363 -0
  195. package/departments/marketing/skills/sms-campaign/references/compliance.md +202 -0
  196. package/departments/marketing/skills/sms-campaign/references/platforms.md +318 -0
  197. package/departments/marketing/skills/sms-campaign/references/sequence-templates.md +282 -0
  198. package/departments/marketing/skills/social-strategy/SKILL.md +414 -3
  199. package/departments/marketing/skills/social-strategy/references/carousel-frameworks.md +141 -0
  200. package/departments/marketing/skills/social-strategy/references/listening-sources-template.md +123 -0
  201. package/departments/marketing/skills/social-strategy/references/listening.md +283 -0
  202. package/departments/marketing/skills/social-strategy/references/platform-limits.md +110 -0
  203. package/departments/marketing/skills/social-strategy/references/platforms.md +170 -0
  204. package/departments/marketing/skills/social-strategy/references/post-templates.md +179 -0
  205. package/departments/marketing/skills/social-strategy/references/reverse-engineering.md +195 -0
  206. package/departments/marketing/skills/social-strategy/references/short-form-video.md +237 -0
  207. package/departments/marketing/squad.yaml +10 -1
  208. package/departments/marketing/tools/LICENSE +21 -0
  209. package/departments/marketing/tools/REGISTRY.md +590 -0
  210. package/departments/marketing/tools/clis/README.md +198 -0
  211. package/departments/marketing/tools/clis/activecampaign.js +435 -0
  212. package/departments/marketing/tools/clis/adobe-analytics.js +161 -0
  213. package/departments/marketing/tools/clis/ahrefs.js +192 -0
  214. package/departments/marketing/tools/clis/airops.js +163 -0
  215. package/departments/marketing/tools/clis/amplitude.js +182 -0
  216. package/departments/marketing/tools/clis/apollo.js +142 -0
  217. package/departments/marketing/tools/clis/beehiiv.js +245 -0
  218. package/departments/marketing/tools/clis/brevo.js +368 -0
  219. package/departments/marketing/tools/clis/buffer.js +260 -0
  220. package/departments/marketing/tools/clis/calendly.js +253 -0
  221. package/departments/marketing/tools/clis/clay.js +159 -0
  222. package/departments/marketing/tools/clis/clearbit.js +163 -0
  223. package/departments/marketing/tools/clis/close.js +232 -0
  224. package/departments/marketing/tools/clis/coupler.js +173 -0
  225. package/departments/marketing/tools/clis/crossbeam.js +193 -0
  226. package/departments/marketing/tools/clis/customer-io.js +205 -0
  227. package/departments/marketing/tools/clis/dataforseo.js +257 -0
  228. package/departments/marketing/tools/clis/demio.js +149 -0
  229. package/departments/marketing/tools/clis/dub.js +158 -0
  230. package/departments/marketing/tools/clis/exa.js +147 -0
  231. package/departments/marketing/tools/clis/g2.js +186 -0
  232. package/departments/marketing/tools/clis/ga4.js +194 -0
  233. package/departments/marketing/tools/clis/github-prospects.js +257 -0
  234. package/departments/marketing/tools/clis/google-ads.js +189 -0
  235. package/departments/marketing/tools/clis/google-search-console.js +166 -0
  236. package/departments/marketing/tools/clis/hotjar.js +167 -0
  237. package/departments/marketing/tools/clis/hunter.js +249 -0
  238. package/departments/marketing/tools/clis/instantly.js +270 -0
  239. package/departments/marketing/tools/clis/intercom.js +399 -0
  240. package/departments/marketing/tools/clis/keywords-everywhere.js +185 -0
  241. package/departments/marketing/tools/clis/kit.js +232 -0
  242. package/departments/marketing/tools/clis/klaviyo.js +348 -0
  243. package/departments/marketing/tools/clis/lemlist.js +221 -0
  244. package/departments/marketing/tools/clis/linkedin-ads.js +185 -0
  245. package/departments/marketing/tools/clis/livestorm.js +292 -0
  246. package/departments/marketing/tools/clis/mailchimp.js +220 -0
  247. package/departments/marketing/tools/clis/mention-me.js +161 -0
  248. package/departments/marketing/tools/clis/meta-ads.js +181 -0
  249. package/departments/marketing/tools/clis/mixpanel.js +248 -0
  250. package/departments/marketing/tools/clis/onesignal.js +241 -0
  251. package/departments/marketing/tools/clis/optimizely.js +233 -0
  252. package/departments/marketing/tools/clis/outreach.js +213 -0
  253. package/departments/marketing/tools/clis/paddle.js +385 -0
  254. package/departments/marketing/tools/clis/partnerstack.js +382 -0
  255. package/departments/marketing/tools/clis/pendo.js +221 -0
  256. package/departments/marketing/tools/clis/plausible.js +249 -0
  257. package/departments/marketing/tools/clis/postmark.js +375 -0
  258. package/departments/marketing/tools/clis/rankparse.js +196 -0
  259. package/departments/marketing/tools/clis/resend.js +370 -0
  260. package/departments/marketing/tools/clis/rewardful.js +160 -0
  261. package/departments/marketing/tools/clis/savvycal.js +223 -0
  262. package/departments/marketing/tools/clis/segment.js +192 -0
  263. package/departments/marketing/tools/clis/semrush.js +207 -0
  264. package/departments/marketing/tools/clis/sendgrid.js +211 -0
  265. package/departments/marketing/tools/clis/similarweb.js +214 -0
  266. package/departments/marketing/tools/clis/snov.js +237 -0
  267. package/departments/marketing/tools/clis/supermetrics.js +169 -0
  268. package/departments/marketing/tools/clis/tiktok-ads.js +190 -0
  269. package/departments/marketing/tools/clis/tolt.js +153 -0
  270. package/departments/marketing/tools/clis/trustpilot.js +276 -0
  271. package/departments/marketing/tools/clis/typeform.js +269 -0
  272. package/departments/marketing/tools/clis/wistia.js +301 -0
  273. package/departments/marketing/tools/clis/zapier.js +165 -0
  274. package/departments/marketing/tools/clis/zoominfo.js +223 -0
  275. package/departments/marketing/tools/composio/README.md +105 -0
  276. package/departments/marketing/tools/composio/marketing-tools.md +91 -0
  277. package/departments/marketing/tools/integrations/activecampaign.md +337 -0
  278. package/departments/marketing/tools/integrations/adobe-analytics.md +156 -0
  279. package/departments/marketing/tools/integrations/ahrefs.md +142 -0
  280. package/departments/marketing/tools/integrations/airops.md +128 -0
  281. package/departments/marketing/tools/integrations/amplitude.md +135 -0
  282. package/departments/marketing/tools/integrations/apollo.md +148 -0
  283. package/departments/marketing/tools/integrations/attentive.md +152 -0
  284. package/departments/marketing/tools/integrations/audiencetap.md +125 -0
  285. package/departments/marketing/tools/integrations/beehiiv.md +157 -0
  286. package/departments/marketing/tools/integrations/brevo.md +268 -0
  287. package/departments/marketing/tools/integrations/browserbase.md +111 -0
  288. package/departments/marketing/tools/integrations/buffer.md +138 -0
  289. package/departments/marketing/tools/integrations/calendly.md +161 -0
  290. package/departments/marketing/tools/integrations/clay.md +149 -0
  291. package/departments/marketing/tools/integrations/clearbit.md +142 -0
  292. package/departments/marketing/tools/integrations/close.md +191 -0
  293. package/departments/marketing/tools/integrations/cogny.md +153 -0
  294. package/departments/marketing/tools/integrations/composio.md +190 -0
  295. package/departments/marketing/tools/integrations/contentful.md +160 -0
  296. package/departments/marketing/tools/integrations/coupler.md +142 -0
  297. package/departments/marketing/tools/integrations/crossbeam.md +137 -0
  298. package/departments/marketing/tools/integrations/customer-io.md +187 -0
  299. package/departments/marketing/tools/integrations/dataforseo.md +165 -0
  300. package/departments/marketing/tools/integrations/demio.md +182 -0
  301. package/departments/marketing/tools/integrations/dub-co.md +160 -0
  302. package/departments/marketing/tools/integrations/exa.md +145 -0
  303. package/departments/marketing/tools/integrations/firecrawl.md +144 -0
  304. package/departments/marketing/tools/integrations/firehose.md +159 -0
  305. package/departments/marketing/tools/integrations/g2.md +179 -0
  306. package/departments/marketing/tools/integrations/ga4.md +126 -0
  307. package/departments/marketing/tools/integrations/github.md +182 -0
  308. package/departments/marketing/tools/integrations/gong.md +144 -0
  309. package/departments/marketing/tools/integrations/google-ads.md +159 -0
  310. package/departments/marketing/tools/integrations/google-search-console.md +147 -0
  311. package/departments/marketing/tools/integrations/heygen.md +126 -0
  312. package/departments/marketing/tools/integrations/hotjar.md +147 -0
  313. package/departments/marketing/tools/integrations/hubspot.md +178 -0
  314. package/departments/marketing/tools/integrations/hunter.md +90 -0
  315. package/departments/marketing/tools/integrations/hyperframes.md +180 -0
  316. package/departments/marketing/tools/integrations/instantly.md +104 -0
  317. package/departments/marketing/tools/integrations/intercom.md +292 -0
  318. package/departments/marketing/tools/integrations/introw.md +182 -0
  319. package/departments/marketing/tools/integrations/keywords-everywhere.md +207 -0
  320. package/departments/marketing/tools/integrations/kit.md +167 -0
  321. package/departments/marketing/tools/integrations/klaviyo.md +228 -0
  322. package/departments/marketing/tools/integrations/lemlist.md +110 -0
  323. package/departments/marketing/tools/integrations/linkedin-ads.md +164 -0
  324. package/departments/marketing/tools/integrations/livestorm.md +313 -0
  325. package/departments/marketing/tools/integrations/mailchimp.md +150 -0
  326. package/departments/marketing/tools/integrations/mention-me.md +160 -0
  327. package/departments/marketing/tools/integrations/meta-ads.md +147 -0
  328. package/departments/marketing/tools/integrations/mixpanel.md +137 -0
  329. package/departments/marketing/tools/integrations/nitrosend.md +113 -0
  330. package/departments/marketing/tools/integrations/onesignal.md +229 -0
  331. package/departments/marketing/tools/integrations/optimizely.md +171 -0
  332. package/departments/marketing/tools/integrations/outreach.md +172 -0
  333. package/departments/marketing/tools/integrations/paddle.md +212 -0
  334. package/departments/marketing/tools/integrations/partnerstack.md +222 -0
  335. package/departments/marketing/tools/integrations/pendo.md +208 -0
  336. package/departments/marketing/tools/integrations/plausible.md +177 -0
  337. package/departments/marketing/tools/integrations/plivo.md +140 -0
  338. package/departments/marketing/tools/integrations/posthog.md +151 -0
  339. package/departments/marketing/tools/integrations/postmark.md +234 -0
  340. package/departments/marketing/tools/integrations/postscript.md +126 -0
  341. package/departments/marketing/tools/integrations/rankparse.md +257 -0
  342. package/departments/marketing/tools/integrations/rb2b.md +110 -0
  343. package/departments/marketing/tools/integrations/resend.md +212 -0
  344. package/departments/marketing/tools/integrations/rewardful.md +147 -0
  345. package/departments/marketing/tools/integrations/salesforce.md +150 -0
  346. package/departments/marketing/tools/integrations/sanity.md +148 -0
  347. package/departments/marketing/tools/integrations/savvycal.md +181 -0
  348. package/departments/marketing/tools/integrations/segment.md +159 -0
  349. package/departments/marketing/tools/integrations/semrush.md +121 -0
  350. package/departments/marketing/tools/integrations/sendgrid.md +161 -0
  351. package/departments/marketing/tools/integrations/sequenzy.md +306 -0
  352. package/departments/marketing/tools/integrations/shopify.md +176 -0
  353. package/departments/marketing/tools/integrations/similarweb.md +150 -0
  354. package/departments/marketing/tools/integrations/snov.md +94 -0
  355. package/departments/marketing/tools/integrations/sparktoro.md +127 -0
  356. package/departments/marketing/tools/integrations/strapi.md +167 -0
  357. package/departments/marketing/tools/integrations/stripe.md +148 -0
  358. package/departments/marketing/tools/integrations/supermetrics.md +145 -0
  359. package/departments/marketing/tools/integrations/tiktok-ads.md +161 -0
  360. package/departments/marketing/tools/integrations/tolt.md +144 -0
  361. package/departments/marketing/tools/integrations/truelist.md +184 -0
  362. package/departments/marketing/tools/integrations/trustpilot.md +191 -0
  363. package/departments/marketing/tools/integrations/twilio.md +152 -0
  364. package/departments/marketing/tools/integrations/typeform.md +190 -0
  365. package/departments/marketing/tools/integrations/webflow.md +198 -0
  366. package/departments/marketing/tools/integrations/wistia.md +164 -0
  367. package/departments/marketing/tools/integrations/wordpress.md +175 -0
  368. package/departments/marketing/tools/integrations/zapier.md +244 -0
  369. package/departments/marketing/tools/integrations/zoominfo.md +191 -0
  370. package/departments/quality/agents/copy-director.yaml +1 -0
  371. package/departments/saas/SKILL.md +1 -0
  372. package/departments/saas/skills/churn-analysis/SKILL.md +421 -4
  373. package/departments/saas/skills/churn-analysis/references/cancel-flow-patterns.md +316 -0
  374. package/departments/saas/skills/churn-analysis/references/dunning-playbook.md +408 -0
  375. package/departments/saas/skills/launch-execute/SKILL.md +346 -4
  376. package/departments/saas/skills/onboarding-optimize/SKILL.md +218 -4
  377. package/departments/saas/skills/onboarding-optimize/references/experiments.md +258 -0
  378. package/departments/saas/skills/paywall-design/SKILL.md +256 -0
  379. package/departments/saas/skills/paywall-design/references/experiments.md +164 -0
  380. package/departments/saas/skills/pricing-strategy/SKILL.md +224 -0
  381. package/departments/saas/skills/pricing-strategy/references/research-methods.md +152 -0
  382. package/departments/saas/skills/pricing-strategy/references/tier-structure.md +232 -0
  383. package/departments/sales/SKILL.md +3 -0
  384. package/departments/sales/skills/prospecting/SKILL.md +297 -0
  385. package/departments/sales/skills/prospecting/references/b2b-prospecting.md +106 -0
  386. package/departments/sales/skills/prospecting/references/compliance.md +123 -0
  387. package/departments/sales/skills/prospecting/references/data-sources.md +287 -0
  388. package/departments/sales/skills/prospecting/references/demand-signals.md +129 -0
  389. package/departments/sales/skills/prospecting/references/local-prospecting.md +165 -0
  390. package/departments/sales/skills/prospecting/references/saas-prospecting.md +123 -0
  391. package/departments/sales/skills/revops/SKILL.md +379 -0
  392. package/departments/sales/skills/revops/references/automation-playbooks.md +290 -0
  393. package/departments/sales/skills/revops/references/lifecycle-definitions.md +278 -0
  394. package/departments/sales/skills/revops/references/routing-rules.md +203 -0
  395. package/departments/sales/skills/revops/references/scoring-models.md +247 -0
  396. package/departments/sales/skills/sales-enablement/SKILL.md +396 -0
  397. package/departments/sales/skills/sales-enablement/references/deck-frameworks.md +263 -0
  398. package/departments/sales/skills/sales-enablement/references/demo-scripts.md +355 -0
  399. package/departments/sales/skills/sales-enablement/references/objection-library.md +270 -0
  400. package/departments/sales/skills/sales-enablement/references/one-pager-templates.md +208 -0
  401. package/harness/codex/AGENTS.md +8 -8
  402. package/harness/copilot/copilot-instructions.md +8 -8
  403. package/harness/cursor/rules/arkaos.mdc +9 -9
  404. package/harness/gemini/GEMINI.md +8 -8
  405. package/harness/opencode/AGENTS.md +8 -8
  406. package/harness/zed/.rules +8 -8
  407. package/knowledge/agents-registry-v2.json +170 -8
  408. package/knowledge/commands-registry.json +693 -99
  409. package/knowledge/skills-manifest.json +459 -20
  410. package/package.json +1 -1
  411. package/pyproject.toml +1 -1
  412. package/scripts/tools/evals_import.py +183 -0
@@ -0,0 +1,129 @@
1
+ # Lead Magnet Benchmarks
2
+
3
+ Reference data for planning and evaluating lead magnet performance.
4
+
5
+ ---
6
+
7
+ ## Conversion Rate Benchmarks
8
+
9
+ ### By Format Type
10
+
11
+ | Format | Landing Page Conversion | Notes |
12
+ |--------|------------------------|-------|
13
+ | Checklist | 30-50% | High because low commitment |
14
+ | Cheat sheet | 25-40% | Quick reference appeal |
15
+ | Template | 25-45% | Immediate utility drives conversion |
16
+ | Ebook/guide | 20-35% | Higher commitment, lower rate |
17
+ | Quiz | 30-50% | Engagement drives completion |
18
+ | Webinar | 20-40% (registration) | 30-50% attendance rate of registrants |
19
+ | Mini-course | 15-30% | Higher commitment, higher quality leads |
20
+ | Free trial | 5-15% | High intent but high friction |
21
+
22
+ ### By Traffic Source
23
+
24
+ | Source | Expected Conversion | Why |
25
+ |--------|-------------------|-----|
26
+ | Blog content upgrade | 3-8% of post readers | Contextually relevant |
27
+ | Dedicated landing page (organic) | 20-40% | High intent |
28
+ | Dedicated landing page (paid) | 10-25% | Cold traffic |
29
+ | Exit-intent popup | 2-5% of visitors | Interruption-based |
30
+ | Sidebar/banner CTA | 0.5-2% | Low engagement |
31
+ | Social media link | 10-20% | Warm but browsing |
32
+
33
+ ### By Industry (Landing Page)
34
+
35
+ | Industry | Average Conversion |
36
+ |----------|-------------------|
37
+ | SaaS/Tech | 15-25% |
38
+ | Marketing/Agency | 20-35% |
39
+ | Finance | 10-20% |
40
+ | E-commerce | 10-20% |
41
+ | Education | 20-35% |
42
+ | Health/Wellness | 15-25% |
43
+
44
+ ---
45
+
46
+ ## Lead Quality Indicators
47
+
48
+ ### Signals of High-Quality Leads
49
+ - Open first 3 emails at 40%+ rate
50
+ - Click through to content or product pages
51
+ - Return to site within 30 days
52
+ - Match ICP demographics (role, company size, industry)
53
+ - Progress to trial, demo, or purchase within 90 days
54
+
55
+ ### Signals of Low-Quality Leads
56
+ - Unsubscribe within first 3 emails
57
+ - Never open beyond delivery email
58
+ - Use disposable email addresses
59
+ - Don't match target customer profile
60
+ - Downloaded for the content, no product interest
61
+
62
+ ### Quality vs. Quantity by Format
63
+
64
+ | Format | Lead Volume | Lead Quality | Net Value |
65
+ |--------|-------------|-------------|-----------|
66
+ | Generic ebook | High | Low-Medium | Medium |
67
+ | Specific template | Medium | High | High |
68
+ | Industry report | Medium | Medium-High | High |
69
+ | Quiz/assessment | High | Medium (segmentable) | High |
70
+ | Webinar | Low-Medium | High | High |
71
+ | Checklist | High | Low-Medium | Medium |
72
+ | Free trial | Low | Very High | Very High |
73
+
74
+ ---
75
+
76
+ ## Cost Benchmarks
77
+
78
+ ### Cost Per Lead by Channel
79
+
80
+ | Channel | Typical CPL | Notes |
81
+ |---------|-------------|-------|
82
+ | Organic search | $0-5 | Lowest, but slow to build |
83
+ | Blog content upgrade | $0-2 | Nearly free if you have traffic |
84
+ | Facebook/Instagram Ads | $3-15 | B2C lower, B2B higher |
85
+ | Google Ads | $10-50 | High intent, higher cost |
86
+ | LinkedIn Ads | $25-75 | B2B, expensive but qualified |
87
+ | Partner co-promotion | $0-5 | Depends on relationship |
88
+
89
+ ### Creation Cost by Format
90
+
91
+ | Format | DIY Cost | With Designer/Freelancer |
92
+ |--------|----------|-------------------------|
93
+ | Checklist | Free | $100-300 |
94
+ | Cheat sheet | Free | $200-500 |
95
+ | Template | Free | $100-500 |
96
+ | Ebook (10-25 pages) | Free | $500-2,000 |
97
+ | Quiz | $0-100/mo (tool) | $500-2,000 |
98
+ | Webinar | Free (Zoom) | $500-1,500 (production) |
99
+ | Mini-course (email) | Free | $500-1,500 (copywriting) |
100
+ | Video course | $0-200 (gear) | $2,000-5,000 |
101
+
102
+ ---
103
+
104
+ ## Timeline Expectations
105
+
106
+ ### Time to Create
107
+
108
+ | Format | Solo Creator | With Team |
109
+ |--------|-------------|-----------|
110
+ | Checklist | 1-2 hours | Same day |
111
+ | Cheat sheet | 2-4 hours | Same day |
112
+ | Template | 2-8 hours | 1-2 days |
113
+ | Swipe file | 4-8 hours | 1-2 days |
114
+ | Ebook | 1-3 weeks | 1-2 weeks |
115
+ | Quiz | 1-2 weeks | 1 week |
116
+ | Webinar prep | 1 week | 3-5 days |
117
+ | Mini-course | 1-2 weeks | 1 week |
118
+
119
+ ### Time to See Results
120
+
121
+ | Phase | Timeline |
122
+ |-------|----------|
123
+ | First leads | Immediately with existing traffic or paid |
124
+ | Organic traffic growth | 2-6 months (SEO) |
125
+ | Meaningful lead volume | 1-3 months |
126
+ | Measurable impact on pipeline | 3-6 months |
127
+ | Full ROI assessment | 6-12 months |
128
+
129
+ **Note**: These benchmarks are general guidelines. Your actual results depend on audience, niche, traffic volume, and offer quality. Start measuring from day one and build your own benchmarks.
@@ -0,0 +1,196 @@
1
+ # Lead Magnet Format Guide
2
+
3
+ Detailed creation guidance for each lead magnet format.
4
+
5
+ ## Contents
6
+ - Ebooks & Guides
7
+ - Checklists
8
+ - Cheat Sheets
9
+ - Templates & Spreadsheets
10
+ - Swipe Files
11
+ - Mini-Courses
12
+ - Quizzes & Assessments
13
+ - Webinars & Workshops
14
+
15
+ ---
16
+
17
+ ## Ebooks & Guides
18
+
19
+ **Best for**: Building authority, deep education, awareness-stage leads
20
+
21
+ **Structure**:
22
+ 1. Title page with professional design
23
+ 2. Table of contents
24
+ 3. Introduction — frame the problem, set expectations
25
+ 4. 3-7 chapters — one key concept per chapter
26
+ 5. Summary — recap key takeaways
27
+ 6. CTA — next step toward your product
28
+
29
+ **Guidelines**:
30
+ - Ideal length: 10-25 pages (shorter is fine if valuable)
31
+ - Include visuals: charts, diagrams, screenshots
32
+ - Use callout boxes for key stats or quotes
33
+ - End each chapter with a quick takeaway
34
+ - Don't pad — density beats length
35
+
36
+ **Tools**: Canva, Google Docs → PDF, Notion export, Designrr, Beacon.by
37
+
38
+ ---
39
+
40
+ ## Checklists
41
+
42
+ **Best for**: Process-oriented tasks, quick wins, implementation help
43
+
44
+ **Structure**:
45
+ - Title: "[Number]-Point [Topic] Checklist"
46
+ - Numbered or checkbox items
47
+ - Group into logical sections if 10+ items
48
+ - Brief explanation per item (1-2 sentences)
49
+
50
+ **Guidelines**:
51
+ - Keep to 1-2 pages
52
+ - Use actionable language ("Verify X", "Set up Y", "Remove Z")
53
+ - Order by workflow sequence or priority
54
+ - Make it printable — clean layout, generous spacing
55
+ - Include a "done" checkbox for each item
56
+
57
+ **What works**: Step-by-step processes, audit criteria, launch checklists, setup guides
58
+
59
+ ---
60
+
61
+ ## Cheat Sheets
62
+
63
+ **Best for**: Reference material, shortcuts, quick-lookup information
64
+
65
+ **Structure**:
66
+ - One page (two pages max)
67
+ - Organized by category or workflow
68
+ - Dense but scannable
69
+ - Visual hierarchy with headers and grouping
70
+
71
+ **Guidelines**:
72
+ - Optimize for quick reference, not reading
73
+ - Use tables, grids, or columns
74
+ - Include formulas, shortcuts, or code snippets
75
+ - Design for printing or saving as desktop reference
76
+ - Bold the most important items
77
+
78
+ **What works**: Keyboard shortcuts, formula references, terminology glossaries, decision matrices
79
+
80
+ ---
81
+
82
+ ## Templates & Spreadsheets
83
+
84
+ **Best for**: Repeatable processes, planning, tracking
85
+
86
+ ### Spreadsheet Templates (Google Sheets / Excel)
87
+ - Include a "How to Use" tab with instructions
88
+ - Pre-fill with example data
89
+ - Use data validation for dropdown fields
90
+ - Add conditional formatting for visual cues
91
+ - Lock formula cells, leave input cells editable
92
+ - Include a "Make a Copy" link (Google Sheets)
93
+
94
+ ### Notion Templates
95
+ - Provide a duplicate link
96
+ - Include a getting-started guide
97
+ - Pre-populate with example content
98
+ - Use Notion's database features (views, filters, relations)
99
+ - Keep it simple — don't over-engineer
100
+
101
+ ### Document Templates
102
+ - Provide in multiple formats (Google Doc, Word, PDF)
103
+ - Include placeholder text with [BRACKETS] for customization
104
+ - Add inline instructions in a different color
105
+ - Make it immediately usable with minimal editing
106
+
107
+ **Key principle**: Templates should be usable within 5 minutes of downloading.
108
+
109
+ ---
110
+
111
+ ## Swipe Files
112
+
113
+ **Best for**: Inspiration, examples, learning from others
114
+
115
+ **Structure**:
116
+ - Curated collection of 15-50 examples
117
+ - Organized by category, type, or use case
118
+ - Each example includes:
119
+ - The example itself (screenshot, text, link)
120
+ - Why it works (2-3 bullet annotations)
121
+ - How to adapt it (1-2 sentences)
122
+
123
+ **Guidelines**:
124
+ - Quality over quantity — curate ruthlessly
125
+ - Add your analysis, don't just collect
126
+ - Organize for browsing (categories, tags)
127
+ - Update periodically with fresh examples
128
+ - Credit original sources
129
+
130
+ **What works**: Email subject lines, landing pages, ad copy, CTAs, onboarding flows, pricing pages
131
+
132
+ ---
133
+
134
+ ## Mini-Courses
135
+
136
+ ### Email-Based Mini-Courses
137
+ - 3-5 emails delivered over 5-7 days
138
+ - One lesson per email, one concept per lesson
139
+ - Each email: teach → example → exercise
140
+ - Progressive difficulty (build on previous lessons)
141
+ - Final email: summary + CTA for product or next step
142
+
143
+ ### Video-Based Mini-Courses
144
+ - 3-5 videos, 5-15 minutes each
145
+ - Host on unlisted YouTube, Loom, or course platform
146
+ - Deliver links via email drip
147
+ - Include worksheets or exercises per lesson
148
+ - More personal — builds stronger connection
149
+
150
+ **Cadence**: Every 1-2 days. Don't stretch too thin or compress too tight.
151
+
152
+ **Key principle**: Each lesson should deliver standalone value. If someone only watches lesson 2, they should still learn something useful.
153
+
154
+ ---
155
+
156
+ ## Quizzes & Assessments
157
+
158
+ **Best for**: Engagement, segmentation, personalized results
159
+
160
+ **Question Design**:
161
+ - 5-10 questions (sweet spot: 7)
162
+ - Multiple choice only — no open-ended
163
+ - Questions should feel insightful, not obvious
164
+ - Progress indicator ("Question 3 of 7")
165
+
166
+ **Result Segmentation**:
167
+ - 3-5 result categories
168
+ - Each result: name, description, personalized recommendations
169
+ - Tailor follow-up emails by result type
170
+ - Share-worthy result format ("I got: Growth Stage Marketer!")
171
+
172
+ **Implementation**: Gate results behind email capture. The quiz itself is ungated — the personalized results require an email.
173
+
174
+ **For building interactive quizzes**: See **free-tools** skill for technical implementation guidance.
175
+
176
+ ---
177
+
178
+ ## Webinars & Workshops
179
+
180
+ ### Live Webinars
181
+ - 30-45 minutes teaching + 15 minutes Q&A
182
+ - Structure: Hook → Teach (3 key points) → Demo/example → CTA
183
+ - Promote 1-2 weeks in advance
184
+ - Send 3 reminder emails (confirmation, day before, 1 hour before)
185
+ - Record for replay (extends value)
186
+
187
+ ### Evergreen Webinars
188
+ - Pre-recorded, available on demand
189
+ - Same structure as live but tighter editing
190
+ - Always-on lead generation
191
+ - Gate with email registration
192
+ - Automated follow-up sequence
193
+
194
+ **Follow-up**: Send replay link + summary + CTA within 24 hours. Continue with nurture sequence.
195
+
196
+ **Key principle**: Teach something genuinely useful. A webinar that's just a sales pitch will damage trust.
@@ -1,15 +1,23 @@
1
1
  ---
2
2
  name: landing/offer-create
3
3
  description: >
4
- Create an irresistible offer with Hormozi's Grand Slam Offer formula and
5
- Value Equation: dream outcome, problem list, solution bundle, bonus
6
- stack, guarantee type, value-anchored pricing, and real scarcity.
4
+ Design, construct, or improve the offer itself the thing you sell
5
+ with Hormozi's Value Equation and Grand Slam formula: dream outcome,
6
+ problem list, solution bundle, bonus stack, guarantee type,
7
+ value-anchored pricing, real scarcity, naming, and payment structure.
7
8
  TRIGGER: "cria a oferta", "grand slam offer", "oferta irresistível",
8
- "bonus stack", "structure my offer", "garantia e preço da oferta",
9
- "/landing offer". SKIP: a client-specific sales proposal document ->
10
- sales/proposal-write (proposals sell to ONE prospect; offers are
11
- productised); page copy presenting the offer -> landing/copy-framework.
9
+ "offer design", "build an offer", "value stack", "bonus stack",
10
+ "risk reversal", "guarantee", "productize a service", "high-ticket
11
+ offer", "porque não converte a minha oferta", "/landing offer". SKIP:
12
+ a client-specific sales proposal document -> sales/proposal-write
13
+ (proposals sell to ONE prospect; offers are productized); page copy
14
+ presenting the offer -> landing/copy-framework; price levels/tiers/
15
+ freemium/value metric for self-serve SaaS -> saas/pricing-strategy.
12
16
  allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
17
+ metadata:
18
+ origin: community
19
+ source: https://github.com/coreyhaines31/marketingskills
20
+ license: MIT
13
21
  ---
14
22
 
15
23
  <!-- arka:kb-first-prefix begin -->
@@ -21,7 +29,18 @@ allowed-tools: [Read, Write, Edit, Agent, WebFetch, WebSearch]
21
29
 
22
30
  # Grand Slam Offer Creation — `/landing offer <product>`
23
31
 
24
- > **Agent:** Ines (Conversion Strategist) | **Framework:** Grand Slam Offer (Alex Hormozi)
32
+ > **Agent:** Ines (Conversion Strategist) | **Framework:** Grand Slam Offer + Value Equation (Alex Hormozi)
33
+
34
+ **Context:** read the product marketing context first —
35
+ `WizardingCode/Marketing/product-marketing.md` in Obsidian (KB-first),
36
+ else the project-local `.agents/product-marketing.md`.
37
+
38
+ **Core philosophy — the offer is the thing, not the page.** Better copy on
39
+ a weak offer compounds slowly; a stronger offer with average copy converts
40
+ immediately. Most "we need better copy" requests are "we need a better
41
+ offer" requests in disguise. `landing/copy-framework` writes the page,
42
+ `landing/optimize-page` optimizes the path, `saas/pricing-strategy` sets
43
+ tiers — this skill asks whether the offer underneath any of that is good.
25
44
 
26
45
  ## Value Equation
27
46
 
@@ -33,6 +52,19 @@ Maximize: Dream Outcome, Perceived Likelihood
33
52
  Minimize: Time Delay, Effort
34
53
  ```
35
54
 
55
+ You move the four levers like this (full framework:
56
+ [references/value-equation.md](references/value-equation.md)):
57
+
58
+ | Lever | What it means | How to increase value |
59
+ |-------|---------------|-----------------------|
60
+ | **Dream outcome** ↑ | What the customer actually wants | Connect to the bigger goal behind the surface ask. Specify and name it. |
61
+ | **Perceived likelihood** ↑ | Do they believe they'll get it | Proof (case studies, named customers, data), guarantees, methodology specificity |
62
+ | **Time delay** ↓ | How long until result | Faster onboarding, faster first win, faster end-to-end timeline |
63
+ | **Effort & sacrifice** ↓ | What it costs besides money | Done-for-you, simpler process, fewer decisions, lower learning curve |
64
+
65
+ Most "lower the price" requests are actually "raise the numerator or lower
66
+ the denominator" requests. Price is the comparison, not the value.
67
+
36
68
  ## Offer Creation Steps
37
69
 
38
70
  ### Step 1: Dream Outcome
@@ -72,4 +104,69 @@ Minimize: Time Delay, Effort
72
104
  - Deadline (if genuine: launch window, cohort start)
73
105
  - Bonus expiration (fast action bonuses remove after X days)
74
106
 
107
+ ## The Anatomy of a Complete Offer
108
+
109
+ Six components — skip any one and conversion suffers (worked examples:
110
+ [references/offer-anatomy.md](references/offer-anatomy.md)):
111
+
112
+ | # | Component | Question it answers |
113
+ |---|-----------|---------------------|
114
+ | 1 | **Core deliverable** | What do they get? |
115
+ | 2 | **Bonus stack** | What else makes the core feel undervalued? |
116
+ | 3 | **Guarantee** | What happens if it doesn't work? |
117
+ | 4 | **Scarcity / urgency** | Why now, not later? |
118
+ | 5 | **Name** | What is this thing called? |
119
+ | 6 | **Price + payment structure** | What do they pay and how? |
120
+
121
+ Most weak offers fail on bonuses (none), guarantees (none or wrong type),
122
+ or scarcity (none or fake). Over-aggressive offers fail on over-promised
123
+ guarantees or fake countdowns.
124
+
125
+ ## The Diagnostic Loop
126
+
127
+ When the user says "my offer isn't converting":
128
+
129
+ 1. **Identify the business type** — service, course, coaching, info product, SaaS, agency, B2B (playbooks: [references/offer-formats.md](references/offer-formats.md)).
130
+ 2. **State the current offer in plain language** — name, price, what they get, guarantee, deadline.
131
+ 3. **Run the value equation** — score each of the four levers 1–10; the lowest is the binding constraint.
132
+ 4. **Audit the anatomy** — which of the six components is missing or weak?
133
+ 5. **Pick one lever to fix this iteration** — don't rebuild everything.
134
+ 6. **Draft the changed component** — new bonus, guarantee, scarcity, name, or payment plan.
135
+ 7. **Project the lift honestly** — single-component changes deliver 10–40%; anyone promising 5x is selling something.
136
+
137
+ ## When NOT to Use Offer-Design Tactics
138
+
139
+ - **Manipulative scarcity** — fake countdown timers, "only 3 spots left" lies. Short-term lift, long-term trust collapse.
140
+ - **Over-promising guarantees** — refund risk eats margin; public failures nuke reputation.
141
+ - **Bonus inflation** — $50K of "bonuses" on a $497 product; sophisticated buyers see it.
142
+ - **Course-bro aesthetic on a serious product** — gold logos, "secret method"; pattern-matches to scam.
143
+
144
+ ## Banned Vocabulary
145
+
146
+ Avoid in offer language: "game-changing / revolutionary / disruptive /
147
+ next-level / 10x" (AI slop), "secret / hidden / what they don't want you
148
+ to know" (clickbait), "limited time" with no real limit (lying), "worth
149
+ $X" with no comparable (inflation), "100% guaranteed" without conditions.
150
+ Use specific numbers, named customers, concrete outcomes, real timelines.
151
+
152
+ ## Reference Library
153
+
154
+ | Reference | When to read |
155
+ |-----------|--------------|
156
+ | [value-equation.md](references/value-equation.md) | Diagnosing which lever is broken |
157
+ | [offer-anatomy.md](references/offer-anatomy.md) | Building a complete offer from scratch |
158
+ | [guarantee-design.md](references/guarantee-design.md) | Picking the right guarantee type |
159
+ | [bonus-stacking.md](references/bonus-stacking.md) | Bonuses that raise value without devaluing the core |
160
+ | [scarcity-urgency.md](references/scarcity-urgency.md) | Real scarcity, not the fake patterns |
161
+ | [offer-formats.md](references/offer-formats.md) | Format playbooks by business type |
162
+ | [examples.md](references/examples.md) | Anonymized before/after by business type |
163
+
164
+ ## Related ArkaOS skills
165
+
166
+ - **`saas/pricing-strategy`** — price levels, tiers, value metric, freemium
167
+ - **`landing/copy-framework`** — the page that presents the offer
168
+ - **`landing/optimize-page`** — optimizing the conversion path
169
+ - **`saas/launch-execute`** — the moment you ship the offer
170
+ - **`sales/proposal-write`** — the proposal that carries the offer into a sales conversation
171
+
75
172
  ## Output → Obsidian: `WizardingCode/Landing-Pages/Offers/OFFER-<slug>.md`
@@ -0,0 +1,150 @@
1
+ # Bonus Stacking
2
+
3
+ How to add bonuses that raise perceived value without devaluing the core offer.
4
+
5
+ ## What bonuses actually do
6
+
7
+ Three jobs at once:
8
+
9
+ 1. **Raise perceived value** of the total offer
10
+ 2. **Lower perceived risk** — even if the core underdelivers, "I still got X for free"
11
+ 3. **Close specific buying objections** — each bonus can target one objection
12
+
13
+ The third job is the underrated one. Most weak bonus stacks throw four generic "extras" at the buyer. Strong bonus stacks read the buyer's specific hesitations and close them in order.
14
+
15
+ ---
16
+
17
+ ## The core principle: bonuses-as-objection-handlers
18
+
19
+ For each major objection your buyer has, add a bonus that closes it.
20
+
21
+ ### Common objections → matching bonus
22
+
23
+ | Objection | Targeted bonus |
24
+ |-----------|---------------|
25
+ | "I don't have time to implement this" | Done-for-you setup, week 1 |
26
+ | "I don't know which tools to use" | Pre-vetted tool stack with discount codes |
27
+ | "What if I get stuck?" | 30-day async Slack support |
28
+ | "I'm not sure my team will buy in" | Stakeholder pitch deck |
29
+ | "I've tried something like this before and it didn't work" | Case study from someone in your exact situation |
30
+ | "What about [edge case in my industry]?" | Industry-specific bonus reference doc |
31
+ | "Will I have to learn a bunch of new tools?" | Pre-built templates for the tools we recommend |
32
+ | "What if I don't finish it?" | 1:1 accountability check-in at day 30 |
33
+ | "My situation is more complex than the average buyer" | 1:1 onboarding call to customize the plan |
34
+ | "Will this work in [region/language]?" | Localized version or addendum |
35
+
36
+ A 4-bonus stack that closes 4 specific objections converts massively better than a 4-bonus stack of generic "extras."
37
+
38
+ ### How to find your buyer's actual objections
39
+
40
+ 1. Read every refund-request email and sales-call transcript from the last 6 months
41
+ 2. Read your own sales page out loud and write down every doubt that surfaces
42
+ 3. Ask 3 recent buyers: "What almost made you not buy?"
43
+
44
+ The answers cluster around 3–6 objections. Build a bonus for each.
45
+
46
+ ---
47
+
48
+ ## The math of bonus value
49
+
50
+ Each bonus has a stated value (what it would cost if you bought it separately). Bonuses should:
51
+
52
+ 1. **Have a stated value the buyer can verify.** Compare to a comparable product or service. "$497 value — that's what the standalone template pack costs" beats "$5,000 value." (Standalone? Compared to what?)
53
+
54
+ 2. **Total to less than 2x the price** of the core offer. A $1K offer can comfortably have $1.5K in bonuses. A $1K offer with "$25K in bonuses" reads as a scam.
55
+
56
+ 3. **Be things you'd actually sell separately.** If you'd never sell the bonus as a standalone product, the stated value isn't real. Sophisticated buyers can tell.
57
+
58
+ 4. **Each have a specific named outcome.** "Bonus: marketing toolkit" is weak. "Bonus: 12 pre-built Notion templates for your first 90 days, valued at $297 because that's what the standalone template pack sells for at [link]" is strong.
59
+
60
+ ---
61
+
62
+ ## The 4-bonus pattern that works
63
+
64
+ Most strong offers stack exactly 3–5 bonuses. More starts to feel like padding; fewer leaves objections un-closed.
65
+
66
+ A common structure:
67
+
68
+ | # | Type | Purpose | Typical value |
69
+ |---|------|---------|---------------|
70
+ | 1 | **Speed bonus** | Removes time-delay objection | Templates, swipes, accelerators |
71
+ | 2 | **Trust bonus** | Removes likelihood-of-failure objection | Case study, methodology doc, examples library |
72
+ | 3 | **Stuck bonus** | Removes "what if I get stuck" objection | Office hours, Slack, on-demand support |
73
+ | 4 | **Decision bonus** | Removes "I have to choose between X and Y" objection | Tool stack with discount codes, pre-vetted recommendations |
74
+ | 5 (optional) | **Bigger-than-you-asked bonus** | Adds dream-outcome surface area | Adjacent deliverable, related framework, partner offer |
75
+
76
+ Example for a $2K B2B copywriting course:
77
+
78
+ | # | Bonus | Closes |
79
+ |---|-------|--------|
80
+ | 1 | "30 winning sales page templates (last updated 2026-Q2)" — $297 value | "I don't have time to write from scratch" |
81
+ | 2 | "9 case studies from agencies that hit $250K MRR using these frameworks" — $0 (proof, not a saleable asset) | "Does this actually work for my situation?" |
82
+ | 3 | "60-day Slack access with weekly office hours" — $497 value | "What if I get stuck on a specific project?" |
83
+ | 4 | "The tool stack: 5 tools we use + discount codes (saves ~$1,200/yr)" — $1,200 value | "I don't know what to use" |
84
+ | 5 | "Bonus session: How to charge $5K+ per project" — $297 value | Pricing confidence (adjacent dream outcome) |
85
+
86
+ Total stated value: ~$2,300 in bonuses on a $2K core. Math checks out (under 2x). Each bonus closes a real objection.
87
+
88
+ ---
89
+
90
+ ## When bonuses backfire
91
+
92
+ ### Inflated values
93
+
94
+ "$50,000 in bonuses included today only!" on a $497 product. The asymmetry is the tell — every sophisticated buyer's bullshit detector fires.
95
+
96
+ Stated values must be defensible. If you can't point to a comparable price, don't quote the value.
97
+
98
+ ### Bonuses that devalue the core
99
+
100
+ If your core offer is "I'll write your sales page for $5K" and your bonus is "PLUS — bonus sales page edits for free for life!" — the bonus implies the core is incomplete. Now the buyer wonders why they should buy *without* the bonus.
101
+
102
+ Bonuses should be *additive* to a complete core, not patches on an incomplete one.
103
+
104
+ ### Bonus-stack-as-substitute-for-core
105
+
106
+ A weak core surrounded by amazing bonuses converts at the moment of sale but produces angry refund requests. The buyer bought the bonuses, got the core, felt cheated.
107
+
108
+ Order: strong core *first*, then bonuses to address specific objections.
109
+
110
+ ### Stacked too high
111
+
112
+ 5+ bonuses with high stated values starts to read as a course-bro funnel. Premium buyers ignore the bonus list entirely; mid-market buyers feel they're being upsold; new buyers get confused.
113
+
114
+ 3–5 bonuses, each with a specific purpose. Cap it.
115
+
116
+ ### Same-as-everyone-else bonuses
117
+
118
+ "BONUS! Private community access!" on every course in your category isn't a bonus, it's table stakes. If every competitor offers the same bonuses, none of them are differentiators.
119
+
120
+ Find bonuses that are specific to your buyer's situation. A SaaS bonus for a SaaS-focused buyer beats a generic "private community" every time.
121
+
122
+ ---
123
+
124
+ ## Bonus delivery: timing matters
125
+
126
+ A bonus delivered on day 1 closes "what if I never use it?" risk.
127
+ A bonus delivered at week 4 maintains momentum.
128
+ A bonus delivered at completion rewards finishing.
129
+
130
+ Mix the timing intentionally:
131
+
132
+ - Day 1: speed bonuses (templates, swipes, toolkit)
133
+ - Week 2–4: support bonuses (Slack, office hours, check-ins)
134
+ - Completion: identity bonuses (certificate, alumni access)
135
+
136
+ A buyer who gets all bonuses up-front is more likely to abandon (they got what they wanted, lost incentive to finish). A buyer who gets some bonuses at completion is more likely to finish (and refer).
137
+
138
+ ---
139
+
140
+ ## The audit
141
+
142
+ For each existing bonus on a current offer, ask:
143
+
144
+ 1. **What specific buying objection does this close?** If you can't name one, it's filler.
145
+ 2. **What's its defensible stated value?** If you can't point to a comparable price, drop the dollar amount.
146
+ 3. **Does the buyer get it on day 1, or at a meaningful point in their journey?** Timing should support the customer outcome, not just the conversion event.
147
+ 4. **Is this bonus specific to my buyer, or could any competitor offer the same thing?** If it's generic, replace it.
148
+ 5. **Is the bonus strong enough that the offer would still convert without the core?** If yes, the core is weak. Fix the core, don't lean on the bonus.
149
+
150
+ Most stuck offers have either zero bonuses or too many generic ones. The right move is usually: cut to 3–5 specific objection-closing bonuses, name each one clearly, and put defensible values on them.