Product Marketing Context
You help users create and maintain a product marketing context document. This captures foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves.
The document is stored at .agents/product-marketing-context.md.
Workflow
Step 1: Check for Existing Context
First, check if .agents/product-marketing-context.md already exists. Also check .claude/product-marketing-context.md for older setups — if found there but not in .agents/, offer to move it.
If it exists:
- Read it and summarize what's captured
- Ask which sections they want to update
- Only gather info for those sections
If it doesn't exist, offer two options:
Auto-draft from codebase (recommended): You'll study the repo—README, landing pages, marketing copy, package.json, etc.—and draft a V1 of the context document. The user then reviews, corrects, and fills gaps. This is faster than starting from scratch.
Start from scratch: Walk through each section conversationally, gathering info one section at a time.
Most users prefer option 1. After presenting the draft, ask: "What needs correcting? What's missing?"
Step 2: Gather Information
If auto-drafting:
- Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, any existing docs
- Draft all sections based on what you find
- Present the draft and ask what needs correcting or is missing
- Iterate until the user is satisfied
If starting from scratch:
Walk through each section below conversationally, one at a time. Don't dump all questions at once.
For each section:
- Briefly explain what you're capturing
- Ask relevant questions
- Confirm accuracy
- Move to the next
Push for verbatim customer language — exact phrases are more valuable than polished descriptions because they reflect how customers actually think and speak, which makes copy more resonant.
Sections to Capture
1. Product Overview
- One-line description
- What it does (2-3 sentences)
- Product category (what "shelf" you sit on—how customers search for you)
- Product type (SaaS, marketplace, e-commerce, service, etc.)
- Business model and pricing
2. Target Audience
- Target company type (industry, size, stage)
- Target decision-makers (roles, departments)
- Primary use case (the main problem you solve)
- Jobs to be done (2-3 things customers "hire" you for)
- Specific use cases or scenarios
3. Personas (B2B only)
If multiple stakeholders are involved in buying, capture for each:
- User, Champion, Decision Maker, Financial Buyer, Technical Influencer
- What each cares about, their challenge, and the value you promise them
4. Problems & Pain Points
- Core challenge customers face before finding you
- Why current solutions fall short
- What it costs them (time, money, opportunities)
- Emotional tension (stress, fear, doubt)
5. Competitive Landscape
- Direct competitors: Same solution, same problem (e.g., Calendly vs SavvyCal)
- Secondary competitors: Different solution, same problem (e.g., Calendly vs Superhuman scheduling)
- Indirect competitors: Conflicting approach (e.g., Calendly vs personal assistant)
- How each falls short for customers
6. Differentiation
- Key differentiators (capabilities alternatives lack)
- How you solve it differently
- Why that's better (benefits)
- Why customers choose you over alternatives
7. Objections & Anti-Personas
- Top 3 objections heard in sales and how to address them
- Who is NOT a good fit (anti-persona)
8. Switching Dynamics
The JTBD Four Forces:
- Push: What frustrations drive them away from current solution
- Pull: What attracts them to you
- Habit: What keeps them stuck with current approach
- Anxiety: What worries them about switching
9. Customer Language
- How customers describe the problem (verbatim)
- How they describe your solution (verbatim)
- Words/phrases to use
- Words/phrases to avoid
- Glossary of product-specific terms
10. Brand Voice
- Tone (professional, casual, playful, etc.)
- Communication style (direct, conversational, technical)
- Brand personality (3-5 adjectives)
11. Proof Points
- Key metrics or results to cite
- Notable customers/logos
- Testimonial snippets
- Main value themes and supporting evidence
12. Goals
- Primary business goal
- Key conversion action (what you want people to do)
- Current metrics (if known)
Step 3: Create the Document
After gathering information, create .agents/product-marketing-context.md with this structure:
# Product Marketing Context
*Last updated: [date]*
## Product Overview
**One-liner:**
**What it does:**
**Product category:**
**Product type:**
**Business model:**
## Target Audience
**Target companies:**
**Decision-makers:**
**Primary use case:**
**Jobs to be done:**
-
**Use cases:**
-
## Personas
| Persona | Cares about | Challenge | Value we promise |
|---------|-------------|-----------|------------------|
| | | | |
## Problems & Pain Points
**Core problem:**
**Why alternatives fall short:**
-
**What it costs them:**
**Emotional tension:**
## Competitive Landscape
**Direct:** [Competitor] — falls short because...
**Secondary:** [Approach] — falls short because...
**Indirect:** [Alternative] — falls short because...
## Differentiation
**Key differentiators:**
-
**How we do it differently:**
**Why that's better:**
**Why customers choose us:**
## Objections
| Objection | Response |
|-----------|----------|
| | |
**Anti-persona:**
## Switching Dynamics
**Push:**
**Pull:**
**Habit:**
**Anxiety:**
## Customer Language
**How they describe the problem:**
- "[verbatim]"
**How they describe us:**
- "[verbatim]"
**Words to use:**
**Words to avoid:**
**Glossary:**
| Term | Meaning |
|------|---------|
| | |
## Brand Voice
**Tone:**
**Style:**
**Personality:**
## Proof Points
**Metrics:**
**Customers:**
**Testimonials:**
> "[quote]" — [who]
**Value themes:**
| Theme | Proof |
|-------|-------|
| | |
## Goals
**Business goal:**
**Conversion action:**
**Current metrics:**
Step 4: Confirm and Save
- Show the completed document
- Ask if anything needs adjustment
- Save to
.agents/product-marketing-context.md
- Tell them: "Other marketing skills will now use this context automatically. Run
/product-marketing-context anytime to update it."
Tips
- Be specific: Ask "What's the #1 frustration that brings them to you?" not "What problem do they solve?"
- Capture exact words: Customer language beats polished descriptions
- Ask for examples: "Can you give me an example?" unlocks better answers
- Validate as you go: Summarize each section and confirm before moving on
- Skip what doesn't apply: Not every product needs all sections (e.g., Personas for B2C)
1---2name: product-marketing-context3description: When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' 'who is my target audience,' 'describe my product,' 'ICP,' 'ideal customer profile,' or wants to avoid repeating foundational information across marketing tasks. Use this at the start of any new project before using other marketing skills — it creates `.agents/product-marketing-context.md` that all other skills reference for product, audience, and positioning context.4license: Apache-2.05---67# Product Marketing Context89You help users create and maintain a product marketing context document. This captures foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves.1011The document is stored at `.agents/product-marketing-context.md`.1213## Workflow1415### Step 1: Check for Existing Context1617First, check if `.agents/product-marketing-context.md` already exists. Also check `.claude/product-marketing-context.md` for older setups — if found there but not in `.agents/`, offer to move it.1819**If it exists:**20- Read it and summarize what's captured21- Ask which sections they want to update22- Only gather info for those sections2324**If it doesn't exist, offer two options:**25261. **Auto-draft from codebase** (recommended): You'll study the repo—README, landing pages, marketing copy, package.json, etc.—and draft a V1 of the context document. The user then reviews, corrects, and fills gaps. This is faster than starting from scratch.27282. **Start from scratch**: Walk through each section conversationally, gathering info one section at a time.2930Most users prefer option 1. After presenting the draft, ask: "What needs correcting? What's missing?"3132### Step 2: Gather Information3334**If auto-drafting:**351. Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, any existing docs362. Draft all sections based on what you find373. Present the draft and ask what needs correcting or is missing384. Iterate until the user is satisfied3940**If starting from scratch:**41Walk through each section below conversationally, one at a time. Don't dump all questions at once.4243For each section:441. Briefly explain what you're capturing452. Ask relevant questions463. Confirm accuracy474. Move to the next4849Push for verbatim customer language — exact phrases are more valuable than polished descriptions because they reflect how customers actually think and speak, which makes copy more resonant.5051---5253## Sections to Capture5455### 1. Product Overview56- One-line description57- What it does (2-3 sentences)58- Product category (what "shelf" you sit on—how customers search for you)59- Product type (SaaS, marketplace, e-commerce, service, etc.)60- Business model and pricing6162### 2. Target Audience63- Target company type (industry, size, stage)64- Target decision-makers (roles, departments)65- Primary use case (the main problem you solve)66- Jobs to be done (2-3 things customers "hire" you for)67- Specific use cases or scenarios6869### 3. Personas (B2B only)70If multiple stakeholders are involved in buying, capture for each:71- User, Champion, Decision Maker, Financial Buyer, Technical Influencer72- What each cares about, their challenge, and the value you promise them7374### 4. Problems & Pain Points75- Core challenge customers face before finding you76- Why current solutions fall short77- What it costs them (time, money, opportunities)78- Emotional tension (stress, fear, doubt)7980### 5. Competitive Landscape81- **Direct competitors**: Same solution, same problem (e.g., Calendly vs SavvyCal)82- **Secondary competitors**: Different solution, same problem (e.g., Calendly vs Superhuman scheduling)83- **Indirect competitors**: Conflicting approach (e.g., Calendly vs personal assistant)84- How each falls short for customers8586### 6. Differentiation87- Key differentiators (capabilities alternatives lack)88- How you solve it differently89- Why that's better (benefits)90- Why customers choose you over alternatives9192### 7. Objections & Anti-Personas93- Top 3 objections heard in sales and how to address them94- Who is NOT a good fit (anti-persona)9596### 8. Switching Dynamics97The JTBD Four Forces:98- **Push**: What frustrations drive them away from current solution99- **Pull**: What attracts them to you100- **Habit**: What keeps them stuck with current approach101- **Anxiety**: What worries them about switching102103### 9. Customer Language104- How customers describe the problem (verbatim)105- How they describe your solution (verbatim)106- Words/phrases to use107- Words/phrases to avoid108- Glossary of product-specific terms109110### 10. Brand Voice111- Tone (professional, casual, playful, etc.)112- Communication style (direct, conversational, technical)113- Brand personality (3-5 adjectives)114115### 11. Proof Points116- Key metrics or results to cite117- Notable customers/logos118- Testimonial snippets119- Main value themes and supporting evidence120121### 12. Goals122- Primary business goal123- Key conversion action (what you want people to do)124- Current metrics (if known)125126---127128## Step 3: Create the Document129130After gathering information, create `.agents/product-marketing-context.md` with this structure:131132```markdown133# Product Marketing Context134135*Last updated: [date]*136137## Product Overview138**One-liner:**139**What it does:**140**Product category:**141**Product type:**142**Business model:**143144## Target Audience145**Target companies:**146**Decision-makers:**147**Primary use case:**148**Jobs to be done:**149-150**Use cases:**151-152153## Personas154| Persona | Cares about | Challenge | Value we promise |155|---------|-------------|-----------|------------------|156| | | | |157158## Problems & Pain Points159**Core problem:**160**Why alternatives fall short:**161-162**What it costs them:**163**Emotional tension:**164165## Competitive Landscape166**Direct:** [Competitor] — falls short because...167**Secondary:** [Approach] — falls short because...168**Indirect:** [Alternative] — falls short because...169170## Differentiation171**Key differentiators:**172-173**How we do it differently:**174**Why that's better:**175**Why customers choose us:**176177## Objections178| Objection | Response |179|-----------|----------|180| | |181182**Anti-persona:**183184## Switching Dynamics185**Push:**186**Pull:**187**Habit:**188**Anxiety:**189190## Customer Language191**How they describe the problem:**192- "[verbatim]"193**How they describe us:**194- "[verbatim]"195**Words to use:**196**Words to avoid:**197**Glossary:**198| Term | Meaning |199|------|---------|200| | |201202## Brand Voice203**Tone:**204**Style:**205**Personality:**206207## Proof Points208**Metrics:**209**Customers:**210**Testimonials:**211> "[quote]" — [who]212**Value themes:**213| Theme | Proof |214|-------|-------|215| | |216217## Goals218**Business goal:**219**Conversion action:**220**Current metrics:**221```222223---224225## Step 4: Confirm and Save226227- Show the completed document228- Ask if anything needs adjustment229- Save to `.agents/product-marketing-context.md`230- Tell them: "Other marketing skills will now use this context automatically. Run `/product-marketing-context` anytime to update it."231232---233234## Tips235236- **Be specific**: Ask "What's the #1 frustration that brings them to you?" not "What problem do they solve?"237- **Capture exact words**: Customer language beats polished descriptions238- **Ask for examples**: "Can you give me an example?" unlocks better answers239- **Validate as you go**: Summarize each section and confirm before moving on240- **Skip what doesn't apply**: Not every product needs all sections (e.g., Personas for B2C)