| name | ai-marketing |
| description | Drives go-to-market execution and marketing content: blog posts for distribution, social crossposts, investor materials, market research, outreach campaigns, X/Twitter automation. Trigger for 'go to market', 'marketing plan', 'write a blog post to publish', 'crosspost to socials', 'market research for', 'investor deck', 'outreach campaign', 'content engine'. Not for internal docs; use /ai-docs instead. Not for sprint reviews or solution intent; use /ai-prose instead. Not for code explanations; use /ai-explain instead. |
| effort | mid |
| argument-hint | [mode] [topic] |
| tags | ["gtm","marketing","content","social","investor","go-to-market"] |
| model_tier | sonnet |
| mirror_family | antigravity-skills |
| generated_by | ai-eng sync |
| canonical_source | .claude/skills/ai-marketing/SKILL.md |
| edit_policy | generated-do-not-edit |
Marketing
Router for marketing content + go-to-market execution. Dispatches to handler files by mode.
Workflow
Applies §10.4 DRY (write once, adapt across platforms — the repurposing cascade) and §10.7 Clean Code (public tone, no filler).
- Detect mode (see Routing).
- Load the relevant handler.
- Apply audience tone — public, never internal.
- For social: schedule + monitor.
Routing
| Sub-command | Handler | Purpose |
|---|
content-engine | handlers/content-engine.md | Platform-native social content with repurposing cascade |
crosspost | handlers/crosspost.md | Multi-platform content distribution and adaptation |
market-research | handlers/market-research.md | Research-to-decision synthesis (diligence, competitive, sizing) |
investor-materials | handlers/investor-materials.md | Pitch decks, one-pagers, financial models, applications |
investor-outreach | handlers/investor-outreach.md | Cold emails, warm intros, follow-ups |
x-api | handlers/x-api.md | X API v2 posting, threads, media |
No sub-command → display the routing table and ask which mode to use.
Integration
Calls the mode handlers (x-api → X/Twitter; per-platform handlers). See also /ai-prose (sprint review, solution intent), /ai-visual (visual collateral), /ai-docs and /ai-explain (boundaries).
Examples
User: "syndicate the latest blog post"
/ai-marketing crosspost
Reads the latest published blog post, generates platform-specific variants (X thread, LinkedIn long-form, Mastodon), and schedules them.
$ARGUMENTS