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,213 @@
|
|
|
1
|
+
# Platform Specs Reference
|
|
2
|
+
|
|
3
|
+
Complete character limits, format requirements, and best practices for each ad platform.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Google Ads
|
|
8
|
+
|
|
9
|
+
### Responsive Search Ads (RSAs)
|
|
10
|
+
|
|
11
|
+
| Element | Character Limit | Required | Notes |
|
|
12
|
+
|---------|----------------|----------|-------|
|
|
13
|
+
| Headline | 30 chars | 3 minimum, 15 max | Any 3 may be shown together |
|
|
14
|
+
| Description | 90 chars | 2 minimum, 4 max | Any 2 may be shown together |
|
|
15
|
+
| Display path 1 | 15 chars | Optional | Appears after domain in URL |
|
|
16
|
+
| Display path 2 | 15 chars | Optional | Appears after path 1 |
|
|
17
|
+
| Final URL | No limit | Required | Landing page URL |
|
|
18
|
+
|
|
19
|
+
**Combination rules:**
|
|
20
|
+
- Google selects up to 3 headlines and 2 descriptions to show
|
|
21
|
+
- Headlines appear separated by " | " or stacked
|
|
22
|
+
- Any headline can appear in any position unless pinned
|
|
23
|
+
- Pinning reduces Google's ability to optimize — use sparingly
|
|
24
|
+
|
|
25
|
+
**Pinning strategy:**
|
|
26
|
+
- Pin your brand name to position 1 if brand guidelines require it
|
|
27
|
+
- Pin your strongest CTA to position 2 or 3
|
|
28
|
+
- Leave most headlines unpinned for machine learning
|
|
29
|
+
|
|
30
|
+
**Headline mix recommendation (15 headlines):**
|
|
31
|
+
- 3-4 keyword-focused (match search intent)
|
|
32
|
+
- 3-4 benefit-focused (what they get)
|
|
33
|
+
- 2-3 social proof (numbers, awards, customers)
|
|
34
|
+
- 2-3 CTA-focused (action to take)
|
|
35
|
+
- 1-2 differentiators (why you over competitors)
|
|
36
|
+
- 1 brand name headline
|
|
37
|
+
|
|
38
|
+
**Description mix recommendation (4 descriptions):**
|
|
39
|
+
- 1 benefit + proof point
|
|
40
|
+
- 1 feature + outcome
|
|
41
|
+
- 1 social proof + CTA
|
|
42
|
+
- 1 urgency/offer + CTA (if applicable)
|
|
43
|
+
|
|
44
|
+
### Performance Max
|
|
45
|
+
|
|
46
|
+
| Element | Character Limit | Notes |
|
|
47
|
+
|---------|----------------|-------|
|
|
48
|
+
| Headline | 30 chars (5 required) | Short headlines for various placements |
|
|
49
|
+
| Long headline | 90 chars (5 required) | Used in display, video, discover |
|
|
50
|
+
| Description | 90 chars (1 required, 5 max) | Accompany various ad formats |
|
|
51
|
+
| Business name | 25 chars | Required |
|
|
52
|
+
|
|
53
|
+
### Display Ads
|
|
54
|
+
|
|
55
|
+
| Element | Character Limit |
|
|
56
|
+
|---------|----------------|
|
|
57
|
+
| Headline | 30 chars |
|
|
58
|
+
| Long headline | 90 chars |
|
|
59
|
+
| Description | 90 chars |
|
|
60
|
+
| Business name | 25 chars |
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Meta Ads (Facebook & Instagram)
|
|
65
|
+
|
|
66
|
+
### Single Image / Video / Carousel
|
|
67
|
+
|
|
68
|
+
| Element | Recommended | Maximum | Notes |
|
|
69
|
+
|---------|-------------|---------|-------|
|
|
70
|
+
| Primary text | 125 chars | 2,200 chars | Text above image; truncated after ~125 |
|
|
71
|
+
| Headline | 40 chars | 255 chars | Below image; truncated after ~40 |
|
|
72
|
+
| Description | 30 chars | 255 chars | Below headline; may not show |
|
|
73
|
+
| URL display link | 40 chars | N/A | Optional custom display URL |
|
|
74
|
+
|
|
75
|
+
**Placement-specific notes:**
|
|
76
|
+
- **Feed**: All elements show; primary text most visible
|
|
77
|
+
- **Stories/Reels**: Primary text overlaid; keep under 72 chars
|
|
78
|
+
- **Right column**: Only headline visible; skip description
|
|
79
|
+
- **Audience Network**: Varies by publisher
|
|
80
|
+
|
|
81
|
+
**Best practices:**
|
|
82
|
+
- Front-load the hook in primary text (first 125 chars)
|
|
83
|
+
- Use line breaks for readability in longer primary text
|
|
84
|
+
- Emojis: test, but don't overuse — 1-2 per ad max
|
|
85
|
+
- Questions in primary text increase engagement
|
|
86
|
+
- Headline should be a clear CTA or value statement
|
|
87
|
+
|
|
88
|
+
### Lead Ads (Instant Form)
|
|
89
|
+
|
|
90
|
+
| Element | Limit |
|
|
91
|
+
|---------|-------|
|
|
92
|
+
| Greeting headline | 60 chars |
|
|
93
|
+
| Greeting description | 360 chars |
|
|
94
|
+
| Privacy policy text | 200 chars |
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## LinkedIn Ads
|
|
99
|
+
|
|
100
|
+
### Single Image Ad
|
|
101
|
+
|
|
102
|
+
| Element | Recommended | Maximum | Notes |
|
|
103
|
+
|---------|-------------|---------|-------|
|
|
104
|
+
| Intro text | 150 chars | 600 chars | Above the image; truncated after ~150 |
|
|
105
|
+
| Headline | 70 chars | 200 chars | Below the image |
|
|
106
|
+
| Description | 100 chars | 300 chars | Only shows on Audience Network |
|
|
107
|
+
|
|
108
|
+
### Carousel Ad
|
|
109
|
+
|
|
110
|
+
| Element | Limit |
|
|
111
|
+
|---------|-------|
|
|
112
|
+
| Intro text | 255 chars |
|
|
113
|
+
| Card headline | 45 chars |
|
|
114
|
+
| Card count | 2-10 cards |
|
|
115
|
+
|
|
116
|
+
### Message Ad (InMail)
|
|
117
|
+
|
|
118
|
+
| Element | Limit |
|
|
119
|
+
|---------|-------|
|
|
120
|
+
| Subject line | 60 chars |
|
|
121
|
+
| Message body | 1,500 chars |
|
|
122
|
+
| CTA button | 20 chars |
|
|
123
|
+
|
|
124
|
+
### Text Ad
|
|
125
|
+
|
|
126
|
+
| Element | Limit |
|
|
127
|
+
|---------|-------|
|
|
128
|
+
| Headline | 25 chars |
|
|
129
|
+
| Description | 75 chars |
|
|
130
|
+
|
|
131
|
+
**LinkedIn-specific guidelines:**
|
|
132
|
+
- Professional tone, but not boring
|
|
133
|
+
- Use job-specific language the audience recognizes
|
|
134
|
+
- Statistics and data points perform well
|
|
135
|
+
- Avoid consumer-style hype ("Amazing!" "Incredible!")
|
|
136
|
+
- First-person testimonials from peers resonate
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## TikTok Ads
|
|
141
|
+
|
|
142
|
+
### In-Feed Ads
|
|
143
|
+
|
|
144
|
+
| Element | Recommended | Maximum | Notes |
|
|
145
|
+
|---------|-------------|---------|-------|
|
|
146
|
+
| Ad text | 80 chars | 100 chars | Above the video |
|
|
147
|
+
| Display name | N/A | 40 chars | Brand name |
|
|
148
|
+
| CTA button | Platform options | Predefined | Select from TikTok's options |
|
|
149
|
+
|
|
150
|
+
### Spark Ads (Boosted Organic)
|
|
151
|
+
|
|
152
|
+
| Element | Notes |
|
|
153
|
+
|---------|-------|
|
|
154
|
+
| Caption | Uses original post caption |
|
|
155
|
+
| CTA button | Added by advertiser |
|
|
156
|
+
| Display name | Original creator's handle |
|
|
157
|
+
|
|
158
|
+
**TikTok-specific guidelines:**
|
|
159
|
+
- Native content outperforms polished ads
|
|
160
|
+
- First 2 seconds determine if they watch
|
|
161
|
+
- Use trending sounds and formats
|
|
162
|
+
- Text overlay is essential (most watch with sound off)
|
|
163
|
+
- Vertical video only (9:16)
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## Twitter/X Ads
|
|
168
|
+
|
|
169
|
+
### Promoted Tweets
|
|
170
|
+
|
|
171
|
+
| Element | Limit | Notes |
|
|
172
|
+
|---------|-------|-------|
|
|
173
|
+
| Tweet text | 280 chars | Full tweet with image/video |
|
|
174
|
+
| Card headline | 70 chars | Website card |
|
|
175
|
+
| Card description | 200 chars | Website card |
|
|
176
|
+
|
|
177
|
+
### Website Cards
|
|
178
|
+
|
|
179
|
+
| Element | Limit |
|
|
180
|
+
|---------|-------|
|
|
181
|
+
| Headline | 70 chars |
|
|
182
|
+
| Description | 200 chars |
|
|
183
|
+
|
|
184
|
+
**Twitter/X-specific guidelines:**
|
|
185
|
+
- Conversational, casual tone
|
|
186
|
+
- Short sentences work best
|
|
187
|
+
- One clear message per tweet
|
|
188
|
+
- Hashtags: 1-2 max (0 is often better for ads)
|
|
189
|
+
- Threads can work for consideration-stage content
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## Character Counting Tips
|
|
194
|
+
|
|
195
|
+
- **Spaces count** as characters on all platforms
|
|
196
|
+
- **Emojis** count as 1-2 characters depending on platform
|
|
197
|
+
- **Special characters** (|, &, etc.) count as 1 character
|
|
198
|
+
- **URLs** in body text count against limits
|
|
199
|
+
- **Dynamic keyword insertion** (`{KeyWord:default}`) can exceed limits — set safe defaults
|
|
200
|
+
- Always verify in the platform's ad preview before launching
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
## Multi-Platform Creative Adaptation
|
|
205
|
+
|
|
206
|
+
When creating for multiple platforms simultaneously, start with the most restrictive format:
|
|
207
|
+
|
|
208
|
+
1. **Google Search headlines** (30 chars) — forces the tightest messaging
|
|
209
|
+
2. **Expand to Meta headlines** (40 chars) — add a word or two
|
|
210
|
+
3. **Expand to LinkedIn intro text** (150 chars) — add context and proof
|
|
211
|
+
4. **Expand to Meta primary text** (125+ chars) — full hook and value prop
|
|
212
|
+
|
|
213
|
+
This cascading approach ensures your core message works everywhere, then gets enriched for platforms that allow more space.
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
# Static Ad Template Library
|
|
2
|
+
|
|
3
|
+
Fifteen structural templates for static (image) ad creative. Each is a layout framework with slots for brand-specific copy — the structure is proven; the inputs make it yours.
|
|
4
|
+
|
|
5
|
+
Use these when generating static ad concepts at volume (Meta, Instagram, LinkedIn, display). Cycle through **all** templates rather than clustering on 2-3 favorites: template diversity is angle diversity, and the winner is usually not the one you'd have picked by hand.
|
|
6
|
+
|
|
7
|
+
## How to Use This Library
|
|
8
|
+
|
|
9
|
+
1. **Ground first.** Read the inputs corpus (winning ads, reviews, ad comments, brand voice) before generating anything. See "Grounded Inputs" in SKILL.md.
|
|
10
|
+
2. **Cycle templates.** For a batch of N concepts, spread across all 15 templates (3-4 variations each for a 50-concept batch).
|
|
11
|
+
3. **Fill slots from source material.** Every variation pulls its copy from a real review, a winning ad pattern, or an ad comment — and cites which one.
|
|
12
|
+
4. **Write the visual description.** Each concept includes enough visual direction that a designer or image-generation tool can produce it without guessing.
|
|
13
|
+
|
|
14
|
+
## Generation Rules
|
|
15
|
+
|
|
16
|
+
- Every variation must include: **template name, headline copy, body copy, visual description, source grounding**
|
|
17
|
+
- Source grounding = which review, winning ad, or comment this concept is based on
|
|
18
|
+
- Never produce a variation without source grounding — no invented claims, stats, or testimonials
|
|
19
|
+
- Pull copy directly from customer language whenever possible; don't paraphrase reviews into marketing-speak
|
|
20
|
+
- Match the brand voice doc on tone, not generic direct-response voice
|
|
21
|
+
- Real names, real stats, real quotes only — fabricated social proof is a compliance and trust violation
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## The 15 Templates
|
|
26
|
+
|
|
27
|
+
### 1. Headline Statement
|
|
28
|
+
|
|
29
|
+
Bold one-line claim. Single product hero shot. Minimal background. The headline does all the work.
|
|
30
|
+
|
|
31
|
+
- **Structure**: One dominant text line (60%+ of visual weight), product image, logo small
|
|
32
|
+
- **Copy slot**: One claim specific enough to stop the scroll
|
|
33
|
+
- **DTC example**: "The last greens powder you'll ever buy."
|
|
34
|
+
- **SaaS example**: "Close your books in 3 days, not 3 weeks."
|
|
35
|
+
- **Source it from**: Your strongest winning-ad hook or the most repeated benefit in reviews
|
|
36
|
+
|
|
37
|
+
### 2. Us vs. Them
|
|
38
|
+
|
|
39
|
+
Side-by-side comparison. Competitor or "old way" on the left (grayed out), your product on the right (full color). 4-6 comparison rows.
|
|
40
|
+
|
|
41
|
+
- **Structure**: Two columns, check/cross marks per row, your side visually alive
|
|
42
|
+
- **Copy slot**: Comparison rows — each row a real differentiator, not filler
|
|
43
|
+
- **DTC example**: "Their multivitamin: 13 ingredients. Ours: 60."
|
|
44
|
+
- **SaaS example**: "Spreadsheets: 6 hours a week. Us: 6 minutes."
|
|
45
|
+
- **Source it from**: Reviews that mention switching, or comments comparing you to a competitor
|
|
46
|
+
|
|
47
|
+
### 3. Stat Callout
|
|
48
|
+
|
|
49
|
+
One dominant number takes up 60% of the visual. Supporting context below.
|
|
50
|
+
|
|
51
|
+
- **Structure**: Giant stat, one line of context, product or logo anchor
|
|
52
|
+
- **Copy slot**: A real, defensible number — measurement beats superlative
|
|
53
|
+
- **DTC example**: "97% of users feel a difference in 14 days."
|
|
54
|
+
- **SaaS example**: "11 hours saved per rep, per week."
|
|
55
|
+
- **Source it from**: Case studies, product analytics, or survey data — never invent the number
|
|
56
|
+
|
|
57
|
+
### 4. Review Card
|
|
58
|
+
|
|
59
|
+
A five-star testimonial styled as a screenshotted product review. Reviewer name, star rating, date.
|
|
60
|
+
|
|
61
|
+
- **Structure**: Looks like a native review UI (G2, Trustpilot, Amazon, App Store — match where your buyers read reviews)
|
|
62
|
+
- **Copy slot**: A real review, verbatim — the artifact's credibility is its realism
|
|
63
|
+
- **DTC example**: A Trustpilot card: "I've tried 6 of these. This is the only one I reordered."
|
|
64
|
+
- **SaaS example**: A G2-styled card: "Killed 4 tools and replaced them with this."
|
|
65
|
+
- **Source it from**: `inputs/reviews/` verbatim — with permission where the platform requires it
|
|
66
|
+
|
|
67
|
+
### 5. Testimonial Stack
|
|
68
|
+
|
|
69
|
+
Three customer quotes arranged vertically, photo + name + one-line quote each.
|
|
70
|
+
|
|
71
|
+
- **Structure**: Three short rows; quotes must be scannable in 2 seconds each
|
|
72
|
+
- **Copy slot**: Three quotes covering *different* objections or benefits — not the same praise three times
|
|
73
|
+
- **DTC example**: Three customers on results, taste, and convenience
|
|
74
|
+
- **SaaS example**: Three roles (IC, manager, exec) each praising their own outcome
|
|
75
|
+
- **Source it from**: Reviews — pick for coverage, not just enthusiasm
|
|
76
|
+
|
|
77
|
+
### 6. Before / After
|
|
78
|
+
|
|
79
|
+
Split image with arrow between. Transformation framing — product results, workflow, or visual proof.
|
|
80
|
+
|
|
81
|
+
- **Structure**: Two panels, arrow or divider, minimal copy labeling each state
|
|
82
|
+
- **Copy slot**: Label the states in the customer's words ("Sunday-night spreadsheet dread" → "Reports send themselves")
|
|
83
|
+
- **DTC example**: Skin, energy, space — the classic visual transformation
|
|
84
|
+
- **SaaS example**: Cluttered 6-tab workflow → one clean dashboard
|
|
85
|
+
- **Compliance note**: Before/after claims are regulated in health, finance, and beauty — verify platform policy before using
|
|
86
|
+
- **Source it from**: Transformation language in reviews ("I used to X, now I Y")
|
|
87
|
+
|
|
88
|
+
### 7. Problem / Solution
|
|
89
|
+
|
|
90
|
+
Pain point on top (text or image), product as the answer below.
|
|
91
|
+
|
|
92
|
+
- **Structure**: Two zones — tension above, relief below
|
|
93
|
+
- **Copy slot**: The pain in the customer's exact words, then the product's one-line answer
|
|
94
|
+
- **DTC example**: "Tired of 6 supplements every morning?" → one scoop visual
|
|
95
|
+
- **SaaS example**: "Your CRM knows nothing about product usage." → integration screenshot
|
|
96
|
+
- **Source it from**: The most common pain phrasing in `inputs/reviews/` — verbatim beats paraphrase
|
|
97
|
+
|
|
98
|
+
### 8. Founder Message
|
|
99
|
+
|
|
100
|
+
Handwritten-style or plain-text note from the founder. Conversational, personal tone.
|
|
101
|
+
|
|
102
|
+
- **Structure**: Note-style layout, founder name/photo, no product glamour shot
|
|
103
|
+
- **Copy slot**: "I built this because..." — one honest paragraph, no marketing polish
|
|
104
|
+
- **DTC example**: "Hey — I made this because every 'healthy' snack was secretly candy."
|
|
105
|
+
- **SaaS example**: "I ran RevOps for 6 years. This is the tool I kept wishing existed."
|
|
106
|
+
- **Source it from**: The actual founding story — this template collapses if fabricated
|
|
107
|
+
|
|
108
|
+
### 9. Feature Spotlight (Ingredient Spotlight)
|
|
109
|
+
|
|
110
|
+
Product hero in the center, 4-6 callout boxes around the edges highlighting key components.
|
|
111
|
+
|
|
112
|
+
- **Structure**: Center image, radiating callouts, each callout 3-6 words
|
|
113
|
+
- **Copy slot**: The components buyers actually ask about — not your full feature list
|
|
114
|
+
- **DTC example**: Product bottle with callouts per key ingredient and what it does
|
|
115
|
+
- **SaaS example**: Dashboard screenshot with callouts on the 4 features reviews mention most
|
|
116
|
+
- **Source it from**: Which features/ingredients appear most in reviews and comments
|
|
117
|
+
|
|
118
|
+
### 10. Press Mention
|
|
119
|
+
|
|
120
|
+
"As seen in" with publication logos and a pull quote.
|
|
121
|
+
|
|
122
|
+
- **Structure**: Logo row + one strong quote + product anchor
|
|
123
|
+
- **Copy slot**: A real quote from real coverage
|
|
124
|
+
- **DTC example**: "The category's first genuinely new idea in years." — [publication]
|
|
125
|
+
- **SaaS example**: Analyst or industry-newsletter quote with the outlet's logo
|
|
126
|
+
- **Compliance note**: Only use logos of outlets that actually covered you; check their logo-usage terms
|
|
127
|
+
- **Source it from**: Actual press, podcasts, newsletters, or analyst mentions
|
|
128
|
+
|
|
129
|
+
### 11. Lifestyle Hero
|
|
130
|
+
|
|
131
|
+
Product in use in a real environment. Minimal copy. Aspirational, not salesy.
|
|
132
|
+
|
|
133
|
+
- **Structure**: One photograph does the work; a short line and logo at most
|
|
134
|
+
- **Copy slot**: 5-8 words, identity-flavored ("Mornings, handled.")
|
|
135
|
+
- **DTC example**: Product on a kitchen counter mid-routine
|
|
136
|
+
- **SaaS example**: The tool on-screen in a real work moment (standup, close call, ship day)
|
|
137
|
+
- **Source it from**: Winning ads' visual patterns; identity language in reviews
|
|
138
|
+
|
|
139
|
+
### 12. Numbered List
|
|
140
|
+
|
|
141
|
+
"5 reasons [audience] are switching to [brand]." Icons next to each point.
|
|
142
|
+
|
|
143
|
+
- **Structure**: Numbered rows, icon + short line each, product anchor at bottom
|
|
144
|
+
- **Copy slot**: Each reason a distinct angle — pain, outcome, proof, differentiator, price
|
|
145
|
+
- **DTC example**: "5 reasons runners switched to [brand] this year"
|
|
146
|
+
- **SaaS example**: "4 reasons finance teams are leaving [legacy tool]"
|
|
147
|
+
- **Source it from**: Aggregate the most common switching reasons across reviews
|
|
148
|
+
|
|
149
|
+
### 13. FAQ Card
|
|
150
|
+
|
|
151
|
+
A common objection as the question, answered directly.
|
|
152
|
+
|
|
153
|
+
- **Structure**: Question prominent, answer concise, product anchor
|
|
154
|
+
- **Copy slot**: The objection *as customers phrase it* — the recognition is the hook
|
|
155
|
+
- **DTC example**: "But does it work for sensitive skin? Yes — and here's why."
|
|
156
|
+
- **SaaS example**: "Will this survive our security review? SOC 2 Type II, SSO, EU hosting."
|
|
157
|
+
- **Source it from**: `inputs/comments/` — the objections people post publicly under your ads
|
|
158
|
+
|
|
159
|
+
### 14. Competitor Callout
|
|
160
|
+
|
|
161
|
+
Name a specific competitor (or the category default) and explain the difference. Bold but factual.
|
|
162
|
+
|
|
163
|
+
- **Structure**: Their name vs. yours, one clear axis of difference
|
|
164
|
+
- **Copy slot**: A difference you can defend with facts — comparative claims invite scrutiny
|
|
165
|
+
- **DTC example**: "Like [competitor], minus the 14g of sugar."
|
|
166
|
+
- **SaaS example**: "[Competitor] charges per seat. We don't."
|
|
167
|
+
- **Compliance note**: Comparative advertising must be truthful and substantiatable; some platforms restrict naming competitors
|
|
168
|
+
- **Source it from**: Competitor mentions in reviews and comments — customers name the alternative for you
|
|
169
|
+
|
|
170
|
+
### 15. Origin Story
|
|
171
|
+
|
|
172
|
+
Founder photo with the why-we-built-this narrative. Longer copy than other formats.
|
|
173
|
+
|
|
174
|
+
- **Structure**: Portrait or team photo, 2-3 short paragraphs, product secondary
|
|
175
|
+
- **Copy slot**: The specific moment or frustration that started it — specificity is the credibility
|
|
176
|
+
- **DTC example**: "We spent 2 years and 47 batches getting this right. Here's why."
|
|
177
|
+
- **SaaS example**: "We were the customer. The tool we needed didn't exist, so we built it."
|
|
178
|
+
- **Source it from**: The real story — pairs with warm/retargeting audiences better than cold
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## Per-Concept Output Format
|
|
183
|
+
|
|
184
|
+
Each generated concept follows this structure:
|
|
185
|
+
|
|
186
|
+
```markdown
|
|
187
|
+
## Concept [N]: [Template Name]
|
|
188
|
+
|
|
189
|
+
**Headline**: [the headline copy]
|
|
190
|
+
**Body**: [supporting copy, if the template uses it]
|
|
191
|
+
**Visual**: [layout description specific enough to design or generate from]
|
|
192
|
+
**Image prompt**: [prompt for the image tool, if generating — see generative-tools.md]
|
|
193
|
+
**Grounded in**: [which review / winning ad / comment this traces to, quoted or named]
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
For a batch, add an `INDEX.md` listing every concept with its template type and grounding source, so the reviewer can scan 50 concepts in two minutes.
|
|
197
|
+
|
|
198
|
+
## Batch Distribution
|
|
199
|
+
|
|
200
|
+
For a standard 50-concept batch: 3-4 variations per template across all 15. If performance data shows certain templates consistently winning for this brand, shift to 60% proven templates / 40% full-cycle coverage — but never drop coverage to zero. Fatigue is why you're generating daily; the template that's tired next month is the one you're scaling today.
|