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.
- package/README.md +7 -5
- package/THE-ARKAOS-GUIDE.md +7 -7
- package/VERSION +1 -1
- package/arka/SKILL.md +1 -1
- package/arka/skills/human-writing/SKILL.md +106 -0
- package/arka/skills/human-writing/references/anti-slop-phrases.md +131 -0
- package/arka/skills/human-writing/references/checklist.md +66 -0
- package/arka/skills/human-writing/references/content-refresh.md +38 -0
- package/arka/skills/human-writing/references/plain-english-alternatives.md +394 -0
- package/arka/skills/human-writing/references/pt-pt-anti-slop.md +82 -0
- package/arka/skills/human-writing/references/stop-slop.LICENSE +21 -0
- package/arka/skills/human-writing/references/structural-patterns.md +151 -0
- package/config/claude-agents/content-marketer.md +1 -1
- package/config/claude-agents/content-strategist.md +1 -1
- package/config/claude-agents/eduardo-copy.md +13 -0
- package/config/claude-agents/lifecycle-marketer.md +50 -0
- package/config/claude-agents/pr-partnerships.md +50 -0
- package/config/claude-agents/product-marketer.md +50 -0
- package/config/claude-agents/repurpose-distributor.md +1 -1
- package/config/claude-agents/sales-copywriter.md +1 -1
- package/config/claude-agents/scriptwriter.md +1 -1
- package/config/claude-agents/viral-engineer.md +1 -1
- package/config/evals/community.yaml +137 -0
- package/config/evals/content.yaml +298 -0
- package/config/evals/landing.yaml +927 -0
- package/config/evals/marketing.yaml +3836 -0
- package/config/evals/saas.yaml +616 -0
- package/config/evals/sales.yaml +437 -0
- package/config/skills-curated.yaml +2 -2
- package/config/skills-provenance.yaml +194 -21
- package/core/registry/generator.py +7 -0
- package/departments/community/SKILL.md +1 -0
- package/departments/community/skills/community-marketing/SKILL.md +200 -0
- package/departments/content/SKILL.md +1 -0
- package/departments/content/agents/content-strategist.yaml +1 -0
- package/departments/content/agents/repurpose-distributor.yaml +1 -0
- package/departments/content/agents/scriptwriter.yaml +1 -0
- package/departments/content/agents/viral-engineer.yaml +1 -0
- package/departments/content/skills/image-create/SKILL.md +375 -0
- package/departments/content/skills/image-create/references/ai-image-prompting.md +229 -0
- package/departments/content/skills/video-produce/SKILL.md +220 -0
- package/departments/content/skills/video-produce/references/ai-video-prompting.md +175 -0
- package/departments/content/skills/video-produce/references/edit-anatomy.md +84 -0
- package/departments/landing/SKILL.md +3 -0
- package/departments/landing/agents/sales-copywriter.yaml +1 -0
- package/departments/landing/skills/affiliate-bridge/SKILL.md +291 -5
- package/departments/landing/skills/affiliate-bridge/references/affiliate-programs.md +167 -0
- package/departments/landing/skills/affiliate-bridge/references/program-examples.md +143 -0
- package/departments/landing/skills/copy-framework/SKILL.md +241 -0
- package/departments/landing/skills/copy-framework/references/copy-frameworks.md +344 -0
- package/departments/landing/skills/copy-framework/references/natural-transitions.md +272 -0
- package/departments/landing/skills/lead-magnet/SKILL.md +337 -0
- package/departments/landing/skills/lead-magnet/references/benchmarks.md +129 -0
- package/departments/landing/skills/lead-magnet/references/format-guide.md +196 -0
- package/departments/landing/skills/offer-create/SKILL.md +105 -8
- package/departments/landing/skills/offer-create/references/bonus-stacking.md +150 -0
- package/departments/landing/skills/offer-create/references/examples.md +215 -0
- package/departments/landing/skills/offer-create/references/guarantee-design.md +172 -0
- package/departments/landing/skills/offer-create/references/offer-anatomy.md +203 -0
- package/departments/landing/skills/offer-create/references/offer-formats.md +240 -0
- package/departments/landing/skills/offer-create/references/scarcity-urgency.md +175 -0
- package/departments/landing/skills/offer-create/references/value-equation.md +134 -0
- package/departments/landing/skills/optimize-page/SKILL.md +185 -4
- package/departments/landing/skills/optimize-page/references/experiments.md +248 -0
- package/departments/landing/skills/optimize-page/references/form.md +422 -0
- package/departments/landing/skills/page-architect/SKILL.md +373 -5
- package/departments/landing/skills/page-architect/references/mermaid-templates.md +216 -0
- package/departments/landing/skills/page-architect/references/navigation-patterns.md +305 -0
- package/departments/landing/skills/page-architect/references/site-type-templates.md +293 -0
- package/departments/landing/skills/popup-design/SKILL.md +481 -0
- package/departments/landing/skills/signup-optimize/SKILL.md +385 -0
- package/departments/marketing/SKILL.md +22 -1
- package/departments/marketing/agents/content-marketer.yaml +1 -0
- package/departments/marketing/agents/growth-marketing/lifecycle-marketer.yaml +75 -0
- package/departments/marketing/agents/growth-marketing/pr-partnerships.yaml +74 -0
- package/departments/marketing/agents/growth-marketing/product-marketer.yaml +79 -0
- package/departments/marketing/agents/marketing-director.yaml +1 -0
- package/departments/marketing/skills/ab-test/SKILL.md +322 -3
- package/departments/marketing/skills/ab-test/references/sample-size-guide.md +263 -0
- package/departments/marketing/skills/ab-test/references/test-templates.md +277 -0
- package/departments/marketing/skills/ad-creative/SKILL.md +451 -0
- package/departments/marketing/skills/ad-creative/references/creative-review-page.md +106 -0
- package/departments/marketing/skills/ad-creative/references/creative-roadmap.md +118 -0
- package/departments/marketing/skills/ad-creative/references/generative-tools.md +637 -0
- package/departments/marketing/skills/ad-creative/references/hook-system.md +115 -0
- package/departments/marketing/skills/ad-creative/references/imessage-video-ads.md +201 -0
- package/departments/marketing/skills/ad-creative/references/motion-video-ads.md +126 -0
- package/departments/marketing/skills/ad-creative/references/platform-specs.md +213 -0
- package/departments/marketing/skills/ad-creative/references/static-ad-templates.md +200 -0
- package/departments/marketing/skills/ai-seo/SKILL.md +520 -0
- package/departments/marketing/skills/ai-seo/references/citations-vs-recommendations.md +85 -0
- package/departments/marketing/skills/ai-seo/references/content-patterns.md +287 -0
- package/departments/marketing/skills/ai-seo/references/content-types.md +71 -0
- package/departments/marketing/skills/ai-seo/references/okf.md +104 -0
- package/departments/marketing/skills/ai-seo/references/platform-ranking-factors.md +154 -0
- package/departments/marketing/skills/analytics-report/SKILL.md +310 -1
- package/departments/marketing/skills/analytics-report/references/event-library.md +260 -0
- package/departments/marketing/skills/analytics-report/references/ga4-implementation.md +300 -0
- package/departments/marketing/skills/analytics-report/references/gtm-implementation.md +390 -0
- package/departments/marketing/skills/aso/SKILL.md +336 -0
- package/departments/marketing/skills/aso/references/apple-specs.md +107 -0
- package/departments/marketing/skills/aso/references/benchmarks.md +129 -0
- package/departments/marketing/skills/aso/references/google-play-specs.md +131 -0
- package/departments/marketing/skills/aso/references/report-template.md +213 -0
- package/departments/marketing/skills/aso/references/scoring-criteria.md +213 -0
- package/departments/marketing/skills/co-marketing/SKILL.md +316 -0
- package/departments/marketing/skills/cold-email/SKILL.md +80 -0
- package/departments/marketing/skills/cold-email/references/benchmarks.md +83 -0
- package/departments/marketing/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/departments/marketing/skills/cold-email/references/frameworks.md +90 -0
- package/departments/marketing/skills/cold-email/references/personalization.md +79 -0
- package/departments/marketing/skills/cold-email/references/subject-lines.md +53 -0
- package/departments/marketing/skills/competitor-analysis/SKILL.md +262 -5
- package/departments/marketing/skills/competitor-analysis/references/content-architecture.md +271 -0
- package/departments/marketing/skills/competitor-analysis/references/templates.md +223 -0
- package/departments/marketing/skills/competitor-profile/SKILL.md +447 -0
- package/departments/marketing/skills/competitor-profile/references/templates.md +167 -0
- package/departments/marketing/skills/competitor-profile/references/tool-reference.md +179 -0
- package/departments/marketing/skills/content-strategy/SKILL.md +398 -0
- package/departments/marketing/skills/content-strategy/references/headless-cms.md +194 -0
- package/departments/marketing/skills/council/SKILL.md +185 -0
- package/departments/marketing/skills/council/references/advisor-template.md +51 -0
- package/departments/marketing/skills/council/references/advisors/alex-hormozi.md +43 -0
- package/departments/marketing/skills/council/references/advisors/ann-handley.md +43 -0
- package/departments/marketing/skills/council/references/advisors/april-dunford.md +41 -0
- package/departments/marketing/skills/council/references/advisors/byron-sharp.md +43 -0
- package/departments/marketing/skills/council/references/advisors/claude-hopkins.md +42 -0
- package/departments/marketing/skills/council/references/advisors/david-ogilvy.md +42 -0
- package/departments/marketing/skills/council/references/advisors/eugene-schwartz.md +42 -0
- package/departments/marketing/skills/council/references/advisors/gary-halbert.md +43 -0
- package/departments/marketing/skills/council/references/advisors/gary-vaynerchuk.md +43 -0
- package/departments/marketing/skills/council/references/advisors/rory-sutherland.md +42 -0
- package/departments/marketing/skills/council/references/advisors/russell-brunson.md +43 -0
- package/departments/marketing/skills/council/references/advisors/seth-godin.md +43 -0
- package/departments/marketing/skills/customer-research/SKILL.md +318 -0
- package/departments/marketing/skills/customer-research/references/source-guides.md +401 -0
- package/departments/marketing/skills/directory-submit/SKILL.md +409 -0
- package/departments/marketing/skills/directory-submit/references/directory-list.md +477 -0
- package/departments/marketing/skills/directory-submit/references/positioning-variations.md +232 -0
- package/departments/marketing/skills/directory-submit/references/submission-tracker-template.csv +266 -0
- package/departments/marketing/skills/email-sequence/SKILL.md +309 -2
- package/departments/marketing/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/departments/marketing/skills/email-sequence/references/email-types.md +515 -0
- package/departments/marketing/skills/email-sequence/references/sequence-templates.md +168 -0
- package/departments/marketing/skills/free-tools/SKILL.md +203 -0
- package/departments/marketing/skills/free-tools/references/tool-types.md +217 -0
- package/departments/marketing/skills/marketing-ideas/SKILL.md +191 -0
- package/departments/marketing/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/departments/marketing/skills/marketing-loops/SKILL.md +136 -0
- package/departments/marketing/skills/marketing-loops/references/loop-catalog.md +687 -0
- package/departments/marketing/skills/marketing-loops/references/loop-guardrails.md +73 -0
- package/departments/marketing/skills/marketing-loops/references/loop-orchestration.md +69 -0
- package/departments/marketing/skills/marketing-loops/references/loop-state.md +67 -0
- package/departments/marketing/skills/marketing-loops/references/loop-template.md +79 -0
- package/departments/marketing/skills/marketing-plan/SKILL.md +302 -0
- package/departments/marketing/skills/marketing-plan/references/aarrr-framework.md +180 -0
- package/departments/marketing/skills/marketing-plan/references/budget-planning.md +168 -0
- package/departments/marketing/skills/marketing-plan/references/client-types.md +373 -0
- package/departments/marketing/skills/marketing-plan/references/current-state-rubric.md +255 -0
- package/departments/marketing/skills/marketing-plan/references/example-quietude.md +972 -0
- package/departments/marketing/skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
- package/departments/marketing/skills/marketing-plan/references/growth-patterns.md +148 -0
- package/departments/marketing/skills/marketing-plan/references/idea-cross-reference.md +265 -0
- package/departments/marketing/skills/marketing-plan/references/measurement-framework.md +213 -0
- package/departments/marketing/skills/marketing-plan/references/methodology.md +363 -0
- package/departments/marketing/skills/marketing-plan/references/ops-stack-mapping.md +197 -0
- package/departments/marketing/skills/marketing-plan/references/plan-template.md +494 -0
- package/departments/marketing/skills/marketing-plan/references/team-and-agency-model.md +278 -0
- package/departments/marketing/skills/marketing-psychology/SKILL.md +479 -0
- package/departments/marketing/skills/paid-campaign/SKILL.md +452 -3
- package/departments/marketing/skills/paid-campaign/references/abm-playbook.md +93 -0
- package/departments/marketing/skills/paid-campaign/references/ad-copy-templates.md +207 -0
- package/departments/marketing/skills/paid-campaign/references/audience-targeting.md +243 -0
- package/departments/marketing/skills/paid-campaign/references/b2b-paid-playbook.md +115 -0
- package/departments/marketing/skills/paid-campaign/references/conversion-tracking.md +361 -0
- package/departments/marketing/skills/paid-campaign/references/google-search-playbook.md +120 -0
- package/departments/marketing/skills/paid-campaign/references/linkedin-b2b-playbook.md +107 -0
- package/departments/marketing/skills/paid-campaign/references/meta-decision-system.md +143 -0
- package/departments/marketing/skills/paid-campaign/references/platform-setup-checklists.md +277 -0
- package/departments/marketing/skills/paid-campaign/references/rsa-output-spec.md +88 -0
- package/departments/marketing/skills/product-marketing/SKILL.md +141 -0
- package/departments/marketing/skills/programmatic-seo/SKILL.md +74 -3
- package/departments/marketing/skills/programmatic-seo/references/playbooks.md +308 -0
- package/departments/marketing/skills/public-relations/SKILL.md +167 -0
- package/departments/marketing/skills/public-relations/references/journalist-pitching.md +368 -0
- package/departments/marketing/skills/public-relations/references/media-outlets.md +207 -0
- package/departments/marketing/skills/public-relations/references/newsjacking.md +218 -0
- package/departments/marketing/skills/public-relations/references/press-platforms.md +188 -0
- package/departments/marketing/skills/schema-markup/SKILL.md +203 -0
- package/departments/marketing/skills/schema-markup/references/schema-examples.md +398 -0
- package/departments/marketing/skills/seo-audit/SKILL.md +470 -1
- package/departments/marketing/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/departments/marketing/skills/seo-audit/references/international-seo.md +230 -0
- package/departments/marketing/skills/sms-campaign/SKILL.md +363 -0
- package/departments/marketing/skills/sms-campaign/references/compliance.md +202 -0
- package/departments/marketing/skills/sms-campaign/references/platforms.md +318 -0
- package/departments/marketing/skills/sms-campaign/references/sequence-templates.md +282 -0
- package/departments/marketing/skills/social-strategy/SKILL.md +414 -3
- package/departments/marketing/skills/social-strategy/references/carousel-frameworks.md +141 -0
- package/departments/marketing/skills/social-strategy/references/listening-sources-template.md +123 -0
- package/departments/marketing/skills/social-strategy/references/listening.md +283 -0
- package/departments/marketing/skills/social-strategy/references/platform-limits.md +110 -0
- package/departments/marketing/skills/social-strategy/references/platforms.md +170 -0
- package/departments/marketing/skills/social-strategy/references/post-templates.md +179 -0
- package/departments/marketing/skills/social-strategy/references/reverse-engineering.md +195 -0
- package/departments/marketing/skills/social-strategy/references/short-form-video.md +237 -0
- package/departments/marketing/squad.yaml +10 -1
- package/departments/marketing/tools/LICENSE +21 -0
- package/departments/marketing/tools/REGISTRY.md +590 -0
- package/departments/marketing/tools/clis/README.md +198 -0
- package/departments/marketing/tools/clis/activecampaign.js +435 -0
- package/departments/marketing/tools/clis/adobe-analytics.js +161 -0
- package/departments/marketing/tools/clis/ahrefs.js +192 -0
- package/departments/marketing/tools/clis/airops.js +163 -0
- package/departments/marketing/tools/clis/amplitude.js +182 -0
- package/departments/marketing/tools/clis/apollo.js +142 -0
- package/departments/marketing/tools/clis/beehiiv.js +245 -0
- package/departments/marketing/tools/clis/brevo.js +368 -0
- package/departments/marketing/tools/clis/buffer.js +260 -0
- package/departments/marketing/tools/clis/calendly.js +253 -0
- package/departments/marketing/tools/clis/clay.js +159 -0
- package/departments/marketing/tools/clis/clearbit.js +163 -0
- package/departments/marketing/tools/clis/close.js +232 -0
- package/departments/marketing/tools/clis/coupler.js +173 -0
- package/departments/marketing/tools/clis/crossbeam.js +193 -0
- package/departments/marketing/tools/clis/customer-io.js +205 -0
- package/departments/marketing/tools/clis/dataforseo.js +257 -0
- package/departments/marketing/tools/clis/demio.js +149 -0
- package/departments/marketing/tools/clis/dub.js +158 -0
- package/departments/marketing/tools/clis/exa.js +147 -0
- package/departments/marketing/tools/clis/g2.js +186 -0
- package/departments/marketing/tools/clis/ga4.js +194 -0
- package/departments/marketing/tools/clis/github-prospects.js +257 -0
- package/departments/marketing/tools/clis/google-ads.js +189 -0
- package/departments/marketing/tools/clis/google-search-console.js +166 -0
- package/departments/marketing/tools/clis/hotjar.js +167 -0
- package/departments/marketing/tools/clis/hunter.js +249 -0
- package/departments/marketing/tools/clis/instantly.js +270 -0
- package/departments/marketing/tools/clis/intercom.js +399 -0
- package/departments/marketing/tools/clis/keywords-everywhere.js +185 -0
- package/departments/marketing/tools/clis/kit.js +232 -0
- package/departments/marketing/tools/clis/klaviyo.js +348 -0
- package/departments/marketing/tools/clis/lemlist.js +221 -0
- package/departments/marketing/tools/clis/linkedin-ads.js +185 -0
- package/departments/marketing/tools/clis/livestorm.js +292 -0
- package/departments/marketing/tools/clis/mailchimp.js +220 -0
- package/departments/marketing/tools/clis/mention-me.js +161 -0
- package/departments/marketing/tools/clis/meta-ads.js +181 -0
- package/departments/marketing/tools/clis/mixpanel.js +248 -0
- package/departments/marketing/tools/clis/onesignal.js +241 -0
- package/departments/marketing/tools/clis/optimizely.js +233 -0
- package/departments/marketing/tools/clis/outreach.js +213 -0
- package/departments/marketing/tools/clis/paddle.js +385 -0
- package/departments/marketing/tools/clis/partnerstack.js +382 -0
- package/departments/marketing/tools/clis/pendo.js +221 -0
- package/departments/marketing/tools/clis/plausible.js +249 -0
- package/departments/marketing/tools/clis/postmark.js +375 -0
- package/departments/marketing/tools/clis/rankparse.js +196 -0
- package/departments/marketing/tools/clis/resend.js +370 -0
- package/departments/marketing/tools/clis/rewardful.js +160 -0
- package/departments/marketing/tools/clis/savvycal.js +223 -0
- package/departments/marketing/tools/clis/segment.js +192 -0
- package/departments/marketing/tools/clis/semrush.js +207 -0
- package/departments/marketing/tools/clis/sendgrid.js +211 -0
- package/departments/marketing/tools/clis/similarweb.js +214 -0
- package/departments/marketing/tools/clis/snov.js +237 -0
- package/departments/marketing/tools/clis/supermetrics.js +169 -0
- package/departments/marketing/tools/clis/tiktok-ads.js +190 -0
- package/departments/marketing/tools/clis/tolt.js +153 -0
- package/departments/marketing/tools/clis/trustpilot.js +276 -0
- package/departments/marketing/tools/clis/typeform.js +269 -0
- package/departments/marketing/tools/clis/wistia.js +301 -0
- package/departments/marketing/tools/clis/zapier.js +165 -0
- package/departments/marketing/tools/clis/zoominfo.js +223 -0
- package/departments/marketing/tools/composio/README.md +105 -0
- package/departments/marketing/tools/composio/marketing-tools.md +91 -0
- package/departments/marketing/tools/integrations/activecampaign.md +337 -0
- package/departments/marketing/tools/integrations/adobe-analytics.md +156 -0
- package/departments/marketing/tools/integrations/ahrefs.md +142 -0
- package/departments/marketing/tools/integrations/airops.md +128 -0
- package/departments/marketing/tools/integrations/amplitude.md +135 -0
- package/departments/marketing/tools/integrations/apollo.md +148 -0
- package/departments/marketing/tools/integrations/attentive.md +152 -0
- package/departments/marketing/tools/integrations/audiencetap.md +125 -0
- package/departments/marketing/tools/integrations/beehiiv.md +157 -0
- package/departments/marketing/tools/integrations/brevo.md +268 -0
- package/departments/marketing/tools/integrations/browserbase.md +111 -0
- package/departments/marketing/tools/integrations/buffer.md +138 -0
- package/departments/marketing/tools/integrations/calendly.md +161 -0
- package/departments/marketing/tools/integrations/clay.md +149 -0
- package/departments/marketing/tools/integrations/clearbit.md +142 -0
- package/departments/marketing/tools/integrations/close.md +191 -0
- package/departments/marketing/tools/integrations/cogny.md +153 -0
- package/departments/marketing/tools/integrations/composio.md +190 -0
- package/departments/marketing/tools/integrations/contentful.md +160 -0
- package/departments/marketing/tools/integrations/coupler.md +142 -0
- package/departments/marketing/tools/integrations/crossbeam.md +137 -0
- package/departments/marketing/tools/integrations/customer-io.md +187 -0
- package/departments/marketing/tools/integrations/dataforseo.md +165 -0
- package/departments/marketing/tools/integrations/demio.md +182 -0
- package/departments/marketing/tools/integrations/dub-co.md +160 -0
- package/departments/marketing/tools/integrations/exa.md +145 -0
- package/departments/marketing/tools/integrations/firecrawl.md +144 -0
- package/departments/marketing/tools/integrations/firehose.md +159 -0
- package/departments/marketing/tools/integrations/g2.md +179 -0
- package/departments/marketing/tools/integrations/ga4.md +126 -0
- package/departments/marketing/tools/integrations/github.md +182 -0
- package/departments/marketing/tools/integrations/gong.md +144 -0
- package/departments/marketing/tools/integrations/google-ads.md +159 -0
- package/departments/marketing/tools/integrations/google-search-console.md +147 -0
- package/departments/marketing/tools/integrations/heygen.md +126 -0
- package/departments/marketing/tools/integrations/hotjar.md +147 -0
- package/departments/marketing/tools/integrations/hubspot.md +178 -0
- package/departments/marketing/tools/integrations/hunter.md +90 -0
- package/departments/marketing/tools/integrations/hyperframes.md +180 -0
- package/departments/marketing/tools/integrations/instantly.md +104 -0
- package/departments/marketing/tools/integrations/intercom.md +292 -0
- package/departments/marketing/tools/integrations/introw.md +182 -0
- package/departments/marketing/tools/integrations/keywords-everywhere.md +207 -0
- package/departments/marketing/tools/integrations/kit.md +167 -0
- package/departments/marketing/tools/integrations/klaviyo.md +228 -0
- package/departments/marketing/tools/integrations/lemlist.md +110 -0
- package/departments/marketing/tools/integrations/linkedin-ads.md +164 -0
- package/departments/marketing/tools/integrations/livestorm.md +313 -0
- package/departments/marketing/tools/integrations/mailchimp.md +150 -0
- package/departments/marketing/tools/integrations/mention-me.md +160 -0
- package/departments/marketing/tools/integrations/meta-ads.md +147 -0
- package/departments/marketing/tools/integrations/mixpanel.md +137 -0
- package/departments/marketing/tools/integrations/nitrosend.md +113 -0
- package/departments/marketing/tools/integrations/onesignal.md +229 -0
- package/departments/marketing/tools/integrations/optimizely.md +171 -0
- package/departments/marketing/tools/integrations/outreach.md +172 -0
- package/departments/marketing/tools/integrations/paddle.md +212 -0
- package/departments/marketing/tools/integrations/partnerstack.md +222 -0
- package/departments/marketing/tools/integrations/pendo.md +208 -0
- package/departments/marketing/tools/integrations/plausible.md +177 -0
- package/departments/marketing/tools/integrations/plivo.md +140 -0
- package/departments/marketing/tools/integrations/posthog.md +151 -0
- package/departments/marketing/tools/integrations/postmark.md +234 -0
- package/departments/marketing/tools/integrations/postscript.md +126 -0
- package/departments/marketing/tools/integrations/rankparse.md +257 -0
- package/departments/marketing/tools/integrations/rb2b.md +110 -0
- package/departments/marketing/tools/integrations/resend.md +212 -0
- package/departments/marketing/tools/integrations/rewardful.md +147 -0
- package/departments/marketing/tools/integrations/salesforce.md +150 -0
- package/departments/marketing/tools/integrations/sanity.md +148 -0
- package/departments/marketing/tools/integrations/savvycal.md +181 -0
- package/departments/marketing/tools/integrations/segment.md +159 -0
- package/departments/marketing/tools/integrations/semrush.md +121 -0
- package/departments/marketing/tools/integrations/sendgrid.md +161 -0
- package/departments/marketing/tools/integrations/sequenzy.md +306 -0
- package/departments/marketing/tools/integrations/shopify.md +176 -0
- package/departments/marketing/tools/integrations/similarweb.md +150 -0
- package/departments/marketing/tools/integrations/snov.md +94 -0
- package/departments/marketing/tools/integrations/sparktoro.md +127 -0
- package/departments/marketing/tools/integrations/strapi.md +167 -0
- package/departments/marketing/tools/integrations/stripe.md +148 -0
- package/departments/marketing/tools/integrations/supermetrics.md +145 -0
- package/departments/marketing/tools/integrations/tiktok-ads.md +161 -0
- package/departments/marketing/tools/integrations/tolt.md +144 -0
- package/departments/marketing/tools/integrations/truelist.md +184 -0
- package/departments/marketing/tools/integrations/trustpilot.md +191 -0
- package/departments/marketing/tools/integrations/twilio.md +152 -0
- package/departments/marketing/tools/integrations/typeform.md +190 -0
- package/departments/marketing/tools/integrations/webflow.md +198 -0
- package/departments/marketing/tools/integrations/wistia.md +164 -0
- package/departments/marketing/tools/integrations/wordpress.md +175 -0
- package/departments/marketing/tools/integrations/zapier.md +244 -0
- package/departments/marketing/tools/integrations/zoominfo.md +191 -0
- package/departments/quality/agents/copy-director.yaml +1 -0
- package/departments/saas/SKILL.md +1 -0
- package/departments/saas/skills/churn-analysis/SKILL.md +421 -4
- package/departments/saas/skills/churn-analysis/references/cancel-flow-patterns.md +316 -0
- package/departments/saas/skills/churn-analysis/references/dunning-playbook.md +408 -0
- package/departments/saas/skills/launch-execute/SKILL.md +346 -4
- package/departments/saas/skills/onboarding-optimize/SKILL.md +218 -4
- package/departments/saas/skills/onboarding-optimize/references/experiments.md +258 -0
- package/departments/saas/skills/paywall-design/SKILL.md +256 -0
- package/departments/saas/skills/paywall-design/references/experiments.md +164 -0
- package/departments/saas/skills/pricing-strategy/SKILL.md +224 -0
- package/departments/saas/skills/pricing-strategy/references/research-methods.md +152 -0
- package/departments/saas/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/departments/sales/SKILL.md +3 -0
- package/departments/sales/skills/prospecting/SKILL.md +297 -0
- package/departments/sales/skills/prospecting/references/b2b-prospecting.md +106 -0
- package/departments/sales/skills/prospecting/references/compliance.md +123 -0
- package/departments/sales/skills/prospecting/references/data-sources.md +287 -0
- package/departments/sales/skills/prospecting/references/demand-signals.md +129 -0
- package/departments/sales/skills/prospecting/references/local-prospecting.md +165 -0
- package/departments/sales/skills/prospecting/references/saas-prospecting.md +123 -0
- package/departments/sales/skills/revops/SKILL.md +379 -0
- package/departments/sales/skills/revops/references/automation-playbooks.md +290 -0
- package/departments/sales/skills/revops/references/lifecycle-definitions.md +278 -0
- package/departments/sales/skills/revops/references/routing-rules.md +203 -0
- package/departments/sales/skills/revops/references/scoring-models.md +247 -0
- package/departments/sales/skills/sales-enablement/SKILL.md +396 -0
- package/departments/sales/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/departments/sales/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/departments/sales/skills/sales-enablement/references/objection-library.md +270 -0
- package/departments/sales/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/harness/codex/AGENTS.md +8 -8
- package/harness/copilot/copilot-instructions.md +8 -8
- package/harness/cursor/rules/arkaos.mdc +9 -9
- package/harness/gemini/GEMINI.md +8 -8
- package/harness/opencode/AGENTS.md +8 -8
- package/harness/zed/.rules +8 -8
- package/knowledge/agents-registry-v2.json +170 -8
- package/knowledge/commands-registry.json +693 -99
- package/knowledge/skills-manifest.json +459 -20
- package/package.json +1 -1
- package/pyproject.toml +1 -1
- package/scripts/tools/evals_import.py +183 -0
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
# Offer Formats by Business Type
|
|
2
|
+
|
|
3
|
+
The right offer format depends on what you sell. The same six components (core, bonuses, guarantee, scarcity, name, price) get assembled differently by business type.
|
|
4
|
+
|
|
5
|
+
This reference is organized by business type. Find yours, then use the format as a starting point — not a fixed recipe.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Service / freelance
|
|
10
|
+
|
|
11
|
+
You sell your time and skill.
|
|
12
|
+
|
|
13
|
+
### Default format
|
|
14
|
+
|
|
15
|
+
| Component | Default |
|
|
16
|
+
|-----------|---------|
|
|
17
|
+
| **Core** | A scoped engagement with a specific deliverable and timeline |
|
|
18
|
+
| **Bonuses** | Templates, frameworks, post-engagement support, tool stack |
|
|
19
|
+
| **Guarantee** | First-milestone gate (paid pilot or first-deliverable refund) |
|
|
20
|
+
| **Scarcity** | Capacity-based (next slot opens [date]) |
|
|
21
|
+
| **Name** | Methodology-named or outcome-named (e.g., "The 30-Day Activation Sprint") |
|
|
22
|
+
| **Price** | Project-based with down-payment, or monthly retainer |
|
|
23
|
+
|
|
24
|
+
### What to watch
|
|
25
|
+
|
|
26
|
+
- **Naming matters disproportionately** — services without named offers compete on price; named services compete on positioning
|
|
27
|
+
- **Scope creep is the offer killer** — define what's in, out, and optional, *in writing*, before the engagement starts
|
|
28
|
+
- **Bonuses should compound the deliverable** — templates and frameworks that make the buyer self-sufficient after the engagement, not during
|
|
29
|
+
|
|
30
|
+
### Productizing the offer
|
|
31
|
+
|
|
32
|
+
Move from "I sell consulting" to "I sell the 8-Week Marketing Reset." Same delivery, different offer.
|
|
33
|
+
|
|
34
|
+
The productized version:
|
|
35
|
+
- Has a name
|
|
36
|
+
- Has a fixed scope and timeline
|
|
37
|
+
- Has a fixed price
|
|
38
|
+
- Has the same bonuses every time
|
|
39
|
+
- Has a defined gate (week 4 check-in, paid pilot, milestone review)
|
|
40
|
+
|
|
41
|
+
Productizing raises perceived value, simplifies sales, and creates a repeatable case-study factory.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Course (async, cohort-based, live)
|
|
46
|
+
|
|
47
|
+
You sell structured learning.
|
|
48
|
+
|
|
49
|
+
### Default format
|
|
50
|
+
|
|
51
|
+
| Component | Default |
|
|
52
|
+
|-----------|---------|
|
|
53
|
+
| **Core** | The curriculum + delivery format |
|
|
54
|
+
| **Bonuses** | Templates, swipe files, case studies, community access |
|
|
55
|
+
| **Guarantee** | Conditional money-back (completion-gated) |
|
|
56
|
+
| **Scarcity** | Cohort scarcity (enrollment closes [date]) |
|
|
57
|
+
| **Name** | Outcome-named or methodology-named |
|
|
58
|
+
| **Price** | Pay-in-full or 2–4 installments |
|
|
59
|
+
|
|
60
|
+
### Async vs cohort-based
|
|
61
|
+
|
|
62
|
+
| Decision | Async | Cohort |
|
|
63
|
+
|----------|-------|--------|
|
|
64
|
+
| **Pricing** | Lower ($297–$1,997) | Higher ($1,497–$5,000+) |
|
|
65
|
+
| **Scarcity** | Bonus expiry, price increases | Cohort start date |
|
|
66
|
+
| **Guarantee** | Generous unconditional | Conditional on completion |
|
|
67
|
+
| **Conversion mechanic** | Email funnel, evergreen webinar | Launch window + cohort deadline |
|
|
68
|
+
| **Default bonus** | Templates, swipes | Slack + office hours + 1:1 review |
|
|
69
|
+
|
|
70
|
+
### What to watch
|
|
71
|
+
|
|
72
|
+
- **Completion is the marketing asset** — every completer is a case study. Engineer the first win in week 1.
|
|
73
|
+
- **Cohort scarcity must be real** — if "doors close Friday" is followed by "doors reopen Monday because we extended the cohort," the trick gets noticed
|
|
74
|
+
- **Refund design matters more than refund rate** — a generous-sounding guarantee with smart conditions converts well and refunds rarely
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Coaching (1:1, group, mastermind)
|
|
79
|
+
|
|
80
|
+
You sell access to your expertise applied to their specific situation.
|
|
81
|
+
|
|
82
|
+
### Default format
|
|
83
|
+
|
|
84
|
+
| Component | Default |
|
|
85
|
+
|-----------|---------|
|
|
86
|
+
| **Core** | Sessions + asynchronous access + specific outcome focus |
|
|
87
|
+
| **Bonuses** | Resources from your library, intro to network, post-engagement check-ins |
|
|
88
|
+
| **Guarantee** | Outcome-or-extension or first-two-sessions out |
|
|
89
|
+
| **Scarcity** | Capacity-based (N spots / quarter) |
|
|
90
|
+
| **Name** | Identity-named or outcome-named (e.g., "Founder Marketing Mastermind") |
|
|
91
|
+
| **Price** | Monthly retainer or 3/6/12-month engagement |
|
|
92
|
+
|
|
93
|
+
### 1:1 vs group
|
|
94
|
+
|
|
95
|
+
| Decision | 1:1 | Group / mastermind |
|
|
96
|
+
|----------|-----|---------------------|
|
|
97
|
+
| **Pricing** | $1,500–$10,000+/mo | $497–$2,500+/mo |
|
|
98
|
+
| **Scarcity** | Capacity (4–10 1:1 clients) | Cohort size (8–30 members) |
|
|
99
|
+
| **Guarantee** | First-two-sessions out | Trial period, no refunds after |
|
|
100
|
+
| **Bonuses** | Custom resources, intros | Group access, peer accountability, library access |
|
|
101
|
+
| **Default delivery** | Weekly or biweekly sessions | Monthly group calls + community |
|
|
102
|
+
|
|
103
|
+
### What to watch
|
|
104
|
+
|
|
105
|
+
- **Identity is the offer** — group coaching is often more about being in the room with peers than about the coach's instruction. Name the room, not the coach.
|
|
106
|
+
- **Onboarding is part of the offer** — a sloppy intake destroys perceived likelihood
|
|
107
|
+
- **Renewal is the real conversion event** — design for the 6-month decision, not the first-month decision
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## Info product (guide, swipe file, template pack, community)
|
|
112
|
+
|
|
113
|
+
You sell packaged knowledge or assets.
|
|
114
|
+
|
|
115
|
+
### Default format
|
|
116
|
+
|
|
117
|
+
| Component | Default |
|
|
118
|
+
|-----------|---------|
|
|
119
|
+
| **Core** | The asset(s) + lifetime access |
|
|
120
|
+
| **Bonuses** | Adjacent assets, walkthroughs, templates |
|
|
121
|
+
| **Guarantee** | Generous unconditional (30-day no-questions) |
|
|
122
|
+
| **Scarcity** | Bonus expiry, price-increase scheduling |
|
|
123
|
+
| **Name** | Outcome-named, often punchy and specific |
|
|
124
|
+
| **Price** | $29–$497, pay-in-full |
|
|
125
|
+
|
|
126
|
+
### What to watch
|
|
127
|
+
|
|
128
|
+
- **The first-impression matters disproportionately** — the buyer opens it once. If the first 5 minutes don't feel premium, they don't engage with the rest
|
|
129
|
+
- **Quick-start is a bonus** — pair the asset with a 10-minute "do this first" walkthrough
|
|
130
|
+
- **Lifetime access is implicit pricing** — clarify what "lifetime" means (yours, the product's, until you sunset it)
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## High-ticket B2B ($5K+ ACV, sales-led)
|
|
135
|
+
|
|
136
|
+
You sell to companies with a sales conversation.
|
|
137
|
+
|
|
138
|
+
### Default format
|
|
139
|
+
|
|
140
|
+
| Component | Default |
|
|
141
|
+
|-----------|---------|
|
|
142
|
+
| **Core** | A multi-month engagement or annual contract |
|
|
143
|
+
| **Bonuses** | Onboarding, training, integration, dedicated CSM |
|
|
144
|
+
| **Guarantee** | SLA, performance-based, or pilot-gated |
|
|
145
|
+
| **Scarcity** | Quarter-end pricing, capacity (N onboardings/quarter), tier limits |
|
|
146
|
+
| **Name** | Internal-stable (e.g., "Enterprise Plan") + named engagement type (e.g., "Strategic Onboarding") |
|
|
147
|
+
| **Price** | Annual contract with quarterly payment, often custom |
|
|
148
|
+
|
|
149
|
+
### What to watch
|
|
150
|
+
|
|
151
|
+
- **Buying committee, not buyer** — the offer has to land with the champion, the economic buyer, and the influencer simultaneously
|
|
152
|
+
- **Procurement is the offer** — your terms (payment, NET 60, security review, MSA) are part of the offer; rigid terms lose deals
|
|
153
|
+
- **Pilot offers convert sophisticated buyers** — "30-day paid pilot, decide to continue at end" reduces decision risk
|
|
154
|
+
- **The CSM is part of the offer** — buyers consistently rate post-sale relationship as part of the offer-perceived-value
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
## Agency retainer
|
|
159
|
+
|
|
160
|
+
You sell ongoing service delivery.
|
|
161
|
+
|
|
162
|
+
### Default format
|
|
163
|
+
|
|
164
|
+
| Component | Default |
|
|
165
|
+
|-----------|---------|
|
|
166
|
+
| **Core** | Monthly deliverables + dedicated team + reporting cadence |
|
|
167
|
+
| **Bonuses** | Strategy sessions, tool access, audit credits, library access |
|
|
168
|
+
| **Guarantee** | Month-1 paid pilot or 90-day out clause |
|
|
169
|
+
| **Scarcity** | Capacity (N clients / vertical / quarter) |
|
|
170
|
+
| **Name** | Tier-named ("Growth," "Scale," "Enterprise") + service line |
|
|
171
|
+
| **Price** | Monthly retainer with discount for annual commit |
|
|
172
|
+
|
|
173
|
+
### What to watch
|
|
174
|
+
|
|
175
|
+
- **Onboarding velocity is the offer** — agencies that take 6 weeks to start delivering lose to agencies that deliver something in week 1
|
|
176
|
+
- **Reporting is part of the offer** — clean, monthly, action-oriented reporting reduces churn more than additional deliverables
|
|
177
|
+
- **Tier upgrades are the easiest revenue** — design tiers with clear value-step-ups so upgrade conversations are obvious
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## Self-serve SaaS
|
|
182
|
+
|
|
183
|
+
You sell a tool with tiered subscriptions.
|
|
184
|
+
|
|
185
|
+
### Default format
|
|
186
|
+
|
|
187
|
+
| Component | Default |
|
|
188
|
+
|-----------|---------|
|
|
189
|
+
| **Core** | Tiered subscription with clear feature differentiation |
|
|
190
|
+
| **Bonuses** | Free onboarding, templates, integrations, partner discounts |
|
|
191
|
+
| **Guarantee** | Free trial OR annual-with-30-day-refund |
|
|
192
|
+
| **Scarcity** | Founding-pricing for first N customers, or seasonal launches |
|
|
193
|
+
| **Name** | Tier-named ("Starter," "Pro," "Team," "Enterprise") |
|
|
194
|
+
| **Price** | Monthly or annual with discount, value-metric-based |
|
|
195
|
+
|
|
196
|
+
### What to watch
|
|
197
|
+
|
|
198
|
+
- **Pricing tier > offer construction** — for self-serve SaaS, packaging and value metric do more work than guarantees and bonuses. Use the `pricing` skill.
|
|
199
|
+
- **Free trial design IS offer design** — length, gated features, credit-card-required vs not, automatic conversion. Each is an offer decision.
|
|
200
|
+
- **Annual prepay is the offer lever** — same product, different commitment, often 20–40% discount. Many SaaS conversion lifts come from improving the annual offer, not the monthly.
|
|
201
|
+
|
|
202
|
+
For SaaS, this skill is supplemental. Read [`pricing`](../../pricing/SKILL.md) first.
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
## Direct response / paid traffic
|
|
207
|
+
|
|
208
|
+
You sell from a sales page or VSL to cold traffic.
|
|
209
|
+
|
|
210
|
+
### Default format
|
|
211
|
+
|
|
212
|
+
| Component | Default |
|
|
213
|
+
|-----------|---------|
|
|
214
|
+
| **Core** | The "thing" + clear payoff |
|
|
215
|
+
| **Bonuses** | Heavy bonus stack (5–7 bonuses, layered values) |
|
|
216
|
+
| **Guarantee** | Aggressive risk reversal (better-than-money-back, double guarantee) |
|
|
217
|
+
| **Scarcity** | Real time-bound (launch window, evergreen with hard close) |
|
|
218
|
+
| **Name** | Hooky, often pattern-interrupt |
|
|
219
|
+
| **Price** | Often single-payment with payment plan offered |
|
|
220
|
+
|
|
221
|
+
### What to watch
|
|
222
|
+
|
|
223
|
+
- **Direct-response buyers expect aggression** — quiet, premium-feeling offers convert badly on cold paid traffic. The aesthetic of the page matters as much as the offer.
|
|
224
|
+
- **Refund rates can be 10–20%** — bake this into the math. If margin can't survive 15% refunds, restructure.
|
|
225
|
+
- **The first 7 seconds determine the rest** — hook, then offer
|
|
226
|
+
|
|
227
|
+
This format is high-skill. If you're not from a direct-response background, hire someone or partner with someone who is.
|
|
228
|
+
|
|
229
|
+
---
|
|
230
|
+
|
|
231
|
+
## Choosing your format
|
|
232
|
+
|
|
233
|
+
If you're not sure which format applies, pick the closest match and adapt. The biggest mistake is borrowing a format from a different business type (e.g., applying direct-response bonus stacking to a premium B2B service — wrong audience, wrong aesthetic).
|
|
234
|
+
|
|
235
|
+
Two diagnostic questions:
|
|
236
|
+
|
|
237
|
+
1. **Who buys it, and how sophisticated are they?** Premium B2B and direct-response cold traffic both buy, but they need different offers.
|
|
238
|
+
2. **What's the dominant constraint?** Service businesses are capacity-constrained, SaaS is pricing-tier-constrained, courses are cohort/season constrained. Match the scarcity format to the real constraint.
|
|
239
|
+
|
|
240
|
+
For worked examples by business type, see [examples.md](examples.md).
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
# Scarcity & Urgency
|
|
2
|
+
|
|
3
|
+
The reason to buy now, not later.
|
|
4
|
+
|
|
5
|
+
This is the most misused offer lever in the industry. Done right, it's a meaningful conversion lift and a respect-the-buyer's-time gesture. Done wrong (fake countdown timers, lies about inventory), it converts once and torches trust permanently.
|
|
6
|
+
|
|
7
|
+
The repo voice: **only ship real scarcity.** If the scarcity is fake, take it off the page.
|
|
8
|
+
|
|
9
|
+
## Scarcity vs urgency
|
|
10
|
+
|
|
11
|
+
| | What it limits | Examples |
|
|
12
|
+
|---|---|---|
|
|
13
|
+
| **Scarcity** | Quantity | Cohort size, seats, inventory, batch, capacity |
|
|
14
|
+
| **Urgency** | Time | Cohort deadline, season, bonus expiry, price increase |
|
|
15
|
+
|
|
16
|
+
Both work via the same mechanism — they convert "I'll think about it" into "decide now." The difference is what enforces the decision: a limit on how many, or a limit on when.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Honest scarcity formats
|
|
21
|
+
|
|
22
|
+
The bar: **the constraint has to be real.** Here are the formats that work without lying.
|
|
23
|
+
|
|
24
|
+
### Capacity-based scarcity
|
|
25
|
+
|
|
26
|
+
You can only deliver to N customers at a time. The next slot opens when one finishes.
|
|
27
|
+
|
|
28
|
+
> "We take 2 fractional CMO engagements per quarter. Next slot opens September 15."
|
|
29
|
+
|
|
30
|
+
Works for: services, agencies, coaching, consulting, anything labor-bound.
|
|
31
|
+
|
|
32
|
+
### Cohort scarcity
|
|
33
|
+
|
|
34
|
+
The class starts on a date. After the date, the door closes until the next cohort.
|
|
35
|
+
|
|
36
|
+
> "Cohort 7 starts October 1. Doors close September 28. Next cohort: January."
|
|
37
|
+
|
|
38
|
+
Works for: courses, programs, group coaching, anything synchronous.
|
|
39
|
+
|
|
40
|
+
### Founding-member pricing
|
|
41
|
+
|
|
42
|
+
The first N buyers get a different price. After that, the price goes up.
|
|
43
|
+
|
|
44
|
+
> "Founding pricing — $497/mo for the first 50 members. After we hit 50, the price moves to $797/mo."
|
|
45
|
+
|
|
46
|
+
Works for: SaaS, communities, memberships. Critical: actually raise the price when you hit 50. Otherwise it was a lie.
|
|
47
|
+
|
|
48
|
+
### Inventory-based scarcity
|
|
49
|
+
|
|
50
|
+
You have N units. When they're gone, they're gone.
|
|
51
|
+
|
|
52
|
+
> "We're only producing 100 of the print edition. Sold out, no reprints."
|
|
53
|
+
|
|
54
|
+
Works for: physical products, limited-run digital, bespoke services.
|
|
55
|
+
|
|
56
|
+
### Seasonal scarcity
|
|
57
|
+
|
|
58
|
+
Demand or capacity is seasonal.
|
|
59
|
+
|
|
60
|
+
> "Tax-prep service for Q1 2026 closes January 15. After that, we focus on existing clients only until April."
|
|
61
|
+
|
|
62
|
+
Works for: tax, retail Q4, events, education enrollment, anything calendar-bound.
|
|
63
|
+
|
|
64
|
+
### Bonus expiry
|
|
65
|
+
|
|
66
|
+
A bonus is available only until X date. The core offer stays the same; the *added value* expires.
|
|
67
|
+
|
|
68
|
+
> "Order by Friday and the 1:1 onboarding session is included. After Friday, the offer is the same but onboarding is +$497."
|
|
69
|
+
|
|
70
|
+
Works for: anything with a launch window. Critical: actually remove the bonus when the date hits.
|
|
71
|
+
|
|
72
|
+
### Price-increase scheduling
|
|
73
|
+
|
|
74
|
+
The price goes up on a date. Communicate it transparently.
|
|
75
|
+
|
|
76
|
+
> "On November 1, the program moves from $1,997 to $2,497. Anyone enrolled before November 1 keeps the $1,997 price for life."
|
|
77
|
+
|
|
78
|
+
Works for: courses, SaaS, communities. Builds credibility because the buyer can verify it later.
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## Fake scarcity to avoid
|
|
83
|
+
|
|
84
|
+
Pattern-match and rip these off your page:
|
|
85
|
+
|
|
86
|
+
### Countdown timers that reset
|
|
87
|
+
|
|
88
|
+
The timer hits 0:00 and refreshes. The buyer comes back tomorrow, same timer, same urgency. Every buyer who notices loses trust.
|
|
89
|
+
|
|
90
|
+
If you use a countdown, it ends on a real date. After that date, the discount or bonus actually ends — verifiably.
|
|
91
|
+
|
|
92
|
+
### "Only 3 spots left"
|
|
93
|
+
|
|
94
|
+
Especially on digital products where there's no capacity constraint. Especially when the number stays at "3" for weeks.
|
|
95
|
+
|
|
96
|
+
Use this only when the constraint is real (cohort, capacity, inventory) AND when the number reflects reality.
|
|
97
|
+
|
|
98
|
+
### Manufactured FOMO
|
|
99
|
+
|
|
100
|
+
"127 people are looking at this page right now."
|
|
101
|
+
|
|
102
|
+
These can be honest on some platforms (Booking.com etc.) when they reflect actual traffic. They're dishonest when fabricated. Buyers increasingly assume fabrication.
|
|
103
|
+
|
|
104
|
+
### Bonus "stacking" that's always available
|
|
105
|
+
|
|
106
|
+
"This bonus expires at midnight!" — but every page on the site says the same thing at midnight every night.
|
|
107
|
+
|
|
108
|
+
The bonus has to actually expire, or the line is a lie.
|
|
109
|
+
|
|
110
|
+
### "Last chance" emails for things that aren't actually last chance
|
|
111
|
+
|
|
112
|
+
Repeated "FINAL HOURS" emails that send weekly. Every recipient who notices unsubscribes or stops opening.
|
|
113
|
+
|
|
114
|
+
Use "last chance" once. If you use it multiple times, you've taught your list that "last chance" is meaningless.
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## Why fake scarcity is uniquely costly
|
|
119
|
+
|
|
120
|
+
Buyers compare notes. The internet is small.
|
|
121
|
+
|
|
122
|
+
- One Reddit post about a fake countdown becomes the top Google result for your brand
|
|
123
|
+
- One screenshot of "only 3 left" staying at 3 for a month becomes a viral thread
|
|
124
|
+
- One "last chance" email that wasn't goes into a "marketing fails" newsletter
|
|
125
|
+
|
|
126
|
+
Real scarcity converts ~the same as fake scarcity at the moment of purchase. The difference shows up at month 6, when fake-scarcity offers are facing trust collapse and real-scarcity offers are still compounding.
|
|
127
|
+
|
|
128
|
+
If you have to fake it, you don't have an offer-design problem — you have a value-equation problem. Go back to [value-equation.md](value-equation.md).
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
## When scarcity isn't needed
|
|
133
|
+
|
|
134
|
+
Some offers don't need scarcity:
|
|
135
|
+
|
|
136
|
+
- **Subscription products** that customers can cancel anytime — the natural friction is low enough
|
|
137
|
+
- **Low-priced impulse products** ($5–30) — the deliberation is short; scarcity feels forced
|
|
138
|
+
- **Premium / luxury brands** — scarcity is implicit in the positioning; explicit scarcity reads as low-status
|
|
139
|
+
- **High-trust audiences** who already know they'll buy — scarcity is unnecessary friction
|
|
140
|
+
|
|
141
|
+
Don't force scarcity into offers that don't need it. The forced version is worse than no scarcity.
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## The diagnostic
|
|
146
|
+
|
|
147
|
+
For an existing offer with weak or no scarcity:
|
|
148
|
+
|
|
149
|
+
1. **Is there a real constraint?** Capacity, cohort, inventory, season, batch. Find the real one.
|
|
150
|
+
2. **What's the honest version of that constraint?** Write it in plain English.
|
|
151
|
+
3. **Can the buyer verify it?** If you say "founding pricing for the first 50 members," can the buyer see the count?
|
|
152
|
+
4. **Are you willing to actually enforce it?** When the constraint hits, do you have the discipline to actually close the door / raise the price / remove the bonus?
|
|
153
|
+
5. **Where on the page does the scarcity appear?** It should be next to the buy button, not buried.
|
|
154
|
+
|
|
155
|
+
If you can't find a real constraint, don't ship scarcity. The "trick" of fake scarcity is one of the most expensive shortcuts in marketing. The honest version is usually cheaper than people think — every business has *some* real constraint (capacity, calendar, batch, attention).
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## Pairing with the rest of the offer
|
|
160
|
+
|
|
161
|
+
Scarcity is the final lever. It only works if the rest of the offer is strong.
|
|
162
|
+
|
|
163
|
+
- Strong offer + real scarcity = the buyer decides now
|
|
164
|
+
- Weak offer + scarcity = the buyer decides not to buy, faster
|
|
165
|
+
|
|
166
|
+
If conversions are bad, scarcity is rarely the first thing to fix. Run the diagnostic from [value-equation.md](value-equation.md) first.
|
|
167
|
+
|
|
168
|
+
The order is:
|
|
169
|
+
1. Strong dream outcome
|
|
170
|
+
2. Specific perceived likelihood (proof + methodology + guarantee)
|
|
171
|
+
3. Compressed time delay
|
|
172
|
+
4. Reduced effort & sacrifice
|
|
173
|
+
5. *Then* scarcity to get the decision now
|
|
174
|
+
|
|
175
|
+
Scarcity is the close, not the offer.
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
# The Value Equation
|
|
2
|
+
|
|
3
|
+
The single most useful frame for offer design. Originated in Alex Hormozi's *$100M Offers*; the underlying idea (multiply benefits, divide costs) is much older — direct-response copywriters have been doing it for a century.
|
|
4
|
+
|
|
5
|
+
## The formula
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
Dream Outcome × Perceived Likelihood of Achievement
|
|
9
|
+
Value = ─────────────────────────────────────────────────────────
|
|
10
|
+
Time Delay × Effort & Sacrifice
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
The customer compares the *Value* score to the *Price*. If Value > Price, they buy. If not, they don't, no matter how good the copy is.
|
|
14
|
+
|
|
15
|
+
**Price is the comparison, not the value.** Most "lower the price" requests are actually "raise the numerator or lower the denominator" requests.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Lever 1: Dream Outcome (numerator)
|
|
20
|
+
|
|
21
|
+
What the customer *actually* wants — usually one or two levels above the surface ask.
|
|
22
|
+
|
|
23
|
+
### Surface ask → dream outcome
|
|
24
|
+
|
|
25
|
+
| Surface ask | Dream outcome |
|
|
26
|
+
|-------------|---------------|
|
|
27
|
+
| "I want a website" | "I want more qualified leads I can close" |
|
|
28
|
+
| "I want to learn copywriting" | "I want to write copy clients pay me $5K+ per project for" |
|
|
29
|
+
| "I want a meal plan" | "I want to feel confident in a swimsuit on a beach in 12 weeks" |
|
|
30
|
+
| "I want fitness coaching" | "I want my back pain gone so I can pick up my kids without thinking about it" |
|
|
31
|
+
| "I want a Notion template" | "I want to feel in control of my work for the first time in years" |
|
|
32
|
+
| "I want to lower CAC" | "I want a marketing engine I can step away from for two weeks without things breaking" |
|
|
33
|
+
|
|
34
|
+
### How to increase
|
|
35
|
+
|
|
36
|
+
- **Name it specifically.** "Feel confident in a swimsuit" beats "lose weight." The specific name is the offer.
|
|
37
|
+
- **Connect to the bigger goal.** The dream outcome behind the surface ask is almost always emotional or identity-based.
|
|
38
|
+
- **Show the future state in concrete sensory terms.** What does the morning of day one *after they have it* actually look like?
|
|
39
|
+
|
|
40
|
+
### Common mistake
|
|
41
|
+
|
|
42
|
+
Pitching the surface ask. ("Get a website" instead of "get a website that brings you 5 qualified leads a week.") The bigger the buyer's pain, the more important this is — they're not buying a deliverable, they're buying a future.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## Lever 2: Perceived Likelihood of Achievement (numerator)
|
|
47
|
+
|
|
48
|
+
Do they actually believe they'll get the dream outcome? This is the single most underweighted lever — most offers are perfectly fine on the dream outcome side but the buyer just doesn't think it'll work *for them*.
|
|
49
|
+
|
|
50
|
+
### How to increase
|
|
51
|
+
|
|
52
|
+
- **Proof** — case studies with names, numbers, before/after metrics, photos. Specific > glossy.
|
|
53
|
+
- **Methodology specificity** — name your process. "The 5-step VAULT framework" beats "our proprietary system." Even if the substance is the same, naming it raises perceived likelihood.
|
|
54
|
+
- **Guarantees** — risk reversal directly raises perceived likelihood (more in [guarantee-design.md](guarantee-design.md)).
|
|
55
|
+
- **Reduce sample-of-one objection** — show people *like them* who got results. "Other people get results but I'm different" is the universal objection.
|
|
56
|
+
- **Pre-empt the failure path** — explicitly address what could go wrong and how you handle it. Builds trust faster than hiding the risk.
|
|
57
|
+
|
|
58
|
+
### Common mistake
|
|
59
|
+
|
|
60
|
+
Stacking more features ("we also include X, Y, Z") instead of stacking more proof. Features address dream outcome. Proof addresses likelihood. Most stuck offers need proof, not features.
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Lever 3: Time Delay (denominator)
|
|
65
|
+
|
|
66
|
+
How long from purchase to result. The denominator is doing a lot of work here — slow results don't just feel slow, they erode perceived likelihood (the longer it takes, the less the buyer believes it'll work).
|
|
67
|
+
|
|
68
|
+
### How to decrease
|
|
69
|
+
|
|
70
|
+
- **Faster first win** — find the smallest possible early result and engineer it into the first 7 days
|
|
71
|
+
- **Onboarding velocity** — replace a 60-minute kickoff with a 10-minute async intake + Loom send
|
|
72
|
+
- **Front-load the assets** — give the templates / swipe files / decks on day 1, not "throughout the program"
|
|
73
|
+
- **Faster end-to-end timeline** — "in 8 weeks" beats "in 6 months." If you can credibly compress, do.
|
|
74
|
+
- **Quick-start path** — explicit "first thing to do today" so they don't lose momentum
|
|
75
|
+
|
|
76
|
+
### Common mistake
|
|
77
|
+
|
|
78
|
+
Promising a faster timeline than you can deliver. The first time you miss it, perceived likelihood for every future buyer drops permanently as the failure story spreads.
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## Lever 4: Effort & Sacrifice (denominator)
|
|
83
|
+
|
|
84
|
+
What the buyer pays *besides money* — time, learning curve, decisions, willpower, social risk, opportunity cost.
|
|
85
|
+
|
|
86
|
+
### How to decrease
|
|
87
|
+
|
|
88
|
+
- **Done-for-you over do-it-yourself** — DFY tiers move the effort to you. Charge accordingly.
|
|
89
|
+
- **Fewer decisions** — every decision the buyer makes is friction. Bundle, default, recommend.
|
|
90
|
+
- **Lower learning curve** — pre-built templates, examples, defaults. "We did the thinking, you do the executing."
|
|
91
|
+
- **Removed risk** — emotional risk (am I dumb if this doesn't work?), social risk (what will my team think?), opportunity cost (what am I not doing while I do this?). Address all three explicitly.
|
|
92
|
+
- **Async over live** — for many buyers (founders, executives), removing synchronous commitments is huge value
|
|
93
|
+
- **Less willpower required** — automation, accountability, environmental design
|
|
94
|
+
|
|
95
|
+
### Common mistake
|
|
96
|
+
|
|
97
|
+
Overestimating how much your buyer *enjoys* the work. They want the outcome, not the process. (Exception: identity-buyers — fitness, learning, mastery. For those, the process *is* part of the dream outcome. Read your buyer.)
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## Diagnostic: scoring the levers
|
|
102
|
+
|
|
103
|
+
When an offer is stuck, score each lever 1–10 honestly. The lowest is the binding constraint.
|
|
104
|
+
|
|
105
|
+
### Quick scoring prompts
|
|
106
|
+
|
|
107
|
+
- **Dream outcome (1–10)**: Can the buyer picture, in concrete sensory terms, the day after this works? Is the outcome named specifically enough that they can repeat it back to a friend?
|
|
108
|
+
- **Perceived likelihood (1–10)**: Do they have at least three named, comparable proof points? Is the methodology specific enough to repeat? Have you addressed the "but my situation is different" objection?
|
|
109
|
+
- **Time delay (1–10)**: What's the first concrete win, and how soon do they get it? What's the end-to-end timeline? Are there any "delay surfaces" (onboarding lag, asset drip, week-1 friction)?
|
|
110
|
+
- **Effort & sacrifice (1–10)**: How much work does the buyer do? How many decisions? How much learning curve? How much synchronous time? How much emotional/social/opportunity-cost risk?
|
|
111
|
+
|
|
112
|
+
### Worked example: a stuck $3K copywriting course
|
|
113
|
+
|
|
114
|
+
Initial scoring:
|
|
115
|
+
- Dream outcome: 6 (`become a better copywriter` — too vague)
|
|
116
|
+
- Perceived likelihood: 4 (one testimonial, no methodology name)
|
|
117
|
+
- Time delay: 5 (6-month course, no first-win mechanic)
|
|
118
|
+
- Effort & sacrifice: 4 (lots of homework, live calls, weekly assignments)
|
|
119
|
+
|
|
120
|
+
Lowest: effort & sacrifice and perceived likelihood are tied. Pick one (perceived likelihood — easier to move and unblocks more downstream work):
|
|
121
|
+
|
|
122
|
+
- Name the methodology: "The VAULT framework — 5 angles every winning sales page uses"
|
|
123
|
+
- Add 8 named-customer case studies with before/after copy + revenue numbers
|
|
124
|
+
- Add an "even if you've never written before" cohort with 3 named graduates
|
|
125
|
+
|
|
126
|
+
After: perceived likelihood goes 4 → 8. Course converts at ~3x baseline. Two months later, attack effort & sacrifice (replace weekly live calls with async + 1 live Q&A).
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## Key idea to internalize
|
|
131
|
+
|
|
132
|
+
**The price-vs-value comparison happens in the buyer's head, not yours.** You only know it's working when the buyer can articulate the dream outcome back to you in their own words, and when they don't need to ask "but does this actually work?"
|
|
133
|
+
|
|
134
|
+
If they're asking either of those questions, you have a value equation problem, not a copy problem.
|