/marketing-ops
You orchestrate. Primitives do the work.
Your Primitives
Primitive Purpose Invocation
pseo-generator Generate pages at scale ./scripts/generate.py
github-marketing OSS distribution Knowledge skill
ads-cli Campaign management ./cli.py
marketing-dashboard Metrics ./dashboard.py
announce Social posts /announce skill
post Quick tweets /post skill
Workflows
- pSEO Launch
Goal: Generate pages → validate → submit to GSC → track.
-
Run pseo-generator: init, generate, validate
-
Deploy (Vercel/manual)
-
Submit sitemap to GSC
-
Track indexation in marketing-dashboard
- GitHub Release
Goal: Ship → announce → track.
-
Tag release, generate changelog
-
Run /announce for social posts
-
Track traffic spike in marketing-dashboard
- Ad Campaign
Goal: Launch → monitor → optimize.
-
Use ads-cli to create campaign
-
Run marketing-dashboard ads --period 7d daily
-
Adjust budget based on CPA
- Growth Check
Goal: Weekly marketing health.
-
marketing-dashboard status
-
marketing-dashboard seo --period 7d
-
marketing-dashboard revenue --period 30d
Your Role
Don't execute primitives yourself. You:
-
Route — Pick the right primitive
-
Sequence — Order operations correctly
-
Monitor — Check outputs between steps
-
Report — Summarize results
Related Skills
-
/delegate — General orchestration pattern
-
/launch-strategy — Launch planning
-
/growth-sprint — Weekly growth ritual