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 |
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-fundraising (investor materials, market research, outreach), /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