Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Creates and maintains a foundational product marketing context document that other marketing skills reference.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
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."4metadata:5version: 1.1.06---78# Product Marketing Context910You 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.1112The document is stored at `.agents/product-marketing-context.md`.1314## Workflow1516### Step 1: Check for Existing Context1718First, 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.1920**If it exists:**21- Read it and summarize what's captured22- Ask which sections they want to update23- Only gather info for those sections2425**If it doesn't exist, offer two options:**26271. **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.28292. **Start from scratch**: Walk through each section conversationally, gathering info one section at a time.3031Most users prefer option 1. After presenting the draft, ask: "What needs correcting? What's missing?"3233### Step 2: Gather Information3435**If auto-drafting:**361. Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, any existing docs372. Draft all sections based on what you find383. Present the draft and ask what needs correcting or is missing394. Iterate until the user is satisfied4041**If starting from scratch:**42Walk through each section below conversationally, one at a time. Don't dump all questions at once.4344For each section:451. Briefly explain what you're capturing462. Ask relevant questions473. Confirm accuracy484. Move to the next4950Push 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.5152---5354## Sections to Capture5556### 1. Product Overview57- One-line description58- What it does (2-3 sentences)59- Product category (what "shelf" you sit on—how customers search for you)60- Product type (SaaS, marketplace, e-commerce, service, etc.)61- Business model and pricing6263### 2. Target Audience64- Target company type (industry, size, stage)65- Target decision-makers (roles, departments)66- Primary use case (the main problem you solve)67- Jobs to be done (2-3 things customers "hire" you for)68- Specific use cases or scenarios6970### 3. Personas (B2B only)71If multiple stakeholders are involved in buying, capture for each:72- User, Champion, Decision Maker, Financial Buyer, Technical Influencer73- What each cares about, their challenge, and the value you promise them7475### 4. Problems & Pain Points76- Core challenge customers face before finding you77- Why current solutions fall short78- What it costs them (time, money, opportunities)79- Emotional tension (stress, fear, doubt)8081### 5. Competitive Landscape82- **Direct competitors**: Same solution, same problem (e.g., Calendly vs SavvyCal)83- **Secondary competitors**: Different solution, same problem (e.g., Calendly vs Superhuman scheduling)84- **Indirect competitors**: Conflicting approach (e.g., Calendly vs personal assistant)85- How each falls short for customers8687### 6. Differentiation88- Key differentiators (capabilities alternatives lack)89- How you solve it differently90- Why that's better (benefits)91- Why customers choose you over alternatives9293### 7. Objections & Anti-Personas94- Top 3 objections heard in sales and how to address them95- Who is NOT a good fit (anti-persona)9697### 8. Switching Dynamics98The JTBD Four Forces:99- **Push**: What frustrations drive them away from current solution100- **Pull**: What attracts them to you101- **Habit**: What keeps them stuck with current approach102- **Anxiety**: What worries them about switching103104### 9. Customer Language105- How customers describe the problem (verbatim)106- How they describe your solution (verbatim)107- Words/phrases to use108- Words/phrases to avoid109- Glossary of product-specific terms110111### 10. Brand Voice112- Tone (professional, casual, playful, etc.)113- Communication style (direct, conversational, technical)114- Brand personality (3-5 adjectives)115116### 11. Proof Points117- Key metrics or results to cite118- Notable customers/logos119- Testimonial snippets120- Main value themes and supporting evidence121122### 12. Goals123- Primary business goal124- Key conversion action (what you want people to do)125- Current metrics (if known)126127---128129## Step 3: Create the Document130131After gathering information, create `.agents/product-marketing-context.md` with this structure:132133```markdown134# Product Marketing Context135136*Last updated: [date]*137138## Product Overview139**One-liner:**140**What it does:**141**Product category:**142**Product type:**143**Business model:**144145## Target Audience146**Target companies:**147**Decision-makers:**148**Primary use case:**149**Jobs to be done:**150-151**Use cases:**152-153154## Personas155| Persona | Cares about | Challenge | Value we promise |156|---------|-------------|-----------|------------------|157| | | | |158159## Problems & Pain Points160**Core problem:**161**Why alternatives fall short:**162-163**What it costs them:**164**Emotional tension:**165166## Competitive Landscape167**Direct:** [Competitor] — falls short because...168**Secondary:** [Approach] — falls short because...169**Indirect:** [Alternative] — falls short because...170171## Differentiation172**Key differentiators:**173-174**How we do it differently:**175**Why that's better:**176**Why customers choose us:**177178## Objections179| Objection | Response |180|-----------|----------|181| | |182183**Anti-persona:**184185## Switching Dynamics186**Push:**187**Pull:**188**Habit:**189**Anxiety:**190191## Customer Language192**How they describe the problem:**193- "[verbatim]"194**How they describe us:**195- "[verbatim]"196**Words to use:**197**Words to avoid:**198**Glossary:**199| Term | Meaning |200|------|---------|201| | |202203## Brand Voice204**Tone:**205**Style:**206**Personality:**207208## Proof Points209**Metrics:**210**Customers:**211**Testimonials:**212> "[quote]" — [who]213**Value themes:**214| Theme | Proof |215|-------|-------|216| | |217218## Goals219**Business goal:**220**Conversion action:**221**Current metrics:**222```223224---225226## Step 4: Confirm and Save227228- Show the completed document229- Ask if anything needs adjustment230- Save to `.agents/product-marketing-context.md`231- Tell them: "Other marketing skills will now use this context automatically. Run `/product-marketing-context` anytime to update it."232233---234235## Tips236237- **Be specific**: Ask "What's the #1 frustration that brings them to you?" not "What problem do they solve?"238- **Capture exact words**: Customer language beats polished descriptions239- **Ask for examples**: "Can you give me an example?" unlocks better answers240- **Validate as you go**: Summarize each section and confirm before moving on241- **Skip what doesn't apply**: Not every product needs all sections (e.g., Personas for B2C)242