Product Marketing Context
You help users create and maintain product marketing context documents. These capture foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves.
Storage Modes
Single-product mode: .claude/product-marketing-context.md — one file, simple.
Multi-product mode: .claude/product-marketing-context/[slug].md — one file per product inside a directory.
The mode is detected automatically (see Step 1).
Workflow
Step 1: Detect Mode and Check for Existing Context
Determine which mode to use:
- If user passed a project path as argument (e.g.,
@1-projects/mise/) → multi-product mode. Derive slug from the path (e.g., mise). Target file: .claude/product-marketing-context/mise.md.
- Else if
.claude/product-marketing-context/ directory exists → multi-product mode. List existing product contexts and ask which product to create or update.
- Else if
.claude/product-marketing-context.md file exists → single-product mode. Read it, summarize what's captured, ask which sections to update.
- Else (nothing exists) → single-product mode by default. Create
.claude/product-marketing-context.md.
If target file already exists: Read it, summarize what's captured, ask which sections to update.
If target file doesn't exist, offer two options:
- Auto-draft from codebase (recommended): Study the repo — README, landing pages, marketing copy, package.json, project docs, etc. — and draft a V1. The user reviews, corrects, and fills gaps.
- Start from scratch: Walk through each section conversationally, one 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, project-specific 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
Important: Push for verbatim customer language. Exact phrases are more valuable than polished descriptions.
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, save to the target path determined in Step 1:
- Single-product:
.claude/product-marketing-context.md
- Multi-product:
.claude/product-marketing-context/[slug].md (create the directory if it doesn't exist)
Use 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 the target path from Step 1
- Tell them: "Other marketing skills will now use this context automatically. Run
/product-marketing-context anytime to update it."
- If multi-product mode: mention they can run
/product-marketing-context with a different project path to create context for another product.
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: Cria e mantem documentos de contexto de marketing do produto (posicionamento, messaging, publico-alvo). Funciona como base de referencia consumida automaticamente pelas demais skills de marketing, evitando repeticao de informacoes entre tarefas.4license: Apache-2.05---67# Product Marketing Context89You help users create and maintain product marketing context documents. These capture foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves.1011## Storage Modes1213**Single-product mode:** `.claude/product-marketing-context.md` — one file, simple.14**Multi-product mode:** `.claude/product-marketing-context/[slug].md` — one file per product inside a directory.1516The mode is detected automatically (see Step 1).1718## Workflow1920### Step 1: Detect Mode and Check for Existing Context2122Determine which mode to use:23241. **If user passed a project path as argument** (e.g., `@1-projects/mise/`) → multi-product mode. Derive slug from the path (e.g., `mise`). Target file: `.claude/product-marketing-context/mise.md`.252. **Else if `.claude/product-marketing-context/` directory exists** → multi-product mode. List existing product contexts and ask which product to create or update.263. **Else if `.claude/product-marketing-context.md` file exists** → single-product mode. Read it, summarize what's captured, ask which sections to update.274. **Else** (nothing exists) → single-product mode by default. Create `.claude/product-marketing-context.md`.2829**If target file already exists:** Read it, summarize what's captured, ask which sections to update.3031**If target file doesn't exist, offer two options:**32331. **Auto-draft from codebase** (recommended): Study the repo — README, landing pages, marketing copy, package.json, project docs, etc. — and draft a V1. The user reviews, corrects, and fills gaps.342. **Start from scratch**: Walk through each section conversationally, one at a time.3536Most users prefer option 1. After presenting the draft, ask: "What needs correcting? What's missing?"3738### Step 2: Gather Information3940**If auto-drafting:**411. Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, project-specific docs422. Draft all sections based on what you find433. Present the draft and ask what needs correcting or is missing444. Iterate until the user is satisfied4546**If starting from scratch:**47Walk through each section below conversationally, one at a time. Don't dump all questions at once.4849For each section:501. Briefly explain what you're capturing512. Ask relevant questions523. Confirm accuracy534. Move to the next5455**Important:** Push for verbatim customer language. Exact phrases are more valuable than polished descriptions.5657---5859## Sections to Capture6061### 1. Product Overview62- One-line description63- What it does (2-3 sentences)64- Product category (what "shelf" you sit on—how customers search for you)65- Product type (SaaS, marketplace, e-commerce, service, etc.)66- Business model and pricing6768### 2. Target Audience69- Target company type (industry, size, stage)70- Target decision-makers (roles, departments)71- Primary use case (the main problem you solve)72- Jobs to be done (2-3 things customers "hire" you for)73- Specific use cases or scenarios7475### 3. Personas (B2B only)76If multiple stakeholders are involved in buying, capture for each:77- User, Champion, Decision Maker, Financial Buyer, Technical Influencer78- What each cares about, their challenge, and the value you promise them7980### 4. Problems & Pain Points81- Core challenge customers face before finding you82- Why current solutions fall short83- What it costs them (time, money, opportunities)84- Emotional tension (stress, fear, doubt)8586### 5. Competitive Landscape87- **Direct competitors**: Same solution, same problem (e.g., Calendly vs SavvyCal)88- **Secondary competitors**: Different solution, same problem (e.g., Calendly vs Superhuman scheduling)89- **Indirect competitors**: Conflicting approach (e.g., Calendly vs personal assistant)90- How each falls short for customers9192### 6. Differentiation93- Key differentiators (capabilities alternatives lack)94- How you solve it differently95- Why that's better (benefits)96- Why customers choose you over alternatives9798### 7. Objections & Anti-Personas99- Top 3 objections heard in sales and how to address them100- Who is NOT a good fit (anti-persona)101102### 8. Switching Dynamics103The JTBD Four Forces:104- **Push**: What frustrations drive them away from current solution105- **Pull**: What attracts them to you106- **Habit**: What keeps them stuck with current approach107- **Anxiety**: What worries them about switching108109### 9. Customer Language110- How customers describe the problem (verbatim)111- How they describe your solution (verbatim)112- Words/phrases to use113- Words/phrases to avoid114- Glossary of product-specific terms115116### 10. Brand Voice117- Tone (professional, casual, playful, etc.)118- Communication style (direct, conversational, technical)119- Brand personality (3-5 adjectives)120121### 11. Proof Points122- Key metrics or results to cite123- Notable customers/logos124- Testimonial snippets125- Main value themes and supporting evidence126127### 12. Goals128- Primary business goal129- Key conversion action (what you want people to do)130- Current metrics (if known)131132---133134## Step 3: Create the Document135136After gathering information, save to the target path determined in Step 1:137- **Single-product:** `.claude/product-marketing-context.md`138- **Multi-product:** `.claude/product-marketing-context/[slug].md` (create the directory if it doesn't exist)139140Use this structure:141142```markdown143# Product Marketing Context144145*Last updated: [date]*146147## Product Overview148**One-liner:**149**What it does:**150**Product category:**151**Product type:**152**Business model:**153154## Target Audience155**Target companies:**156**Decision-makers:**157**Primary use case:**158**Jobs to be done:**159-160**Use cases:**161-162163## Personas164| Persona | Cares about | Challenge | Value we promise |165|---------|-------------|-----------|------------------|166| | | | |167168## Problems & Pain Points169**Core problem:**170**Why alternatives fall short:**171-172**What it costs them:**173**Emotional tension:**174175## Competitive Landscape176**Direct:** [Competitor] — falls short because...177**Secondary:** [Approach] — falls short because...178**Indirect:** [Alternative] — falls short because...179180## Differentiation181**Key differentiators:**182-183**How we do it differently:**184**Why that's better:**185**Why customers choose us:**186187## Objections188| Objection | Response |189|-----------|----------|190| | |191192**Anti-persona:**193194## Switching Dynamics195**Push:**196**Pull:**197**Habit:**198**Anxiety:**199200## Customer Language201**How they describe the problem:**202- "[verbatim]"203**How they describe us:**204- "[verbatim]"205**Words to use:**206**Words to avoid:**207**Glossary:**208| Term | Meaning |209|------|---------|210| | |211212## Brand Voice213**Tone:**214**Style:**215**Personality:**216217## Proof Points218**Metrics:**219**Customers:**220**Testimonials:**221> "[quote]" — [who]222**Value themes:**223| Theme | Proof |224|-------|-------|225| | |226227## Goals228**Business goal:**229**Conversion action:**230**Current metrics:**231```232233---234235## Step 4: Confirm and Save236237- Show the completed document238- Ask if anything needs adjustment239- Save to the target path from Step 1240- Tell them: "Other marketing skills will now use this context automatically. Run `/product-marketing-context` anytime to update it."241- If multi-product mode: mention they can run `/product-marketing-context` with a different project path to create context for another product.242243---244245## Tips246247- **Be specific**: Ask "What's the #1 frustration that brings them to you?" not "What problem do they solve?"248- **Capture exact words**: Customer language beats polished descriptions249- **Ask for examples**: "Can you give me an example?" unlocks better answers250- **Validate as you go**: Summarize each section and confirm before moving on251- **Skip what doesn't apply**: Not every product needs all sections (e.g., Personas for B2C)