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 .claude/product-marketing-context.md.
Workflow
Step 1: Check for Existing Context
First, check if .claude/product-marketing-context.md already exists.
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
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, create .claude/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
.claude/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,' or wants to avoid repeating foundational information across marketing tasks. Creates `.claude/product-marketing-context.md` that other marketing skills reference.4---5
6# Product Marketing Context
7
8You 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.
9
10The document is stored at `.claude/product-marketing-context.md`.
11
12## Workflow
13
14### Step 1: Check for Existing Context
15
16First, check if `.claude/product-marketing-context.md` already exists.
17
18**If it exists:**
19- Read it and summarize what's captured
20- Ask which sections they want to update
21- Only gather info for those sections
22
23**If it doesn't exist, offer two options:**
24
251. **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.
26
272. **Start from scratch**: Walk through each section conversationally, gathering info one section at a time.
28
29Most users prefer option 1. After presenting the draft, ask: "What needs correcting? What's missing?"
30
31### Step 2: Gather Information
32
33**If auto-drafting:**
341. Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, any existing docs
352. Draft all sections based on what you find
363. Present the draft and ask what needs correcting or is missing
374. Iterate until the user is satisfied
38
39**If starting from scratch:**
40Walk through each section below conversationally, one at a time. Don't dump all questions at once.
41
42For each section:
431. Briefly explain what you're capturing
442. Ask relevant questions
453. Confirm accuracy
464. Move to the next
47
48**Important:** Push for verbatim customer language. Exact phrases are more valuable than polished descriptions.
49
50---
51
52## Sections to Capture
53
54### 1. Product Overview
55- One-line description
56- What it does (2-3 sentences)
57- Product category (what "shelf" you sit on—how customers search for you)
58- Product type (SaaS, marketplace, e-commerce, service, etc.)
59- Business model and pricing
60
61### 2. Target Audience
62- Target company type (industry, size, stage)
63- Target decision-makers (roles, departments)
64- Primary use case (the main problem you solve)
65- Jobs to be done (2-3 things customers "hire" you for)
66- Specific use cases or scenarios
67
68### 3. Personas (B2B only)
69If multiple stakeholders are involved in buying, capture for each:
70- User, Champion, Decision Maker, Financial Buyer, Technical Influencer
71- What each cares about, their challenge, and the value you promise them
72
73### 4. Problems & Pain Points
74- Core challenge customers face before finding you
75- Why current solutions fall short
76- What it costs them (time, money, opportunities)
77- Emotional tension (stress, fear, doubt)
78
79### 5. Competitive Landscape
80- **Direct competitors**: Same solution, same problem (e.g., Calendly vs SavvyCal)
81- **Secondary competitors**: Different solution, same problem (e.g., Calendly vs Superhuman scheduling)
82- **Indirect competitors**: Conflicting approach (e.g., Calendly vs personal assistant)
83- How each falls short for customers
84
85### 6. Differentiation
86- Key differentiators (capabilities alternatives lack)
87- How you solve it differently
88- Why that's better (benefits)
89- Why customers choose you over alternatives
90
91### 7. Objections & Anti-Personas
92- Top 3 objections heard in sales and how to address them
93- Who is NOT a good fit (anti-persona)
94
95### 8. Switching Dynamics
96The JTBD Four Forces:
97- **Push**: What frustrations drive them away from current solution
98- **Pull**: What attracts them to you
99- **Habit**: What keeps them stuck with current approach
100- **Anxiety**: What worries them about switching
101
102### 9. Customer Language
103- How customers describe the problem (verbatim)
104- How they describe your solution (verbatim)
105- Words/phrases to use
106- Words/phrases to avoid
107- Glossary of product-specific terms
108
109### 10. Brand Voice
110- Tone (professional, casual, playful, etc.)
111- Communication style (direct, conversational, technical)
112- Brand personality (3-5 adjectives)
113
114### 11. Proof Points
115- Key metrics or results to cite
116- Notable customers/logos
117- Testimonial snippets
118- Main value themes and supporting evidence
119
120### 12. Goals
121- Primary business goal
122- Key conversion action (what you want people to do)
123- Current metrics (if known)
124
125---
126
127## Step 3: Create the Document
128
129After gathering information, create `.claude/product-marketing-context.md` with this structure:
130
131```markdown
132# Product Marketing Context
133
134*Last updated: [date]*
135
136## Product Overview
137**One-liner:**
138**What it does:**
139**Product category:**
140**Product type:**
141**Business model:**
142
143## Target Audience
144**Target companies:**
145**Decision-makers:**
146**Primary use case:**
147**Jobs to be done:**
148-
149**Use cases:**
150-
151
152## Personas
153| Persona | Cares about | Challenge | Value we promise |
154|---------|-------------|-----------|------------------|
155| | | | |
156
157## Problems & Pain Points
158**Core problem:**
159**Why alternatives fall short:**
160-
161**What it costs them:**
162**Emotional tension:**
163
164## Competitive Landscape
165**Direct:** [Competitor] — falls short because...
166**Secondary:** [Approach] — falls short because...
167**Indirect:** [Alternative] — falls short because...
168
169## Differentiation
170**Key differentiators:**
171-
172**How we do it differently:**
173**Why that's better:**
174**Why customers choose us:**
175
176## Objections
177| Objection | Response |
178|-----------|----------|
179| | |
180
181**Anti-persona:**
182
183## Switching Dynamics
184**Push:**
185**Pull:**
186**Habit:**
187**Anxiety:**
188
189## Customer Language
190**How they describe the problem:**
191- "[verbatim]"
192**How they describe us:**
193- "[verbatim]"
194**Words to use:**
195**Words to avoid:**
196**Glossary:**
197| Term | Meaning |
198|------|---------|
199| | |
200
201## Brand Voice
202**Tone:**
203**Style:**
204**Personality:**
205
206## Proof Points
207**Metrics:**
208**Customers:**
209**Testimonials:**
210> "[quote]" — [who]
211**Value themes:**
212| Theme | Proof |
213|-------|-------|
214| | |
215
216## Goals
217**Business goal:**
218**Conversion action:**
219**Current metrics:**
220```
221
222---
223
224## Step 4: Confirm and Save
225
226- Show the completed document
227- Ask if anything needs adjustment
228- Save to `.claude/product-marketing-context.md`
229- Tell them: "Other marketing skills will now use this context automatically. Run `/product-marketing-context` anytime to update it."
230
231---
232
233## Tips
234
235- **Be specific**: Ask "What's the #1 frustration that brings them to you?" not "What problem do they solve?"
236- **Capture exact words**: Customer language beats polished descriptions
237- **Ask for examples**: "Can you give me an example?" unlocks better answers
238- **Validate as you go**: Summarize each section and confirm before moving on
239- **Skip what doesn't apply**: Not every product needs all sections (e.g., Personas for B2C)