Product Marketing Context
Selective Reading Rule
Start with:
references/senior-master-standard.md
references/usage-routing.md
references/quality-checklist.md
Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.
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.
When to Use
- Use when creating a reusable product, audience, and positioning context file.
- Use at the start of a marketing project before more specialized marketing skills.
- Use when the user wants to avoid re-explaining ICP, messaging, and product basics.
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)
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
1---2name: product-marketing-context3description: ALWAYS use this when the request matches Product Marketing Context: Create or update a reusable product marketing context document with positioning, audience, ICP, use cases, and messaging.4---56# Product Marketing Context78## Selective Reading Rule910Start with:1112- `references/senior-master-standard.md`13- `references/usage-routing.md`14- `references/quality-checklist.md`1516Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.1718You 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.1920## When to Use21- Use when creating a reusable product, audience, and positioning context file.22- Use at the start of a marketing project before more specialized marketing skills.23- Use when the user wants to avoid re-explaining ICP, messaging, and product basics.2425The document is stored at `.agents/product-marketing-context.md`.2627## Workflow2829### Step 1: Check for Existing Context3031First, 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.3233**If it exists:**34- Read it and summarize what's captured35- Ask which sections they want to update36- Only gather info for those sections3738**If it doesn't exist, offer two options:**39401. **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.41422. **Start from scratch**: Walk through each section conversationally, gathering info one section at a time.4344Most users prefer option 1. After presenting the draft, ask: "What needs correcting? What's missing?"4546### Step 2: Gather Information4748**If auto-drafting:**491. Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, any existing docs502. Draft all sections based on what you find513. Present the draft and ask what needs correcting or is missing524. Iterate until the user is satisfied5354**If starting from scratch:**55Walk through each section below conversationally, one at a time. Don't dump all questions at once.5657For each section:581. Briefly explain what you're capturing592. Ask relevant questions603. Confirm accuracy614. Move to the next6263Push 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.6465---6667## Sections to Capture6869### 1. Product Overview70- One-line description71- What it does (2-3 sentences)72- Product category (what "shelf" you sit on—how customers search for you)73- Product type (SaaS, marketplace, e-commerce, service, etc.)74- Business model and pricing7576### 2. Target Audience77- Target company type (industry, size, stage)78- Target decision-makers (roles, departments)79- Primary use case (the main problem you solve)80- Jobs to be done (2-3 things customers "hire" you for)81- Specific use cases or scenarios8283### 3. Personas (B2B only)84If multiple stakeholders are involved in buying, capture for each:85- User, Champion, Decision Maker, Financial Buyer, Technical Influencer86- What each cares about, their challenge, and the value you promise them8788### 4. Problems & Pain Points89- Core challenge customers face before finding you90- Why current solutions fall short91- What it costs them (time, money, opportunities)92- Emotional tension (stress, fear, doubt)9394### 5. Competitive Landscape95- **Direct competitors**: Same solution, same problem (e.g., Calendly vs SavvyCal)96- **Secondary competitors**: Different solution, same problem (e.g., Calendly vs Superhuman scheduling)97- **Indirect competitors**: Conflicting approach (e.g., Calendly vs personal assistant)98- How each falls short for customers99100### 6. Differentiation101- Key differentiators (capabilities alternatives lack)102- How you solve it differently103- Why that's better (benefits)104- Why customers choose you over alternatives105106### 7. Objections & Anti-Personas107- Top 3 objections heard in sales and how to address them108- Who is NOT a good fit (anti-persona)109110### 8. Switching Dynamics111The JTBD Four Forces:112- **Push**: What frustrations drive them away from current solution113- **Pull**: What attracts them to you114- **Habit**: What keeps them stuck with current approach115- **Anxiety**: What worries them about switching116117### 9. Customer Language118- How customers describe the problem (verbatim)119- How they describe your solution (verbatim)120- Words/phrases to use121- Words/phrases to avoid122- Glossary of product-specific terms123124### 10. Brand Voice125- Tone (professional, casual, playful, etc.)126- Communication style (direct, conversational, technical)127- Brand personality (3-5 adjectives)128129### 11. Proof Points130- Key metrics or results to cite131- Notable customers/logos132- Testimonial snippets133- Main value themes and supporting evidence134135### 12. Goals136- Primary business goal137- Key conversion action (what you want people to do)138- Current metrics (if known)139140---141142## Step 3: Create the Document143144After gathering information, create `.agents/product-marketing-context.md` with this structure:145146```markdown147# Product Marketing Context148149*Last updated: [date]*150151## Product Overview152**One-liner:**153**What it does:**154**Product category:**155**Product type:**156**Business model:**157158## Target Audience159**Target companies:**160**Decision-makers:**161**Primary use case:**162**Jobs to be done:**163-164**Use cases:**165-166167## Personas168| Persona | Cares about | Challenge | Value we promise |169|---------|-------------|-----------|------------------|170| | | | |171172## Problems & Pain Points173**Core problem:**174**Why alternatives fall short:**175-176**What it costs them:**177**Emotional tension:**178179## Competitive Landscape180**Direct:** [Competitor] — falls short because...181**Secondary:** [Approach] — falls short because...182**Indirect:** [Alternative] — falls short because...183184## Differentiation185**Key differentiators:**186-187**How we do it differently:**188**Why that's better:**189**Why customers choose us:**190191## Objections192| Objection | Response |193|-----------|----------|194| | |195196**Anti-persona:**197198## Switching Dynamics199**Push:**200**Pull:**201**Habit:**202**Anxiety:**203204## Customer Language205**How they describe the problem:**206- "[verbatim]"207**How they describe us:**208- "[verbatim]"209**Words to use:**210**Words to avoid:**211**Glossary:**212| Term | Meaning |213|------|---------|214| | |215216## Brand Voice217**Tone:**218**Style:**219**Personality:**220221## Proof Points222**Metrics:**223**Customers:**224**Testimonials:**225> "[quote]" — [who]226**Value themes:**227| Theme | Proof |228|-------|-------|229| | |230231## Goals232**Business goal:**233**Conversion action:**234**Current metrics:**235```236237---238239## Step 4: Confirm and Save240241- Show the completed document242- Ask if anything needs adjustment243- Save to `.agents/product-marketing-context.md`244- Tell them: "Other marketing skills will now use this context automatically. Run `/product-marketing-context` anytime to update it."245246---247248## Tips249250- **Be specific**: Ask "What's the #1 frustration that brings them to you?" not "What problem do they solve?"251- **Capture exact words**: Customer language beats polished descriptions252- **Ask for examples**: "Can you give me an example?" unlocks better answers253- **Validate as you go**: Summarize each section and confirm before moving on254- **Skip what doesn't apply**: Not every product needs all sections (e.g., Personas for B2C)255256## Limitations257- Use this skill only when the task clearly matches the scope described above.258- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.259- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.