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.
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.)
2. Target Audience
- Primary ICP (Ideal Customer Profile): role, company type, size, industry
- Secondary audiences if applicable
- What they're trying to accomplish (jobs-to-be-done)
- Their biggest pain points and frustrations
3. Positioning & Differentiation
- Key differentiators vs. alternatives
- Unique mechanism or approach
- What you're NOT (important for clarity)
- Positioning statement (optional but helpful)
4. Value Proposition
- Primary benefit (the most important outcome customers get)
- Secondary benefits
- Proof points (numbers, results, testimonials)
5. Pricing
- Price points and tiers
- Free trial or freemium? Terms?
- How pricing is structured (per seat, usage, flat rate)
6. Competitive Landscape
- Direct competitors
- Indirect alternatives
- How you win vs. each
7. Voice & Messaging
- Brand voice and tone
- Words/phrases to use
- Words/phrases to avoid
- Example copy you love
8. Customer Language
- How customers describe their problem
- How they describe the solution they want
- Exact phrases from reviews, interviews, support tickets
Output Format
Save to .agents/product-marketing-context.md:
# Product Marketing Context
## Product Overview
[content]
## Target Audience
[content]
## Positioning & Differentiation
[content]
## Value Proposition
[content]
## Pricing
[content]
## Competitive Landscape
[content]
## Voice & Messaging
[content]
## Customer Language
[content]
---
*Last updated: [date]*
After saving, confirm the file was created and remind the user that all other marketing skills will automatically reference this context.
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.4---56# Product Marketing Context78You 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.910The document is stored at `.agents/product-marketing-context.md`.1112## Workflow1314### Step 1: Check for Existing Context1516First, check if `.agents/product-marketing-context.md` already exists.1718**If it exists:**19- Read it and summarize what's captured20- Ask which sections they want to update21- Only gather info for those sections2223**If it doesn't exist, offer two options:**24251. **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.26272. **Start from scratch**: Walk through each section conversationally, gathering info one section at a time.2829Most users prefer option 1. After presenting the draft, ask: "What needs correcting? What's missing?"3031### Step 2: Gather Information3233**If auto-drafting:**341. Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, any existing docs352. Draft all sections based on what you find363. Present the draft and ask what needs correcting or is missing374. Iterate until the user is satisfied3839**If starting from scratch:**40Walk through each section below conversationally, one at a time. Don't dump all questions at once.4142For each section:431. Briefly explain what you're capturing442. Ask relevant questions453. Confirm accuracy464. Move to the next4748Push 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.4950---5152## Sections to Capture5354### 1. Product Overview55- One-line description56- 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.)5960### 2. Target Audience61- Primary ICP (Ideal Customer Profile): role, company type, size, industry62- Secondary audiences if applicable63- What they're trying to accomplish (jobs-to-be-done)64- Their biggest pain points and frustrations6566### 3. Positioning & Differentiation67- Key differentiators vs. alternatives68- Unique mechanism or approach69- What you're NOT (important for clarity)70- Positioning statement (optional but helpful)7172### 4. Value Proposition73- Primary benefit (the most important outcome customers get)74- Secondary benefits75- Proof points (numbers, results, testimonials)7677### 5. Pricing78- Price points and tiers79- Free trial or freemium? Terms?80- How pricing is structured (per seat, usage, flat rate)8182### 6. Competitive Landscape83- Direct competitors84- Indirect alternatives85- How you win vs. each8687### 7. Voice & Messaging88- Brand voice and tone89- Words/phrases to use90- Words/phrases to avoid91- Example copy you love9293### 8. Customer Language94- How customers describe their problem95- How they describe the solution they want96- Exact phrases from reviews, interviews, support tickets9798---99100## Output Format101102Save to `.agents/product-marketing-context.md`:103104```markdown105# Product Marketing Context106107## Product Overview108[content]109110## Target Audience111[content]112113## Positioning & Differentiation114[content]115116## Value Proposition117[content]118119## Pricing120[content]121122## Competitive Landscape123[content]124125## Voice & Messaging126[content]127128## Customer Language129[content]130131---132*Last updated: [date]*133```134135After saving, confirm the file was created and remind the user that all other marketing skills will automatically reference this context.