[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-competitive-intelligence":3,"mdc-wdyeof-key":36,"related-org-anthropic-competitive-intelligence":4242,"related-repo-anthropic-competitive-intelligence":4431},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"competitive-intelligence","build interactive competitor battlecards","Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with \"competitive intel\", \"research competitors\", \"how do we compare to [competitor]\", \"battlecard for [competitor]\", or \"what's new with [competitor]\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,19,22],{"name":14,"slug":15,"type":16},"Research","research","tag",{"name":18,"slug":4,"type":16},"Competitive Intelligence",{"name":20,"slug":21,"type":16},"HTML","html",{"name":23,"slug":24,"type":16},"Sales","sales",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-04-06T17:56:45.170366",null,2736,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins\u002Ftree\u002FHEAD\u002Fsales\u002Fskills\u002Fcompetitive-intelligence","---\nname: competitive-intelligence\ndescription: Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with \"competitive intel\", \"research competitors\", \"how do we compare to [competitor]\", \"battlecard for [competitor]\", or \"what's new with [competitor]\".\n---\n\n# Competitive Intelligence\n\nResearch your competitors extensively and generate an **interactive HTML battlecard** you can use in deals. The output is a self-contained artifact with clickable competitor tabs and an overall comparison matrix.\n\n## How It Works\n\n```\n┌─────────────────────────────────────────────────────────────────┐\n│                  COMPETITIVE INTELLIGENCE                        │\n├─────────────────────────────────────────────────────────────────┤\n│  ALWAYS (works standalone via web search)                        │\n│  ✓ Competitor product deep-dive: features, pricing, positioning │\n│  ✓ Recent releases: what they've shipped in last 90 days        │\n│  ✓ Your company releases: what you've shipped to counter        │\n│  ✓ Differentiation matrix: where you win vs. where they win     │\n│  ✓ Sales talk tracks: how to position against each competitor   │\n│  ✓ Landmine questions: expose their weaknesses naturally        │\n├─────────────────────────────────────────────────────────────────┤\n│  OUTPUT: Interactive HTML Battlecard                             │\n│  ✓ Comparison matrix overview                                    │\n│  ✓ Clickable tabs for each competitor                           │\n│  ✓ Dark theme, professional styling                             │\n│  ✓ Self-contained HTML file — share or host anywhere            │\n├─────────────────────────────────────────────────────────────────┤\n│  SUPERCHARGED (when you connect your tools)                      │\n│  + CRM: Win\u002Floss data, competitor mentions in closed deals      │\n│  + Docs: Existing battlecards, competitive playbooks            │\n│  + Chat: Internal intel, field reports from colleagues          │\n│  + Transcripts: Competitor mentions in customer calls           │\n└─────────────────────────────────────────────────────────────────┘\n```\n\n---\n\n## Getting Started\n\nWhen you run this skill, I'll ask for context:\n\n**Required:**\n- What company do you work for? (or I'll detect from your email)\n- Who are your main competitors? (1-5 names)\n\n**Optional:**\n- Which competitor do you want to focus on first?\n- Any specific deals where you're competing against them?\n- Pain points you've heard from customers about competitors?\n\nIf I already have your seller context from a previous session, I'll confirm and skip the questions.\n\n---\n\n## Connectors (Optional)\n\n| Connector | What It Adds |\n|-----------|--------------|\n| **CRM** | Win\u002Floss history against each competitor, deal-level competitor tracking |\n| **Docs** | Existing battlecards, product comparison docs, competitive playbooks |\n| **Chat** | Internal chat intel (e.g. Slack) — what your team is hearing from the field |\n| **Transcripts** | Competitor mentions in customer calls, objections raised |\n\n> **No connectors?** Web research works great. I'll pull everything from public sources — product pages, pricing, blogs, release notes, reviews, job postings.\n\n---\n\n## Output: Interactive HTML Battlecard\n\nThe skill generates a **self-contained HTML file** with:\n\n### 1. Comparison Matrix (Landing View)\nOverview comparing you vs. all competitors at a glance:\n- Feature comparison grid\n- Pricing comparison\n- Market positioning\n- Win rate indicators (if CRM connected)\n\n### 2. Competitor Tabs (Click to Expand)\nEach competitor gets a clickable card that expands to show:\n- Company profile (size, funding, target market)\n- What they sell and how they position\n- Recent releases (last 90 days)\n- Where they win vs. where you win\n- Pricing intelligence\n- Talk tracks for different scenarios\n- Objection handling\n- Landmine questions\n\n### 3. Your Company Card\n- Your releases (last 90 days)\n- Your key differentiators\n- Proof points and customer quotes\n\n---\n\n## HTML Structure\n\n```html\n\u003C!DOCTYPE html>\n\u003Chtml>\n\u003Chead>\n    \u003Ctitle>Battlecard: [Your Company] vs Competitors\u003C\u002Ftitle>\n    \u003Cstyle>\n        \u002F* Dark theme, professional styling *\u002F\n        \u002F* Tabbed navigation *\u002F\n        \u002F* Expandable cards *\u002F\n        \u002F* Responsive design *\u002F\n    \u003C\u002Fstyle>\n\u003C\u002Fhead>\n\u003Cbody>\n    \u003C!-- Header with your company + date -->\n    \u003Cheader>\n        \u003Ch1>[Your Company] Competitive Battlecard\u003C\u002Fh1>\n        \u003Cp>Generated: [Date] | Competitors: [List]\u003C\u002Fp>\n    \u003C\u002Fheader>\n\n    \u003C!-- Tab Navigation -->\n    \u003Cnav class=\"tabs\">\n        \u003Cbutton class=\"tab active\" data-tab=\"matrix\">Comparison Matrix\u003C\u002Fbutton>\n        \u003Cbutton class=\"tab\" data-tab=\"competitor-1\">[Competitor 1]\u003C\u002Fbutton>\n        \u003Cbutton class=\"tab\" data-tab=\"competitor-2\">[Competitor 2]\u003C\u002Fbutton>\n        \u003Cbutton class=\"tab\" data-tab=\"competitor-3\">[Competitor 3]\u003C\u002Fbutton>\n    \u003C\u002Fnav>\n\n    \u003C!-- Comparison Matrix Tab -->\n    \u003Csection id=\"matrix\" class=\"tab-content active\">\n        \u003Ch2>Head-to-Head Comparison\u003C\u002Fh2>\n        \u003Ctable class=\"comparison-matrix\">\n            \u003C!-- Feature rows with you vs each competitor -->\n        \u003C\u002Ftable>\n\n        \u003Ch2>Quick Win\u002FLoss Guide\u003C\u002Fh2>\n        \u003Cdiv class=\"win-loss-grid\">\n            \u003C!-- Per-competitor: when you win, when you lose -->\n        \u003C\u002Fdiv>\n    \u003C\u002Fsection>\n\n    \u003C!-- Individual Competitor Tabs -->\n    \u003Csection id=\"competitor-1\" class=\"tab-content\">\n        \u003Cdiv class=\"battlecard\">\n            \u003Cdiv class=\"profile\">\u003C!-- Company info -->\u003C\u002Fdiv>\n            \u003Cdiv class=\"differentiation\">\u003C!-- Where they win \u002F you win -->\u003C\u002Fdiv>\n            \u003Cdiv class=\"talk-tracks\">\u003C!-- Scenario-based positioning -->\u003C\u002Fdiv>\n            \u003Cdiv class=\"objections\">\u003C!-- Common objections + responses -->\u003C\u002Fdiv>\n            \u003Cdiv class=\"landmines\">\u003C!-- Questions to ask -->\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n    \u003C\u002Fsection>\n\n    \u003Cscript>\n        \u002F\u002F Tab switching logic\n        \u002F\u002F Expand\u002Fcollapse sections\n    \u003C\u002Fscript>\n\u003C\u002Fbody>\n\u003C\u002Fhtml>\n```\n\n---\n\n## Visual Design\n\n### Color System\n```css\n:root {\n    \u002F* Dark theme base *\u002F\n    --bg-primary: #0a0d14;\n    --bg-elevated: #0f131c;\n    --bg-surface: #161b28;\n    --bg-hover: #1e2536;\n\n    \u002F* Text *\u002F\n    --text-primary: #ffffff;\n    --text-secondary: rgba(255, 255, 255, 0.7);\n    --text-muted: rgba(255, 255, 255, 0.5);\n\n    \u002F* Accent (your brand or neutral) *\u002F\n    --accent: #3b82f6;\n    --accent-hover: #2563eb;\n\n    \u002F* Status indicators *\u002F\n    --you-win: #10b981;\n    --they-win: #ef4444;\n    --tie: #f59e0b;\n}\n```\n\n### Card Design\n- Rounded corners (12px)\n- Subtle borders (1px, low opacity)\n- Hover states with slight elevation\n- Smooth transitions (200ms)\n\n### Comparison Matrix\n- Sticky header row\n- Color-coded winner indicators (green = you, red = them, yellow = tie)\n- Expandable rows for detail\n\n---\n\n## Execution Flow\n\n### Phase 1: Gather Seller Context\n\n```\nIf first time:\n1. Ask: \"What company do you work for?\"\n2. Ask: \"What do you sell? (product\u002Fservice in one line)\"\n3. Ask: \"Who are your main competitors? (up to 5)\"\n4. Store context for future sessions\n\nIf returning user:\n1. Confirm: \"Still at [Company] selling [Product]?\"\n2. Ask: \"Same competitors, or any new ones to add?\"\n```\n\n### Phase 2: Research Your Company (Always)\n\n```\nWeb searches:\n1. \"[Your company] product\" — current offerings\n2. \"[Your company] pricing\" — pricing model\n3. \"[Your company] news\" — recent announcements (90 days)\n4. \"[Your company] product updates OR changelog OR releases\" — what you've shipped\n5. \"[Your company] vs [competitor]\" — existing comparisons\n```\n\n### Phase 3: Research Each Competitor (Always)\n\n```\nFor each competitor, run:\n1. \"[Competitor] product features\" — what they offer\n2. \"[Competitor] pricing\" — how they charge\n3. \"[Competitor] news\" — recent announcements\n4. \"[Competitor] product updates OR changelog OR releases\" — what they've shipped\n5. \"[Competitor] reviews G2 OR Capterra OR TrustRadius\" — customer sentiment\n6. \"[Competitor] vs [alternatives]\" — how they position\n7. \"[Competitor] customers\" — who uses them\n8. \"[Competitor] careers\" — hiring signals (growth areas)\n```\n\n### Phase 4: Pull Connected Sources (If Available)\n\n```\nIf CRM connected:\n1. Query closed-won deals with competitor field = [Competitor]\n2. Query closed-lost deals with competitor field = [Competitor]\n3. Extract win\u002Floss patterns\n\nIf docs connected:\n1. Search for \"battlecard [competitor]\"\n2. Search for \"competitive [competitor]\"\n3. Pull existing positioning docs\n\nIf chat connected:\n1. Search for \"[Competitor]\" mentions (last 90 days)\n2. Extract field intel and colleague insights\n\nIf transcripts connected:\n1. Search calls for \"[Competitor]\" mentions\n2. Extract objections and customer quotes\n```\n\n### Phase 5: Build HTML Artifact\n\n```\n1. Structure data for each competitor\n2. Build comparison matrix\n3. Generate individual battlecards\n4. Create talk tracks for each scenario\n5. Compile landmine questions\n6. Render as self-contained HTML\n7. Save as [YourCompany]-battlecard-[date].html\n```\n\n---\n\n## Data Structure Per Competitor\n\n```yaml\ncompetitor:\n  name: \"[Name]\"\n  website: \"[URL]\"\n  profile:\n    founded: \"[Year]\"\n    funding: \"[Stage + amount]\"\n    employees: \"[Count]\"\n    target_market: \"[Who they sell to]\"\n    pricing_model: \"[Per seat \u002F usage \u002F etc.]\"\n    market_position: \"[Leader \u002F Challenger \u002F Niche]\"\n\n  what_they_sell: \"[Product summary]\"\n  their_positioning: \"[How they describe themselves]\"\n\n  recent_releases:\n    - date: \"[Date]\"\n      release: \"[Feature\u002FProduct]\"\n      impact: \"[Why it matters]\"\n\n  where_they_win:\n    - area: \"[Area]\"\n      advantage: \"[Their strength]\"\n      how_to_handle: \"[Your counter]\"\n\n  where_you_win:\n    - area: \"[Area]\"\n      advantage: \"[Your strength]\"\n      proof_point: \"[Evidence]\"\n\n  pricing:\n    model: \"[How they charge]\"\n    entry_price: \"[Starting price]\"\n    enterprise: \"[Enterprise pricing]\"\n    hidden_costs: \"[Implementation, etc.]\"\n    talk_track: \"[How to discuss pricing]\"\n\n  talk_tracks:\n    early_mention: \"[Strategy if they come up early]\"\n    displacement: \"[Strategy if customer uses them]\"\n    late_addition: \"[Strategy if added late to eval]\"\n\n  objections:\n    - objection: \"[What customer says]\"\n      response: \"[How to handle]\"\n\n  landmines:\n    - \"[Question that exposes their weakness]\"\n\n  win_loss: # If CRM connected\n    win_rate: \"[X]%\"\n    common_win_factors: \"[What predicts wins]\"\n    common_loss_factors: \"[What predicts losses]\"\n```\n\n---\n\n## Delivery\n\n```markdown\n## ✓ Battlecard Created\n\n[View your battlecard](file:\u002F\u002F\u002Fpath\u002Fto\u002F[YourCompany]-battlecard-[date].html)\n\n---\n\n**Summary**\n- **Your Company**: [Name]\n- **Competitors Analyzed**: [List]\n- **Data Sources**: Web research [+ CRM] [+ Docs] [+ Transcripts]\n\n---\n\n**How to Use**\n- **Before a call**: Open the relevant competitor tab, review talk tracks\n- **During a call**: Reference landmine questions\n- **After win\u002Floss**: Update with new intel\n\n---\n\n**Sharing Options**\n- **Local file**: Open in any browser\n- **Host it**: Upload to Netlify, Vercel, or internal wiki\n- **Share directly**: Send the HTML file to teammates\n\n---\n\n**Keep it Fresh**\nRun this skill again to refresh with latest intel. Recommended: monthly or before major deals.\n```\n\n---\n\n## Refresh Cadence\n\nCompetitive intel gets stale. Recommended refresh:\n\n| Trigger | Action |\n|---------|--------|\n| **Monthly** | Quick refresh — new releases, news, pricing changes |\n| **Before major deal** | Deep refresh for specific competitor in that deal |\n| **After win\u002Floss** | Update patterns with new data |\n| **Competitor announcement** | Immediate update on that competitor |\n\n---\n\n## Tips for Better Intel\n\n1. **Be honest about weaknesses** — Credibility comes from acknowledging where competitors are strong\n2. **Focus on outcomes, not features** — \"They have X feature\" matters less than \"customers achieve Y result\"\n3. **Update from the field** — Best intel comes from actual customer conversations, not just websites\n4. **Plant landmines, don't badmouth** — Ask questions that expose weaknesses; never trash-talk\n5. **Track releases religiously** — What they ship tells you their strategy and your opportunity\n\n---\n\n## Related Skills\n\n- **account-research** — Research a specific prospect before reaching out\n- **call-prep** — Prep for a call where you know competitor is involved\n- **create-an-asset** — Build a custom comparison page for a specific deal\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,48,62,69,82,86,92,97,105,120,128,146,151,154,160,252,266,269,275,287,294,299,322,328,333,376,382,400,403,409,1905,1908,1914,1920,2373,2379,2402,2406,2424,2427,2433,2439,2448,2454,2463,2469,2478,2484,2493,2499,2508,2511,2517,3551,3554,3560,4033,4036,4042,4047,4132,4135,4141,4195,4198,4204,4237],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":18},"text",{"type":42,"tag":49,"props":50,"children":51},"p",{},[52,54,60],{"type":47,"value":53},"Research your competitors extensively and generate an ",{"type":42,"tag":55,"props":56,"children":57},"strong",{},[58],{"type":47,"value":59},"interactive HTML battlecard",{"type":47,"value":61}," you can use in deals. The output is a self-contained artifact with clickable competitor tabs and an overall comparison matrix.",{"type":42,"tag":63,"props":64,"children":66},"h2",{"id":65},"how-it-works",[67],{"type":47,"value":68},"How It Works",{"type":42,"tag":70,"props":71,"children":75},"pre",{"className":72,"code":74,"language":47},[73],"language-text","┌─────────────────────────────────────────────────────────────────┐\n│                  COMPETITIVE INTELLIGENCE                        │\n├─────────────────────────────────────────────────────────────────┤\n│  ALWAYS (works standalone via web search)                        │\n│  ✓ Competitor product deep-dive: features, pricing, positioning │\n│  ✓ Recent releases: what they've shipped in last 90 days        │\n│  ✓ Your company releases: what you've shipped to counter        │\n│  ✓ Differentiation matrix: where you win vs. where they win     │\n│  ✓ Sales talk tracks: how to position against each competitor   │\n│  ✓ Landmine questions: expose their weaknesses naturally        │\n├─────────────────────────────────────────────────────────────────┤\n│  OUTPUT: Interactive HTML Battlecard                             │\n│  ✓ Comparison matrix overview                                    │\n│  ✓ Clickable tabs for each competitor                           │\n│  ✓ Dark theme, professional styling                             │\n│  ✓ Self-contained HTML file — share or host anywhere            │\n├─────────────────────────────────────────────────────────────────┤\n│  SUPERCHARGED (when you connect your tools)                      │\n│  + CRM: Win\u002Floss data, competitor mentions in closed deals      │\n│  + Docs: Existing battlecards, competitive playbooks            │\n│  + Chat: Internal intel, field reports from colleagues          │\n│  + Transcripts: Competitor mentions in customer calls           │\n└─────────────────────────────────────────────────────────────────┘\n",[76],{"type":42,"tag":77,"props":78,"children":80},"code",{"__ignoreMap":79},"",[81],{"type":47,"value":74},{"type":42,"tag":83,"props":84,"children":85},"hr",{},[],{"type":42,"tag":63,"props":87,"children":89},{"id":88},"getting-started",[90],{"type":47,"value":91},"Getting Started",{"type":42,"tag":49,"props":93,"children":94},{},[95],{"type":47,"value":96},"When you run this skill, I'll ask for context:",{"type":42,"tag":49,"props":98,"children":99},{},[100],{"type":42,"tag":55,"props":101,"children":102},{},[103],{"type":47,"value":104},"Required:",{"type":42,"tag":106,"props":107,"children":108},"ul",{},[109,115],{"type":42,"tag":110,"props":111,"children":112},"li",{},[113],{"type":47,"value":114},"What company do you work for? (or I'll detect from your email)",{"type":42,"tag":110,"props":116,"children":117},{},[118],{"type":47,"value":119},"Who are your main competitors? (1-5 names)",{"type":42,"tag":49,"props":121,"children":122},{},[123],{"type":42,"tag":55,"props":124,"children":125},{},[126],{"type":47,"value":127},"Optional:",{"type":42,"tag":106,"props":129,"children":130},{},[131,136,141],{"type":42,"tag":110,"props":132,"children":133},{},[134],{"type":47,"value":135},"Which competitor do you want to focus on first?",{"type":42,"tag":110,"props":137,"children":138},{},[139],{"type":47,"value":140},"Any specific deals where you're competing against them?",{"type":42,"tag":110,"props":142,"children":143},{},[144],{"type":47,"value":145},"Pain points you've heard from customers about competitors?",{"type":42,"tag":49,"props":147,"children":148},{},[149],{"type":47,"value":150},"If I already have your seller context from a previous session, I'll confirm and skip the questions.",{"type":42,"tag":83,"props":152,"children":153},{},[],{"type":42,"tag":63,"props":155,"children":157},{"id":156},"connectors-optional",[158],{"type":47,"value":159},"Connectors (Optional)",{"type":42,"tag":161,"props":162,"children":163},"table",{},[164,183],{"type":42,"tag":165,"props":166,"children":167},"thead",{},[168],{"type":42,"tag":169,"props":170,"children":171},"tr",{},[172,178],{"type":42,"tag":173,"props":174,"children":175},"th",{},[176],{"type":47,"value":177},"Connector",{"type":42,"tag":173,"props":179,"children":180},{},[181],{"type":47,"value":182},"What It Adds",{"type":42,"tag":184,"props":185,"children":186},"tbody",{},[187,204,220,236],{"type":42,"tag":169,"props":188,"children":189},{},[190,199],{"type":42,"tag":191,"props":192,"children":193},"td",{},[194],{"type":42,"tag":55,"props":195,"children":196},{},[197],{"type":47,"value":198},"CRM",{"type":42,"tag":191,"props":200,"children":201},{},[202],{"type":47,"value":203},"Win\u002Floss history against each competitor, deal-level competitor tracking",{"type":42,"tag":169,"props":205,"children":206},{},[207,215],{"type":42,"tag":191,"props":208,"children":209},{},[210],{"type":42,"tag":55,"props":211,"children":212},{},[213],{"type":47,"value":214},"Docs",{"type":42,"tag":191,"props":216,"children":217},{},[218],{"type":47,"value":219},"Existing battlecards, product comparison docs, competitive playbooks",{"type":42,"tag":169,"props":221,"children":222},{},[223,231],{"type":42,"tag":191,"props":224,"children":225},{},[226],{"type":42,"tag":55,"props":227,"children":228},{},[229],{"type":47,"value":230},"Chat",{"type":42,"tag":191,"props":232,"children":233},{},[234],{"type":47,"value":235},"Internal chat intel (e.g. Slack) — what your team is hearing from the field",{"type":42,"tag":169,"props":237,"children":238},{},[239,247],{"type":42,"tag":191,"props":240,"children":241},{},[242],{"type":42,"tag":55,"props":243,"children":244},{},[245],{"type":47,"value":246},"Transcripts",{"type":42,"tag":191,"props":248,"children":249},{},[250],{"type":47,"value":251},"Competitor mentions in customer calls, objections raised",{"type":42,"tag":253,"props":254,"children":255},"blockquote",{},[256],{"type":42,"tag":49,"props":257,"children":258},{},[259,264],{"type":42,"tag":55,"props":260,"children":261},{},[262],{"type":47,"value":263},"No connectors?",{"type":47,"value":265}," Web research works great. I'll pull everything from public sources — product pages, pricing, blogs, release notes, reviews, job postings.",{"type":42,"tag":83,"props":267,"children":268},{},[],{"type":42,"tag":63,"props":270,"children":272},{"id":271},"output-interactive-html-battlecard",[273],{"type":47,"value":274},"Output: Interactive HTML Battlecard",{"type":42,"tag":49,"props":276,"children":277},{},[278,280,285],{"type":47,"value":279},"The skill generates a ",{"type":42,"tag":55,"props":281,"children":282},{},[283],{"type":47,"value":284},"self-contained HTML file",{"type":47,"value":286}," with:",{"type":42,"tag":288,"props":289,"children":291},"h3",{"id":290},"_1-comparison-matrix-landing-view",[292],{"type":47,"value":293},"1. Comparison Matrix (Landing View)",{"type":42,"tag":49,"props":295,"children":296},{},[297],{"type":47,"value":298},"Overview comparing you vs. all competitors at a glance:",{"type":42,"tag":106,"props":300,"children":301},{},[302,307,312,317],{"type":42,"tag":110,"props":303,"children":304},{},[305],{"type":47,"value":306},"Feature comparison grid",{"type":42,"tag":110,"props":308,"children":309},{},[310],{"type":47,"value":311},"Pricing comparison",{"type":42,"tag":110,"props":313,"children":314},{},[315],{"type":47,"value":316},"Market positioning",{"type":42,"tag":110,"props":318,"children":319},{},[320],{"type":47,"value":321},"Win rate indicators (if CRM connected)",{"type":42,"tag":288,"props":323,"children":325},{"id":324},"_2-competitor-tabs-click-to-expand",[326],{"type":47,"value":327},"2. Competitor Tabs (Click to Expand)",{"type":42,"tag":49,"props":329,"children":330},{},[331],{"type":47,"value":332},"Each competitor gets a clickable card that expands to show:",{"type":42,"tag":106,"props":334,"children":335},{},[336,341,346,351,356,361,366,371],{"type":42,"tag":110,"props":337,"children":338},{},[339],{"type":47,"value":340},"Company profile (size, funding, target market)",{"type":42,"tag":110,"props":342,"children":343},{},[344],{"type":47,"value":345},"What they sell and how they position",{"type":42,"tag":110,"props":347,"children":348},{},[349],{"type":47,"value":350},"Recent releases (last 90 days)",{"type":42,"tag":110,"props":352,"children":353},{},[354],{"type":47,"value":355},"Where they win vs. where you win",{"type":42,"tag":110,"props":357,"children":358},{},[359],{"type":47,"value":360},"Pricing intelligence",{"type":42,"tag":110,"props":362,"children":363},{},[364],{"type":47,"value":365},"Talk tracks for different scenarios",{"type":42,"tag":110,"props":367,"children":368},{},[369],{"type":47,"value":370},"Objection handling",{"type":42,"tag":110,"props":372,"children":373},{},[374],{"type":47,"value":375},"Landmine questions",{"type":42,"tag":288,"props":377,"children":379},{"id":378},"_3-your-company-card",[380],{"type":47,"value":381},"3. Your Company Card",{"type":42,"tag":106,"props":383,"children":384},{},[385,390,395],{"type":42,"tag":110,"props":386,"children":387},{},[388],{"type":47,"value":389},"Your releases (last 90 days)",{"type":42,"tag":110,"props":391,"children":392},{},[393],{"type":47,"value":394},"Your key differentiators",{"type":42,"tag":110,"props":396,"children":397},{},[398],{"type":47,"value":399},"Proof points and customer quotes",{"type":42,"tag":83,"props":401,"children":402},{},[],{"type":42,"tag":63,"props":404,"children":406},{"id":405},"html-structure",[407],{"type":47,"value":408},"HTML Structure",{"type":42,"tag":70,"props":410,"children":413},{"className":411,"code":412,"language":21,"meta":79,"style":79},"language-html shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003C!DOCTYPE html>\n\u003Chtml>\n\u003Chead>\n    \u003Ctitle>Battlecard: [Your Company] vs Competitors\u003C\u002Ftitle>\n    \u003Cstyle>\n        \u002F* Dark theme, professional styling *\u002F\n        \u002F* Tabbed navigation *\u002F\n        \u002F* Expandable cards *\u002F\n        \u002F* Responsive design *\u002F\n    \u003C\u002Fstyle>\n\u003C\u002Fhead>\n\u003Cbody>\n    \u003C!-- Header with your company + date -->\n    \u003Cheader>\n        \u003Ch1>[Your Company] Competitive Battlecard\u003C\u002Fh1>\n        \u003Cp>Generated: [Date] | Competitors: [List]\u003C\u002Fp>\n    \u003C\u002Fheader>\n\n    \u003C!-- Tab Navigation -->\n    \u003Cnav class=\"tabs\">\n        \u003Cbutton class=\"tab active\" data-tab=\"matrix\">Comparison Matrix\u003C\u002Fbutton>\n        \u003Cbutton class=\"tab\" data-tab=\"competitor-1\">[Competitor 1]\u003C\u002Fbutton>\n        \u003Cbutton class=\"tab\" data-tab=\"competitor-2\">[Competitor 2]\u003C\u002Fbutton>\n        \u003Cbutton class=\"tab\" data-tab=\"competitor-3\">[Competitor 3]\u003C\u002Fbutton>\n    \u003C\u002Fnav>\n\n    \u003C!-- Comparison Matrix Tab -->\n    \u003Csection id=\"matrix\" class=\"tab-content active\">\n        \u003Ch2>Head-to-Head Comparison\u003C\u002Fh2>\n        \u003Ctable class=\"comparison-matrix\">\n            \u003C!-- Feature rows with you vs each competitor -->\n        \u003C\u002Ftable>\n\n        \u003Ch2>Quick Win\u002FLoss Guide\u003C\u002Fh2>\n        \u003Cdiv class=\"win-loss-grid\">\n            \u003C!-- Per-competitor: when you win, when you lose -->\n        \u003C\u002Fdiv>\n    \u003C\u002Fsection>\n\n    \u003C!-- Individual Competitor Tabs -->\n    \u003Csection id=\"competitor-1\" class=\"tab-content\">\n        \u003Cdiv class=\"battlecard\">\n            \u003Cdiv class=\"profile\">\u003C!-- Company info -->\u003C\u002Fdiv>\n            \u003Cdiv class=\"differentiation\">\u003C!-- Where they win \u002F you win -->\u003C\u002Fdiv>\n            \u003Cdiv class=\"talk-tracks\">\u003C!-- Scenario-based positioning -->\u003C\u002Fdiv>\n            \u003Cdiv class=\"objections\">\u003C!-- Common objections + responses -->\u003C\u002Fdiv>\n            \u003Cdiv class=\"landmines\">\u003C!-- Questions to ask -->\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n    \u003C\u002Fsection>\n\n    \u003Cscript>\n        \u002F\u002F Tab switching logic\n        \u002F\u002F Expand\u002Fcollapse sections\n    \u003C\u002Fscript>\n\u003C\u002Fbody>\n\u003C\u002Fhtml>\n",[414],{"type":42,"tag":77,"props":415,"children":416},{"__ignoreMap":79},[417,446,463,480,518,535,545,554,563,572,589,605,622,631,648,682,715,731,741,750,792,869,944,1018,1092,1108,1116,1125,1184,1217,1254,1263,1280,1288,1321,1359,1368,1384,1400,1408,1417,1474,1511,1566,1620,1674,1728,1782,1798,1814,1822,1839,1848,1857,1873,1889],{"type":42,"tag":418,"props":419,"children":422},"span",{"class":420,"line":421},"line",1,[423,429,435,441],{"type":42,"tag":418,"props":424,"children":426},{"style":425},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[427],{"type":47,"value":428},"\u003C!",{"type":42,"tag":418,"props":430,"children":432},{"style":431},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[433],{"type":47,"value":434},"DOCTYPE",{"type":42,"tag":418,"props":436,"children":438},{"style":437},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[439],{"type":47,"value":440}," html",{"type":42,"tag":418,"props":442,"children":443},{"style":425},[444],{"type":47,"value":445},">\n",{"type":42,"tag":418,"props":447,"children":449},{"class":420,"line":448},2,[450,455,459],{"type":42,"tag":418,"props":451,"children":452},{"style":425},[453],{"type":47,"value":454},"\u003C",{"type":42,"tag":418,"props":456,"children":457},{"style":431},[458],{"type":47,"value":21},{"type":42,"tag":418,"props":460,"children":461},{"style":425},[462],{"type":47,"value":445},{"type":42,"tag":418,"props":464,"children":466},{"class":420,"line":465},3,[467,471,476],{"type":42,"tag":418,"props":468,"children":469},{"style":425},[470],{"type":47,"value":454},{"type":42,"tag":418,"props":472,"children":473},{"style":431},[474],{"type":47,"value":475},"head",{"type":42,"tag":418,"props":477,"children":478},{"style":425},[479],{"type":47,"value":445},{"type":42,"tag":418,"props":481,"children":483},{"class":420,"line":482},4,[484,489,494,499,505,510,514],{"type":42,"tag":418,"props":485,"children":486},{"style":425},[487],{"type":47,"value":488},"    \u003C",{"type":42,"tag":418,"props":490,"children":491},{"style":431},[492],{"type":47,"value":493},"title",{"type":42,"tag":418,"props":495,"children":496},{"style":425},[497],{"type":47,"value":498},">",{"type":42,"tag":418,"props":500,"children":502},{"style":501},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[503],{"type":47,"value":504},"Battlecard: [Your Company] vs Competitors",{"type":42,"tag":418,"props":506,"children":507},{"style":425},[508],{"type":47,"value":509},"\u003C\u002F",{"type":42,"tag":418,"props":511,"children":512},{"style":431},[513],{"type":47,"value":493},{"type":42,"tag":418,"props":515,"children":516},{"style":425},[517],{"type":47,"value":445},{"type":42,"tag":418,"props":519,"children":521},{"class":420,"line":520},5,[522,526,531],{"type":42,"tag":418,"props":523,"children":524},{"style":425},[525],{"type":47,"value":488},{"type":42,"tag":418,"props":527,"children":528},{"style":431},[529],{"type":47,"value":530},"style",{"type":42,"tag":418,"props":532,"children":533},{"style":425},[534],{"type":47,"value":445},{"type":42,"tag":418,"props":536,"children":538},{"class":420,"line":537},6,[539],{"type":42,"tag":418,"props":540,"children":542},{"style":541},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[543],{"type":47,"value":544},"        \u002F* Dark theme, professional styling *\u002F\n",{"type":42,"tag":418,"props":546,"children":548},{"class":420,"line":547},7,[549],{"type":42,"tag":418,"props":550,"children":551},{"style":541},[552],{"type":47,"value":553},"        \u002F* Tabbed navigation *\u002F\n",{"type":42,"tag":418,"props":555,"children":557},{"class":420,"line":556},8,[558],{"type":42,"tag":418,"props":559,"children":560},{"style":541},[561],{"type":47,"value":562},"        \u002F* Expandable cards *\u002F\n",{"type":42,"tag":418,"props":564,"children":566},{"class":420,"line":565},9,[567],{"type":42,"tag":418,"props":568,"children":569},{"style":541},[570],{"type":47,"value":571},"        \u002F* Responsive design *\u002F\n",{"type":42,"tag":418,"props":573,"children":575},{"class":420,"line":574},10,[576,581,585],{"type":42,"tag":418,"props":577,"children":578},{"style":425},[579],{"type":47,"value":580},"    \u003C\u002F",{"type":42,"tag":418,"props":582,"children":583},{"style":431},[584],{"type":47,"value":530},{"type":42,"tag":418,"props":586,"children":587},{"style":425},[588],{"type":47,"value":445},{"type":42,"tag":418,"props":590,"children":592},{"class":420,"line":591},11,[593,597,601],{"type":42,"tag":418,"props":594,"children":595},{"style":425},[596],{"type":47,"value":509},{"type":42,"tag":418,"props":598,"children":599},{"style":431},[600],{"type":47,"value":475},{"type":42,"tag":418,"props":602,"children":603},{"style":425},[604],{"type":47,"value":445},{"type":42,"tag":418,"props":606,"children":608},{"class":420,"line":607},12,[609,613,618],{"type":42,"tag":418,"props":610,"children":611},{"style":425},[612],{"type":47,"value":454},{"type":42,"tag":418,"props":614,"children":615},{"style":431},[616],{"type":47,"value":617},"body",{"type":42,"tag":418,"props":619,"children":620},{"style":425},[621],{"type":47,"value":445},{"type":42,"tag":418,"props":623,"children":625},{"class":420,"line":624},13,[626],{"type":42,"tag":418,"props":627,"children":628},{"style":541},[629],{"type":47,"value":630},"    \u003C!-- Header with your company + date -->\n",{"type":42,"tag":418,"props":632,"children":634},{"class":420,"line":633},14,[635,639,644],{"type":42,"tag":418,"props":636,"children":637},{"style":425},[638],{"type":47,"value":488},{"type":42,"tag":418,"props":640,"children":641},{"style":431},[642],{"type":47,"value":643},"header",{"type":42,"tag":418,"props":645,"children":646},{"style":425},[647],{"type":47,"value":445},{"type":42,"tag":418,"props":649,"children":651},{"class":420,"line":650},15,[652,657,661,665,670,674,678],{"type":42,"tag":418,"props":653,"children":654},{"style":425},[655],{"type":47,"value":656},"        \u003C",{"type":42,"tag":418,"props":658,"children":659},{"style":431},[660],{"type":47,"value":43},{"type":42,"tag":418,"props":662,"children":663},{"style":425},[664],{"type":47,"value":498},{"type":42,"tag":418,"props":666,"children":667},{"style":501},[668],{"type":47,"value":669},"[Your Company] Competitive Battlecard",{"type":42,"tag":418,"props":671,"children":672},{"style":425},[673],{"type":47,"value":509},{"type":42,"tag":418,"props":675,"children":676},{"style":431},[677],{"type":47,"value":43},{"type":42,"tag":418,"props":679,"children":680},{"style":425},[681],{"type":47,"value":445},{"type":42,"tag":418,"props":683,"children":685},{"class":420,"line":684},16,[686,690,694,698,703,707,711],{"type":42,"tag":418,"props":687,"children":688},{"style":425},[689],{"type":47,"value":656},{"type":42,"tag":418,"props":691,"children":692},{"style":431},[693],{"type":47,"value":49},{"type":42,"tag":418,"props":695,"children":696},{"style":425},[697],{"type":47,"value":498},{"type":42,"tag":418,"props":699,"children":700},{"style":501},[701],{"type":47,"value":702},"Generated: [Date] | Competitors: [List]",{"type":42,"tag":418,"props":704,"children":705},{"style":425},[706],{"type":47,"value":509},{"type":42,"tag":418,"props":708,"children":709},{"style":431},[710],{"type":47,"value":49},{"type":42,"tag":418,"props":712,"children":713},{"style":425},[714],{"type":47,"value":445},{"type":42,"tag":418,"props":716,"children":718},{"class":420,"line":717},17,[719,723,727],{"type":42,"tag":418,"props":720,"children":721},{"style":425},[722],{"type":47,"value":580},{"type":42,"tag":418,"props":724,"children":725},{"style":431},[726],{"type":47,"value":643},{"type":42,"tag":418,"props":728,"children":729},{"style":425},[730],{"type":47,"value":445},{"type":42,"tag":418,"props":732,"children":734},{"class":420,"line":733},18,[735],{"type":42,"tag":418,"props":736,"children":738},{"emptyLinePlaceholder":737},true,[739],{"type":47,"value":740},"\n",{"type":42,"tag":418,"props":742,"children":744},{"class":420,"line":743},19,[745],{"type":42,"tag":418,"props":746,"children":747},{"style":541},[748],{"type":47,"value":749},"    \u003C!-- Tab Navigation -->\n",{"type":42,"tag":418,"props":751,"children":753},{"class":420,"line":752},20,[754,758,763,768,773,778,784,788],{"type":42,"tag":418,"props":755,"children":756},{"style":425},[757],{"type":47,"value":488},{"type":42,"tag":418,"props":759,"children":760},{"style":431},[761],{"type":47,"value":762},"nav",{"type":42,"tag":418,"props":764,"children":765},{"style":437},[766],{"type":47,"value":767}," class",{"type":42,"tag":418,"props":769,"children":770},{"style":425},[771],{"type":47,"value":772},"=",{"type":42,"tag":418,"props":774,"children":775},{"style":425},[776],{"type":47,"value":777},"\"",{"type":42,"tag":418,"props":779,"children":781},{"style":780},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[782],{"type":47,"value":783},"tabs",{"type":42,"tag":418,"props":785,"children":786},{"style":425},[787],{"type":47,"value":777},{"type":42,"tag":418,"props":789,"children":790},{"style":425},[791],{"type":47,"value":445},{"type":42,"tag":418,"props":793,"children":795},{"class":420,"line":794},21,[796,800,805,809,813,817,822,826,831,835,839,844,848,852,857,861,865],{"type":42,"tag":418,"props":797,"children":798},{"style":425},[799],{"type":47,"value":656},{"type":42,"tag":418,"props":801,"children":802},{"style":431},[803],{"type":47,"value":804},"button",{"type":42,"tag":418,"props":806,"children":807},{"style":437},[808],{"type":47,"value":767},{"type":42,"tag":418,"props":810,"children":811},{"style":425},[812],{"type":47,"value":772},{"type":42,"tag":418,"props":814,"children":815},{"style":425},[816],{"type":47,"value":777},{"type":42,"tag":418,"props":818,"children":819},{"style":780},[820],{"type":47,"value":821},"tab active",{"type":42,"tag":418,"props":823,"children":824},{"style":425},[825],{"type":47,"value":777},{"type":42,"tag":418,"props":827,"children":828},{"style":437},[829],{"type":47,"value":830}," data-tab",{"type":42,"tag":418,"props":832,"children":833},{"style":425},[834],{"type":47,"value":772},{"type":42,"tag":418,"props":836,"children":837},{"style":425},[838],{"type":47,"value":777},{"type":42,"tag":418,"props":840,"children":841},{"style":780},[842],{"type":47,"value":843},"matrix",{"type":42,"tag":418,"props":845,"children":846},{"style":425},[847],{"type":47,"value":777},{"type":42,"tag":418,"props":849,"children":850},{"style":425},[851],{"type":47,"value":498},{"type":42,"tag":418,"props":853,"children":854},{"style":501},[855],{"type":47,"value":856},"Comparison Matrix",{"type":42,"tag":418,"props":858,"children":859},{"style":425},[860],{"type":47,"value":509},{"type":42,"tag":418,"props":862,"children":863},{"style":431},[864],{"type":47,"value":804},{"type":42,"tag":418,"props":866,"children":867},{"style":425},[868],{"type":47,"value":445},{"type":42,"tag":418,"props":870,"children":872},{"class":420,"line":871},22,[873,877,881,885,889,893,898,902,906,910,914,919,923,927,932,936,940],{"type":42,"tag":418,"props":874,"children":875},{"style":425},[876],{"type":47,"value":656},{"type":42,"tag":418,"props":878,"children":879},{"style":431},[880],{"type":47,"value":804},{"type":42,"tag":418,"props":882,"children":883},{"style":437},[884],{"type":47,"value":767},{"type":42,"tag":418,"props":886,"children":887},{"style":425},[888],{"type":47,"value":772},{"type":42,"tag":418,"props":890,"children":891},{"style":425},[892],{"type":47,"value":777},{"type":42,"tag":418,"props":894,"children":895},{"style":780},[896],{"type":47,"value":897},"tab",{"type":42,"tag":418,"props":899,"children":900},{"style":425},[901],{"type":47,"value":777},{"type":42,"tag":418,"props":903,"children":904},{"style":437},[905],{"type":47,"value":830},{"type":42,"tag":418,"props":907,"children":908},{"style":425},[909],{"type":47,"value":772},{"type":42,"tag":418,"props":911,"children":912},{"style":425},[913],{"type":47,"value":777},{"type":42,"tag":418,"props":915,"children":916},{"style":780},[917],{"type":47,"value":918},"competitor-1",{"type":42,"tag":418,"props":920,"children":921},{"style":425},[922],{"type":47,"value":777},{"type":42,"tag":418,"props":924,"children":925},{"style":425},[926],{"type":47,"value":498},{"type":42,"tag":418,"props":928,"children":929},{"style":501},[930],{"type":47,"value":931},"[Competitor 1]",{"type":42,"tag":418,"props":933,"children":934},{"style":425},[935],{"type":47,"value":509},{"type":42,"tag":418,"props":937,"children":938},{"style":431},[939],{"type":47,"value":804},{"type":42,"tag":418,"props":941,"children":942},{"style":425},[943],{"type":47,"value":445},{"type":42,"tag":418,"props":945,"children":947},{"class":420,"line":946},23,[948,952,956,960,964,968,972,976,980,984,988,993,997,1001,1006,1010,1014],{"type":42,"tag":418,"props":949,"children":950},{"style":425},[951],{"type":47,"value":656},{"type":42,"tag":418,"props":953,"children":954},{"style":431},[955],{"type":47,"value":804},{"type":42,"tag":418,"props":957,"children":958},{"style":437},[959],{"type":47,"value":767},{"type":42,"tag":418,"props":961,"children":962},{"style":425},[963],{"type":47,"value":772},{"type":42,"tag":418,"props":965,"children":966},{"style":425},[967],{"type":47,"value":777},{"type":42,"tag":418,"props":969,"children":970},{"style":780},[971],{"type":47,"value":897},{"type":42,"tag":418,"props":973,"children":974},{"style":425},[975],{"type":47,"value":777},{"type":42,"tag":418,"props":977,"children":978},{"style":437},[979],{"type":47,"value":830},{"type":42,"tag":418,"props":981,"children":982},{"style":425},[983],{"type":47,"value":772},{"type":42,"tag":418,"props":985,"children":986},{"style":425},[987],{"type":47,"value":777},{"type":42,"tag":418,"props":989,"children":990},{"style":780},[991],{"type":47,"value":992},"competitor-2",{"type":42,"tag":418,"props":994,"children":995},{"style":425},[996],{"type":47,"value":777},{"type":42,"tag":418,"props":998,"children":999},{"style":425},[1000],{"type":47,"value":498},{"type":42,"tag":418,"props":1002,"children":1003},{"style":501},[1004],{"type":47,"value":1005},"[Competitor 2]",{"type":42,"tag":418,"props":1007,"children":1008},{"style":425},[1009],{"type":47,"value":509},{"type":42,"tag":418,"props":1011,"children":1012},{"style":431},[1013],{"type":47,"value":804},{"type":42,"tag":418,"props":1015,"children":1016},{"style":425},[1017],{"type":47,"value":445},{"type":42,"tag":418,"props":1019,"children":1021},{"class":420,"line":1020},24,[1022,1026,1030,1034,1038,1042,1046,1050,1054,1058,1062,1067,1071,1075,1080,1084,1088],{"type":42,"tag":418,"props":1023,"children":1024},{"style":425},[1025],{"type":47,"value":656},{"type":42,"tag":418,"props":1027,"children":1028},{"style":431},[1029],{"type":47,"value":804},{"type":42,"tag":418,"props":1031,"children":1032},{"style":437},[1033],{"type":47,"value":767},{"type":42,"tag":418,"props":1035,"children":1036},{"style":425},[1037],{"type":47,"value":772},{"type":42,"tag":418,"props":1039,"children":1040},{"style":425},[1041],{"type":47,"value":777},{"type":42,"tag":418,"props":1043,"children":1044},{"style":780},[1045],{"type":47,"value":897},{"type":42,"tag":418,"props":1047,"children":1048},{"style":425},[1049],{"type":47,"value":777},{"type":42,"tag":418,"props":1051,"children":1052},{"style":437},[1053],{"type":47,"value":830},{"type":42,"tag":418,"props":1055,"children":1056},{"style":425},[1057],{"type":47,"value":772},{"type":42,"tag":418,"props":1059,"children":1060},{"style":425},[1061],{"type":47,"value":777},{"type":42,"tag":418,"props":1063,"children":1064},{"style":780},[1065],{"type":47,"value":1066},"competitor-3",{"type":42,"tag":418,"props":1068,"children":1069},{"style":425},[1070],{"type":47,"value":777},{"type":42,"tag":418,"props":1072,"children":1073},{"style":425},[1074],{"type":47,"value":498},{"type":42,"tag":418,"props":1076,"children":1077},{"style":501},[1078],{"type":47,"value":1079},"[Competitor 3]",{"type":42,"tag":418,"props":1081,"children":1082},{"style":425},[1083],{"type":47,"value":509},{"type":42,"tag":418,"props":1085,"children":1086},{"style":431},[1087],{"type":47,"value":804},{"type":42,"tag":418,"props":1089,"children":1090},{"style":425},[1091],{"type":47,"value":445},{"type":42,"tag":418,"props":1093,"children":1095},{"class":420,"line":1094},25,[1096,1100,1104],{"type":42,"tag":418,"props":1097,"children":1098},{"style":425},[1099],{"type":47,"value":580},{"type":42,"tag":418,"props":1101,"children":1102},{"style":431},[1103],{"type":47,"value":762},{"type":42,"tag":418,"props":1105,"children":1106},{"style":425},[1107],{"type":47,"value":445},{"type":42,"tag":418,"props":1109,"children":1111},{"class":420,"line":1110},26,[1112],{"type":42,"tag":418,"props":1113,"children":1114},{"emptyLinePlaceholder":737},[1115],{"type":47,"value":740},{"type":42,"tag":418,"props":1117,"children":1119},{"class":420,"line":1118},27,[1120],{"type":42,"tag":418,"props":1121,"children":1122},{"style":541},[1123],{"type":47,"value":1124},"    \u003C!-- Comparison Matrix Tab -->\n",{"type":42,"tag":418,"props":1126,"children":1128},{"class":420,"line":1127},28,[1129,1133,1138,1143,1147,1151,1155,1159,1163,1167,1171,1176,1180],{"type":42,"tag":418,"props":1130,"children":1131},{"style":425},[1132],{"type":47,"value":488},{"type":42,"tag":418,"props":1134,"children":1135},{"style":431},[1136],{"type":47,"value":1137},"section",{"type":42,"tag":418,"props":1139,"children":1140},{"style":437},[1141],{"type":47,"value":1142}," id",{"type":42,"tag":418,"props":1144,"children":1145},{"style":425},[1146],{"type":47,"value":772},{"type":42,"tag":418,"props":1148,"children":1149},{"style":425},[1150],{"type":47,"value":777},{"type":42,"tag":418,"props":1152,"children":1153},{"style":780},[1154],{"type":47,"value":843},{"type":42,"tag":418,"props":1156,"children":1157},{"style":425},[1158],{"type":47,"value":777},{"type":42,"tag":418,"props":1160,"children":1161},{"style":437},[1162],{"type":47,"value":767},{"type":42,"tag":418,"props":1164,"children":1165},{"style":425},[1166],{"type":47,"value":772},{"type":42,"tag":418,"props":1168,"children":1169},{"style":425},[1170],{"type":47,"value":777},{"type":42,"tag":418,"props":1172,"children":1173},{"style":780},[1174],{"type":47,"value":1175},"tab-content active",{"type":42,"tag":418,"props":1177,"children":1178},{"style":425},[1179],{"type":47,"value":777},{"type":42,"tag":418,"props":1181,"children":1182},{"style":425},[1183],{"type":47,"value":445},{"type":42,"tag":418,"props":1185,"children":1187},{"class":420,"line":1186},29,[1188,1192,1196,1200,1205,1209,1213],{"type":42,"tag":418,"props":1189,"children":1190},{"style":425},[1191],{"type":47,"value":656},{"type":42,"tag":418,"props":1193,"children":1194},{"style":431},[1195],{"type":47,"value":63},{"type":42,"tag":418,"props":1197,"children":1198},{"style":425},[1199],{"type":47,"value":498},{"type":42,"tag":418,"props":1201,"children":1202},{"style":501},[1203],{"type":47,"value":1204},"Head-to-Head Comparison",{"type":42,"tag":418,"props":1206,"children":1207},{"style":425},[1208],{"type":47,"value":509},{"type":42,"tag":418,"props":1210,"children":1211},{"style":431},[1212],{"type":47,"value":63},{"type":42,"tag":418,"props":1214,"children":1215},{"style":425},[1216],{"type":47,"value":445},{"type":42,"tag":418,"props":1218,"children":1220},{"class":420,"line":1219},30,[1221,1225,1229,1233,1237,1241,1246,1250],{"type":42,"tag":418,"props":1222,"children":1223},{"style":425},[1224],{"type":47,"value":656},{"type":42,"tag":418,"props":1226,"children":1227},{"style":431},[1228],{"type":47,"value":161},{"type":42,"tag":418,"props":1230,"children":1231},{"style":437},[1232],{"type":47,"value":767},{"type":42,"tag":418,"props":1234,"children":1235},{"style":425},[1236],{"type":47,"value":772},{"type":42,"tag":418,"props":1238,"children":1239},{"style":425},[1240],{"type":47,"value":777},{"type":42,"tag":418,"props":1242,"children":1243},{"style":780},[1244],{"type":47,"value":1245},"comparison-matrix",{"type":42,"tag":418,"props":1247,"children":1248},{"style":425},[1249],{"type":47,"value":777},{"type":42,"tag":418,"props":1251,"children":1252},{"style":425},[1253],{"type":47,"value":445},{"type":42,"tag":418,"props":1255,"children":1257},{"class":420,"line":1256},31,[1258],{"type":42,"tag":418,"props":1259,"children":1260},{"style":541},[1261],{"type":47,"value":1262},"            \u003C!-- Feature rows with you vs each competitor -->\n",{"type":42,"tag":418,"props":1264,"children":1266},{"class":420,"line":1265},32,[1267,1272,1276],{"type":42,"tag":418,"props":1268,"children":1269},{"style":425},[1270],{"type":47,"value":1271},"        \u003C\u002F",{"type":42,"tag":418,"props":1273,"children":1274},{"style":431},[1275],{"type":47,"value":161},{"type":42,"tag":418,"props":1277,"children":1278},{"style":425},[1279],{"type":47,"value":445},{"type":42,"tag":418,"props":1281,"children":1283},{"class":420,"line":1282},33,[1284],{"type":42,"tag":418,"props":1285,"children":1286},{"emptyLinePlaceholder":737},[1287],{"type":47,"value":740},{"type":42,"tag":418,"props":1289,"children":1291},{"class":420,"line":1290},34,[1292,1296,1300,1304,1309,1313,1317],{"type":42,"tag":418,"props":1293,"children":1294},{"style":425},[1295],{"type":47,"value":656},{"type":42,"tag":418,"props":1297,"children":1298},{"style":431},[1299],{"type":47,"value":63},{"type":42,"tag":418,"props":1301,"children":1302},{"style":425},[1303],{"type":47,"value":498},{"type":42,"tag":418,"props":1305,"children":1306},{"style":501},[1307],{"type":47,"value":1308},"Quick Win\u002FLoss Guide",{"type":42,"tag":418,"props":1310,"children":1311},{"style":425},[1312],{"type":47,"value":509},{"type":42,"tag":418,"props":1314,"children":1315},{"style":431},[1316],{"type":47,"value":63},{"type":42,"tag":418,"props":1318,"children":1319},{"style":425},[1320],{"type":47,"value":445},{"type":42,"tag":418,"props":1322,"children":1324},{"class":420,"line":1323},35,[1325,1329,1334,1338,1342,1346,1351,1355],{"type":42,"tag":418,"props":1326,"children":1327},{"style":425},[1328],{"type":47,"value":656},{"type":42,"tag":418,"props":1330,"children":1331},{"style":431},[1332],{"type":47,"value":1333},"div",{"type":42,"tag":418,"props":1335,"children":1336},{"style":437},[1337],{"type":47,"value":767},{"type":42,"tag":418,"props":1339,"children":1340},{"style":425},[1341],{"type":47,"value":772},{"type":42,"tag":418,"props":1343,"children":1344},{"style":425},[1345],{"type":47,"value":777},{"type":42,"tag":418,"props":1347,"children":1348},{"style":780},[1349],{"type":47,"value":1350},"win-loss-grid",{"type":42,"tag":418,"props":1352,"children":1353},{"style":425},[1354],{"type":47,"value":777},{"type":42,"tag":418,"props":1356,"children":1357},{"style":425},[1358],{"type":47,"value":445},{"type":42,"tag":418,"props":1360,"children":1362},{"class":420,"line":1361},36,[1363],{"type":42,"tag":418,"props":1364,"children":1365},{"style":541},[1366],{"type":47,"value":1367},"            \u003C!-- Per-competitor: when you win, when you lose -->\n",{"type":42,"tag":418,"props":1369,"children":1371},{"class":420,"line":1370},37,[1372,1376,1380],{"type":42,"tag":418,"props":1373,"children":1374},{"style":425},[1375],{"type":47,"value":1271},{"type":42,"tag":418,"props":1377,"children":1378},{"style":431},[1379],{"type":47,"value":1333},{"type":42,"tag":418,"props":1381,"children":1382},{"style":425},[1383],{"type":47,"value":445},{"type":42,"tag":418,"props":1385,"children":1387},{"class":420,"line":1386},38,[1388,1392,1396],{"type":42,"tag":418,"props":1389,"children":1390},{"style":425},[1391],{"type":47,"value":580},{"type":42,"tag":418,"props":1393,"children":1394},{"style":431},[1395],{"type":47,"value":1137},{"type":42,"tag":418,"props":1397,"children":1398},{"style":425},[1399],{"type":47,"value":445},{"type":42,"tag":418,"props":1401,"children":1403},{"class":420,"line":1402},39,[1404],{"type":42,"tag":418,"props":1405,"children":1406},{"emptyLinePlaceholder":737},[1407],{"type":47,"value":740},{"type":42,"tag":418,"props":1409,"children":1411},{"class":420,"line":1410},40,[1412],{"type":42,"tag":418,"props":1413,"children":1414},{"style":541},[1415],{"type":47,"value":1416},"    \u003C!-- Individual Competitor Tabs -->\n",{"type":42,"tag":418,"props":1418,"children":1420},{"class":420,"line":1419},41,[1421,1425,1429,1433,1437,1441,1445,1449,1453,1457,1461,1466,1470],{"type":42,"tag":418,"props":1422,"children":1423},{"style":425},[1424],{"type":47,"value":488},{"type":42,"tag":418,"props":1426,"children":1427},{"style":431},[1428],{"type":47,"value":1137},{"type":42,"tag":418,"props":1430,"children":1431},{"style":437},[1432],{"type":47,"value":1142},{"type":42,"tag":418,"props":1434,"children":1435},{"style":425},[1436],{"type":47,"value":772},{"type":42,"tag":418,"props":1438,"children":1439},{"style":425},[1440],{"type":47,"value":777},{"type":42,"tag":418,"props":1442,"children":1443},{"style":780},[1444],{"type":47,"value":918},{"type":42,"tag":418,"props":1446,"children":1447},{"style":425},[1448],{"type":47,"value":777},{"type":42,"tag":418,"props":1450,"children":1451},{"style":437},[1452],{"type":47,"value":767},{"type":42,"tag":418,"props":1454,"children":1455},{"style":425},[1456],{"type":47,"value":772},{"type":42,"tag":418,"props":1458,"children":1459},{"style":425},[1460],{"type":47,"value":777},{"type":42,"tag":418,"props":1462,"children":1463},{"style":780},[1464],{"type":47,"value":1465},"tab-content",{"type":42,"tag":418,"props":1467,"children":1468},{"style":425},[1469],{"type":47,"value":777},{"type":42,"tag":418,"props":1471,"children":1472},{"style":425},[1473],{"type":47,"value":445},{"type":42,"tag":418,"props":1475,"children":1477},{"class":420,"line":1476},42,[1478,1482,1486,1490,1494,1498,1503,1507],{"type":42,"tag":418,"props":1479,"children":1480},{"style":425},[1481],{"type":47,"value":656},{"type":42,"tag":418,"props":1483,"children":1484},{"style":431},[1485],{"type":47,"value":1333},{"type":42,"tag":418,"props":1487,"children":1488},{"style":437},[1489],{"type":47,"value":767},{"type":42,"tag":418,"props":1491,"children":1492},{"style":425},[1493],{"type":47,"value":772},{"type":42,"tag":418,"props":1495,"children":1496},{"style":425},[1497],{"type":47,"value":777},{"type":42,"tag":418,"props":1499,"children":1500},{"style":780},[1501],{"type":47,"value":1502},"battlecard",{"type":42,"tag":418,"props":1504,"children":1505},{"style":425},[1506],{"type":47,"value":777},{"type":42,"tag":418,"props":1508,"children":1509},{"style":425},[1510],{"type":47,"value":445},{"type":42,"tag":418,"props":1512,"children":1514},{"class":420,"line":1513},43,[1515,1520,1524,1528,1532,1536,1541,1545,1549,1554,1558,1562],{"type":42,"tag":418,"props":1516,"children":1517},{"style":425},[1518],{"type":47,"value":1519},"            \u003C",{"type":42,"tag":418,"props":1521,"children":1522},{"style":431},[1523],{"type":47,"value":1333},{"type":42,"tag":418,"props":1525,"children":1526},{"style":437},[1527],{"type":47,"value":767},{"type":42,"tag":418,"props":1529,"children":1530},{"style":425},[1531],{"type":47,"value":772},{"type":42,"tag":418,"props":1533,"children":1534},{"style":425},[1535],{"type":47,"value":777},{"type":42,"tag":418,"props":1537,"children":1538},{"style":780},[1539],{"type":47,"value":1540},"profile",{"type":42,"tag":418,"props":1542,"children":1543},{"style":425},[1544],{"type":47,"value":777},{"type":42,"tag":418,"props":1546,"children":1547},{"style":425},[1548],{"type":47,"value":498},{"type":42,"tag":418,"props":1550,"children":1551},{"style":541},[1552],{"type":47,"value":1553},"\u003C!-- Company info -->",{"type":42,"tag":418,"props":1555,"children":1556},{"style":425},[1557],{"type":47,"value":509},{"type":42,"tag":418,"props":1559,"children":1560},{"style":431},[1561],{"type":47,"value":1333},{"type":42,"tag":418,"props":1563,"children":1564},{"style":425},[1565],{"type":47,"value":445},{"type":42,"tag":418,"props":1567,"children":1569},{"class":420,"line":1568},44,[1570,1574,1578,1582,1586,1590,1595,1599,1603,1608,1612,1616],{"type":42,"tag":418,"props":1571,"children":1572},{"style":425},[1573],{"type":47,"value":1519},{"type":42,"tag":418,"props":1575,"children":1576},{"style":431},[1577],{"type":47,"value":1333},{"type":42,"tag":418,"props":1579,"children":1580},{"style":437},[1581],{"type":47,"value":767},{"type":42,"tag":418,"props":1583,"children":1584},{"style":425},[1585],{"type":47,"value":772},{"type":42,"tag":418,"props":1587,"children":1588},{"style":425},[1589],{"type":47,"value":777},{"type":42,"tag":418,"props":1591,"children":1592},{"style":780},[1593],{"type":47,"value":1594},"differentiation",{"type":42,"tag":418,"props":1596,"children":1597},{"style":425},[1598],{"type":47,"value":777},{"type":42,"tag":418,"props":1600,"children":1601},{"style":425},[1602],{"type":47,"value":498},{"type":42,"tag":418,"props":1604,"children":1605},{"style":541},[1606],{"type":47,"value":1607},"\u003C!-- Where they win \u002F you win -->",{"type":42,"tag":418,"props":1609,"children":1610},{"style":425},[1611],{"type":47,"value":509},{"type":42,"tag":418,"props":1613,"children":1614},{"style":431},[1615],{"type":47,"value":1333},{"type":42,"tag":418,"props":1617,"children":1618},{"style":425},[1619],{"type":47,"value":445},{"type":42,"tag":418,"props":1621,"children":1623},{"class":420,"line":1622},45,[1624,1628,1632,1636,1640,1644,1649,1653,1657,1662,1666,1670],{"type":42,"tag":418,"props":1625,"children":1626},{"style":425},[1627],{"type":47,"value":1519},{"type":42,"tag":418,"props":1629,"children":1630},{"style":431},[1631],{"type":47,"value":1333},{"type":42,"tag":418,"props":1633,"children":1634},{"style":437},[1635],{"type":47,"value":767},{"type":42,"tag":418,"props":1637,"children":1638},{"style":425},[1639],{"type":47,"value":772},{"type":42,"tag":418,"props":1641,"children":1642},{"style":425},[1643],{"type":47,"value":777},{"type":42,"tag":418,"props":1645,"children":1646},{"style":780},[1647],{"type":47,"value":1648},"talk-tracks",{"type":42,"tag":418,"props":1650,"children":1651},{"style":425},[1652],{"type":47,"value":777},{"type":42,"tag":418,"props":1654,"children":1655},{"style":425},[1656],{"type":47,"value":498},{"type":42,"tag":418,"props":1658,"children":1659},{"style":541},[1660],{"type":47,"value":1661},"\u003C!-- Scenario-based positioning -->",{"type":42,"tag":418,"props":1663,"children":1664},{"style":425},[1665],{"type":47,"value":509},{"type":42,"tag":418,"props":1667,"children":1668},{"style":431},[1669],{"type":47,"value":1333},{"type":42,"tag":418,"props":1671,"children":1672},{"style":425},[1673],{"type":47,"value":445},{"type":42,"tag":418,"props":1675,"children":1677},{"class":420,"line":1676},46,[1678,1682,1686,1690,1694,1698,1703,1707,1711,1716,1720,1724],{"type":42,"tag":418,"props":1679,"children":1680},{"style":425},[1681],{"type":47,"value":1519},{"type":42,"tag":418,"props":1683,"children":1684},{"style":431},[1685],{"type":47,"value":1333},{"type":42,"tag":418,"props":1687,"children":1688},{"style":437},[1689],{"type":47,"value":767},{"type":42,"tag":418,"props":1691,"children":1692},{"style":425},[1693],{"type":47,"value":772},{"type":42,"tag":418,"props":1695,"children":1696},{"style":425},[1697],{"type":47,"value":777},{"type":42,"tag":418,"props":1699,"children":1700},{"style":780},[1701],{"type":47,"value":1702},"objections",{"type":42,"tag":418,"props":1704,"children":1705},{"style":425},[1706],{"type":47,"value":777},{"type":42,"tag":418,"props":1708,"children":1709},{"style":425},[1710],{"type":47,"value":498},{"type":42,"tag":418,"props":1712,"children":1713},{"style":541},[1714],{"type":47,"value":1715},"\u003C!-- Common objections + responses -->",{"type":42,"tag":418,"props":1717,"children":1718},{"style":425},[1719],{"type":47,"value":509},{"type":42,"tag":418,"props":1721,"children":1722},{"style":431},[1723],{"type":47,"value":1333},{"type":42,"tag":418,"props":1725,"children":1726},{"style":425},[1727],{"type":47,"value":445},{"type":42,"tag":418,"props":1729,"children":1731},{"class":420,"line":1730},47,[1732,1736,1740,1744,1748,1752,1757,1761,1765,1770,1774,1778],{"type":42,"tag":418,"props":1733,"children":1734},{"style":425},[1735],{"type":47,"value":1519},{"type":42,"tag":418,"props":1737,"children":1738},{"style":431},[1739],{"type":47,"value":1333},{"type":42,"tag":418,"props":1741,"children":1742},{"style":437},[1743],{"type":47,"value":767},{"type":42,"tag":418,"props":1745,"children":1746},{"style":425},[1747],{"type":47,"value":772},{"type":42,"tag":418,"props":1749,"children":1750},{"style":425},[1751],{"type":47,"value":777},{"type":42,"tag":418,"props":1753,"children":1754},{"style":780},[1755],{"type":47,"value":1756},"landmines",{"type":42,"tag":418,"props":1758,"children":1759},{"style":425},[1760],{"type":47,"value":777},{"type":42,"tag":418,"props":1762,"children":1763},{"style":425},[1764],{"type":47,"value":498},{"type":42,"tag":418,"props":1766,"children":1767},{"style":541},[1768],{"type":47,"value":1769},"\u003C!-- Questions to ask -->",{"type":42,"tag":418,"props":1771,"children":1772},{"style":425},[1773],{"type":47,"value":509},{"type":42,"tag":418,"props":1775,"children":1776},{"style":431},[1777],{"type":47,"value":1333},{"type":42,"tag":418,"props":1779,"children":1780},{"style":425},[1781],{"type":47,"value":445},{"type":42,"tag":418,"props":1783,"children":1785},{"class":420,"line":1784},48,[1786,1790,1794],{"type":42,"tag":418,"props":1787,"children":1788},{"style":425},[1789],{"type":47,"value":1271},{"type":42,"tag":418,"props":1791,"children":1792},{"style":431},[1793],{"type":47,"value":1333},{"type":42,"tag":418,"props":1795,"children":1796},{"style":425},[1797],{"type":47,"value":445},{"type":42,"tag":418,"props":1799,"children":1801},{"class":420,"line":1800},49,[1802,1806,1810],{"type":42,"tag":418,"props":1803,"children":1804},{"style":425},[1805],{"type":47,"value":580},{"type":42,"tag":418,"props":1807,"children":1808},{"style":431},[1809],{"type":47,"value":1137},{"type":42,"tag":418,"props":1811,"children":1812},{"style":425},[1813],{"type":47,"value":445},{"type":42,"tag":418,"props":1815,"children":1817},{"class":420,"line":1816},50,[1818],{"type":42,"tag":418,"props":1819,"children":1820},{"emptyLinePlaceholder":737},[1821],{"type":47,"value":740},{"type":42,"tag":418,"props":1823,"children":1825},{"class":420,"line":1824},51,[1826,1830,1835],{"type":42,"tag":418,"props":1827,"children":1828},{"style":425},[1829],{"type":47,"value":488},{"type":42,"tag":418,"props":1831,"children":1832},{"style":431},[1833],{"type":47,"value":1834},"script",{"type":42,"tag":418,"props":1836,"children":1837},{"style":425},[1838],{"type":47,"value":445},{"type":42,"tag":418,"props":1840,"children":1842},{"class":420,"line":1841},52,[1843],{"type":42,"tag":418,"props":1844,"children":1845},{"style":541},[1846],{"type":47,"value":1847},"        \u002F\u002F Tab switching logic\n",{"type":42,"tag":418,"props":1849,"children":1851},{"class":420,"line":1850},53,[1852],{"type":42,"tag":418,"props":1853,"children":1854},{"style":541},[1855],{"type":47,"value":1856},"        \u002F\u002F Expand\u002Fcollapse sections\n",{"type":42,"tag":418,"props":1858,"children":1860},{"class":420,"line":1859},54,[1861,1865,1869],{"type":42,"tag":418,"props":1862,"children":1863},{"style":425},[1864],{"type":47,"value":580},{"type":42,"tag":418,"props":1866,"children":1867},{"style":431},[1868],{"type":47,"value":1834},{"type":42,"tag":418,"props":1870,"children":1871},{"style":425},[1872],{"type":47,"value":445},{"type":42,"tag":418,"props":1874,"children":1876},{"class":420,"line":1875},55,[1877,1881,1885],{"type":42,"tag":418,"props":1878,"children":1879},{"style":425},[1880],{"type":47,"value":509},{"type":42,"tag":418,"props":1882,"children":1883},{"style":431},[1884],{"type":47,"value":617},{"type":42,"tag":418,"props":1886,"children":1887},{"style":425},[1888],{"type":47,"value":445},{"type":42,"tag":418,"props":1890,"children":1892},{"class":420,"line":1891},56,[1893,1897,1901],{"type":42,"tag":418,"props":1894,"children":1895},{"style":425},[1896],{"type":47,"value":509},{"type":42,"tag":418,"props":1898,"children":1899},{"style":431},[1900],{"type":47,"value":21},{"type":42,"tag":418,"props":1902,"children":1903},{"style":425},[1904],{"type":47,"value":445},{"type":42,"tag":83,"props":1906,"children":1907},{},[],{"type":42,"tag":63,"props":1909,"children":1911},{"id":1910},"visual-design",[1912],{"type":47,"value":1913},"Visual Design",{"type":42,"tag":288,"props":1915,"children":1917},{"id":1916},"color-system",[1918],{"type":47,"value":1919},"Color System",{"type":42,"tag":70,"props":1921,"children":1925},{"className":1922,"code":1923,"language":1924,"meta":79,"style":79},"language-css shiki shiki-themes material-theme-lighter material-theme material-theme-palenight",":root {\n    \u002F* Dark theme base *\u002F\n    --bg-primary: #0a0d14;\n    --bg-elevated: #0f131c;\n    --bg-surface: #161b28;\n    --bg-hover: #1e2536;\n\n    \u002F* Text *\u002F\n    --text-primary: #ffffff;\n    --text-secondary: rgba(255, 255, 255, 0.7);\n    --text-muted: rgba(255, 255, 255, 0.5);\n\n    \u002F* Accent (your brand or neutral) *\u002F\n    --accent: #3b82f6;\n    --accent-hover: #2563eb;\n\n    \u002F* Status indicators *\u002F\n    --you-win: #10b981;\n    --they-win: #ef4444;\n    --tie: #f59e0b;\n}\n","css",[1926],{"type":42,"tag":77,"props":1927,"children":1928},{"__ignoreMap":79},[1929,1946,1954,1981,2006,2031,2056,2063,2071,2096,2157,2210,2217,2225,2250,2275,2282,2290,2315,2340,2365],{"type":42,"tag":418,"props":1930,"children":1931},{"class":420,"line":421},[1932,1937,1941],{"type":42,"tag":418,"props":1933,"children":1934},{"style":425},[1935],{"type":47,"value":1936},":",{"type":42,"tag":418,"props":1938,"children":1939},{"style":437},[1940],{"type":47,"value":39},{"type":42,"tag":418,"props":1942,"children":1943},{"style":425},[1944],{"type":47,"value":1945}," {\n",{"type":42,"tag":418,"props":1947,"children":1948},{"class":420,"line":448},[1949],{"type":42,"tag":418,"props":1950,"children":1951},{"style":541},[1952],{"type":47,"value":1953},"    \u002F* Dark theme base *\u002F\n",{"type":42,"tag":418,"props":1955,"children":1956},{"class":420,"line":465},[1957,1962,1966,1971,1976],{"type":42,"tag":418,"props":1958,"children":1959},{"style":501},[1960],{"type":47,"value":1961},"    --bg-primary",{"type":42,"tag":418,"props":1963,"children":1964},{"style":425},[1965],{"type":47,"value":1936},{"type":42,"tag":418,"props":1967,"children":1968},{"style":425},[1969],{"type":47,"value":1970}," #",{"type":42,"tag":418,"props":1972,"children":1973},{"style":501},[1974],{"type":47,"value":1975},"0a0d14",{"type":42,"tag":418,"props":1977,"children":1978},{"style":425},[1979],{"type":47,"value":1980},";\n",{"type":42,"tag":418,"props":1982,"children":1983},{"class":420,"line":482},[1984,1989,1993,1997,2002],{"type":42,"tag":418,"props":1985,"children":1986},{"style":501},[1987],{"type":47,"value":1988},"    --bg-elevated",{"type":42,"tag":418,"props":1990,"children":1991},{"style":425},[1992],{"type":47,"value":1936},{"type":42,"tag":418,"props":1994,"children":1995},{"style":425},[1996],{"type":47,"value":1970},{"type":42,"tag":418,"props":1998,"children":1999},{"style":501},[2000],{"type":47,"value":2001},"0f131c",{"type":42,"tag":418,"props":2003,"children":2004},{"style":425},[2005],{"type":47,"value":1980},{"type":42,"tag":418,"props":2007,"children":2008},{"class":420,"line":520},[2009,2014,2018,2022,2027],{"type":42,"tag":418,"props":2010,"children":2011},{"style":501},[2012],{"type":47,"value":2013},"    --bg-surface",{"type":42,"tag":418,"props":2015,"children":2016},{"style":425},[2017],{"type":47,"value":1936},{"type":42,"tag":418,"props":2019,"children":2020},{"style":425},[2021],{"type":47,"value":1970},{"type":42,"tag":418,"props":2023,"children":2024},{"style":501},[2025],{"type":47,"value":2026},"161b28",{"type":42,"tag":418,"props":2028,"children":2029},{"style":425},[2030],{"type":47,"value":1980},{"type":42,"tag":418,"props":2032,"children":2033},{"class":420,"line":537},[2034,2039,2043,2047,2052],{"type":42,"tag":418,"props":2035,"children":2036},{"style":501},[2037],{"type":47,"value":2038},"    --bg-hover",{"type":42,"tag":418,"props":2040,"children":2041},{"style":425},[2042],{"type":47,"value":1936},{"type":42,"tag":418,"props":2044,"children":2045},{"style":425},[2046],{"type":47,"value":1970},{"type":42,"tag":418,"props":2048,"children":2049},{"style":501},[2050],{"type":47,"value":2051},"1e2536",{"type":42,"tag":418,"props":2053,"children":2054},{"style":425},[2055],{"type":47,"value":1980},{"type":42,"tag":418,"props":2057,"children":2058},{"class":420,"line":547},[2059],{"type":42,"tag":418,"props":2060,"children":2061},{"emptyLinePlaceholder":737},[2062],{"type":47,"value":740},{"type":42,"tag":418,"props":2064,"children":2065},{"class":420,"line":556},[2066],{"type":42,"tag":418,"props":2067,"children":2068},{"style":541},[2069],{"type":47,"value":2070},"    \u002F* Text *\u002F\n",{"type":42,"tag":418,"props":2072,"children":2073},{"class":420,"line":565},[2074,2079,2083,2087,2092],{"type":42,"tag":418,"props":2075,"children":2076},{"style":501},[2077],{"type":47,"value":2078},"    --text-primary",{"type":42,"tag":418,"props":2080,"children":2081},{"style":425},[2082],{"type":47,"value":1936},{"type":42,"tag":418,"props":2084,"children":2085},{"style":425},[2086],{"type":47,"value":1970},{"type":42,"tag":418,"props":2088,"children":2089},{"style":501},[2090],{"type":47,"value":2091},"ffffff",{"type":42,"tag":418,"props":2093,"children":2094},{"style":425},[2095],{"type":47,"value":1980},{"type":42,"tag":418,"props":2097,"children":2098},{"class":420,"line":574},[2099,2104,2108,2114,2119,2125,2130,2135,2139,2143,2147,2152],{"type":42,"tag":418,"props":2100,"children":2101},{"style":501},[2102],{"type":47,"value":2103},"    --text-secondary",{"type":42,"tag":418,"props":2105,"children":2106},{"style":425},[2107],{"type":47,"value":1936},{"type":42,"tag":418,"props":2109,"children":2111},{"style":2110},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[2112],{"type":47,"value":2113}," rgba",{"type":42,"tag":418,"props":2115,"children":2116},{"style":425},[2117],{"type":47,"value":2118},"(",{"type":42,"tag":418,"props":2120,"children":2122},{"style":2121},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[2123],{"type":47,"value":2124},"255",{"type":42,"tag":418,"props":2126,"children":2127},{"style":425},[2128],{"type":47,"value":2129},",",{"type":42,"tag":418,"props":2131,"children":2132},{"style":2121},[2133],{"type":47,"value":2134}," 255",{"type":42,"tag":418,"props":2136,"children":2137},{"style":425},[2138],{"type":47,"value":2129},{"type":42,"tag":418,"props":2140,"children":2141},{"style":2121},[2142],{"type":47,"value":2134},{"type":42,"tag":418,"props":2144,"children":2145},{"style":425},[2146],{"type":47,"value":2129},{"type":42,"tag":418,"props":2148,"children":2149},{"style":2121},[2150],{"type":47,"value":2151}," 0.7",{"type":42,"tag":418,"props":2153,"children":2154},{"style":425},[2155],{"type":47,"value":2156},");\n",{"type":42,"tag":418,"props":2158,"children":2159},{"class":420,"line":591},[2160,2165,2169,2173,2177,2181,2185,2189,2193,2197,2201,2206],{"type":42,"tag":418,"props":2161,"children":2162},{"style":501},[2163],{"type":47,"value":2164},"    --text-muted",{"type":42,"tag":418,"props":2166,"children":2167},{"style":425},[2168],{"type":47,"value":1936},{"type":42,"tag":418,"props":2170,"children":2171},{"style":2110},[2172],{"type":47,"value":2113},{"type":42,"tag":418,"props":2174,"children":2175},{"style":425},[2176],{"type":47,"value":2118},{"type":42,"tag":418,"props":2178,"children":2179},{"style":2121},[2180],{"type":47,"value":2124},{"type":42,"tag":418,"props":2182,"children":2183},{"style":425},[2184],{"type":47,"value":2129},{"type":42,"tag":418,"props":2186,"children":2187},{"style":2121},[2188],{"type":47,"value":2134},{"type":42,"tag":418,"props":2190,"children":2191},{"style":425},[2192],{"type":47,"value":2129},{"type":42,"tag":418,"props":2194,"children":2195},{"style":2121},[2196],{"type":47,"value":2134},{"type":42,"tag":418,"props":2198,"children":2199},{"style":425},[2200],{"type":47,"value":2129},{"type":42,"tag":418,"props":2202,"children":2203},{"style":2121},[2204],{"type":47,"value":2205}," 0.5",{"type":42,"tag":418,"props":2207,"children":2208},{"style":425},[2209],{"type":47,"value":2156},{"type":42,"tag":418,"props":2211,"children":2212},{"class":420,"line":607},[2213],{"type":42,"tag":418,"props":2214,"children":2215},{"emptyLinePlaceholder":737},[2216],{"type":47,"value":740},{"type":42,"tag":418,"props":2218,"children":2219},{"class":420,"line":624},[2220],{"type":42,"tag":418,"props":2221,"children":2222},{"style":541},[2223],{"type":47,"value":2224},"    \u002F* Accent (your brand or neutral) *\u002F\n",{"type":42,"tag":418,"props":2226,"children":2227},{"class":420,"line":633},[2228,2233,2237,2241,2246],{"type":42,"tag":418,"props":2229,"children":2230},{"style":501},[2231],{"type":47,"value":2232},"    --accent",{"type":42,"tag":418,"props":2234,"children":2235},{"style":425},[2236],{"type":47,"value":1936},{"type":42,"tag":418,"props":2238,"children":2239},{"style":425},[2240],{"type":47,"value":1970},{"type":42,"tag":418,"props":2242,"children":2243},{"style":501},[2244],{"type":47,"value":2245},"3b82f6",{"type":42,"tag":418,"props":2247,"children":2248},{"style":425},[2249],{"type":47,"value":1980},{"type":42,"tag":418,"props":2251,"children":2252},{"class":420,"line":650},[2253,2258,2262,2266,2271],{"type":42,"tag":418,"props":2254,"children":2255},{"style":501},[2256],{"type":47,"value":2257},"    --accent-hover",{"type":42,"tag":418,"props":2259,"children":2260},{"style":425},[2261],{"type":47,"value":1936},{"type":42,"tag":418,"props":2263,"children":2264},{"style":425},[2265],{"type":47,"value":1970},{"type":42,"tag":418,"props":2267,"children":2268},{"style":501},[2269],{"type":47,"value":2270},"2563eb",{"type":42,"tag":418,"props":2272,"children":2273},{"style":425},[2274],{"type":47,"value":1980},{"type":42,"tag":418,"props":2276,"children":2277},{"class":420,"line":684},[2278],{"type":42,"tag":418,"props":2279,"children":2280},{"emptyLinePlaceholder":737},[2281],{"type":47,"value":740},{"type":42,"tag":418,"props":2283,"children":2284},{"class":420,"line":717},[2285],{"type":42,"tag":418,"props":2286,"children":2287},{"style":541},[2288],{"type":47,"value":2289},"    \u002F* Status indicators *\u002F\n",{"type":42,"tag":418,"props":2291,"children":2292},{"class":420,"line":733},[2293,2298,2302,2306,2311],{"type":42,"tag":418,"props":2294,"children":2295},{"style":501},[2296],{"type":47,"value":2297},"    --you-win",{"type":42,"tag":418,"props":2299,"children":2300},{"style":425},[2301],{"type":47,"value":1936},{"type":42,"tag":418,"props":2303,"children":2304},{"style":425},[2305],{"type":47,"value":1970},{"type":42,"tag":418,"props":2307,"children":2308},{"style":501},[2309],{"type":47,"value":2310},"10b981",{"type":42,"tag":418,"props":2312,"children":2313},{"style":425},[2314],{"type":47,"value":1980},{"type":42,"tag":418,"props":2316,"children":2317},{"class":420,"line":743},[2318,2323,2327,2331,2336],{"type":42,"tag":418,"props":2319,"children":2320},{"style":501},[2321],{"type":47,"value":2322},"    --they-win",{"type":42,"tag":418,"props":2324,"children":2325},{"style":425},[2326],{"type":47,"value":1936},{"type":42,"tag":418,"props":2328,"children":2329},{"style":425},[2330],{"type":47,"value":1970},{"type":42,"tag":418,"props":2332,"children":2333},{"style":501},[2334],{"type":47,"value":2335},"ef4444",{"type":42,"tag":418,"props":2337,"children":2338},{"style":425},[2339],{"type":47,"value":1980},{"type":42,"tag":418,"props":2341,"children":2342},{"class":420,"line":752},[2343,2348,2352,2356,2361],{"type":42,"tag":418,"props":2344,"children":2345},{"style":501},[2346],{"type":47,"value":2347},"    --tie",{"type":42,"tag":418,"props":2349,"children":2350},{"style":425},[2351],{"type":47,"value":1936},{"type":42,"tag":418,"props":2353,"children":2354},{"style":425},[2355],{"type":47,"value":1970},{"type":42,"tag":418,"props":2357,"children":2358},{"style":501},[2359],{"type":47,"value":2360},"f59e0b",{"type":42,"tag":418,"props":2362,"children":2363},{"style":425},[2364],{"type":47,"value":1980},{"type":42,"tag":418,"props":2366,"children":2367},{"class":420,"line":794},[2368],{"type":42,"tag":418,"props":2369,"children":2370},{"style":425},[2371],{"type":47,"value":2372},"}\n",{"type":42,"tag":288,"props":2374,"children":2376},{"id":2375},"card-design",[2377],{"type":47,"value":2378},"Card Design",{"type":42,"tag":106,"props":2380,"children":2381},{},[2382,2387,2392,2397],{"type":42,"tag":110,"props":2383,"children":2384},{},[2385],{"type":47,"value":2386},"Rounded corners (12px)",{"type":42,"tag":110,"props":2388,"children":2389},{},[2390],{"type":47,"value":2391},"Subtle borders (1px, low opacity)",{"type":42,"tag":110,"props":2393,"children":2394},{},[2395],{"type":47,"value":2396},"Hover states with slight elevation",{"type":42,"tag":110,"props":2398,"children":2399},{},[2400],{"type":47,"value":2401},"Smooth transitions (200ms)",{"type":42,"tag":288,"props":2403,"children":2404},{"id":1245},[2405],{"type":47,"value":856},{"type":42,"tag":106,"props":2407,"children":2408},{},[2409,2414,2419],{"type":42,"tag":110,"props":2410,"children":2411},{},[2412],{"type":47,"value":2413},"Sticky header row",{"type":42,"tag":110,"props":2415,"children":2416},{},[2417],{"type":47,"value":2418},"Color-coded winner indicators (green = you, red = them, yellow = tie)",{"type":42,"tag":110,"props":2420,"children":2421},{},[2422],{"type":47,"value":2423},"Expandable rows for detail",{"type":42,"tag":83,"props":2425,"children":2426},{},[],{"type":42,"tag":63,"props":2428,"children":2430},{"id":2429},"execution-flow",[2431],{"type":47,"value":2432},"Execution Flow",{"type":42,"tag":288,"props":2434,"children":2436},{"id":2435},"phase-1-gather-seller-context",[2437],{"type":47,"value":2438},"Phase 1: Gather Seller Context",{"type":42,"tag":70,"props":2440,"children":2443},{"className":2441,"code":2442,"language":47},[73],"If first time:\n1. Ask: \"What company do you work for?\"\n2. Ask: \"What do you sell? (product\u002Fservice in one line)\"\n3. Ask: \"Who are your main competitors? (up to 5)\"\n4. Store context for future sessions\n\nIf returning user:\n1. Confirm: \"Still at [Company] selling [Product]?\"\n2. Ask: \"Same competitors, or any new ones to add?\"\n",[2444],{"type":42,"tag":77,"props":2445,"children":2446},{"__ignoreMap":79},[2447],{"type":47,"value":2442},{"type":42,"tag":288,"props":2449,"children":2451},{"id":2450},"phase-2-research-your-company-always",[2452],{"type":47,"value":2453},"Phase 2: Research Your Company (Always)",{"type":42,"tag":70,"props":2455,"children":2458},{"className":2456,"code":2457,"language":47},[73],"Web searches:\n1. \"[Your company] product\" — current offerings\n2. \"[Your company] pricing\" — pricing model\n3. \"[Your company] news\" — recent announcements (90 days)\n4. \"[Your company] product updates OR changelog OR releases\" — what you've shipped\n5. \"[Your company] vs [competitor]\" — existing comparisons\n",[2459],{"type":42,"tag":77,"props":2460,"children":2461},{"__ignoreMap":79},[2462],{"type":47,"value":2457},{"type":42,"tag":288,"props":2464,"children":2466},{"id":2465},"phase-3-research-each-competitor-always",[2467],{"type":47,"value":2468},"Phase 3: Research Each Competitor (Always)",{"type":42,"tag":70,"props":2470,"children":2473},{"className":2471,"code":2472,"language":47},[73],"For each competitor, run:\n1. \"[Competitor] product features\" — what they offer\n2. \"[Competitor] pricing\" — how they charge\n3. \"[Competitor] news\" — recent announcements\n4. \"[Competitor] product updates OR changelog OR releases\" — what they've shipped\n5. \"[Competitor] reviews G2 OR Capterra OR TrustRadius\" — customer sentiment\n6. \"[Competitor] vs [alternatives]\" — how they position\n7. \"[Competitor] customers\" — who uses them\n8. \"[Competitor] careers\" — hiring signals (growth areas)\n",[2474],{"type":42,"tag":77,"props":2475,"children":2476},{"__ignoreMap":79},[2477],{"type":47,"value":2472},{"type":42,"tag":288,"props":2479,"children":2481},{"id":2480},"phase-4-pull-connected-sources-if-available",[2482],{"type":47,"value":2483},"Phase 4: Pull Connected Sources (If Available)",{"type":42,"tag":70,"props":2485,"children":2488},{"className":2486,"code":2487,"language":47},[73],"If CRM connected:\n1. Query closed-won deals with competitor field = [Competitor]\n2. Query closed-lost deals with competitor field = [Competitor]\n3. Extract win\u002Floss patterns\n\nIf docs connected:\n1. Search for \"battlecard [competitor]\"\n2. Search for \"competitive [competitor]\"\n3. Pull existing positioning docs\n\nIf chat connected:\n1. Search for \"[Competitor]\" mentions (last 90 days)\n2. Extract field intel and colleague insights\n\nIf transcripts connected:\n1. Search calls for \"[Competitor]\" mentions\n2. Extract objections and customer quotes\n",[2489],{"type":42,"tag":77,"props":2490,"children":2491},{"__ignoreMap":79},[2492],{"type":47,"value":2487},{"type":42,"tag":288,"props":2494,"children":2496},{"id":2495},"phase-5-build-html-artifact",[2497],{"type":47,"value":2498},"Phase 5: Build HTML Artifact",{"type":42,"tag":70,"props":2500,"children":2503},{"className":2501,"code":2502,"language":47},[73],"1. Structure data for each competitor\n2. Build comparison matrix\n3. Generate individual battlecards\n4. Create talk tracks for each scenario\n5. Compile landmine questions\n6. Render as self-contained HTML\n7. Save as [YourCompany]-battlecard-[date].html\n",[2504],{"type":42,"tag":77,"props":2505,"children":2506},{"__ignoreMap":79},[2507],{"type":47,"value":2502},{"type":42,"tag":83,"props":2509,"children":2510},{},[],{"type":42,"tag":63,"props":2512,"children":2514},{"id":2513},"data-structure-per-competitor",[2515],{"type":47,"value":2516},"Data Structure Per Competitor",{"type":42,"tag":70,"props":2518,"children":2522},{"className":2519,"code":2520,"language":2521,"meta":79,"style":79},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","competitor:\n  name: \"[Name]\"\n  website: \"[URL]\"\n  profile:\n    founded: \"[Year]\"\n    funding: \"[Stage + amount]\"\n    employees: \"[Count]\"\n    target_market: \"[Who they sell to]\"\n    pricing_model: \"[Per seat \u002F usage \u002F etc.]\"\n    market_position: \"[Leader \u002F Challenger \u002F Niche]\"\n\n  what_they_sell: \"[Product summary]\"\n  their_positioning: \"[How they describe themselves]\"\n\n  recent_releases:\n    - date: \"[Date]\"\n      release: \"[Feature\u002FProduct]\"\n      impact: \"[Why it matters]\"\n\n  where_they_win:\n    - area: \"[Area]\"\n      advantage: \"[Their strength]\"\n      how_to_handle: \"[Your counter]\"\n\n  where_you_win:\n    - area: \"[Area]\"\n      advantage: \"[Your strength]\"\n      proof_point: \"[Evidence]\"\n\n  pricing:\n    model: \"[How they charge]\"\n    entry_price: \"[Starting price]\"\n    enterprise: \"[Enterprise pricing]\"\n    hidden_costs: \"[Implementation, etc.]\"\n    talk_track: \"[How to discuss pricing]\"\n\n  talk_tracks:\n    early_mention: \"[Strategy if they come up early]\"\n    displacement: \"[Strategy if customer uses them]\"\n    late_addition: \"[Strategy if added late to eval]\"\n\n  objections:\n    - objection: \"[What customer says]\"\n      response: \"[How to handle]\"\n\n  landmines:\n    - \"[Question that exposes their weakness]\"\n\n  win_loss: # If CRM connected\n    win_rate: \"[X]%\"\n    common_win_factors: \"[What predicts wins]\"\n    common_loss_factors: \"[What predicts losses]\"\n","yaml",[2523],{"type":42,"tag":77,"props":2524,"children":2525},{"__ignoreMap":79},[2526,2539,2566,2591,2603,2628,2653,2678,2703,2728,2753,2760,2785,2810,2817,2829,2859,2884,2909,2916,2928,2957,2982,3007,3014,3026,3053,3077,3102,3109,3121,3146,3171,3196,3221,3246,3253,3265,3290,3315,3340,3347,3359,3388,3413,3420,3432,3452,3459,3476,3501,3526],{"type":42,"tag":418,"props":2527,"children":2528},{"class":420,"line":421},[2529,2534],{"type":42,"tag":418,"props":2530,"children":2531},{"style":431},[2532],{"type":47,"value":2533},"competitor",{"type":42,"tag":418,"props":2535,"children":2536},{"style":425},[2537],{"type":47,"value":2538},":\n",{"type":42,"tag":418,"props":2540,"children":2541},{"class":420,"line":448},[2542,2547,2551,2556,2561],{"type":42,"tag":418,"props":2543,"children":2544},{"style":431},[2545],{"type":47,"value":2546},"  name",{"type":42,"tag":418,"props":2548,"children":2549},{"style":425},[2550],{"type":47,"value":1936},{"type":42,"tag":418,"props":2552,"children":2553},{"style":425},[2554],{"type":47,"value":2555}," \"",{"type":42,"tag":418,"props":2557,"children":2558},{"style":780},[2559],{"type":47,"value":2560},"[Name]",{"type":42,"tag":418,"props":2562,"children":2563},{"style":425},[2564],{"type":47,"value":2565},"\"\n",{"type":42,"tag":418,"props":2567,"children":2568},{"class":420,"line":465},[2569,2574,2578,2582,2587],{"type":42,"tag":418,"props":2570,"children":2571},{"style":431},[2572],{"type":47,"value":2573},"  website",{"type":42,"tag":418,"props":2575,"children":2576},{"style":425},[2577],{"type":47,"value":1936},{"type":42,"tag":418,"props":2579,"children":2580},{"style":425},[2581],{"type":47,"value":2555},{"type":42,"tag":418,"props":2583,"children":2584},{"style":780},[2585],{"type":47,"value":2586},"[URL]",{"type":42,"tag":418,"props":2588,"children":2589},{"style":425},[2590],{"type":47,"value":2565},{"type":42,"tag":418,"props":2592,"children":2593},{"class":420,"line":482},[2594,2599],{"type":42,"tag":418,"props":2595,"children":2596},{"style":431},[2597],{"type":47,"value":2598},"  profile",{"type":42,"tag":418,"props":2600,"children":2601},{"style":425},[2602],{"type":47,"value":2538},{"type":42,"tag":418,"props":2604,"children":2605},{"class":420,"line":520},[2606,2611,2615,2619,2624],{"type":42,"tag":418,"props":2607,"children":2608},{"style":431},[2609],{"type":47,"value":2610},"    founded",{"type":42,"tag":418,"props":2612,"children":2613},{"style":425},[2614],{"type":47,"value":1936},{"type":42,"tag":418,"props":2616,"children":2617},{"style":425},[2618],{"type":47,"value":2555},{"type":42,"tag":418,"props":2620,"children":2621},{"style":780},[2622],{"type":47,"value":2623},"[Year]",{"type":42,"tag":418,"props":2625,"children":2626},{"style":425},[2627],{"type":47,"value":2565},{"type":42,"tag":418,"props":2629,"children":2630},{"class":420,"line":537},[2631,2636,2640,2644,2649],{"type":42,"tag":418,"props":2632,"children":2633},{"style":431},[2634],{"type":47,"value":2635},"    funding",{"type":42,"tag":418,"props":2637,"children":2638},{"style":425},[2639],{"type":47,"value":1936},{"type":42,"tag":418,"props":2641,"children":2642},{"style":425},[2643],{"type":47,"value":2555},{"type":42,"tag":418,"props":2645,"children":2646},{"style":780},[2647],{"type":47,"value":2648},"[Stage + amount]",{"type":42,"tag":418,"props":2650,"children":2651},{"style":425},[2652],{"type":47,"value":2565},{"type":42,"tag":418,"props":2654,"children":2655},{"class":420,"line":547},[2656,2661,2665,2669,2674],{"type":42,"tag":418,"props":2657,"children":2658},{"style":431},[2659],{"type":47,"value":2660},"    employees",{"type":42,"tag":418,"props":2662,"children":2663},{"style":425},[2664],{"type":47,"value":1936},{"type":42,"tag":418,"props":2666,"children":2667},{"style":425},[2668],{"type":47,"value":2555},{"type":42,"tag":418,"props":2670,"children":2671},{"style":780},[2672],{"type":47,"value":2673},"[Count]",{"type":42,"tag":418,"props":2675,"children":2676},{"style":425},[2677],{"type":47,"value":2565},{"type":42,"tag":418,"props":2679,"children":2680},{"class":420,"line":556},[2681,2686,2690,2694,2699],{"type":42,"tag":418,"props":2682,"children":2683},{"style":431},[2684],{"type":47,"value":2685},"    target_market",{"type":42,"tag":418,"props":2687,"children":2688},{"style":425},[2689],{"type":47,"value":1936},{"type":42,"tag":418,"props":2691,"children":2692},{"style":425},[2693],{"type":47,"value":2555},{"type":42,"tag":418,"props":2695,"children":2696},{"style":780},[2697],{"type":47,"value":2698},"[Who they sell to]",{"type":42,"tag":418,"props":2700,"children":2701},{"style":425},[2702],{"type":47,"value":2565},{"type":42,"tag":418,"props":2704,"children":2705},{"class":420,"line":565},[2706,2711,2715,2719,2724],{"type":42,"tag":418,"props":2707,"children":2708},{"style":431},[2709],{"type":47,"value":2710},"    pricing_model",{"type":42,"tag":418,"props":2712,"children":2713},{"style":425},[2714],{"type":47,"value":1936},{"type":42,"tag":418,"props":2716,"children":2717},{"style":425},[2718],{"type":47,"value":2555},{"type":42,"tag":418,"props":2720,"children":2721},{"style":780},[2722],{"type":47,"value":2723},"[Per seat \u002F usage \u002F etc.]",{"type":42,"tag":418,"props":2725,"children":2726},{"style":425},[2727],{"type":47,"value":2565},{"type":42,"tag":418,"props":2729,"children":2730},{"class":420,"line":574},[2731,2736,2740,2744,2749],{"type":42,"tag":418,"props":2732,"children":2733},{"style":431},[2734],{"type":47,"value":2735},"    market_position",{"type":42,"tag":418,"props":2737,"children":2738},{"style":425},[2739],{"type":47,"value":1936},{"type":42,"tag":418,"props":2741,"children":2742},{"style":425},[2743],{"type":47,"value":2555},{"type":42,"tag":418,"props":2745,"children":2746},{"style":780},[2747],{"type":47,"value":2748},"[Leader \u002F Challenger \u002F Niche]",{"type":42,"tag":418,"props":2750,"children":2751},{"style":425},[2752],{"type":47,"value":2565},{"type":42,"tag":418,"props":2754,"children":2755},{"class":420,"line":591},[2756],{"type":42,"tag":418,"props":2757,"children":2758},{"emptyLinePlaceholder":737},[2759],{"type":47,"value":740},{"type":42,"tag":418,"props":2761,"children":2762},{"class":420,"line":607},[2763,2768,2772,2776,2781],{"type":42,"tag":418,"props":2764,"children":2765},{"style":431},[2766],{"type":47,"value":2767},"  what_they_sell",{"type":42,"tag":418,"props":2769,"children":2770},{"style":425},[2771],{"type":47,"value":1936},{"type":42,"tag":418,"props":2773,"children":2774},{"style":425},[2775],{"type":47,"value":2555},{"type":42,"tag":418,"props":2777,"children":2778},{"style":780},[2779],{"type":47,"value":2780},"[Product summary]",{"type":42,"tag":418,"props":2782,"children":2783},{"style":425},[2784],{"type":47,"value":2565},{"type":42,"tag":418,"props":2786,"children":2787},{"class":420,"line":624},[2788,2793,2797,2801,2806],{"type":42,"tag":418,"props":2789,"children":2790},{"style":431},[2791],{"type":47,"value":2792},"  their_positioning",{"type":42,"tag":418,"props":2794,"children":2795},{"style":425},[2796],{"type":47,"value":1936},{"type":42,"tag":418,"props":2798,"children":2799},{"style":425},[2800],{"type":47,"value":2555},{"type":42,"tag":418,"props":2802,"children":2803},{"style":780},[2804],{"type":47,"value":2805},"[How they describe themselves]",{"type":42,"tag":418,"props":2807,"children":2808},{"style":425},[2809],{"type":47,"value":2565},{"type":42,"tag":418,"props":2811,"children":2812},{"class":420,"line":633},[2813],{"type":42,"tag":418,"props":2814,"children":2815},{"emptyLinePlaceholder":737},[2816],{"type":47,"value":740},{"type":42,"tag":418,"props":2818,"children":2819},{"class":420,"line":650},[2820,2825],{"type":42,"tag":418,"props":2821,"children":2822},{"style":431},[2823],{"type":47,"value":2824},"  recent_releases",{"type":42,"tag":418,"props":2826,"children":2827},{"style":425},[2828],{"type":47,"value":2538},{"type":42,"tag":418,"props":2830,"children":2831},{"class":420,"line":684},[2832,2837,2842,2846,2850,2855],{"type":42,"tag":418,"props":2833,"children":2834},{"style":425},[2835],{"type":47,"value":2836},"    -",{"type":42,"tag":418,"props":2838,"children":2839},{"style":431},[2840],{"type":47,"value":2841}," date",{"type":42,"tag":418,"props":2843,"children":2844},{"style":425},[2845],{"type":47,"value":1936},{"type":42,"tag":418,"props":2847,"children":2848},{"style":425},[2849],{"type":47,"value":2555},{"type":42,"tag":418,"props":2851,"children":2852},{"style":780},[2853],{"type":47,"value":2854},"[Date]",{"type":42,"tag":418,"props":2856,"children":2857},{"style":425},[2858],{"type":47,"value":2565},{"type":42,"tag":418,"props":2860,"children":2861},{"class":420,"line":717},[2862,2867,2871,2875,2880],{"type":42,"tag":418,"props":2863,"children":2864},{"style":431},[2865],{"type":47,"value":2866},"      release",{"type":42,"tag":418,"props":2868,"children":2869},{"style":425},[2870],{"type":47,"value":1936},{"type":42,"tag":418,"props":2872,"children":2873},{"style":425},[2874],{"type":47,"value":2555},{"type":42,"tag":418,"props":2876,"children":2877},{"style":780},[2878],{"type":47,"value":2879},"[Feature\u002FProduct]",{"type":42,"tag":418,"props":2881,"children":2882},{"style":425},[2883],{"type":47,"value":2565},{"type":42,"tag":418,"props":2885,"children":2886},{"class":420,"line":733},[2887,2892,2896,2900,2905],{"type":42,"tag":418,"props":2888,"children":2889},{"style":431},[2890],{"type":47,"value":2891},"      impact",{"type":42,"tag":418,"props":2893,"children":2894},{"style":425},[2895],{"type":47,"value":1936},{"type":42,"tag":418,"props":2897,"children":2898},{"style":425},[2899],{"type":47,"value":2555},{"type":42,"tag":418,"props":2901,"children":2902},{"style":780},[2903],{"type":47,"value":2904},"[Why it matters]",{"type":42,"tag":418,"props":2906,"children":2907},{"style":425},[2908],{"type":47,"value":2565},{"type":42,"tag":418,"props":2910,"children":2911},{"class":420,"line":743},[2912],{"type":42,"tag":418,"props":2913,"children":2914},{"emptyLinePlaceholder":737},[2915],{"type":47,"value":740},{"type":42,"tag":418,"props":2917,"children":2918},{"class":420,"line":752},[2919,2924],{"type":42,"tag":418,"props":2920,"children":2921},{"style":431},[2922],{"type":47,"value":2923},"  where_they_win",{"type":42,"tag":418,"props":2925,"children":2926},{"style":425},[2927],{"type":47,"value":2538},{"type":42,"tag":418,"props":2929,"children":2930},{"class":420,"line":794},[2931,2935,2940,2944,2948,2953],{"type":42,"tag":418,"props":2932,"children":2933},{"style":425},[2934],{"type":47,"value":2836},{"type":42,"tag":418,"props":2936,"children":2937},{"style":431},[2938],{"type":47,"value":2939}," area",{"type":42,"tag":418,"props":2941,"children":2942},{"style":425},[2943],{"type":47,"value":1936},{"type":42,"tag":418,"props":2945,"children":2946},{"style":425},[2947],{"type":47,"value":2555},{"type":42,"tag":418,"props":2949,"children":2950},{"style":780},[2951],{"type":47,"value":2952},"[Area]",{"type":42,"tag":418,"props":2954,"children":2955},{"style":425},[2956],{"type":47,"value":2565},{"type":42,"tag":418,"props":2958,"children":2959},{"class":420,"line":871},[2960,2965,2969,2973,2978],{"type":42,"tag":418,"props":2961,"children":2962},{"style":431},[2963],{"type":47,"value":2964},"      advantage",{"type":42,"tag":418,"props":2966,"children":2967},{"style":425},[2968],{"type":47,"value":1936},{"type":42,"tag":418,"props":2970,"children":2971},{"style":425},[2972],{"type":47,"value":2555},{"type":42,"tag":418,"props":2974,"children":2975},{"style":780},[2976],{"type":47,"value":2977},"[Their strength]",{"type":42,"tag":418,"props":2979,"children":2980},{"style":425},[2981],{"type":47,"value":2565},{"type":42,"tag":418,"props":2983,"children":2984},{"class":420,"line":946},[2985,2990,2994,2998,3003],{"type":42,"tag":418,"props":2986,"children":2987},{"style":431},[2988],{"type":47,"value":2989},"      how_to_handle",{"type":42,"tag":418,"props":2991,"children":2992},{"style":425},[2993],{"type":47,"value":1936},{"type":42,"tag":418,"props":2995,"children":2996},{"style":425},[2997],{"type":47,"value":2555},{"type":42,"tag":418,"props":2999,"children":3000},{"style":780},[3001],{"type":47,"value":3002},"[Your counter]",{"type":42,"tag":418,"props":3004,"children":3005},{"style":425},[3006],{"type":47,"value":2565},{"type":42,"tag":418,"props":3008,"children":3009},{"class":420,"line":1020},[3010],{"type":42,"tag":418,"props":3011,"children":3012},{"emptyLinePlaceholder":737},[3013],{"type":47,"value":740},{"type":42,"tag":418,"props":3015,"children":3016},{"class":420,"line":1094},[3017,3022],{"type":42,"tag":418,"props":3018,"children":3019},{"style":431},[3020],{"type":47,"value":3021},"  where_you_win",{"type":42,"tag":418,"props":3023,"children":3024},{"style":425},[3025],{"type":47,"value":2538},{"type":42,"tag":418,"props":3027,"children":3028},{"class":420,"line":1110},[3029,3033,3037,3041,3045,3049],{"type":42,"tag":418,"props":3030,"children":3031},{"style":425},[3032],{"type":47,"value":2836},{"type":42,"tag":418,"props":3034,"children":3035},{"style":431},[3036],{"type":47,"value":2939},{"type":42,"tag":418,"props":3038,"children":3039},{"style":425},[3040],{"type":47,"value":1936},{"type":42,"tag":418,"props":3042,"children":3043},{"style":425},[3044],{"type":47,"value":2555},{"type":42,"tag":418,"props":3046,"children":3047},{"style":780},[3048],{"type":47,"value":2952},{"type":42,"tag":418,"props":3050,"children":3051},{"style":425},[3052],{"type":47,"value":2565},{"type":42,"tag":418,"props":3054,"children":3055},{"class":420,"line":1118},[3056,3060,3064,3068,3073],{"type":42,"tag":418,"props":3057,"children":3058},{"style":431},[3059],{"type":47,"value":2964},{"type":42,"tag":418,"props":3061,"children":3062},{"style":425},[3063],{"type":47,"value":1936},{"type":42,"tag":418,"props":3065,"children":3066},{"style":425},[3067],{"type":47,"value":2555},{"type":42,"tag":418,"props":3069,"children":3070},{"style":780},[3071],{"type":47,"value":3072},"[Your strength]",{"type":42,"tag":418,"props":3074,"children":3075},{"style":425},[3076],{"type":47,"value":2565},{"type":42,"tag":418,"props":3078,"children":3079},{"class":420,"line":1127},[3080,3085,3089,3093,3098],{"type":42,"tag":418,"props":3081,"children":3082},{"style":431},[3083],{"type":47,"value":3084},"      proof_point",{"type":42,"tag":418,"props":3086,"children":3087},{"style":425},[3088],{"type":47,"value":1936},{"type":42,"tag":418,"props":3090,"children":3091},{"style":425},[3092],{"type":47,"value":2555},{"type":42,"tag":418,"props":3094,"children":3095},{"style":780},[3096],{"type":47,"value":3097},"[Evidence]",{"type":42,"tag":418,"props":3099,"children":3100},{"style":425},[3101],{"type":47,"value":2565},{"type":42,"tag":418,"props":3103,"children":3104},{"class":420,"line":1186},[3105],{"type":42,"tag":418,"props":3106,"children":3107},{"emptyLinePlaceholder":737},[3108],{"type":47,"value":740},{"type":42,"tag":418,"props":3110,"children":3111},{"class":420,"line":1219},[3112,3117],{"type":42,"tag":418,"props":3113,"children":3114},{"style":431},[3115],{"type":47,"value":3116},"  pricing",{"type":42,"tag":418,"props":3118,"children":3119},{"style":425},[3120],{"type":47,"value":2538},{"type":42,"tag":418,"props":3122,"children":3123},{"class":420,"line":1256},[3124,3129,3133,3137,3142],{"type":42,"tag":418,"props":3125,"children":3126},{"style":431},[3127],{"type":47,"value":3128},"    model",{"type":42,"tag":418,"props":3130,"children":3131},{"style":425},[3132],{"type":47,"value":1936},{"type":42,"tag":418,"props":3134,"children":3135},{"style":425},[3136],{"type":47,"value":2555},{"type":42,"tag":418,"props":3138,"children":3139},{"style":780},[3140],{"type":47,"value":3141},"[How they charge]",{"type":42,"tag":418,"props":3143,"children":3144},{"style":425},[3145],{"type":47,"value":2565},{"type":42,"tag":418,"props":3147,"children":3148},{"class":420,"line":1265},[3149,3154,3158,3162,3167],{"type":42,"tag":418,"props":3150,"children":3151},{"style":431},[3152],{"type":47,"value":3153},"    entry_price",{"type":42,"tag":418,"props":3155,"children":3156},{"style":425},[3157],{"type":47,"value":1936},{"type":42,"tag":418,"props":3159,"children":3160},{"style":425},[3161],{"type":47,"value":2555},{"type":42,"tag":418,"props":3163,"children":3164},{"style":780},[3165],{"type":47,"value":3166},"[Starting price]",{"type":42,"tag":418,"props":3168,"children":3169},{"style":425},[3170],{"type":47,"value":2565},{"type":42,"tag":418,"props":3172,"children":3173},{"class":420,"line":1282},[3174,3179,3183,3187,3192],{"type":42,"tag":418,"props":3175,"children":3176},{"style":431},[3177],{"type":47,"value":3178},"    enterprise",{"type":42,"tag":418,"props":3180,"children":3181},{"style":425},[3182],{"type":47,"value":1936},{"type":42,"tag":418,"props":3184,"children":3185},{"style":425},[3186],{"type":47,"value":2555},{"type":42,"tag":418,"props":3188,"children":3189},{"style":780},[3190],{"type":47,"value":3191},"[Enterprise pricing]",{"type":42,"tag":418,"props":3193,"children":3194},{"style":425},[3195],{"type":47,"value":2565},{"type":42,"tag":418,"props":3197,"children":3198},{"class":420,"line":1290},[3199,3204,3208,3212,3217],{"type":42,"tag":418,"props":3200,"children":3201},{"style":431},[3202],{"type":47,"value":3203},"    hidden_costs",{"type":42,"tag":418,"props":3205,"children":3206},{"style":425},[3207],{"type":47,"value":1936},{"type":42,"tag":418,"props":3209,"children":3210},{"style":425},[3211],{"type":47,"value":2555},{"type":42,"tag":418,"props":3213,"children":3214},{"style":780},[3215],{"type":47,"value":3216},"[Implementation, etc.]",{"type":42,"tag":418,"props":3218,"children":3219},{"style":425},[3220],{"type":47,"value":2565},{"type":42,"tag":418,"props":3222,"children":3223},{"class":420,"line":1323},[3224,3229,3233,3237,3242],{"type":42,"tag":418,"props":3225,"children":3226},{"style":431},[3227],{"type":47,"value":3228},"    talk_track",{"type":42,"tag":418,"props":3230,"children":3231},{"style":425},[3232],{"type":47,"value":1936},{"type":42,"tag":418,"props":3234,"children":3235},{"style":425},[3236],{"type":47,"value":2555},{"type":42,"tag":418,"props":3238,"children":3239},{"style":780},[3240],{"type":47,"value":3241},"[How to discuss pricing]",{"type":42,"tag":418,"props":3243,"children":3244},{"style":425},[3245],{"type":47,"value":2565},{"type":42,"tag":418,"props":3247,"children":3248},{"class":420,"line":1361},[3249],{"type":42,"tag":418,"props":3250,"children":3251},{"emptyLinePlaceholder":737},[3252],{"type":47,"value":740},{"type":42,"tag":418,"props":3254,"children":3255},{"class":420,"line":1370},[3256,3261],{"type":42,"tag":418,"props":3257,"children":3258},{"style":431},[3259],{"type":47,"value":3260},"  talk_tracks",{"type":42,"tag":418,"props":3262,"children":3263},{"style":425},[3264],{"type":47,"value":2538},{"type":42,"tag":418,"props":3266,"children":3267},{"class":420,"line":1386},[3268,3273,3277,3281,3286],{"type":42,"tag":418,"props":3269,"children":3270},{"style":431},[3271],{"type":47,"value":3272},"    early_mention",{"type":42,"tag":418,"props":3274,"children":3275},{"style":425},[3276],{"type":47,"value":1936},{"type":42,"tag":418,"props":3278,"children":3279},{"style":425},[3280],{"type":47,"value":2555},{"type":42,"tag":418,"props":3282,"children":3283},{"style":780},[3284],{"type":47,"value":3285},"[Strategy if they come up early]",{"type":42,"tag":418,"props":3287,"children":3288},{"style":425},[3289],{"type":47,"value":2565},{"type":42,"tag":418,"props":3291,"children":3292},{"class":420,"line":1402},[3293,3298,3302,3306,3311],{"type":42,"tag":418,"props":3294,"children":3295},{"style":431},[3296],{"type":47,"value":3297},"    displacement",{"type":42,"tag":418,"props":3299,"children":3300},{"style":425},[3301],{"type":47,"value":1936},{"type":42,"tag":418,"props":3303,"children":3304},{"style":425},[3305],{"type":47,"value":2555},{"type":42,"tag":418,"props":3307,"children":3308},{"style":780},[3309],{"type":47,"value":3310},"[Strategy if customer uses them]",{"type":42,"tag":418,"props":3312,"children":3313},{"style":425},[3314],{"type":47,"value":2565},{"type":42,"tag":418,"props":3316,"children":3317},{"class":420,"line":1410},[3318,3323,3327,3331,3336],{"type":42,"tag":418,"props":3319,"children":3320},{"style":431},[3321],{"type":47,"value":3322},"    late_addition",{"type":42,"tag":418,"props":3324,"children":3325},{"style":425},[3326],{"type":47,"value":1936},{"type":42,"tag":418,"props":3328,"children":3329},{"style":425},[3330],{"type":47,"value":2555},{"type":42,"tag":418,"props":3332,"children":3333},{"style":780},[3334],{"type":47,"value":3335},"[Strategy if added late to eval]",{"type":42,"tag":418,"props":3337,"children":3338},{"style":425},[3339],{"type":47,"value":2565},{"type":42,"tag":418,"props":3341,"children":3342},{"class":420,"line":1419},[3343],{"type":42,"tag":418,"props":3344,"children":3345},{"emptyLinePlaceholder":737},[3346],{"type":47,"value":740},{"type":42,"tag":418,"props":3348,"children":3349},{"class":420,"line":1476},[3350,3355],{"type":42,"tag":418,"props":3351,"children":3352},{"style":431},[3353],{"type":47,"value":3354},"  objections",{"type":42,"tag":418,"props":3356,"children":3357},{"style":425},[3358],{"type":47,"value":2538},{"type":42,"tag":418,"props":3360,"children":3361},{"class":420,"line":1513},[3362,3366,3371,3375,3379,3384],{"type":42,"tag":418,"props":3363,"children":3364},{"style":425},[3365],{"type":47,"value":2836},{"type":42,"tag":418,"props":3367,"children":3368},{"style":431},[3369],{"type":47,"value":3370}," objection",{"type":42,"tag":418,"props":3372,"children":3373},{"style":425},[3374],{"type":47,"value":1936},{"type":42,"tag":418,"props":3376,"children":3377},{"style":425},[3378],{"type":47,"value":2555},{"type":42,"tag":418,"props":3380,"children":3381},{"style":780},[3382],{"type":47,"value":3383},"[What customer says]",{"type":42,"tag":418,"props":3385,"children":3386},{"style":425},[3387],{"type":47,"value":2565},{"type":42,"tag":418,"props":3389,"children":3390},{"class":420,"line":1568},[3391,3396,3400,3404,3409],{"type":42,"tag":418,"props":3392,"children":3393},{"style":431},[3394],{"type":47,"value":3395},"      response",{"type":42,"tag":418,"props":3397,"children":3398},{"style":425},[3399],{"type":47,"value":1936},{"type":42,"tag":418,"props":3401,"children":3402},{"style":425},[3403],{"type":47,"value":2555},{"type":42,"tag":418,"props":3405,"children":3406},{"style":780},[3407],{"type":47,"value":3408},"[How to handle]",{"type":42,"tag":418,"props":3410,"children":3411},{"style":425},[3412],{"type":47,"value":2565},{"type":42,"tag":418,"props":3414,"children":3415},{"class":420,"line":1622},[3416],{"type":42,"tag":418,"props":3417,"children":3418},{"emptyLinePlaceholder":737},[3419],{"type":47,"value":740},{"type":42,"tag":418,"props":3421,"children":3422},{"class":420,"line":1676},[3423,3428],{"type":42,"tag":418,"props":3424,"children":3425},{"style":431},[3426],{"type":47,"value":3427},"  landmines",{"type":42,"tag":418,"props":3429,"children":3430},{"style":425},[3431],{"type":47,"value":2538},{"type":42,"tag":418,"props":3433,"children":3434},{"class":420,"line":1730},[3435,3439,3443,3448],{"type":42,"tag":418,"props":3436,"children":3437},{"style":425},[3438],{"type":47,"value":2836},{"type":42,"tag":418,"props":3440,"children":3441},{"style":425},[3442],{"type":47,"value":2555},{"type":42,"tag":418,"props":3444,"children":3445},{"style":780},[3446],{"type":47,"value":3447},"[Question that exposes their weakness]",{"type":42,"tag":418,"props":3449,"children":3450},{"style":425},[3451],{"type":47,"value":2565},{"type":42,"tag":418,"props":3453,"children":3454},{"class":420,"line":1784},[3455],{"type":42,"tag":418,"props":3456,"children":3457},{"emptyLinePlaceholder":737},[3458],{"type":47,"value":740},{"type":42,"tag":418,"props":3460,"children":3461},{"class":420,"line":1800},[3462,3467,3471],{"type":42,"tag":418,"props":3463,"children":3464},{"style":431},[3465],{"type":47,"value":3466},"  win_loss",{"type":42,"tag":418,"props":3468,"children":3469},{"style":425},[3470],{"type":47,"value":1936},{"type":42,"tag":418,"props":3472,"children":3473},{"style":541},[3474],{"type":47,"value":3475}," # If CRM connected\n",{"type":42,"tag":418,"props":3477,"children":3478},{"class":420,"line":1816},[3479,3484,3488,3492,3497],{"type":42,"tag":418,"props":3480,"children":3481},{"style":431},[3482],{"type":47,"value":3483},"    win_rate",{"type":42,"tag":418,"props":3485,"children":3486},{"style":425},[3487],{"type":47,"value":1936},{"type":42,"tag":418,"props":3489,"children":3490},{"style":425},[3491],{"type":47,"value":2555},{"type":42,"tag":418,"props":3493,"children":3494},{"style":780},[3495],{"type":47,"value":3496},"[X]%",{"type":42,"tag":418,"props":3498,"children":3499},{"style":425},[3500],{"type":47,"value":2565},{"type":42,"tag":418,"props":3502,"children":3503},{"class":420,"line":1824},[3504,3509,3513,3517,3522],{"type":42,"tag":418,"props":3505,"children":3506},{"style":431},[3507],{"type":47,"value":3508},"    common_win_factors",{"type":42,"tag":418,"props":3510,"children":3511},{"style":425},[3512],{"type":47,"value":1936},{"type":42,"tag":418,"props":3514,"children":3515},{"style":425},[3516],{"type":47,"value":2555},{"type":42,"tag":418,"props":3518,"children":3519},{"style":780},[3520],{"type":47,"value":3521},"[What predicts wins]",{"type":42,"tag":418,"props":3523,"children":3524},{"style":425},[3525],{"type":47,"value":2565},{"type":42,"tag":418,"props":3527,"children":3528},{"class":420,"line":1841},[3529,3534,3538,3542,3547],{"type":42,"tag":418,"props":3530,"children":3531},{"style":431},[3532],{"type":47,"value":3533},"    common_loss_factors",{"type":42,"tag":418,"props":3535,"children":3536},{"style":425},[3537],{"type":47,"value":1936},{"type":42,"tag":418,"props":3539,"children":3540},{"style":425},[3541],{"type":47,"value":2555},{"type":42,"tag":418,"props":3543,"children":3544},{"style":780},[3545],{"type":47,"value":3546},"[What predicts losses]",{"type":42,"tag":418,"props":3548,"children":3549},{"style":425},[3550],{"type":47,"value":2565},{"type":42,"tag":83,"props":3552,"children":3553},{},[],{"type":42,"tag":63,"props":3555,"children":3557},{"id":3556},"delivery",[3558],{"type":47,"value":3559},"Delivery",{"type":42,"tag":70,"props":3561,"children":3565},{"className":3562,"code":3563,"language":3564,"meta":79,"style":79},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","## ✓ Battlecard Created\n\n[View your battlecard](file:\u002F\u002F\u002Fpath\u002Fto\u002F[YourCompany]-battlecard-[date].html)\n\n---\n\n**Summary**\n- **Your Company**: [Name]\n- **Competitors Analyzed**: [List]\n- **Data Sources**: Web research [+ CRM] [+ Docs] [+ Transcripts]\n\n---\n\n**How to Use**\n- **Before a call**: Open the relevant competitor tab, review talk tracks\n- **During a call**: Reference landmine questions\n- **After win\u002Floss**: Update with new intel\n\n---\n\n**Sharing Options**\n- **Local file**: Open in any browser\n- **Host it**: Upload to Netlify, Vercel, or internal wiki\n- **Share directly**: Send the HTML file to teammates\n\n---\n\n**Keep it Fresh**\nRun this skill again to refresh with latest intel. Recommended: monthly or before major deals.\n","markdown",[3566],{"type":42,"tag":77,"props":3567,"children":3568},{"__ignoreMap":79},[3569,3583,3590,3619,3626,3634,3641,3661,3702,3739,3764,3771,3778,3785,3801,3826,3851,3876,3883,3890,3897,3913,3938,3963,3988,3995,4002,4009,4025],{"type":42,"tag":418,"props":3570,"children":3571},{"class":420,"line":421},[3572,3577],{"type":42,"tag":418,"props":3573,"children":3574},{"style":425},[3575],{"type":47,"value":3576},"## ",{"type":42,"tag":418,"props":3578,"children":3580},{"style":3579},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[3581],{"type":47,"value":3582},"✓ Battlecard Created\n",{"type":42,"tag":418,"props":3584,"children":3585},{"class":420,"line":448},[3586],{"type":42,"tag":418,"props":3587,"children":3588},{"emptyLinePlaceholder":737},[3589],{"type":47,"value":740},{"type":42,"tag":418,"props":3591,"children":3592},{"class":420,"line":465},[3593,3598,3603,3608,3614],{"type":42,"tag":418,"props":3594,"children":3595},{"style":425},[3596],{"type":47,"value":3597},"[",{"type":42,"tag":418,"props":3599,"children":3600},{"style":780},[3601],{"type":47,"value":3602},"View your battlecard",{"type":42,"tag":418,"props":3604,"children":3605},{"style":425},[3606],{"type":47,"value":3607},"](",{"type":42,"tag":418,"props":3609,"children":3611},{"style":3610},"--shiki-light:#E53935;--shiki-light-text-decoration:underline;--shiki-default:#F07178;--shiki-default-text-decoration:underline;--shiki-dark:#F07178;--shiki-dark-text-decoration:underline",[3612],{"type":47,"value":3613},"file:\u002F\u002F\u002Fpath\u002Fto\u002F[YourCompany]-battlecard-[date].html",{"type":42,"tag":418,"props":3615,"children":3616},{"style":425},[3617],{"type":47,"value":3618},")\n",{"type":42,"tag":418,"props":3620,"children":3621},{"class":420,"line":482},[3622],{"type":42,"tag":418,"props":3623,"children":3624},{"emptyLinePlaceholder":737},[3625],{"type":47,"value":740},{"type":42,"tag":418,"props":3627,"children":3628},{"class":420,"line":520},[3629],{"type":42,"tag":418,"props":3630,"children":3631},{"style":425},[3632],{"type":47,"value":3633},"---\n",{"type":42,"tag":418,"props":3635,"children":3636},{"class":420,"line":537},[3637],{"type":42,"tag":418,"props":3638,"children":3639},{"emptyLinePlaceholder":737},[3640],{"type":47,"value":740},{"type":42,"tag":418,"props":3642,"children":3643},{"class":420,"line":547},[3644,3650,3656],{"type":42,"tag":418,"props":3645,"children":3647},{"style":3646},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[3648],{"type":47,"value":3649},"**",{"type":42,"tag":418,"props":3651,"children":3653},{"style":3652},"--shiki-light:#E53935;--shiki-light-font-weight:bold;--shiki-default:#F07178;--shiki-default-font-weight:bold;--shiki-dark:#F07178;--shiki-dark-font-weight:bold",[3654],{"type":47,"value":3655},"Summary",{"type":42,"tag":418,"props":3657,"children":3658},{"style":3646},[3659],{"type":47,"value":3660},"**\n",{"type":42,"tag":418,"props":3662,"children":3663},{"class":420,"line":556},[3664,3669,3674,3679,3683,3688,3692,3697],{"type":42,"tag":418,"props":3665,"children":3666},{"style":425},[3667],{"type":47,"value":3668},"-",{"type":42,"tag":418,"props":3670,"children":3671},{"style":3646},[3672],{"type":47,"value":3673}," **",{"type":42,"tag":418,"props":3675,"children":3676},{"style":3652},[3677],{"type":47,"value":3678},"Your Company",{"type":42,"tag":418,"props":3680,"children":3681},{"style":3646},[3682],{"type":47,"value":3649},{"type":42,"tag":418,"props":3684,"children":3685},{"style":501},[3686],{"type":47,"value":3687},": ",{"type":42,"tag":418,"props":3689,"children":3690},{"style":425},[3691],{"type":47,"value":3597},{"type":42,"tag":418,"props":3693,"children":3694},{"style":780},[3695],{"type":47,"value":3696},"Name",{"type":42,"tag":418,"props":3698,"children":3699},{"style":425},[3700],{"type":47,"value":3701},"]\n",{"type":42,"tag":418,"props":3703,"children":3704},{"class":420,"line":565},[3705,3709,3713,3718,3722,3726,3730,3735],{"type":42,"tag":418,"props":3706,"children":3707},{"style":425},[3708],{"type":47,"value":3668},{"type":42,"tag":418,"props":3710,"children":3711},{"style":3646},[3712],{"type":47,"value":3673},{"type":42,"tag":418,"props":3714,"children":3715},{"style":3652},[3716],{"type":47,"value":3717},"Competitors Analyzed",{"type":42,"tag":418,"props":3719,"children":3720},{"style":3646},[3721],{"type":47,"value":3649},{"type":42,"tag":418,"props":3723,"children":3724},{"style":501},[3725],{"type":47,"value":3687},{"type":42,"tag":418,"props":3727,"children":3728},{"style":425},[3729],{"type":47,"value":3597},{"type":42,"tag":418,"props":3731,"children":3732},{"style":780},[3733],{"type":47,"value":3734},"List",{"type":42,"tag":418,"props":3736,"children":3737},{"style":425},[3738],{"type":47,"value":3701},{"type":42,"tag":418,"props":3740,"children":3741},{"class":420,"line":574},[3742,3746,3750,3755,3759],{"type":42,"tag":418,"props":3743,"children":3744},{"style":425},[3745],{"type":47,"value":3668},{"type":42,"tag":418,"props":3747,"children":3748},{"style":3646},[3749],{"type":47,"value":3673},{"type":42,"tag":418,"props":3751,"children":3752},{"style":3652},[3753],{"type":47,"value":3754},"Data Sources",{"type":42,"tag":418,"props":3756,"children":3757},{"style":3646},[3758],{"type":47,"value":3649},{"type":42,"tag":418,"props":3760,"children":3761},{"style":501},[3762],{"type":47,"value":3763},": Web research [+ CRM] [+ Docs] [+ Transcripts]\n",{"type":42,"tag":418,"props":3765,"children":3766},{"class":420,"line":591},[3767],{"type":42,"tag":418,"props":3768,"children":3769},{"emptyLinePlaceholder":737},[3770],{"type":47,"value":740},{"type":42,"tag":418,"props":3772,"children":3773},{"class":420,"line":607},[3774],{"type":42,"tag":418,"props":3775,"children":3776},{"style":501},[3777],{"type":47,"value":3633},{"type":42,"tag":418,"props":3779,"children":3780},{"class":420,"line":624},[3781],{"type":42,"tag":418,"props":3782,"children":3783},{"emptyLinePlaceholder":737},[3784],{"type":47,"value":740},{"type":42,"tag":418,"props":3786,"children":3787},{"class":420,"line":633},[3788,3792,3797],{"type":42,"tag":418,"props":3789,"children":3790},{"style":3646},[3791],{"type":47,"value":3649},{"type":42,"tag":418,"props":3793,"children":3794},{"style":3652},[3795],{"type":47,"value":3796},"How to Use",{"type":42,"tag":418,"props":3798,"children":3799},{"style":3646},[3800],{"type":47,"value":3660},{"type":42,"tag":418,"props":3802,"children":3803},{"class":420,"line":650},[3804,3808,3812,3817,3821],{"type":42,"tag":418,"props":3805,"children":3806},{"style":425},[3807],{"type":47,"value":3668},{"type":42,"tag":418,"props":3809,"children":3810},{"style":3646},[3811],{"type":47,"value":3673},{"type":42,"tag":418,"props":3813,"children":3814},{"style":3652},[3815],{"type":47,"value":3816},"Before a call",{"type":42,"tag":418,"props":3818,"children":3819},{"style":3646},[3820],{"type":47,"value":3649},{"type":42,"tag":418,"props":3822,"children":3823},{"style":501},[3824],{"type":47,"value":3825},": Open the relevant competitor tab, review talk tracks\n",{"type":42,"tag":418,"props":3827,"children":3828},{"class":420,"line":684},[3829,3833,3837,3842,3846],{"type":42,"tag":418,"props":3830,"children":3831},{"style":425},[3832],{"type":47,"value":3668},{"type":42,"tag":418,"props":3834,"children":3835},{"style":3646},[3836],{"type":47,"value":3673},{"type":42,"tag":418,"props":3838,"children":3839},{"style":3652},[3840],{"type":47,"value":3841},"During a call",{"type":42,"tag":418,"props":3843,"children":3844},{"style":3646},[3845],{"type":47,"value":3649},{"type":42,"tag":418,"props":3847,"children":3848},{"style":501},[3849],{"type":47,"value":3850},": Reference landmine questions\n",{"type":42,"tag":418,"props":3852,"children":3853},{"class":420,"line":717},[3854,3858,3862,3867,3871],{"type":42,"tag":418,"props":3855,"children":3856},{"style":425},[3857],{"type":47,"value":3668},{"type":42,"tag":418,"props":3859,"children":3860},{"style":3646},[3861],{"type":47,"value":3673},{"type":42,"tag":418,"props":3863,"children":3864},{"style":3652},[3865],{"type":47,"value":3866},"After win\u002Floss",{"type":42,"tag":418,"props":3868,"children":3869},{"style":3646},[3870],{"type":47,"value":3649},{"type":42,"tag":418,"props":3872,"children":3873},{"style":501},[3874],{"type":47,"value":3875},": Update with new intel\n",{"type":42,"tag":418,"props":3877,"children":3878},{"class":420,"line":733},[3879],{"type":42,"tag":418,"props":3880,"children":3881},{"emptyLinePlaceholder":737},[3882],{"type":47,"value":740},{"type":42,"tag":418,"props":3884,"children":3885},{"class":420,"line":743},[3886],{"type":42,"tag":418,"props":3887,"children":3888},{"style":501},[3889],{"type":47,"value":3633},{"type":42,"tag":418,"props":3891,"children":3892},{"class":420,"line":752},[3893],{"type":42,"tag":418,"props":3894,"children":3895},{"emptyLinePlaceholder":737},[3896],{"type":47,"value":740},{"type":42,"tag":418,"props":3898,"children":3899},{"class":420,"line":794},[3900,3904,3909],{"type":42,"tag":418,"props":3901,"children":3902},{"style":3646},[3903],{"type":47,"value":3649},{"type":42,"tag":418,"props":3905,"children":3906},{"style":3652},[3907],{"type":47,"value":3908},"Sharing Options",{"type":42,"tag":418,"props":3910,"children":3911},{"style":3646},[3912],{"type":47,"value":3660},{"type":42,"tag":418,"props":3914,"children":3915},{"class":420,"line":871},[3916,3920,3924,3929,3933],{"type":42,"tag":418,"props":3917,"children":3918},{"style":425},[3919],{"type":47,"value":3668},{"type":42,"tag":418,"props":3921,"children":3922},{"style":3646},[3923],{"type":47,"value":3673},{"type":42,"tag":418,"props":3925,"children":3926},{"style":3652},[3927],{"type":47,"value":3928},"Local file",{"type":42,"tag":418,"props":3930,"children":3931},{"style":3646},[3932],{"type":47,"value":3649},{"type":42,"tag":418,"props":3934,"children":3935},{"style":501},[3936],{"type":47,"value":3937},": Open in any browser\n",{"type":42,"tag":418,"props":3939,"children":3940},{"class":420,"line":946},[3941,3945,3949,3954,3958],{"type":42,"tag":418,"props":3942,"children":3943},{"style":425},[3944],{"type":47,"value":3668},{"type":42,"tag":418,"props":3946,"children":3947},{"style":3646},[3948],{"type":47,"value":3673},{"type":42,"tag":418,"props":3950,"children":3951},{"style":3652},[3952],{"type":47,"value":3953},"Host it",{"type":42,"tag":418,"props":3955,"children":3956},{"style":3646},[3957],{"type":47,"value":3649},{"type":42,"tag":418,"props":3959,"children":3960},{"style":501},[3961],{"type":47,"value":3962},": Upload to Netlify, Vercel, or internal wiki\n",{"type":42,"tag":418,"props":3964,"children":3965},{"class":420,"line":1020},[3966,3970,3974,3979,3983],{"type":42,"tag":418,"props":3967,"children":3968},{"style":425},[3969],{"type":47,"value":3668},{"type":42,"tag":418,"props":3971,"children":3972},{"style":3646},[3973],{"type":47,"value":3673},{"type":42,"tag":418,"props":3975,"children":3976},{"style":3652},[3977],{"type":47,"value":3978},"Share directly",{"type":42,"tag":418,"props":3980,"children":3981},{"style":3646},[3982],{"type":47,"value":3649},{"type":42,"tag":418,"props":3984,"children":3985},{"style":501},[3986],{"type":47,"value":3987},": Send the HTML file to teammates\n",{"type":42,"tag":418,"props":3989,"children":3990},{"class":420,"line":1094},[3991],{"type":42,"tag":418,"props":3992,"children":3993},{"emptyLinePlaceholder":737},[3994],{"type":47,"value":740},{"type":42,"tag":418,"props":3996,"children":3997},{"class":420,"line":1110},[3998],{"type":42,"tag":418,"props":3999,"children":4000},{"style":501},[4001],{"type":47,"value":3633},{"type":42,"tag":418,"props":4003,"children":4004},{"class":420,"line":1118},[4005],{"type":42,"tag":418,"props":4006,"children":4007},{"emptyLinePlaceholder":737},[4008],{"type":47,"value":740},{"type":42,"tag":418,"props":4010,"children":4011},{"class":420,"line":1127},[4012,4016,4021],{"type":42,"tag":418,"props":4013,"children":4014},{"style":3646},[4015],{"type":47,"value":3649},{"type":42,"tag":418,"props":4017,"children":4018},{"style":3652},[4019],{"type":47,"value":4020},"Keep it Fresh",{"type":42,"tag":418,"props":4022,"children":4023},{"style":3646},[4024],{"type":47,"value":3660},{"type":42,"tag":418,"props":4026,"children":4027},{"class":420,"line":1186},[4028],{"type":42,"tag":418,"props":4029,"children":4030},{"style":501},[4031],{"type":47,"value":4032},"Run this skill again to refresh with latest intel. Recommended: monthly or before major deals.\n",{"type":42,"tag":83,"props":4034,"children":4035},{},[],{"type":42,"tag":63,"props":4037,"children":4039},{"id":4038},"refresh-cadence",[4040],{"type":47,"value":4041},"Refresh Cadence",{"type":42,"tag":49,"props":4043,"children":4044},{},[4045],{"type":47,"value":4046},"Competitive intel gets stale. Recommended refresh:",{"type":42,"tag":161,"props":4048,"children":4049},{},[4050,4066],{"type":42,"tag":165,"props":4051,"children":4052},{},[4053],{"type":42,"tag":169,"props":4054,"children":4055},{},[4056,4061],{"type":42,"tag":173,"props":4057,"children":4058},{},[4059],{"type":47,"value":4060},"Trigger",{"type":42,"tag":173,"props":4062,"children":4063},{},[4064],{"type":47,"value":4065},"Action",{"type":42,"tag":184,"props":4067,"children":4068},{},[4069,4085,4101,4116],{"type":42,"tag":169,"props":4070,"children":4071},{},[4072,4080],{"type":42,"tag":191,"props":4073,"children":4074},{},[4075],{"type":42,"tag":55,"props":4076,"children":4077},{},[4078],{"type":47,"value":4079},"Monthly",{"type":42,"tag":191,"props":4081,"children":4082},{},[4083],{"type":47,"value":4084},"Quick refresh — new releases, news, pricing changes",{"type":42,"tag":169,"props":4086,"children":4087},{},[4088,4096],{"type":42,"tag":191,"props":4089,"children":4090},{},[4091],{"type":42,"tag":55,"props":4092,"children":4093},{},[4094],{"type":47,"value":4095},"Before major deal",{"type":42,"tag":191,"props":4097,"children":4098},{},[4099],{"type":47,"value":4100},"Deep refresh for specific competitor in that deal",{"type":42,"tag":169,"props":4102,"children":4103},{},[4104,4111],{"type":42,"tag":191,"props":4105,"children":4106},{},[4107],{"type":42,"tag":55,"props":4108,"children":4109},{},[4110],{"type":47,"value":3866},{"type":42,"tag":191,"props":4112,"children":4113},{},[4114],{"type":47,"value":4115},"Update patterns with new data",{"type":42,"tag":169,"props":4117,"children":4118},{},[4119,4127],{"type":42,"tag":191,"props":4120,"children":4121},{},[4122],{"type":42,"tag":55,"props":4123,"children":4124},{},[4125],{"type":47,"value":4126},"Competitor announcement",{"type":42,"tag":191,"props":4128,"children":4129},{},[4130],{"type":47,"value":4131},"Immediate update on that competitor",{"type":42,"tag":83,"props":4133,"children":4134},{},[],{"type":42,"tag":63,"props":4136,"children":4138},{"id":4137},"tips-for-better-intel",[4139],{"type":47,"value":4140},"Tips for Better Intel",{"type":42,"tag":4142,"props":4143,"children":4144},"ol",{},[4145,4155,4165,4175,4185],{"type":42,"tag":110,"props":4146,"children":4147},{},[4148,4153],{"type":42,"tag":55,"props":4149,"children":4150},{},[4151],{"type":47,"value":4152},"Be honest about weaknesses",{"type":47,"value":4154}," — Credibility comes from acknowledging where competitors are strong",{"type":42,"tag":110,"props":4156,"children":4157},{},[4158,4163],{"type":42,"tag":55,"props":4159,"children":4160},{},[4161],{"type":47,"value":4162},"Focus on outcomes, not features",{"type":47,"value":4164}," — \"They have X feature\" matters less than \"customers achieve Y result\"",{"type":42,"tag":110,"props":4166,"children":4167},{},[4168,4173],{"type":42,"tag":55,"props":4169,"children":4170},{},[4171],{"type":47,"value":4172},"Update from the field",{"type":47,"value":4174}," — Best intel comes from actual customer conversations, not just websites",{"type":42,"tag":110,"props":4176,"children":4177},{},[4178,4183],{"type":42,"tag":55,"props":4179,"children":4180},{},[4181],{"type":47,"value":4182},"Plant landmines, don't badmouth",{"type":47,"value":4184}," — Ask questions that expose weaknesses; never trash-talk",{"type":42,"tag":110,"props":4186,"children":4187},{},[4188,4193],{"type":42,"tag":55,"props":4189,"children":4190},{},[4191],{"type":47,"value":4192},"Track releases religiously",{"type":47,"value":4194}," — What they ship tells you their strategy and your opportunity",{"type":42,"tag":83,"props":4196,"children":4197},{},[],{"type":42,"tag":63,"props":4199,"children":4201},{"id":4200},"related-skills",[4202],{"type":47,"value":4203},"Related Skills",{"type":42,"tag":106,"props":4205,"children":4206},{},[4207,4217,4227],{"type":42,"tag":110,"props":4208,"children":4209},{},[4210,4215],{"type":42,"tag":55,"props":4211,"children":4212},{},[4213],{"type":47,"value":4214},"account-research",{"type":47,"value":4216}," — Research a specific prospect before reaching out",{"type":42,"tag":110,"props":4218,"children":4219},{},[4220,4225],{"type":42,"tag":55,"props":4221,"children":4222},{},[4223],{"type":47,"value":4224},"call-prep",{"type":47,"value":4226}," — Prep for a call where you know competitor is involved",{"type":42,"tag":110,"props":4228,"children":4229},{},[4230,4235],{"type":42,"tag":55,"props":4231,"children":4232},{},[4233],{"type":47,"value":4234},"create-an-asset",{"type":47,"value":4236}," — Build a custom comparison page for a specific deal",{"type":42,"tag":530,"props":4238,"children":4239},{},[4240],{"type":47,"value":4241},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":4243,"total":4430},[4244,4265,4279,4291,4310,4323,4344,4364,4378,4393,4401,4414],{"slug":4245,"name":4245,"fn":4246,"description":4247,"org":4248,"tags":4249,"stars":4262,"repoUrl":4263,"updatedAt":4264},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4250,4253,4256,4259],{"name":4251,"slug":4252,"type":16},"Creative","creative",{"name":4254,"slug":4255,"type":16},"Design","design",{"name":4257,"slug":4258,"type":16},"Generative Art","generative-art",{"name":4260,"slug":4261,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":4266,"name":4266,"fn":4267,"description":4268,"org":4269,"tags":4270,"stars":4262,"repoUrl":4263,"updatedAt":4278},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4271,4274,4275],{"name":4272,"slug":4273,"type":16},"Branding","branding",{"name":4254,"slug":4255,"type":16},{"name":4276,"slug":4277,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":4280,"name":4280,"fn":4281,"description":4282,"org":4283,"tags":4284,"stars":4262,"repoUrl":4263,"updatedAt":4290},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4285,4286,4287],{"name":4251,"slug":4252,"type":16},{"name":4254,"slug":4255,"type":16},{"name":4288,"slug":4289,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":4292,"name":4292,"fn":4293,"description":4294,"org":4295,"tags":4296,"stars":4262,"repoUrl":4263,"updatedAt":4309},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4297,4300,4301,4304,4306],{"name":4298,"slug":4299,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":4302,"slug":4303,"type":16},"Anthropic SDK","anthropic-sdk",{"name":4305,"slug":4292,"type":16},"Claude API",{"name":4307,"slug":4308,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":4311,"name":4311,"fn":4312,"description":4313,"org":4314,"tags":4315,"stars":4262,"repoUrl":4263,"updatedAt":4322},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4316,4319],{"name":4317,"slug":4318,"type":16},"Documentation","documentation",{"name":4320,"slug":4321,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":4324,"name":4324,"fn":4325,"description":4326,"org":4327,"tags":4328,"stars":4262,"repoUrl":4263,"updatedAt":4343},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4329,4332,4334,4337,4340],{"name":4330,"slug":4331,"type":16},"Documents","documents",{"name":4333,"slug":4324,"type":16},"DOCX",{"name":4335,"slug":4336,"type":16},"Office","office",{"name":4338,"slug":4339,"type":16},"Templates","templates",{"name":4341,"slug":4342,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":4345,"name":4345,"fn":4346,"description":4347,"org":4348,"tags":4349,"stars":4262,"repoUrl":4263,"updatedAt":4363},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4350,4351,4354,4357,4360],{"name":4254,"slug":4255,"type":16},{"name":4352,"slug":4353,"type":16},"Frontend","frontend",{"name":4355,"slug":4356,"type":16},"React","react",{"name":4358,"slug":4359,"type":16},"Tailwind CSS","tailwind-css",{"name":4361,"slug":4362,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":4365,"name":4365,"fn":4366,"description":4367,"org":4368,"tags":4369,"stars":4262,"repoUrl":4263,"updatedAt":4377},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4370,4373,4374],{"name":4371,"slug":4372,"type":16},"Communications","communications",{"name":4338,"slug":4339,"type":16},{"name":4375,"slug":4376,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":4379,"name":4379,"fn":4380,"description":4381,"org":4382,"tags":4383,"stars":4262,"repoUrl":4263,"updatedAt":4392},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4384,4385,4388,4389],{"name":4298,"slug":4299,"type":16},{"name":4386,"slug":4387,"type":16},"API Development","api-development",{"name":4307,"slug":4308,"type":16},{"name":4390,"slug":4391,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":4289,"name":4289,"fn":4394,"description":4395,"org":4396,"tags":4397,"stars":4262,"repoUrl":4263,"updatedAt":4400},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4398,4399],{"name":4330,"slug":4331,"type":16},{"name":4288,"slug":4289,"type":16},"2026-04-06T17:56:02.483316",{"slug":4402,"name":4402,"fn":4403,"description":4404,"org":4405,"tags":4406,"stars":4262,"repoUrl":4263,"updatedAt":4413},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4407,4410],{"name":4408,"slug":4409,"type":16},"PowerPoint","powerpoint",{"name":4411,"slug":4412,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":4415,"name":4415,"fn":4416,"description":4417,"org":4418,"tags":4419,"stars":4262,"repoUrl":4263,"updatedAt":4429},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4420,4421,4422,4425,4428],{"name":4298,"slug":4299,"type":16},{"name":4317,"slug":4318,"type":16},{"name":4423,"slug":4424,"type":16},"Evals","evals",{"name":4426,"slug":4427,"type":16},"Performance","performance",{"name":4320,"slug":4321,"type":16},"2026-04-19T06:45:40.804",490,{"items":4432,"total":4533},[4433,4447,4457,4473,4489,4508,4520],{"slug":4434,"name":4434,"fn":4435,"description":4436,"org":4437,"tags":4438,"stars":25,"repoUrl":26,"updatedAt":4446},"accessibility-review","run WCAG accessibility audits","Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with \"audit accessibility\", \"check a11y\", \"is this accessible?\", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4439,4442,4443],{"name":4440,"slug":4441,"type":16},"Accessibility","accessibility",{"name":4254,"slug":4255,"type":16},{"name":4444,"slug":4445,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":4214,"name":4214,"fn":4448,"description":4449,"org":4450,"tags":4451,"stars":25,"repoUrl":26,"updatedAt":4456},"research accounts for sales intel","Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with \"research [company]\", \"look up [person]\", \"intel on [prospect]\", \"who is [name] at [company]\", or \"tell me about [company]\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4452,4454,4455],{"name":198,"slug":4453,"type":16},"crm",{"name":14,"slug":15,"type":16},{"name":23,"slug":24,"type":16},"2026-04-06T17:56:41.410418",{"slug":4458,"name":4458,"fn":4459,"description":4460,"org":4461,"tags":4462,"stars":25,"repoUrl":26,"updatedAt":4472},"analyze","answer data questions and run analyses","Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4463,4466,4469],{"name":4464,"slug":4465,"type":16},"Analytics","analytics",{"name":4467,"slug":4468,"type":16},"Data Analysis","data-analysis",{"name":4470,"slug":4471,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":4474,"name":4474,"fn":4475,"description":4476,"org":4477,"tags":4478,"stars":25,"repoUrl":26,"updatedAt":4488},"architecture","create and evaluate architecture decision records","Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4479,4482,4484,4485],{"name":4480,"slug":4481,"type":16},"ADR","adr",{"name":4483,"slug":4474,"type":16},"Architecture",{"name":4317,"slug":4318,"type":16},{"name":4486,"slug":4487,"type":16},"Engineering","engineering","2026-04-06T17:57:49.26444",{"slug":4490,"name":4490,"fn":4491,"description":4492,"org":4493,"tags":4494,"stars":25,"repoUrl":26,"updatedAt":4507},"audit-support","support SOX 404 control testing","Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4495,4498,4501,4504],{"name":4496,"slug":4497,"type":16},"Audit","audit",{"name":4499,"slug":4500,"type":16},"Finance","finance",{"name":4502,"slug":4503,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":4505,"slug":4506,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":4509,"name":4509,"fn":4510,"description":4511,"org":4512,"tags":4513,"stars":25,"repoUrl":26,"updatedAt":4519},"brand-review","review content against brand voice","Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before\u002Fafter fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4514,4515,4518],{"name":4272,"slug":4273,"type":16},{"name":4516,"slug":4517,"type":16},"Marketing","marketing",{"name":4375,"slug":4376,"type":16},"2026-04-06T17:58:19.548331",{"slug":4521,"name":4521,"fn":4522,"description":4523,"org":4524,"tags":4525,"stars":25,"repoUrl":26,"updatedAt":4532},"brand-voice-enforcement","enforce brand voice in content","This skill applies brand guidelines to content creation. It should be used when the user asks to \"write an email\", \"draft a proposal\", \"create a pitch deck\", \"write a LinkedIn post\", \"draft a presentation\", \"write a Slack message\", \"draft sales content\", or any content creation request where brand voice should be applied. Also triggers on \"on-brand\", \"brand voice\", \"enforce voice\", \"apply brand guidelines\", \"brand-aligned content\", \"write in our voice\", \"use our brand tone\", \"make this sound like us\", \"rewrite this in our tone\", or \"this doesn't sound on-brand\". Not for generating guidelines from scratch (use guideline-generation) or discovering brand materials (use discover-brand).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[4526,4527,4528,4531],{"name":4272,"slug":4273,"type":16},{"name":4371,"slug":4372,"type":16},{"name":4529,"slug":4530,"type":16},"Content Creation","content-creation",{"name":4375,"slug":4376,"type":16},"2026-04-06T18:00:23.528956",200]