| name | growth-content-orchestrator |
| description | Route a growth/marketing task to the right skill among 13 demand-generation specialists โ content strategy, long-form writing, conversion copy and editing, cold and lifecycle email, paid ad creative, lead magnets and free tools, marketing psychology, the idea bank, and launch planning. USE WHEN a user wants to plan, write, convert, or amplify marketing content but hasn't named the specific concern. |
| cluster | growth-content |
| version | 1.0.0 |
Growth Content Orchestrator
The single entry skill for growth and content-marketing work. It locates the task on the
funnel stage ร asset type map and delegates to one of 13 specialist spokes. The
cross-cutting decision every asset shares โ searchable vs. shareable, the buyer stage it
targets, and the one source-of-truth positioning doc all spokes read first โ lives in
growth-content-core; read it before planning a campaign or writing an asset cold.
Cluster map (spoke โ role)
Foundation (read first)
product-marketing-context โ establishes positioning, ICP, voice, proof. Writes .agents/product-marketing-context.md; every other spoke reads it. Run this before anything else on a new project.
Plan (what to make)
content-strategy โ pillars, topic clusters, keyword-by-buyer-stage, the editorial calendar
marketing-ideas โ the 139-idea bank when the user is stuck or wants channel inspiration
marketing-psychology โ mental models and behavioral principles that inform every other choice
Write (the asset itself)
content-research-writer โ long-form: blog posts, articles, newsletters, thought leadership, with research + citations
copywriting โ conversion copy for pages: homepage, landing, pricing, feature, about
copy-editing โ the seven-sweep polish pass on existing copy (run after a draft)
Convert (turn attention into leads/replies)
lead-magnets โ gated downloadables: checklists, templates, ebooks, swipe files
free-tool-strategy โ engineering-as-marketing: calculators, graders, generators
cold-email โ B2B outbound: prospecting emails + multi-touch follow-up sequences
email-sequence โ lifecycle/nurture flows: welcome, onboarding, re-engagement, drip
ad-creative โ paid ad copy at scale: headlines, descriptions, primary text, iteration from performance data
Launch (ship it)
launch-strategy โ Product Hunt, GTM, the ORB channel model, the five-phase rollout
Picked-up spokes (see dedicated section below)
avoid-ai-writing โ strip AI-isms from a draft (run after copy-editing, before publish)
zapier-make-patterns โ no-code Zapier/Make automation for marketing ops & lifecycle plumbing
Routing rules by intent
| The user saysโฆ | Route to |
|---|
| "What should I write about?" / pillars / calendar | content-strategy |
| "I'm stuck, give me growth ideas" | marketing-ideas |
| "Why do people buy / persuasion / bias" | marketing-psychology |
| "Write a blog post / article / newsletter" | content-research-writer |
| "Write/rewrite my landing/homepage/pricing copy" | copywriting |
| "Edit / tighten / polish this copy" | copy-editing |
| "Lead magnet / freebie / gated PDF" | lead-magnets |
| "Build a free calculator/grader/tool for leads" | free-tool-strategy |
| "Cold outreach / prospecting / nobody replies" | cold-email |
| "Drip / nurture / welcome / onboarding emails" | email-sequence |
| "Ad copy / RSA headlines / Meta primary text" | ad-creative |
| "We're about to launch / Product Hunt / GTM" | launch-strategy |
| Positioning / ICP / "set up context" | product-marketing-context |
| "Remove AI-isms / sounds like AI / de-slop this" | avoid-ai-writing |
| "Automate this in Zapier/Make / no-code workflow / connect these apps" | zapier-make-patterns |
Disambiguation:
- New page text โ
copywriting; improving existing text โ copy-editing; emails the page links to โ email-sequence.
- Cold (no relationship) โ
cold-email; warm/lifecycle (already a contact) โ email-sequence.
- Downloadable content (ebook, checklist) โ
lead-magnets; interactive software (calculator) โ free-tool-strategy.
- "Marketing ideas" is the starting point when intent is vague; once a channel is chosen, hand to that channel's spoke.
Standard Operating Flow
- Check the foundation. If
.agents/product-marketing-context.md doesn't exist, run product-marketing-context first (or note its absence). Every spoke writes better with it.
- Locate the task on funnel stage (plan โ write โ convert โ launch) and asset type.
- Pull the core decision from
growth-content-core โ every asset must be searchable, shareable, or both, and aimed at one buyer stage. State which before producing.
- Delegate to the spoke(s). Multi-step asks fan out in pipeline order โ e.g. "launch our new feature" โ
content-strategy (angle) โ copywriting (landing page) โ email-sequence (onboarding) โ launch-strategy (rollout).
- Return: chosen spoke(s), the searchable/shareable call, the target buyer stage, and the next action.
Guardrails
See growth-content-core. In short: never invent proof โ fabricated stats, testimonials, or
customer logos erode trust and create legal exposure; pull from product-marketing-context.md or
ask. One asset, one job, one CTA, one buyer stage โ don't make a page or email do everything.
Customer language over company language โ mirror verbatim voice-of-customer, not buzzwords
("leverage," "synergy," "best-in-class" are banned). Draft, then copy-editing โ don't ship
the first pass. Use urgency/scarcity only when genuine.
Picked-up spokes
Standalone skills adopted from the antigravity-awesome-skills library (MIT). They extend the
cluster at the edges of the core funnel:
avoid-ai-writing โ audits and rewrites prose to remove 21 categories of AI writing
patterns via a 43-entry replacement table, then re-audits the rewrite. Sits after
copy-editing as a final de-slop pass before publishing any AI-assisted draft. Route here when
the user says "remove AI-isms," "make this sound less like AI," or "de-slop this."
zapier-make-patterns โ no-code automation playbook for Zapier and Make (Integromat):
platform choice, trigger-action and multi-step patterns, error handling, and the line at which
to graduate to code. The marketing-ops plumbing layer โ wiring lead capture, lifecycle emails,
and CRM sync without engineering. Route here when the user names Zapier/Make/integromat/zaps/
scenarios or wants to "connect these apps" / "automate this" without writing code.
Loading spokes on demand
To keep CLI startup context lean, this cluster's spokes are not separately registered as
skills โ only this orchestrator and its *-core are enumerated. When you route to a spoke named
above, load it on demand by reading its file:
~/.agents/skill-clusters/skills/<spoke-name>/SKILL.md (or skills/<spoke-name>/SKILL.md
inside the skill-clusters repo).