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,218 @@
|
|
|
1
|
+
# Newsjacking — Reactive PR Workflow
|
|
2
|
+
|
|
3
|
+
Injecting your POV into a story that's already trending. Done well: free distribution off a wave of attention. Done badly: cringe at best, brand damage at worst.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- When newsjacking works (and when it doesn't)
|
|
7
|
+
- The detect → score → angle → pitch loop
|
|
8
|
+
- Newsworthiness scoring rubric
|
|
9
|
+
- Story angle library
|
|
10
|
+
- Speed: the only thing that matters
|
|
11
|
+
- Sources & tooling
|
|
12
|
+
- Failure modes
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## When Newsjacking Works
|
|
17
|
+
|
|
18
|
+
- **Tech/regulatory news in your category** — new law, new platform launch, competitor pivot, big acquisition
|
|
19
|
+
- **Industry data drops** — a major report drops, you have a sharper take or contradicting data
|
|
20
|
+
- **Public conversation** — a debate or controversy where your expertise is genuinely relevant
|
|
21
|
+
- **Seasonal/cyclical moments** — earnings season, year-end reviews, conference weeks
|
|
22
|
+
|
|
23
|
+
## When to Skip
|
|
24
|
+
|
|
25
|
+
- **Tragedies, accidents, deaths** — no exceptions. Don't.
|
|
26
|
+
- **Politically charged stories** unless your brand explicitly takes political stances
|
|
27
|
+
- **You have no genuine expertise** in the area
|
|
28
|
+
- **The window is already closed** — if a story is 48h+ old and you weren't first, you're late
|
|
29
|
+
- **The angle is "we have a product for this"** — that's marketing, not journalism
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## The Loop
|
|
34
|
+
|
|
35
|
+
A repeatable workflow Claude can run on demand or daily.
|
|
36
|
+
|
|
37
|
+
1. **Detect** — surface trending stories in your category (see [Sources & Tooling](#sources--tooling))
|
|
38
|
+
2. **Score** — apply the [newsworthiness rubric](#newsworthiness-scoring-rubric); drop anything below threshold
|
|
39
|
+
3. **Angle** — generate 2–3 angles per story using the [angle library](#story-angle-library)
|
|
40
|
+
4. **Validate** — sanity-check: do you actually have the expertise/data to back this angle?
|
|
41
|
+
5. **Pitch** — draft a tight pitch to 3–5 journalists who cover this beat (see [journalist-pitching.md](journalist-pitching.md))
|
|
42
|
+
6. **Post** — also publish on your blog, LinkedIn, X — it builds the trail journalists check before quoting you
|
|
43
|
+
|
|
44
|
+
Output format Claude should produce:
|
|
45
|
+
|
|
46
|
+
```
|
|
47
|
+
NEWSJACK CANDIDATE — 2026-06-10
|
|
48
|
+
|
|
49
|
+
Story: "EU passes AI Act amendment requiring agent registration"
|
|
50
|
+
Source: TechCrunch, 3h ago
|
|
51
|
+
Score: 8/10 (high relevance, fresh, you have proprietary data)
|
|
52
|
+
|
|
53
|
+
Angles:
|
|
54
|
+
1. Data hot take: "Our analysis of 12,000 agent deployments shows 73% would fail this requirement"
|
|
55
|
+
2. Contrarian: "Why the registration rule will hurt safety, not improve it"
|
|
56
|
+
3. Customer story: "How [customer] is preparing — interview offer"
|
|
57
|
+
|
|
58
|
+
Recommended: #1 (you have unique data, strongest hook)
|
|
59
|
+
Pitch draft: [see journalist-pitching.md for template]
|
|
60
|
+
Target journalists: [list with rationale]
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Newsworthiness Scoring Rubric
|
|
66
|
+
|
|
67
|
+
Score each candidate 1–10 on five dimensions, multiply by the weight, then sum. Max possible: 80 (10 × the 8x weight total).
|
|
68
|
+
|
|
69
|
+
| Dimension | What it measures | Weight |
|
|
70
|
+
|-----------|------------------|--------|
|
|
71
|
+
| **Timeliness** | Story <24h old? Window still open? | 2x |
|
|
72
|
+
| **Relevance** | Genuinely in your expertise area? | 2x |
|
|
73
|
+
| **Angle uniqueness** | Can you say something no one else is saying? | 2x |
|
|
74
|
+
| **Authority** | Do you have data, customers, or experience to back it? | 1x |
|
|
75
|
+
| **Reach potential** | Will this story keep growing or has it peaked? | 1x |
|
|
76
|
+
|
|
77
|
+
**Threshold:** weighted total ≥ 50/80. Below that, skip.
|
|
78
|
+
|
|
79
|
+
**Auto-disqualify if:**
|
|
80
|
+
- The story is about something tragic
|
|
81
|
+
- Your angle is "I disagree" with nothing to back it
|
|
82
|
+
- You haven't actually formed an opinion — you just want to be quoted
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## Story Angle Library
|
|
87
|
+
|
|
88
|
+
Use these templates to generate angles fast.
|
|
89
|
+
|
|
90
|
+
### 1. Data hot take
|
|
91
|
+
*"We analyzed [N] [things] after [event]. Here's what we found."*
|
|
92
|
+
|
|
93
|
+
Best when you have proprietary data. The journalist gets a stat, you get the citation.
|
|
94
|
+
|
|
95
|
+
### 2. Contrarian
|
|
96
|
+
*"Everyone says [popular take]. Here's why they're wrong."*
|
|
97
|
+
|
|
98
|
+
Best when you can defend the position with specifics. Weak when it's just contrarianism for attention.
|
|
99
|
+
|
|
100
|
+
### 3. "We predicted this"
|
|
101
|
+
*"Six months ago we wrote [thing] — here's what's happening now and what's next."*
|
|
102
|
+
|
|
103
|
+
Best when you actually did predict it. Lethal to your credibility if you didn't.
|
|
104
|
+
|
|
105
|
+
### 4. Customer impact
|
|
106
|
+
*"Here's a [customer type] who's directly affected. We can put you in touch."*
|
|
107
|
+
|
|
108
|
+
Best for B2B. Reporters love named customers willing to talk.
|
|
109
|
+
|
|
110
|
+
### 5. Insider explainer
|
|
111
|
+
*"This story is complicated. Here's what's actually happening."*
|
|
112
|
+
|
|
113
|
+
Best when most coverage is missing nuance. You're not arguing — you're educating.
|
|
114
|
+
|
|
115
|
+
### 6. Trend connector
|
|
116
|
+
*"This isn't isolated — it's part of a bigger shift we're seeing in [pattern]."*
|
|
117
|
+
|
|
118
|
+
Best when you have several data points or examples to connect.
|
|
119
|
+
|
|
120
|
+
### 7. Founder POV
|
|
121
|
+
*"As someone who's built in this space for [X years], here's the part most people are missing."*
|
|
122
|
+
|
|
123
|
+
Best for opinion pieces / op-eds. Weak as a soundbite pitch.
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
## Speed: The Only Thing That Matters
|
|
128
|
+
|
|
129
|
+
Newsjacking decays fast. Approximate windows:
|
|
130
|
+
|
|
131
|
+
| Story type | Effective window |
|
|
132
|
+
|-----------|------------------|
|
|
133
|
+
| Breaking tech news | 4–12 hours |
|
|
134
|
+
| Major regulation / policy | 24–48 hours |
|
|
135
|
+
| Industry report / data drop | 24–72 hours |
|
|
136
|
+
| Conference announcement | Same day |
|
|
137
|
+
| Acquisition / funding news | 12–24 hours |
|
|
138
|
+
|
|
139
|
+
**Implication:** if you can't draft and send within the window, don't bother. Set up the loop so detection → pitch takes <2 hours.
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
## Sources & Tooling
|
|
144
|
+
|
|
145
|
+
Reuses tooling from the `social` skill's listening workflow. Same install: `brew install jq`.
|
|
146
|
+
|
|
147
|
+
### Google News RSS (no auth)
|
|
148
|
+
|
|
149
|
+
```bash
|
|
150
|
+
# Replace QUERY with topic (use + for spaces, %22 for quotes)
|
|
151
|
+
curl -s "https://news.google.com/rss/search?q=QUERY&hl=en-US&gl=US&ceid=US:en" \
|
|
152
|
+
| xmllint --xpath "//item[position()<11]" - 2>/dev/null
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
### Hacker News (Algolia) for tech stories
|
|
156
|
+
|
|
157
|
+
```bash
|
|
158
|
+
SINCE=$(($(date +%s) - 86400))
|
|
159
|
+
curl -s "https://hn.algolia.com/api/v1/search_by_date?query=QUERY&tags=story&numericFilters=created_at_i>${SINCE}" \
|
|
160
|
+
| jq '.hits[] | {title, url, points, num_comments, created_at, hn_url: ("https://news.ycombinator.com/item?id="+.objectID)}'
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
### Reddit (for category-specific subs)
|
|
164
|
+
|
|
165
|
+
```bash
|
|
166
|
+
curl -s -A "newsjack/1.0" \
|
|
167
|
+
"https://www.reddit.com/r/SUBREDDIT/top.json?t=day&limit=15" \
|
|
168
|
+
| jq '.data.children[].data | {title, url, score, num_comments, created_utc}'
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
### Journalist research (browser-driven)
|
|
172
|
+
|
|
173
|
+
For finding *which* journalists are covering the story right now:
|
|
174
|
+
- **dev-browser** → Google News search for the story → click through to articles → note the bylines
|
|
175
|
+
- Then go to those journalists' X / LinkedIn / Muck Rack profile to confirm beat and recent coverage
|
|
176
|
+
|
|
177
|
+
See also [journalist-pitching.md](journalist-pitching.md) for the full discovery workflow.
|
|
178
|
+
|
|
179
|
+
### Source list
|
|
180
|
+
|
|
181
|
+
For repeatable monitoring, add a "Newsjacking topics" section to `.agents/listening-sources.md` (template in the `social` skill's references):
|
|
182
|
+
|
|
183
|
+
```markdown
|
|
184
|
+
## Newsjacking topics (Google News RSS)
|
|
185
|
+
- "AI agent regulation"
|
|
186
|
+
- "[your category] funding"
|
|
187
|
+
- "[your competitors] OR [adjacent competitors]"
|
|
188
|
+
|
|
189
|
+
## Industry data drops (RSS / manual)
|
|
190
|
+
- Pitchbook reports
|
|
191
|
+
- a16z state of [industry] reports
|
|
192
|
+
- [your category] benchmark reports
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
## Failure Modes
|
|
198
|
+
|
|
199
|
+
Things that have ended careers and brands.
|
|
200
|
+
|
|
201
|
+
- **Tragedy-jacking** — Oreo's 2013 Super Bowl tweet worked. Most attempts since have not. Wartime, disasters, deaths: don't.
|
|
202
|
+
- **The forced fit** — "Here's our take on [trending story] — it's actually about [our product]." Journalists see through this instantly.
|
|
203
|
+
- **The empty take** — pitching "we have an opinion" without specifics. Journalists need a quote-worthy line, not "we're closely watching this."
|
|
204
|
+
- **Speed without judgment** — being first with a bad take is worse than being late with a good one. The 30-minute "is this brand-appropriate?" gut check exists for a reason.
|
|
205
|
+
- **Pitching the same angle to 50 journalists** — they talk. Get caught once, lose the relationships.
|
|
206
|
+
- **No follow-through** — pitch goes out, journalist responds in 20 minutes, founder takes 6 hours to reply. Story moves on.
|
|
207
|
+
|
|
208
|
+
---
|
|
209
|
+
|
|
210
|
+
## Companion Practice: The Public Trail
|
|
211
|
+
|
|
212
|
+
Every newsjack pitch is stronger if the journalist can find evidence you've been thinking about this publicly. Before pitching:
|
|
213
|
+
|
|
214
|
+
1. Publish a short post (blog, LinkedIn, X thread) with your take
|
|
215
|
+
2. Reference it in the pitch ("more thinking here: [link]")
|
|
216
|
+
3. This signals you're not opportunistic — you're an actual voice in the space
|
|
217
|
+
|
|
218
|
+
If you don't have time to publish, you're probably not ready to pitch.
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
# Press Request Platforms — Inbound PR
|
|
2
|
+
|
|
3
|
+
Journalists posting "I need a source for X" — you respond, sometimes you get quoted, sometimes you don't. The cheapest PR play available, but only if you treat it seriously.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- The major platforms
|
|
7
|
+
- Daily triage workflow
|
|
8
|
+
- Response template
|
|
9
|
+
- What makes a response get selected
|
|
10
|
+
- What kills a response
|
|
11
|
+
- ROI reality check
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## The Major Platforms
|
|
16
|
+
|
|
17
|
+
| Platform | What it is | Cost | Quality |
|
|
18
|
+
|----------|-----------|------|---------|
|
|
19
|
+
| **[Connectively](https://www.connectively.us)** (formerly HARO) | Daily email digest of journalist queries | Free tier; paid for filters | Mixed — high volume, lots of noise |
|
|
20
|
+
| **[Qwoted](https://www.qwoted.com)** | Web app with journalist requests | Free; paid for outreach | Good — better-quality outlets |
|
|
21
|
+
| **[Featured](https://featured.com)** | Web app, expert profiles, journalist requests | Free tier; paid pro | Good for thought-leadership snippets |
|
|
22
|
+
| **[Help A B2B Writer](https://helpab2bwriter.com)** | Twice-weekly email of B2B queries | Free | High — B2B-focused, low spam |
|
|
23
|
+
| **[SourceBottle](https://www.sourcebottle.com)** | Australia-focused but global queries | Free | Variable |
|
|
24
|
+
| **[Terkel](https://terkel.io)** | Roundup-style ("we asked 50 experts…") | Free | Volume-heavy, low effort |
|
|
25
|
+
| **[JournoRequests](https://twitter.com/journorequests)** | X account aggregating tweets | Free | UK-skewed, real-time |
|
|
26
|
+
| **#JournoRequest** (X hashtag) | Live journalist requests | Free | Real-time, fast-moving |
|
|
27
|
+
|
|
28
|
+
**Recommended starter set:** Connectively + Qwoted + Help A B2B Writer + monitoring `#JournoRequest` on X.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Daily Triage Workflow
|
|
33
|
+
|
|
34
|
+
These platforms generate volume. Treat it like email triage — fast pass, deep response on the rare matches.
|
|
35
|
+
|
|
36
|
+
### Step 1 — Filter (5 min)
|
|
37
|
+
|
|
38
|
+
For each digest / request feed:
|
|
39
|
+
- Drop everything where you don't have **direct experience or data**
|
|
40
|
+
- Drop everything from outlets your ICP doesn't read
|
|
41
|
+
- Drop everything with a deadline you can't meet
|
|
42
|
+
- Keep only requests where you can give a **complete, named, on-the-record answer**
|
|
43
|
+
|
|
44
|
+
Realistic conversion: 50 daily requests → 2–4 worth answering.
|
|
45
|
+
|
|
46
|
+
### Step 2 — Deep response (15 min per request)
|
|
47
|
+
|
|
48
|
+
For each keeper:
|
|
49
|
+
- Read the request 3 times — what's the *actual* angle?
|
|
50
|
+
- Look up the journalist if possible — recent coverage, beat
|
|
51
|
+
- Write a custom response (see [template](#response-template))
|
|
52
|
+
- Send within their stated deadline (early > late)
|
|
53
|
+
|
|
54
|
+
### Step 3 — Log
|
|
55
|
+
|
|
56
|
+
Track in a spreadsheet:
|
|
57
|
+
- Date
|
|
58
|
+
- Platform
|
|
59
|
+
- Journalist + outlet
|
|
60
|
+
- Topic
|
|
61
|
+
- Response sent (yes/no)
|
|
62
|
+
- Outcome (no response / passed / quoted / linked)
|
|
63
|
+
|
|
64
|
+
After 30 responses, you'll see which topics/platforms convert.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Response Template
|
|
69
|
+
|
|
70
|
+
Keep responses under 200 words. Journalists are scanning 50+ replies for one quote.
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
Hi [name],
|
|
74
|
+
|
|
75
|
+
Quick response to your request about [topic].
|
|
76
|
+
|
|
77
|
+
[Specific credential — 1 sentence. "Built X for 5 years" / "Led marketing at Y" / "Have analyzed N companies in space"]
|
|
78
|
+
|
|
79
|
+
The most important thing about [topic]: [your actual point in 2 sentences].
|
|
80
|
+
|
|
81
|
+
[A specific example, story, or data point — this is what gets quoted.]
|
|
82
|
+
|
|
83
|
+
[If applicable: a contrarian or surprising angle that differentiates from typical answers.]
|
|
84
|
+
|
|
85
|
+
Happy to expand on any of this, share data, or be quoted directly.
|
|
86
|
+
|
|
87
|
+
Feel free to use this attribution:
|
|
88
|
+
[Your name], [your title], [your company]
|
|
89
|
+
|
|
90
|
+
Contact for follow-up: [email + phone]
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
**Note the structure:**
|
|
94
|
+
1. One-sentence intro
|
|
95
|
+
2. One-sentence credential
|
|
96
|
+
3. Two-sentence answer
|
|
97
|
+
4. Specific example (the quotable part)
|
|
98
|
+
5. Optional: differentiator
|
|
99
|
+
6. Clear offer
|
|
100
|
+
7. Pre-written attribution (saves them 30 seconds)
|
|
101
|
+
8. Contact info
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## What Makes a Response Get Selected
|
|
106
|
+
|
|
107
|
+
After analyzing hundreds of quoted responses, the patterns:
|
|
108
|
+
|
|
109
|
+
### Quotable specificity
|
|
110
|
+
**Bad:** "Companies should focus on customer experience."
|
|
111
|
+
**Good:** "When we A/B tested 47 onboarding flows, the version with a 30-second video at step 3 increased activation by 41%."
|
|
112
|
+
|
|
113
|
+
The good version is a quote. The bad version is filler.
|
|
114
|
+
|
|
115
|
+
### Concrete credential
|
|
116
|
+
**Bad:** "As a marketing expert..."
|
|
117
|
+
**Good:** "I've run growth at three Series B SaaS companies, all in B2B sales tooling."
|
|
118
|
+
|
|
119
|
+
Specificity beats title-stacking.
|
|
120
|
+
|
|
121
|
+
### Story over advice
|
|
122
|
+
**Bad:** "It's important to track the right metrics."
|
|
123
|
+
**Good:** "We almost shut down because we were optimizing for MRR when our real problem was activation. Once we switched to tracking 7-day activation, everything else followed."
|
|
124
|
+
|
|
125
|
+
Stories make articles. Advice makes filler.
|
|
126
|
+
|
|
127
|
+
### Pre-formatted for their workflow
|
|
128
|
+
- Pre-written attribution
|
|
129
|
+
- Multiple quotable lines (let them pick)
|
|
130
|
+
- High-res headshot link (don't attach)
|
|
131
|
+
- One-line company description
|
|
132
|
+
|
|
133
|
+
### Time match
|
|
134
|
+
**Most quotes come from responses sent in the first 6 hours.** After 24 hours, your chances drop sharply. Treat deadlines as if they're 24h earlier than stated.
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## What Kills a Response
|
|
139
|
+
|
|
140
|
+
- **Pitching your product** when they asked for expert commentary
|
|
141
|
+
- **Generic advice** that could come from any expert
|
|
142
|
+
- **Multiple "experts" from your company** responding to the same request (looks coordinated, often is)
|
|
143
|
+
- **Hiring a PR firm to spam responses** — journalists smell it
|
|
144
|
+
- **Demanding a link back** to your site — most can't promise links
|
|
145
|
+
- **Ignoring the deadline** by 1+ days
|
|
146
|
+
- **Long bio sections** before the actual answer
|
|
147
|
+
- **Asking to "see the article before publication"** — you don't get to do that
|
|
148
|
+
- **Asking what other experts said** so you can differentiate — they won't tell you
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## ROI Reality Check
|
|
153
|
+
|
|
154
|
+
Most teams overinvest in these platforms because they're cheap. Be honest:
|
|
155
|
+
|
|
156
|
+
| Effort | Realistic outcome (90 days) |
|
|
157
|
+
|--------|----------------------------|
|
|
158
|
+
| 5 hr/week, custom responses | 3–10 quoted placements |
|
|
159
|
+
| 1 hr/week, template responses | 0–2 placements |
|
|
160
|
+
| Outsourced to PR firm | Lots of submissions, few quotes |
|
|
161
|
+
|
|
162
|
+
**A quote in a tier-1 outlet is worth:**
|
|
163
|
+
- A backlink (DR depends on outlet)
|
|
164
|
+
- A sales-collateral asset ("As featured in...")
|
|
165
|
+
- AI-citation surface area
|
|
166
|
+
- Brand legitimacy in the abstract
|
|
167
|
+
|
|
168
|
+
**A quote in a tier-3 outlet is worth:**
|
|
169
|
+
- A backlink, often nofollow
|
|
170
|
+
- Maybe an Instagram screenshot
|
|
171
|
+
|
|
172
|
+
**Decision rule:** if you can sustain 5 hr/week of quality responses for 90 days, this is worth it. If you can only do 1 hr/week, skip it and invest in [proactive pitching](journalist-pitching.md) instead.
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## Setup Checklist
|
|
177
|
+
|
|
178
|
+
Before you start responding:
|
|
179
|
+
|
|
180
|
+
- [ ] Press page exists and is current (see main SKILL.md)
|
|
181
|
+
- [ ] One-line credential is written and rehearsed
|
|
182
|
+
- [ ] Headshot is high-res and at a public URL
|
|
183
|
+
- [ ] You have 3–5 specific stories / data points ready to deploy
|
|
184
|
+
- [ ] You've decided which 2–3 platforms to use (don't try all 7)
|
|
185
|
+
- [ ] You've blocked a daily 20-min window for triage
|
|
186
|
+
- [ ] You're logging responses in a tracker
|
|
187
|
+
|
|
188
|
+
Without these, you're spamming and wasting their time and yours.
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mkt/schema-markup
|
|
3
|
+
description: >
|
|
4
|
+
Add, fix, or optimize schema.org structured data (JSON-LD) so pages earn
|
|
5
|
+
rich results in Google — FAQ, Product, Article, Review, Breadcrumb,
|
|
6
|
+
Organization, HowTo. Implementação de dados estruturados / rich snippets
|
|
7
|
+
para SEO. TRIGGER: "schema markup", "structured data", "JSON-LD", "rich
|
|
8
|
+
snippets", "schema.org", "FAQ schema", "product schema", "review schema",
|
|
9
|
+
"breadcrumb schema", "Google rich results", "knowledge panel", "star
|
|
10
|
+
ratings in search", "add structured data", "/mkt schema-markup". SKIP:
|
|
11
|
+
broader technical/on-page SEO issues -> mkt/seo-audit; AI-search /
|
|
12
|
+
citation optimization -> mkt/ai-seo; templated schema at scale ->
|
|
13
|
+
mkt/programmatic-seo.
|
|
14
|
+
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
|
|
15
|
+
metadata:
|
|
16
|
+
origin: community
|
|
17
|
+
source: https://github.com/coreyhaines31/marketingskills
|
|
18
|
+
license: MIT
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
<!-- arka:kb-first-prefix begin -->
|
|
22
|
+
> **KB-first:** query `mcp__obsidian__search_notes` (and
|
|
23
|
+
> `mcp__graphify__query_graph` when configured) and cite `[[wikilinks]]`
|
|
24
|
+
> or graph nodes — or declare the gap — BEFORE any external research.
|
|
25
|
+
> Full doctrine: `arka/SKILL.md` (KB-First Research).
|
|
26
|
+
<!-- arka:kb-first-prefix end -->
|
|
27
|
+
|
|
28
|
+
# Schema Markup — `/mkt schema-markup`
|
|
29
|
+
|
|
30
|
+
> **Agent:** Ana (SEO Specialist) | **Frameworks:** Schema.org, JSON-LD, Google Rich Results
|
|
31
|
+
|
|
32
|
+
**Context:** read the product marketing context first —
|
|
33
|
+
`WizardingCode/Marketing/product-marketing.md` in Obsidian (KB-first),
|
|
34
|
+
else the project-local `.agents/product-marketing.md`. If neither exists,
|
|
35
|
+
offer to run `/mkt product-marketing`.
|
|
36
|
+
|
|
37
|
+
You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search.
|
|
38
|
+
|
|
39
|
+
## Initial Assessment
|
|
40
|
+
|
|
41
|
+
Before implementing schema, understand:
|
|
42
|
+
|
|
43
|
+
1. **Page Type** - What kind of page? What's the primary content? What rich results are possible?
|
|
44
|
+
|
|
45
|
+
2. **Current State** - Any existing schema? Errors in implementation? Which rich results already appearing?
|
|
46
|
+
|
|
47
|
+
3. **Goals** - Which rich results are you targeting? What's the business value?
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Core Principles
|
|
52
|
+
|
|
53
|
+
### 1. Accuracy First
|
|
54
|
+
- Schema must accurately represent page content
|
|
55
|
+
- Don't markup content that doesn't exist
|
|
56
|
+
- Keep updated when content changes
|
|
57
|
+
|
|
58
|
+
### 2. Use JSON-LD
|
|
59
|
+
- Google recommends JSON-LD format
|
|
60
|
+
- Easier to implement and maintain
|
|
61
|
+
- Place in `<head>` or end of `<body>`
|
|
62
|
+
|
|
63
|
+
### 3. Follow Google's Guidelines
|
|
64
|
+
- Only use markup Google supports
|
|
65
|
+
- Avoid spam tactics
|
|
66
|
+
- Review eligibility requirements
|
|
67
|
+
|
|
68
|
+
### 4. Validate Everything
|
|
69
|
+
- Test before deploying
|
|
70
|
+
- Monitor Search Console
|
|
71
|
+
- Fix errors promptly
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## Common Schema Types
|
|
76
|
+
|
|
77
|
+
| Type | Use For | Required Properties |
|
|
78
|
+
|------|---------|-------------------|
|
|
79
|
+
| Organization | Company homepage/about | name, url |
|
|
80
|
+
| WebSite | Homepage (search box) | name, url |
|
|
81
|
+
| Article | Blog posts, news | headline, image, datePublished, author |
|
|
82
|
+
| Product | Product pages | name, image, offers |
|
|
83
|
+
| SoftwareApplication | SaaS/app pages | name, offers |
|
|
84
|
+
| FAQPage | FAQ content | mainEntity (Q&A array) |
|
|
85
|
+
| HowTo | Tutorials | name, step |
|
|
86
|
+
| BreadcrumbList | Any page with breadcrumbs | itemListElement |
|
|
87
|
+
| LocalBusiness | Local business pages | name, address |
|
|
88
|
+
| Event | Events, webinars | name, startDate, location |
|
|
89
|
+
|
|
90
|
+
**For complete JSON-LD examples**: See [references/schema-examples.md](references/schema-examples.md)
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Quick Reference
|
|
95
|
+
|
|
96
|
+
### Organization (Company Page)
|
|
97
|
+
Required: name, url
|
|
98
|
+
Recommended: logo, sameAs (social profiles), contactPoint
|
|
99
|
+
|
|
100
|
+
### Article/BlogPosting
|
|
101
|
+
Required: headline, image, datePublished, author
|
|
102
|
+
Recommended: dateModified, publisher, description
|
|
103
|
+
|
|
104
|
+
### Product
|
|
105
|
+
Required: name, image, offers (price + availability)
|
|
106
|
+
Recommended: sku, brand, aggregateRating, review
|
|
107
|
+
|
|
108
|
+
### FAQPage
|
|
109
|
+
Required: mainEntity (array of Question/Answer pairs)
|
|
110
|
+
|
|
111
|
+
### BreadcrumbList
|
|
112
|
+
Required: itemListElement (array with position, name, item)
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## Multiple Schema Types
|
|
117
|
+
|
|
118
|
+
You can combine multiple schema types on one page using `@graph`:
|
|
119
|
+
|
|
120
|
+
```json
|
|
121
|
+
{
|
|
122
|
+
"@context": "https://schema.org",
|
|
123
|
+
"@graph": [
|
|
124
|
+
{ "@type": "Organization", ... },
|
|
125
|
+
{ "@type": "WebSite", ... },
|
|
126
|
+
{ "@type": "BreadcrumbList", ... }
|
|
127
|
+
]
|
|
128
|
+
}
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
## Validation and Testing
|
|
134
|
+
|
|
135
|
+
### Tools
|
|
136
|
+
- **Google Rich Results Test**: https://search.google.com/test/rich-results
|
|
137
|
+
- **Schema.org Validator**: https://validator.schema.org/
|
|
138
|
+
- **Search Console**: Enhancements reports
|
|
139
|
+
|
|
140
|
+
### Common Errors
|
|
141
|
+
|
|
142
|
+
**Missing required properties** - Check Google's documentation for required fields
|
|
143
|
+
|
|
144
|
+
**Invalid values** - Dates must be ISO 8601, URLs fully qualified, enumerations exact
|
|
145
|
+
|
|
146
|
+
**Mismatch with page content** - Schema doesn't match visible content
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## Implementation
|
|
151
|
+
|
|
152
|
+
### Static Sites
|
|
153
|
+
- Add JSON-LD directly in HTML template
|
|
154
|
+
- Use includes/partials for reusable schema
|
|
155
|
+
|
|
156
|
+
### Dynamic Sites (React, Next.js)
|
|
157
|
+
- Component that renders schema
|
|
158
|
+
- Server-side rendered for SEO
|
|
159
|
+
- Serialize data to JSON-LD
|
|
160
|
+
|
|
161
|
+
### CMS / WordPress
|
|
162
|
+
- Plugins (Yoast, Rank Math, Schema Pro)
|
|
163
|
+
- Theme modifications
|
|
164
|
+
- Custom fields to structured data
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## Output Format
|
|
169
|
+
|
|
170
|
+
### Schema Implementation
|
|
171
|
+
```json
|
|
172
|
+
// Full JSON-LD code block
|
|
173
|
+
{
|
|
174
|
+
"@context": "https://schema.org",
|
|
175
|
+
"@type": "...",
|
|
176
|
+
// Complete markup
|
|
177
|
+
}
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
### Testing Checklist
|
|
181
|
+
- [ ] Validates in Rich Results Test
|
|
182
|
+
- [ ] No errors or warnings
|
|
183
|
+
- [ ] Matches page content
|
|
184
|
+
- [ ] All required properties included
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
## Task-Specific Questions
|
|
189
|
+
|
|
190
|
+
1. What type of page is this?
|
|
191
|
+
2. What rich results are you hoping to achieve?
|
|
192
|
+
3. What data is available to populate the schema?
|
|
193
|
+
4. Is there existing schema on the page?
|
|
194
|
+
5. What's your tech stack?
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## Related ArkaOS skills
|
|
199
|
+
|
|
200
|
+
- **`mkt/seo-audit`** — overall SEO including schema review.
|
|
201
|
+
- **`mkt/ai-seo`** — AI search optimization (schema helps AI understand content).
|
|
202
|
+
- **`mkt/programmatic-seo`** — templated schema at scale.
|
|
203
|
+
- **`landing/page-architect`** — breadcrumb structure and navigation schema planning.
|