{"id":"749f1cb0-e0a6-4e0c-ba9e-4a8ddf6a79d3","shortId":"EqEKkN","kind":"skill","title":"product-marketing-context","tagline":"Create or update a reusable product marketing context document with positioning, audience, ICP, use cases, and messaging. Use at the start of a project to avoid repeating core marketing context across tasks.","description":"# Product Marketing Context\n\nYou 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.\n\n## When to Use\n- Use when creating a reusable product, audience, and positioning context file.\n- Use at the start of a marketing project before more specialized marketing skills.\n- Use when the user wants to avoid re-explaining ICP, messaging, and product basics.\n\nThe document is stored at `.agents/product-marketing-context.md`.\n\n## Workflow\n\n### Step 1: Check for Existing Context\n\nFirst, 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.\n\n**If it exists:**\n- Read it and summarize what's captured\n- Ask which sections they want to update\n- Only gather info for those sections\n\n**If it doesn't exist, offer two options:**\n\n1. **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.\n\n2. **Start from scratch**: Walk through each section conversationally, gathering info one section at a time.\n\nMost users prefer option 1. After presenting the draft, ask: \"What needs correcting? What's missing?\"\n\n### Step 2: Gather Information\n\n**If auto-drafting:**\n1. Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, any existing docs\n2. Draft all sections based on what you find\n3. Present the draft and ask what needs correcting or is missing\n4. Iterate until the user is satisfied\n\n**If starting from scratch:**\nWalk through each section below conversationally, one at a time. Don't dump all questions at once.\n\nFor each section:\n1. Briefly explain what you're capturing\n2. Ask relevant questions\n3. Confirm accuracy\n4. Move to the next\n\nPush 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.\n\n---\n\n## Sections to Capture\n\n### 1. Product Overview\n- One-line description\n- What it does (2-3 sentences)\n- Product category (what \"shelf\" you sit on—how customers search for you)\n- Product type (SaaS, marketplace, e-commerce, service, etc.)\n- Business model and pricing\n\n### 2. Target Audience\n- Target company type (industry, size, stage)\n- Target decision-makers (roles, departments)\n- Primary use case (the main problem you solve)\n- Jobs to be done (2-3 things customers \"hire\" you for)\n- Specific use cases or scenarios\n\n### 3. Personas (B2B only)\nIf multiple stakeholders are involved in buying, capture for each:\n- User, Champion, Decision Maker, Financial Buyer, Technical Influencer\n- What each cares about, their challenge, and the value you promise them\n\n### 4. Problems & Pain Points\n- Core challenge customers face before finding you\n- Why current solutions fall short\n- What it costs them (time, money, opportunities)\n- Emotional tension (stress, fear, doubt)\n\n### 5. Competitive Landscape\n- **Direct competitors**: Same solution, same problem (e.g., Calendly vs SavvyCal)\n- **Secondary competitors**: Different solution, same problem (e.g., Calendly vs Superhuman scheduling)\n- **Indirect competitors**: Conflicting approach (e.g., Calendly vs personal assistant)\n- How each falls short for customers\n\n### 6. Differentiation\n- Key differentiators (capabilities alternatives lack)\n- How you solve it differently\n- Why that's better (benefits)\n- Why customers choose you over alternatives\n\n### 7. Objections & Anti-Personas\n- Top 3 objections heard in sales and how to address them\n- Who is NOT a good fit (anti-persona)\n\n### 8. Switching Dynamics\nThe JTBD Four Forces:\n- **Push**: What frustrations drive them away from current solution\n- **Pull**: What attracts them to you\n- **Habit**: What keeps them stuck with current approach\n- **Anxiety**: What worries them about switching\n\n### 9. Customer Language\n- How customers describe the problem (verbatim)\n- How they describe your solution (verbatim)\n- Words/phrases to use\n- Words/phrases to avoid\n- Glossary of product-specific terms\n\n### 10. Brand Voice\n- Tone (professional, casual, playful, etc.)\n- Communication style (direct, conversational, technical)\n- Brand personality (3-5 adjectives)\n\n### 11. Proof Points\n- Key metrics or results to cite\n- Notable customers/logos\n- Testimonial snippets\n- Main value themes and supporting evidence\n\n### 12. Goals\n- Primary business goal\n- Key conversion action (what you want people to do)\n- Current metrics (if known)\n\n---\n\n## Step 3: Create the Document\n\nAfter gathering information, create `.agents/product-marketing-context.md` with this structure:\n\n```markdown\n# Product Marketing Context\n\n*Last updated: [date]*\n\n## Product Overview\n**One-liner:**\n**What it does:**\n**Product category:**\n**Product type:**\n**Business model:**\n\n## Target Audience\n**Target companies:**\n**Decision-makers:**\n**Primary use case:**\n**Jobs to be done:**\n-\n**Use cases:**\n-\n\n## Personas\n| Persona | Cares about | Challenge | Value we promise |\n|---------|-------------|-----------|------------------|\n| | | | |\n\n## Problems & Pain Points\n**Core problem:**\n**Why alternatives fall short:**\n-\n**What it costs them:**\n**Emotional tension:**\n\n## Competitive Landscape\n**Direct:** [Competitor] — falls short because...\n**Secondary:** [Approach] — falls short because...\n**Indirect:** [Alternative] — falls short because...\n\n## Differentiation\n**Key differentiators:**\n-\n**How we do it differently:**\n**Why that's better:**\n**Why customers choose us:**\n\n## Objections\n| Objection | Response |\n|-----------|----------|\n| | |\n\n**Anti-persona:**\n\n## Switching Dynamics\n**Push:**\n**Pull:**\n**Habit:**\n**Anxiety:**\n\n## Customer Language\n**How they describe the problem:**\n- \"[verbatim]\"\n**How they describe us:**\n- \"[verbatim]\"\n**Words to use:**\n**Words to avoid:**\n**Glossary:**\n| Term | Meaning |\n|------|---------|\n| | |\n\n## Brand Voice\n**Tone:**\n**Style:**\n**Personality:**\n\n## Proof Points\n**Metrics:**\n**Customers:**\n**Testimonials:**\n> \"[quote]\" — [who]\n**Value themes:**\n| Theme | Proof |\n|-------|-------|\n| | |\n\n## Goals\n**Business goal:**\n**Conversion action:**\n**Current metrics:**\n```\n\n---\n\n## Step 4: Confirm and Save\n\n- Show the completed document\n- Ask if anything needs adjustment\n- Save to `.agents/product-marketing-context.md`\n- Tell them: \"Other marketing skills will now use this context automatically. Run `/product-marketing-context` anytime to update it.\"\n\n---\n\n## Tips\n\n- **Be specific**: Ask \"What's the #1 frustration that brings them to you?\" not \"What problem do they solve?\"\n- **Capture exact words**: Customer language beats polished descriptions\n- **Ask for examples**: \"Can you give me an example?\" unlocks better answers\n- **Validate as you go**: Summarize each section and confirm before moving on\n- **Skip what doesn't apply**: Not every product needs all sections (e.g., Personas for B2C)\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.","tags":["product","marketing","context","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding"],"capabilities":["skill","source-sickn33","skill-product-marketing-context","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/product-marketing-context","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34616 github stars · SKILL.md body (7,483 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-23T00:51:25.506Z","embedding":null,"createdAt":"2026-04-18T21:42:47.047Z","updatedAt":"2026-04-23T00:51:25.506Z","lastSeenAt":"2026-04-23T00:51:25.506Z","tsv":"'-3':389,444 '-5':683 '/product-marketing-context':914 '1':119,178,240,260,329,378,926 '10':667 '11':685 '12':704 '2':220,253,277,336,388,416,443 '3':286,340,455,585,682,723 '4':298,343,489,886 '5':517 '6':556 '7':579 '8':604 '9':640 'accuraci':342 'across':35 'action':711,882 'actual':366 'address':593 'adject':684 'adjust':898 'agent':142 'agents/product-marketing-context.md':116,127,731,901 'alreadi':128 'also':130 'altern':561,578,786,808 'answer':958 'anti':582,602,832 'anti-persona':581,601,831 'anxieti':634,839 'anyth':896 'anytim':915 'appli':975 'approach':544,633,803 'ask':157,245,291,337,894,922,947,1019 'assist':549 'attract':622 'audienc':16,78,418,757 'auto':180,258 'auto-draft':179,257 'automat':912 'avoid':30,102,660,858 'away':616 'b2b':457 'b2c':985 'base':281 'basic':110 'beat':944 'benefit':572 'better':571,823,957 'boundari':1027 'brand':668,680,862 'briefli':330 'bring':929 'busi':412,707,754,879 'buy':465 'buyer':474 'calend':527,537,546 'capabl':560 'captur':52,156,335,377,466,939 'care':479,774 'case':19,433,452,765,771 'casual':672 'categori':392,751 'challeng':482,494,776 'champion':470 'check':120,125,131 'choos':575,826 'cite':693 'clarif':1021 'claude/product-marketing-context.md':132 'clear':994 'codebas':183,263 'commerc':409 'communic':675 'compani':420,759 'competit':518,795 'competitor':521,531,542,798 'complet':892 'confirm':341,887,967 'conflict':543 'context':4,12,34,39,49,81,123,203,738,911 'convers':228,314,678,710,881 'copi':194,268,372 'core':32,493,783 'correct':209,248,294 'cost':507,791 'creat':5,43,74,724,730 'criteria':1030 'current':501,618,632,718,883 'custom':351,365,399,446,495,555,574,641,644,825,840,870,942 'customers/logos':695 'date':741 'decis':427,471,761 'decision-mak':426,760 'depart':430 'describ':645,651,844,850,998 'descript':272,360,384,946 'differ':532,567,819 'differenti':557,559,812,814 'direct':520,677,797 'doc':276 'document':13,50,112,204,726,893 'doesn':172,973 'done':442,769 'doubt':516 'draft':181,198,244,259,278,289 'drive':614 'dump':321 'dynam':606,835 'e':408 'e-commerc':407 'e.g':526,536,545,982 'emot':512,793 'environ':1010 'environment-specif':1009 'etc':196,411,674 'everi':977 'evid':703 'exact':353,940 'exampl':949,955 'exist':122,129,149,174,275 'expert':1015 'explain':105,331 'face':496 'fall':503,552,787,799,804,809 'faster':215 'fear':515 'file':82 'fill':211 'financi':473 'find':285,498 'first':124 'fit':600 'forc':610 'found':137 'foundat':53 'four':609 'frustrat':613,927 'gap':212 'gather':165,229,254,728 'give':952 'glossari':661,859 'go':962 'goal':705,708,878,880 'good':599 'habit':626,838 'heard':587 'help':41 'hire':447 'icp':17,106 'indirect':541,807 'industri':422 'influenc':476 'info':166,230 'inform':57,255,729 'input':1024 'involv':463 'iter':299 'job':439,766 'jtbd':608 'keep':628 'key':558,688,709,813 'known':721 'lack':562 'land':191,265 'landscap':519,796 'languag':352,642,841,943 'last':739 'limit':986 'line':383 'liner':746 'll':186 'main':435,698 'maintain':45 'make':371 'maker':428,472,762 'markdown':735 'market':3,11,33,38,48,60,89,94,193,267,737,905 'marketplac':406 'match':995 'mean':861 'messag':21,56,107 'meta':271 'metric':689,719,869,884 'miss':251,297,1032 'model':413,755 'money':510 'move':145,344,969 'multipl':460 'need':247,293,897,979 'next':347 'notabl':694 'object':580,586,828,829 'offer':143,175 'older':134 'one':231,315,382,745 'one-lin':381,744 'opportun':511 'option':177,239 'output':1004 'overview':380,743 'package.json':195,273 'page':192,266,270 'pain':491,781 'peopl':715 'permiss':1025 'person':548,681,866 'persona':456,583,603,772,773,833,983 'phrase':354 'play':673 'point':492,687,782,868 'polish':359,945 'posit':15,54,80 'prefer':238 'present':242,287 'price':415 'primari':431,706,763 'problem':436,490,525,535,647,780,784,846,935 'product':2,10,37,47,77,109,379,391,403,664,736,742,750,752,978 'product-marketing-context':1 'product-specif':663 'profession':671 'project':28,90 'promis':487,779 'proof':686,867,877 'pull':620,837 'push':348,611,836 'question':323,339 'quot':872 're':104,334 're-explain':103 'read':150,261 'readm':190,264 'recommend':184 'refer':62 'reflect':363 'relev':338 'repeat':31,67 'repo':189 'requir':1023 'reson':374 'respons':830 'result':691 'reusabl':9,76 'review':208,1016 'role':429 'run':913 'saa':405 'safeti':1026 'sale':589 'satisfi':304 'save':889,899 'savvyc':529 'scenario':454 'schedul':540 'scope':997 'scratch':219,223,308 'search':400 'secondari':530,802 'section':159,169,227,232,280,312,328,375,965,981 'sentenc':390 'servic':410 'setup':135 'shelf':394 'short':504,553,788,800,805,810 'show':890 'sit':396 'size':423 'skill':61,95,906,989 'skill-product-marketing-context' 'skip':971 'snippet':697 'solut':502,523,533,619,653 'solv':438,565,938 'source-sickn33' 'speak':369 'special':93 'specif':450,665,921,1011 'stage':424 'stakehold':461 'start':25,86,217,221,306 'step':118,252,722,885 'stop':1017 'store':114 'stress':514 'structur':734 'stuck':630 'studi':187 'style':676,865 'substitut':1007 'success':1029 'summar':153,963 'superhuman':539 'support':702 'switch':605,639,834 'target':417,419,425,756,758 'task':36,993 'technic':475,679 'tell':902 'tension':513,794 'term':666,860 'test':1013 'testimoni':696,871 'theme':700,875,876 'thing':445 'think':367 'time':235,318,509 'tip':919 'tone':670,864 'top':584 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'treat':1002 'two':176 'type':404,421,753 'unlock':956 'updat':7,163,740,917 'us':827,851 'use':18,22,71,72,83,96,432,451,657,764,770,855,909,987 'user':42,64,99,206,237,302,469 'v1':200 'valid':959,1012 'valu':485,699,777,874 'valuabl':357 'verbatim':350,648,654,847,852 'voic':669,863 'vs':528,538,547 'walk':224,309 'want':100,161,714 'word':853,856,941 'words/phrases':655,658 'workflow':117 'worri':636","prices":[{"id":"816ec090-a68f-4b53-8ac1-e335e1617ab1","listingId":"749f1cb0-e0a6-4e0c-ba9e-4a8ddf6a79d3","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:42:47.047Z"}],"sources":[{"listingId":"749f1cb0-e0a6-4e0c-ba9e-4a8ddf6a79d3","source":"github","sourceId":"sickn33/antigravity-awesome-skills/product-marketing-context","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/product-marketing-context","isPrimary":false,"firstSeenAt":"2026-04-18T21:42:47.047Z","lastSeenAt":"2026-04-23T00:51:25.506Z"}],"details":{"listingId":"749f1cb0-e0a6-4e0c-ba9e-4a8ddf6a79d3","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"product-marketing-context","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34616,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-22T06:40:00Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"71e99a6122efd372cb0c39e5b20f59a4cf19daad","skill_md_path":"skills/product-marketing-context/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/product-marketing-context"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"product-marketing-context","description":"Create or update a reusable product marketing context document with positioning, audience, ICP, use cases, and messaging. Use at the start of a project to avoid repeating core marketing context across tasks."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/product-marketing-context"},"updatedAt":"2026-04-23T00:51:25.506Z"}}