// Generate content drafts adapted to GTM motion. Use when creating blog posts, case studies, social posts, sales collateral, or app store copy. Requires brand-voice.md and positioning.md.
| name | marketing-content-generation |
| description | Generate content drafts adapted to GTM motion. Use when creating blog posts, case studies, social posts, sales collateral, or app store copy. Requires brand-voice.md and positioning.md. |
| allowed-tools | Read,Write,Bash |
Generate content that serves your GTM motion.
Content serves strategy. Different modes need different content. Mode is determined by orchestrator.
Required:
| File | Purpose | If Missing |
|---|---|---|
strategy/canvas/15.go-to-market.md | Motion, channels | Cannot proceed |
artifacts/marketing/narrative/brand-voice.md | How we sound | Cannot proceed |
artifacts/marketing/narrative/positioning.md | What we stand for | Cannot proceed |
Recommended:
| File | Purpose | If Missing |
|---|---|---|
artifacts/marketing/narrative/patterns/{type}.md | Structure | Use defaults |
artifacts/marketing/narrative/content-pillars.md | Topics | Proceed with caution |
| Parameter | Required | Description |
|---|---|---|
content_type | Yes | Type of content |
source_paths | Yes | Source material |
output_path | Yes | Where to save |
mode | Yes | From orchestrator: loop-driven, marketplace-driven, or sales-driven |
Mode is required. This skill does not detect motion โ it receives mode from marketing-execution orchestrator.
Mode-specific parameters:
| Mode | Additional |
|---|---|
| loop-driven | loop_trigger_type, velocity_proof |
| marketplace-driven | platform, keywords |
| sales-driven | target_persona, sales_stage |
Mode passed from marketing-execution. If missing โ Stop, flag "Invoke via marketing-execution orchestrator"
if not mode:
raise Error("Mode required. Invoke via marketing-execution.")
valid_modes = ["loop-driven", "marketplace-driven", "sales-driven", "hybrid"]
if mode not in valid_modes:
raise Error(f"Invalid mode: {mode}")
brand-voice.md โ Tone, language
positioning.md โ What we stand for
patterns/{type}.md โ Structure
Apply mode-specific rules (see below).
Mode-appropriate validation.
Save with mode-appropriate frontmatter.
Every draft must include:
See references/loop-mechanics.md for details.
| Type | When | Example |
|---|---|---|
| Implementation | Tutorials | "Try this and share your result" |
| Question | Insights | "What's your version?" |
| Challenge | Templates | "Rewrite yours. Tag me." |
| Offer | Problems | "Facing this? DM me" |
{Long time} to {old way}.
{Short time} to {new way}.
---
content_type: "{type}"
mode: "loop-driven"
loop_trigger_type: "{type}"
velocity_proof: "{before} โ {after}"
status: "draft"
---
# {Title}
{Content with velocity proof in first half}
---
{Loop trigger}
---
## Review Notes
- [ ] Loop trigger present
- [ ] Velocity framing present
- [ ] Brand voice applied
Content purpose: Support discovery and conversion on platform.
See references/marketplace-copy.md for platform guidelines.
| Type | Purpose |
|---|---|
| App listing | Convert to installs |
| Feature descriptions | Explain value |
| Changelog | Retain users |
| Review prompts | Generate social proof |
| Support articles | Reduce churn |
---
content_type: "{type}"
mode: "marketplace-driven"
platform: "{platform}"
keywords: ["{list}"]
status: "draft"
---
# {Title}
{Content}
---
## Platform Notes
- [ ] Keywords included
- [ ] Character limits met
- [ ] Guidelines followed
Content purpose: Enable sales conversations.
See references/sales-content.md for patterns.
| Type | Purpose |
|---|---|
| Case studies | Prove value |
| One-pagers | Leave-behind |
| Battle cards | Competitive positioning |
| Email sequences | Nurture |
| Pitch decks | Present to committee |
---
content_type: "{type}"
mode: "sales-driven"
sales_stage: "{stage}"
target_persona: "{persona}"
status: "draft"
---
# {Title}
{Content}
---
## Sales Notes
- [ ] ROI included
- [ ] Objections addressed
- [ ] Single CTA
- [ ] Persona-appropriate
---
content_type: "{type}"
mode: "hybrid"
primary_purpose: "{mode}"
secondary_purpose: "{mode}"
---
references/loop-mechanics.md โ Loop triggers, velocity, examplesreferences/marketplace-copy.md โ Platform guidelinesreferences/sales-content.md โ Sales enablement patternsDO:
DON'T: