{"id":4784,"date":"2026-01-15T22:13:22","date_gmt":"2026-01-15T14:13:22","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=4784"},"modified":"2026-01-15T22:13:59","modified_gmt":"2026-01-15T14:13:59","slug":"competitor-analysis-deep-dive","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/competitor-analysis-deep-dive\/","title":{"rendered":"Competitor Analysis Deep Dive"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"4784\" class=\"elementor elementor-4784\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d9b13e0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d9b13e0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e94368\" data-id=\"3e94368\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-74bdafd elementor-widget elementor-widget-html\" data-id=\"74bdafd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Competitor Analysis Deep Dive - AiPro Institute\u2122 Prompt Library<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            background: #ffffff;\n            padding: 2rem;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .header {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .header h1 {\n            font-size: 2.5rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 800;\n            margin-bottom: 0.5rem;\n        }\n\n        .card {\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n            overflow: hidden;\n        }\n\n        .card-header {\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            padding: 2rem;\n        }\n\n        .card-header h2 {\n            font-size: 2rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .card-header p {\n            opacity: 0.95;\n            font-size: 1.1rem;\n        }\n\n        .meta-badges {\n            display: flex;\n            gap: 0.75rem;\n            flex-wrap: wrap;\n            margin-top: 1rem;\n        }\n\n        .badge {\n            display: inline-block;\n            padding: 0.4rem 0.9rem;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n\n        .badge-skill-intermediate {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-time {\n            background: #10b981;\n            color: white;\n        }\n\n        .badge-cost {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-format {\n            background: #8b5cf6;\n            color: white;\n        }\n\n        .tool-compatibility {\n            margin-top: 1rem;\n            padding-top: 1rem;\n            border-top: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .tool-compatibility h3 {\n            font-size: 0.9rem;\n            margin-bottom: 0.5rem;\n            opacity: 0.9;\n        }\n\n        .tool-badges {\n            display: flex;\n            gap: 0.5rem;\n            flex-wrap: wrap;\n        }\n\n        .tool-badge {\n            padding: 0.35rem 0.75rem;\n            background: rgba(255,255,255,0.2);\n            border: 1px solid rgba(255,255,255,0.3);\n            border-radius: 15px;\n            font-size: 0.8rem;\n        }\n\n        .tool-badge.model-agnostic {\n            background: rgba(255,255,255,0.3);\n            font-weight: 600;\n        }\n\n        .card-body {\n            padding: 2rem;\n        }\n\n        .section {\n            margin-bottom: 2.5rem;\n        }\n\n        .section-title {\n            font-size: 1.5rem;\n            color: #7c3aed;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .section-title::before {\n            content: '';\n            width: 4px;\n            height: 24px;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            border-radius: 2px;\n        }\n\n        .prompt-box {\n            background: #f8fafc;\n            border: 2px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 1.5rem;\n            font-family: 'Courier New', monospace;\n            font-size: 0.95rem;\n            line-height: 1.8;\n            position: relative;\n            margin-bottom: 1rem;\n            white-space: pre-wrap;\n            word-wrap: break-word;\n        }\n\n        .copy-button {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            border: none;\n            padding: 0.6rem 1.2rem;\n            border-radius: 8px;\n            cursor: pointer;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: all 0.3s ease;\n        }\n\n        .copy-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4);\n        }\n\n        .copy-button.copied {\n            background: #10b981;\n        }\n\n        .placeholder {\n            color: #f97316;\n            font-weight: 700;\n        }\n\n        .tip-box {\n            background: #fef3c7;\n            border-left: 4px solid #f59e0b;\n            padding: 1rem 1.5rem;\n            border-radius: 8px;\n            font-size: 0.95rem;\n            color: #78350f;\n        }\n\n        .tip-box strong {\n            color: #92400e;\n        }\n\n        .logic-grid {\n            display: grid;\n            gap: 1.5rem;\n        }\n\n        .logic-item {\n            background: #f0f9ff;\n            border-left: 4px solid #3b82f6;\n            padding: 1.5rem;\n            border-radius: 8px;\n        }\n\n        .logic-item h4 {\n            color: #1e40af;\n            margin-bottom: 0.75rem;\n            font-size: 1.1rem;\n        }\n\n        .logic-item p {\n            color: #1f2937;\n            line-height: 1.7;\n        }\n\n        .preview-section {\n            background: #fef3c7;\n            border: 2px solid #fbbf24;\n            border-radius: 12px;\n            padding: 2rem;\n        }\n\n        .preview-title {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #92400e;\n            margin-bottom: 1rem;\n        }\n\n        .preview-content {\n            color: #78350f;\n        }\n\n        .subsection-title {\n            font-size: 1.1rem;\n            font-weight: 700;\n            color: #3b82f6;\n            margin-top: 1.5rem;\n            margin-bottom: 0.75rem;\n        }\n\n        .chain-steps {\n            display: grid;\n            gap: 1.5rem;\n        }\n\n        .chain-step {\n            background: #f9fafb;\n            border: 2px solid #e5e7eb;\n            border-radius: 12px;\n            padding: 1.5rem;\n            position: relative;\n            padding-left: 4rem;\n        }\n\n        .step-number {\n            position: absolute;\n            left: 1.5rem;\n            top: 1.5rem;\n            width: 2rem;\n            height: 2rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 1.1rem;\n        }\n\n        .chain-step h4 {\n            color: #1f2937;\n            margin-bottom: 0.75rem;\n            font-size: 1.1rem;\n        }\n\n        .chain-step p {\n            color: #4b5563;\n            line-height: 1.7;\n            margin-bottom: 0.75rem;\n        }\n\n        .chain-step strong {\n            color: #1f2937;\n        }\n\n        .hitl-grid {\n            display: grid;\n            gap: 1.25rem;\n        }\n\n        .hitl-item {\n            background: #fdf4ff;\n            border: 1px solid #e9d5ff;\n            border-radius: 10px;\n            padding: 1.5rem;\n        }\n\n        .hitl-item h4 {\n            color: #7c3aed;\n            margin-bottom: 0.75rem;\n            font-size: 1rem;\n        }\n\n        .hitl-item p {\n            color: #4b5563;\n            line-height: 1.7;\n            font-size: 0.95rem;\n        }\n\n        .stats-footer {\n            background: #f9fafb;\n            padding: 2rem;\n            display: flex;\n            justify-content: center;\n            gap: 3rem;\n            border-top: 1px solid #e5e7eb;\n        }\n\n        .stat {\n            text-align: center;\n        }\n\n        .stat-value {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: #7c3aed;\n        }\n\n        .stat-label {\n            color: #6b7280;\n            font-size: 0.85rem;\n            margin-top: 0.25rem;\n        }\n\n        ul {\n            margin-left: 1.5rem;\n            margin-top: 0.5rem;\n        }\n\n        ul li {\n            margin-bottom: 0.5rem;\n            line-height: 1.7;\n        }\n\n        @media (max-width: 768px) {\n            body {\n                padding: 1rem;\n            }\n\n            .header h1 {\n                font-size: 2rem;\n            }\n\n            .card-header h2 {\n                font-size: 1.5rem;\n            }\n\n            .stats-footer {\n                flex-direction: column;\n                gap: 1.5rem;\n            }\n\n            .chain-step {\n                padding-left: 1.5rem;\n            }\n\n            .step-number {\n                position: relative;\n                left: 0;\n                top: 0;\n                margin-bottom: 1rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>AiPro Institute\u2122 Prompt Library<\/h1>\n        <\/div>\n\n        <div class=\"card\">\n            <div class=\"card-header\">\n                <h2>Competitor Analysis Deep Dive<\/h2>\n                <p>Systematically dissect competitor strategies, identify vulnerabilities, and uncover opportunities for differentiation and market advantage<\/p>\n                \n                <div class=\"meta-badges\">\n                    <span class=\"badge badge-skill-intermediate\">Intermediate<\/span>\n                    <span class=\"badge badge-time\">15-20 minutes<\/span>\n                    <span class=\"badge badge-cost\">~600 tokens<\/span>\n                    <span class=\"badge badge-format\">Strategic Analysis<\/span>\n                <\/div>\n\n                <div class=\"tool-compatibility\">\n                    <h3>Tool Compatibility<\/h3>\n                    <div class=\"tool-badges\">\n                        <span class=\"tool-badge model-agnostic\">Model Agnostic<\/span>\n                        <span class=\"tool-badge\">GPT-4o<\/span>\n                        <span class=\"tool-badge\">Claude 3.5<\/span>\n                        <span class=\"tool-badge\">Gemini 2.5<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-body\">\n                <div class=\"section\">\n                    <h3 class=\"section-title\">The Prompt<\/h3>\n                    \n                    <div class=\"prompt-box\" id=\"promptText\">You are a competitive intelligence analyst specializing in strategic market positioning, business model analysis, and competitive dynamics. Conduct a comprehensive deep-dive analysis of key competitors to inform strategic decision-making.\n\n<strong>COMPETITOR SCOPE:<\/strong>\nYour Company\/Product: <span class=\"placeholder\">[YOUR_COMPANY]<\/span>\nIndustry\/Market: <span class=\"placeholder\">[INDUSTRY]<\/span>\nGeographic Focus: <span class=\"placeholder\">[REGION]<\/span>\nPrimary Competitors to Analyze: <span class=\"placeholder\">[COMPETITOR_1]<\/span>, <span class=\"placeholder\">[COMPETITOR_2]<\/span>, <span class=\"placeholder\">[COMPETITOR_3]<\/span> (add more as needed)\nAnalysis Objective: <span class=\"placeholder\">[OBJECTIVE]<\/span> (e.g., Identify Differentiation Opportunities, Assess Threat Level, Inform Product Roadmap, Guide Pricing Strategy)\n\n<strong>COMPETITOR ANALYSIS FRAMEWORK:<\/strong>\n\n<strong>1. COMPANY OVERVIEW<\/strong>\n   For each competitor, provide:\n   \u2022 Company Name & Founded Date\n   \u2022 Headquarters Location\n   \u2022 Company Stage: Startup, Scale-up, Growth-stage, Mature, Legacy\n   \u2022 Ownership Structure: Private, Public, Subsidiary, Acquired\n   \u2022 Revenue: Estimated annual revenue (cite sources or note estimate)\n   \u2022 Funding: Total funding raised, latest round, key investors\n   \u2022 Employee Count: Current team size and growth trajectory\n   \u2022 Leadership Team: CEO, key executives, their backgrounds\n   \u2022 Mission\/Vision: Stated company purpose and strategic direction\n\n<strong>2. PRODUCT\/SERVICE ANALYSIS<\/strong>\n   <strong>A. Core Offering<\/strong>\n      \u2022 Product\/Service Description: What they sell and to whom\n      \u2022 Product Line Breadth: Single product vs. suite vs. platform\n      \u2022 Key Features: Top 5-7 capabilities and functionalities\n      \u2022 Unique Selling Proposition (USP): What makes their offering different\n      \u2022 Technology Stack: Core technologies, platforms, integrations\n      \u2022 User Experience: Interface quality, ease of use, onboarding\n      \u2022 Innovation Velocity: How frequently they release new features\n\n   <strong>B. Differentiation & Positioning<\/strong>\n      \u2022 Market Positioning: Premium, value, niche specialist, mass market\n      \u2022 Target Customer Profile: Who they're built for (ICP analysis)\n      \u2022 Brand Promise: Core messaging and value communication\n      \u2022 Competitive Moats: Sustainable advantages (network effects, data, brand, switching costs)\n      \u2022 Gaps & Weaknesses: What they're missing or doing poorly\n\n<strong>3. PRICING STRATEGY<\/strong>\n   \u2022 Pricing Model: Subscription, usage-based, one-time, freemium, tiered\n   \u2022 Price Points: Specific pricing for each tier\/plan\n   \u2022 Positioning: How they price relative to market (premium, competitive, discount)\n   \u2022 Value Metrics: What customers pay for (seats, usage, features, outcomes)\n   \u2022 Monetization Tactics: Upsells, cross-sells, add-ons, enterprise custom pricing\n   \u2022 Pricing Psychology: Anchoring, bundling, good-better-best framing\n   \u2022 Discounting Practices: Sales promotions, annual vs. monthly, startup programs\n\n<strong>4. GO-TO-MARKET STRATEGY<\/strong>\n   <strong>A. Customer Acquisition<\/strong>\n      \u2022 Primary Channels: Where they acquire customers (paid ads, content, SEO, partnerships, sales)\n      \u2022 Marketing Strategy: Positioning, messaging, campaigns, brand building\n      \u2022 Content Strategy: Blogs, videos, webinars, podcasts, case studies, whitepapers\n      \u2022 SEO & Organic: Domain authority, keyword rankings, traffic estimates\n      \u2022 Paid Advertising: Channels (Google, Facebook, LinkedIn), estimated spend, messaging\n      \u2022 Social Media Presence: Platforms, follower count, engagement rate, content themes\n      \u2022 PR & Media: Press coverage, thought leadership, analyst relations\n      \u2022 Events & Sponsorships: Conferences, trade shows, community involvement\n\n   <strong>B. Sales Model<\/strong>\n      \u2022 Sales Motion: Product-led growth (PLG), sales-led, hybrid, channel partners\n      \u2022 Sales Team Structure: Inside sales, field sales, SDRs, AEs, SEs\n      \u2022 Sales Cycle: Average length from first touch to close\n      \u2022 Deal Size: Average contract value (ACV), deal range (SMB vs. enterprise)\n      \u2022 Sales Tactics: Demos, free trials, POCs, consultative selling\n\n   <strong>C. Distribution & Partnerships<\/strong>\n      \u2022 Direct vs. Indirect: % of revenue from each channel\n      \u2022 Channel Partners: Resellers, integrators, affiliates, referral programs\n      \u2022 Strategic Partnerships: Technology integrations, co-marketing, ecosystem plays\n      \u2022 Marketplace Presence: App stores, AWS Marketplace, Salesforce AppExchange\n\n<strong>5. CUSTOMER ANALYSIS<\/strong>\n   \u2022 Customer Segments: Industries, company sizes, use cases they serve\n   \u2022 Customer Count: Total customers (or estimated based on public info)\n   \u2022 Notable Customers: Logo wall, case studies, testimonials\n   \u2022 Customer Satisfaction: NPS, review scores (G2, Capterra, TrustPilot)\n   \u2022 Customer Reviews: Common praise and complaints from reviews\n   \u2022 Retention & Churn: Estimated retention rate, reasons for churn\n   \u2022 Customer Success: Support model, onboarding, training, community\n\n<strong>6. FINANCIAL & PERFORMANCE METRICS<\/strong>\n   \u2022 Revenue: Current annual recurring revenue (ARR) or total revenue\n   \u2022 Growth Rate: YoY revenue growth percentage\n   \u2022 Profitability: Profitable, breakeven, or burning cash? Burn rate if known\n   \u2022 Unit Economics: CAC, LTV, LTV:CAC ratio, payback period (estimate if not public)\n   \u2022 Market Share: Estimated % of total addressable market\n   \u2022 Valuation: If public (market cap) or private (last funding round valuation)\n   \u2022 Financial Health: Runway, fundraising pressure, economic resilience\n\n<strong>7. STRENGTHS, WEAKNESSES, OPPORTUNITIES, THREATS (SWOT)<\/strong>\n   For each competitor:\n   \n   <strong>Strengths:<\/strong>\n   \u2022 What they excel at (product, brand, distribution, team, funding)\n   \u2022 Advantages they have over you and others\n   \u2022 Core competencies and capabilities\n   \n   <strong>Weaknesses:<\/strong>\n   \u2022 Where they're vulnerable (product gaps, poor reviews, high churn)\n   \u2022 Areas where you can outcompete them\n   \u2022 Internal challenges or constraints\n   \n   <strong>Opportunities (for them):<\/strong>\n   \u2022 Market trends they're well-positioned to capitalize on\n   \u2022 Adjacencies they could expand into\n   \u2022 Unserved customer segments they might target\n   \n   <strong>Threats (to them):<\/strong>\n   \u2022 Market shifts that could hurt their model\n   \u2022 New entrants or disruptors\n   \u2022 Regulatory or technology risks\n\n<strong>8. COMPETITIVE POSITIONING MAP<\/strong>\n   Create a 2x2 matrix mapping all competitors (including your company) on two key dimensions:\n   \u2022 X-Axis: <span class=\"placeholder\">[DIMENSION_1]<\/span> (e.g., Price: Low \u2192 High, Features: Basic \u2192 Advanced, Market Focus: SMB \u2192 Enterprise)\n   \u2022 Y-Axis: <span class=\"placeholder\">[DIMENSION_2]<\/span> (e.g., Ease of Use: Complex \u2192 Simple, Specialization: Niche \u2192 Broad, Innovation: Incremental \u2192 Disruptive)\n   \n   For each quadrant, explain:\n   \u2022 Who occupies that space\n   \u2022 What customer needs are served there\n   \u2022 How crowded\/competitive it is\n   \u2022 Where white space opportunities exist\n\n<strong>9. STRATEGIC INSIGHTS & RECOMMENDATIONS<\/strong>\n   <strong>A. Competitive Advantage Opportunities<\/strong>\n      \u2022 Where can you differentiate vs. competitors?\n      \u2022 What gaps in their offerings can you exploit?\n      \u2022 Which competitors are most vulnerable to disruption?\n   \n   <strong>B. Defensive Strategy<\/strong>\n      \u2022 What are competitors likely to do next?\n      \u2022 How can you defend against their moves?\n      \u2022 Where should you build moats to protect your position?\n   \n   <strong>C. Attack Strategy<\/strong>\n      \u2022 Which competitor should you target for market share gains?\n      \u2022 What's their weakest point you can exploit?\n      \u2022 How can you position against them in sales\/marketing?\n   \n   <strong>D. Strategic Moves to Consider<\/strong>\n      \u2022 Product roadmap priorities based on competitive gaps\n      \u2022 Pricing adjustments to improve positioning\n      \u2022 Marketing messaging to emphasize differentiation\n      \u2022 Partnership or acquisition targets to strengthen position\n\n<strong>10. COMPETITIVE INTELLIGENCE DASHBOARD<\/strong>\n   Create a summary scorecard comparing all competitors on 10-point scales:\n   \u2022 Product Quality: 1-10\n   \u2022 Innovation Velocity: 1-10\n   \u2022 Brand Strength: 1-10\n   \u2022 Customer Satisfaction: 1-10\n   \u2022 Pricing Competitiveness: 1-10\n   \u2022 Go-to-Market Execution: 1-10\n   \u2022 Financial Strength: 1-10\n   \u2022 Overall Threat Level: 1-10\n\n<strong>OUTPUT FORMAT:<\/strong>\n\u2022 Organize analysis by competitor (one full profile per competitor)\n\u2022 Use headers, bullet points, and tables for scanability\n\u2022 Include specific data points, metrics, and examples\n\u2022 Cite sources where data is publicly available\n\u2022 Flag assumptions and estimates clearly\n\u2022 End with cross-competitor comparison and strategic recommendations\n\n<strong>TONE & STYLE:<\/strong>\n\u2022 Objective and data-driven\n\u2022 Strategic and action-oriented\n\u2022 Balanced view of strengths and weaknesses\n\u2022 Specific and evidence-based (avoid generic observations)\n\u2022 Focused on actionable insights for decision-making<\/div>\n                    <button class=\"copy-button\" onclick=\"copyPrompt()\">\ud83d\udccb Copy Prompt<\/button>\n                <\/div>\n\n                <div class=\"tip-box\">\n                    <strong>Tip:<\/strong> Fill in the <span class=\"placeholder\">[orange placeholders]<\/span> with your specific competitors and analysis objectives before using this prompt.\n                <\/div>\n            <\/div>\n\n            <div class=\"section\">\n                <h3 class=\"section-title\">The Logic (Why This Prompt Works)<\/h3>\n                \n                <div class=\"logic-grid\">\n                    <div class=\"logic-item\">\n                        <h4>Multi-Layer Analysis (Product \u2192 GTM \u2192 Financials)<\/h4>\n                        <p>The prompt structures competitive analysis across three critical layers: product\/offering, go-to-market execution, and financial performance. This prevents surface-level competitor comparisons that only examine features. A competitor might have inferior product features but superior distribution (e.g., Salesforce vs. earlier CRMs)\u2014understanding this informs whether to compete on product innovation or channel strategy.<\/p>\n                    <\/div>\n                    \n                    <div class=\"logic-item\">\n                        <h4>SWOT Framework for Strategic Action<\/h4>\n                        <p>By requiring SWOT analysis for each competitor, the prompt transforms descriptive intelligence into strategic insight. Identifying competitor weaknesses reveals attack opportunities; understanding their opportunities signals defensive priorities. Companies using structured SWOT for competitive analysis make 3.2x faster strategic pivots than those relying on ad-hoc observations.<\/p>\n                    <\/div>\n                    \n                    <div class=\"logic-item\">\n                        <h4>2x2 Positioning Map for White Space Identification<\/h4>\n                        <p>The competitive positioning matrix visualizes market structure and reveals uncontested positioning opportunities. By plotting competitors on two strategic dimensions (e.g., price vs. features), it exposes overcrowded quadrants to avoid and underserved quadrants to target. This visual framework has helped companies like Zoom identify \"enterprise-quality at SMB pricing\" positioning that incumbents ignored.<\/p>\n                    <\/div>\n                    \n                    <div class=\"logic-item\">\n                        <h4>Unit Economics & Financial Health Assessment<\/h4>\n                        <p>The prompt requires estimating competitor unit economics (CAC, LTV, payback period) and financial health\u2014revealing which competitors can sustain aggressive growth vs. those financially constrained. A well-funded competitor burning $10M\/month poses different threats than a profitable bootstrapped player. This informs whether to compete on price (they can't afford to match) or innovation (they're resource-rich).<\/p>\n                    <\/div>\n                    \n                    <div class=\"logic-item\">\n                        <h4>GTM Channel Intelligence (Where They Win Customers)<\/h4>\n                        <p>Rather than just analyzing what competitors sell, the prompt dissects how they acquire customers\u2014paid ads, SEO, sales teams, partnerships, product-led growth. If a competitor dominates via enterprise sales but you can't afford a sales team, you need a different motion (PLG, community-led). Understanding channel strategies prevents copying tactics that won't work with your resources or model.<\/p>\n                    <\/div>\n                    \n                    <div class=\"logic-item\">\n                        <h4>Competitive Scorecard for Prioritization<\/h4>\n                        <p>The 10-dimension scorecard (Product Quality, Innovation, Brand, etc.) on 1-10 scales enables quantitative competitor comparison and threat prioritization. Rather than treating all competitors equally, it identifies which pose the highest threat across multiple dimensions. This prevents overreacting to noisy competitors while underestimating stealth threats\u2014a mistake that led Blockbuster to dismiss Netflix initially.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"section\">\n                <h3 class=\"section-title\">Output Preview<\/h3>\n                \n                <div class=\"preview-section\">\n                    <div class=\"preview-title\">Example Result:<\/div>\n                    <div class=\"preview-content\">\n                        <p><strong>COMPETITOR: Notion (Project Management Software Market)<\/strong><\/p>\n\n                        <h4 class=\"subsection-title\">COMPANY OVERVIEW<\/h4>\n                        <p><strong>Founded:<\/strong> 2016 | <strong>HQ:<\/strong> San Francisco, CA | <strong>Stage:<\/strong> Growth (Series C)<br>\n                        <strong>Revenue:<\/strong> ~$120M ARR (2023 est.) | <strong>Funding:<\/strong> $343M total, $275M Series C @ $10B valuation (2021)<br>\n                        <strong>Employees:<\/strong> ~300 | <strong>CEO:<\/strong> Ivan Zhao (technical founder, designer background)<br>\n                        <strong>Mission:<\/strong> \"Make software toolmaking ubiquitous\"\u2014empower users to build custom workflows<\/p>\n\n                        <h4 class=\"subsection-title\">PRODUCT ANALYSIS<\/h4>\n                        <p><strong>Core Offering:<\/strong> All-in-one workspace combining notes, docs, wikis, databases, project management<br>\n                        <strong>Key Features:<\/strong> Blocks-based editor, relational databases, templates, real-time collaboration, API<br>\n                        <strong>USP:<\/strong> Infinite flexibility\u2014users build custom tools vs. rigid pre-built features<br>\n                        <strong>Technology:<\/strong> React, proprietary block architecture, offline-first sync<br>\n                        <strong>Differentiation:<\/strong> \"Lego blocks for knowledge work\"\u2014appeals to power users wanting customization<br>\n                        <strong>Weaknesses:<\/strong> Steep learning curve, performance issues with large workspaces, weak mobile app<\/p>\n\n                        <h4 class=\"subsection-title\">PRICING STRATEGY<\/h4>\n                        <p><strong>Model:<\/strong> Freemium + tiered subscriptions<br>\n                        <strong>Tiers:<\/strong> Free (unlimited pages, limited blocks) | Plus ($10\/user\/mo) | Business ($18\/user\/mo) | Enterprise (custom)<br>\n                        <strong>Positioning:<\/strong> Value pricing (50% cheaper than Confluence, Asana combined)<br>\n                        <strong>Monetization:<\/strong> Starts free, upsells on collaboration (team plans), storage, advanced permissions<br>\n                        <strong>Psychology:<\/strong> Generous free tier drives viral adoption; price anchoring vs. buying multiple tools<\/p>\n\n                        <h4 class=\"subsection-title\">GO-TO-MARKET<\/h4>\n                        <p><strong>Primary Channel:<\/strong> Product-led growth (PLG)\u201483% of users discover via word-of-mouth\/social<br>\n                        <strong>Marketing:<\/strong> Community-driven (templates, ambassadors, YouTube tutorials), minimal paid ads<br>\n                        <strong>Content:<\/strong> User-generated templates, \"Notion for X\" guides, aesthetic productivity content on TikTok\/Instagram<br>\n                        <strong>SEO:<\/strong> Domain Authority 78, ranks #1 for \"notion templates,\" \"productivity app,\" \"second brain\"<br>\n                        <strong>Sales:<\/strong> Self-serve for SMB; inside sales team for enterprise (100+ seats)<br>\n                        <strong>Partnerships:<\/strong> Integrations with Slack, Google Drive, Figma; no major channel partnerships<\/p>\n\n                        <h4 class=\"subsection-title\">SWOT ANALYSIS<\/h4>\n                        <p><strong>Strengths:<\/strong><\/p>\n                        <ul>\n                            <li>Cult-like community and brand loyalty (NPS: 62)<\/li>\n                            <li>Network effects (shared templates, team adoption)<\/li>\n                            <li>Product flexibility appeals to diverse use cases<\/li>\n                            <li>Strong funding runway ($343M raised)<\/li>\n                        <\/ul>\n                        <p style=\"margin-top: 1rem;\"><strong>Weaknesses:<\/strong><\/p>\n                        <ul>\n                            <li>Complexity overwhelms mainstream users (25% abandon after first use)<\/li>\n                            <li>Performance degrades with large databases (500+ pages)<\/li>\n                            <li>Limited offline functionality vs. native apps<\/li>\n                            <li>Weak enterprise features (SSO, advanced admin controls)<\/li>\n                        <\/ul>\n                        <p style=\"margin-top: 1rem;\"><strong>Threat Level:<\/strong> <strong>7\/10<\/strong> \u2014 High threat to flexible workspace tools, but struggles to replace specialized tools (Jira for dev teams, Salesforce for CRM)<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"section\">\n                <h3 class=\"section-title\">Chain Strategy (Advanced Workflow)<\/h3>\n                <p style=\"margin-bottom: 1.5rem;\">For best results, use this 3-step sequential prompting strategy:<\/p>\n                \n                <div class=\"chain-steps\">\n                    <div class=\"chain-step\">\n                        <div class=\"step-number\">1<\/div>\n                        <h4>Competitor Product Teardown<\/h4>\n                        <p><strong>Goal:<\/strong> Deep-dive into competitor product features, UX, and technology architecture<\/p>\n                        <p><strong>Prompt:<\/strong> \"Conduct a detailed product teardown of <span class=\"placeholder\">[COMPETITOR_PRODUCT]<\/span>. Sign up for their product (free trial or free tier), document the onboarding flow step-by-step, map out all features and capabilities organized by category, identify the 'wow moments' that drive retention, analyze their user interface design patterns and information architecture, examine their technology stack (inspect network requests, view source, check job postings for tech mentions), and create a feature comparison matrix against <span class=\"placeholder\">[YOUR_PRODUCT]<\/span>. Highlight: (1) Features they have that you lack, (2) Features you have that they lack, (3) Features both have but with different approaches. Rate each feature on importance to customers (1-10) and quality of execution (1-10).\"<\/p>\n                        <p><strong>Expected Output:<\/strong> Detailed product map with annotated screenshots, feature parity analysis, UX assessment, and technology insights.<\/p>\n                    <\/div>\n                    \n                    <div class=\"chain-step\">\n                        <div class=\"step-number\">2<\/div>\n                        <h4>GTM & Customer Acquisition Reverse-Engineering<\/h4>\n                        <p><strong>Goal:<\/strong> Understand exactly how competitors acquire, convert, and retain customers<\/p>\n                        <p><strong>Prompt:<\/strong> \"Reverse-engineer the customer acquisition strategy of <span class=\"placeholder\">[COMPETITOR]<\/span>. Research: (1) Paid advertising: What keywords they bid on (use Google Ads Keyword Planner, SEMrush), what ad copy and landing pages they use, estimated monthly ad spend (SimilarWeb, SpyFu), (2) Organic SEO: Top keyword rankings, domain authority, backlink profile, content strategy (topics, frequency, formats), (3) Social media: Follower count, engagement rate, content themes, posting frequency across LinkedIn, Twitter, Instagram, TikTok, (4) Sales process: Request a demo or sales call\u2014document pitch, objection handling, pricing negotiation, sales materials, follow-up cadence, (5) Email marketing: Sign up for their list\u2014map nurture sequence, email frequency, CTAs, personalization tactics. Then estimate their customer acquisition cost (CAC) based on observed spend and estimated conversion rates. Recommend: Which of their channels could we replicate with our budget and resources?\"<\/p>\n                        <p><strong>Expected Output:<\/strong> GTM playbook reverse-engineering with channel tactics, estimated economics, and replicability assessment.<\/p>\n                    <\/div>\n                    \n                    <div class=\"chain-step\">\n                        <div class=\"step-number\">3<\/div>\n                        <h4>Strategic Differentiation & Positioning<\/h4>\n                        <p><strong>Goal:<\/strong> Synthesize insights into actionable differentiation strategy<\/p>\n                        <p><strong>Prompt:<\/strong> \"Based on the competitive intelligence gathered [INSERT FINDINGS FROM STEPS 1-2], develop a differentiation strategy for <span class=\"placeholder\">[YOUR_PRODUCT]<\/span> vs. <span class=\"placeholder\">[TOP_3_COMPETITORS]<\/span>. Analyze: (1) Positioning map: Plot all players on 2x2 matrix (axes: <span class=\"placeholder\">[X_AXIS]<\/span> vs. <span class=\"placeholder\">[Y_AXIS]<\/span>)\u2014where is the white space? (2) Competitive advantages: What can you do better\/differently? Consider: product features, pricing, target customer, use cases, brand, distribution, support. (3) Wedge strategy: What narrow niche can you dominate first before expanding? (4) Messaging framework: How to position against each competitor in sales\/marketing. For each competitor, write: 'Unlike [COMPETITOR] which [WEAKNESS], [YOUR_PRODUCT] [DIFFERENTIATION] so you can [BENEFIT].' (5) Product roadmap priorities: Which features to build\/improve to widen competitive moat. Provide 3 strategic options (conservative, moderate, aggressive differentiation) with pros\/cons.\"<\/p>\n                        <p><strong>Expected Output:<\/strong> Differentiation playbook with positioning map, messaging, roadmap priorities, and strategic recommendations.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"section\">\n                <h3 class=\"section-title\">Human-in-the-Loop Refinement Tips<\/h3>\n                <p style=\"margin-bottom: 1.5rem;\">Enhance your results with these follow-up prompts:<\/p>\n                \n                <div class=\"hitl-grid\">\n                    <div class=\"hitl-item\">\n                        <h4>\ud83d\udd0d Customer Review Sentiment Mining<\/h4>\n                        <p><strong>Follow-up Prompt:<\/strong> \"Analyze customer reviews of <span class=\"placeholder\">[COMPETITOR]<\/span> across G2, Capterra, TrustPilot, Reddit, and Twitter. Extract: (1) Top 10 most frequently mentioned positive aspects (features customers love), (2) Top 10 pain points and complaints, (3) Common reasons for switching away from this competitor, (4) Feature requests customers are asking for, (5) Comparison mentions (when reviews compare to other products). Quantify sentiment (% positive, negative, neutral) and identify patterns by customer segment (SMB vs. Enterprise, industry vertical). Recommend: Which competitor weaknesses should we emphasize in positioning? Which unmet needs can we address in our roadmap?\"<\/p>\n                    <\/div>\n                    \n                    <div class=\"hitl-item\">\n                        <h4>\ud83d\udcb0 Pricing & Packaging Competitive Analysis<\/h4>\n                        <p><strong>Follow-up Prompt:<\/strong> \"Create a detailed pricing comparison of <span class=\"placeholder\">[YOUR_PRODUCT]<\/span> vs. <span class=\"placeholder\">[COMPETITOR_1]<\/span>, <span class=\"placeholder\">[COMPETITOR_2]<\/span>, <span class=\"placeholder\">[COMPETITOR_3]<\/span>. For each: (1) Document all pricing tiers, plan names, price points, and billing frequencies, (2) List features included in each tier vs. paywalled, (3) Analyze value metrics (per-seat, usage-based, flat-fee), (4) Identify upsells and cross-sells, (5) Estimate average deal size and LTV by customer segment. Then create a feature-price matrix showing which competitor offers best value for different personas. Recommend: (a) Should we re-tier our pricing to match market structure? (b) Are we priced too high\/low for our feature set? (c) What packaging changes would improve conversion or expansion revenue?\"<\/p>\n                    <\/div>\n                    \n                    <div class=\"hitl-item\">\n                        <h4>\ud83d\udcca Market Share & Growth Trajectory Estimation<\/h4>\n                        <p><strong>Follow-up Prompt:<\/strong> \"Estimate market share and growth rates for <span class=\"placeholder\">[COMPETITOR]<\/span> using available data. Triangulate from: (1) Public financial disclosures (if public company or filed reports), (2) Funding announcements and reported ARR\/revenue multiples, (3) Job postings velocity (hiring = growth signal), (4) LinkedIn employee count growth rate, (5) Website traffic trends (SimilarWeb, Ahrefs), (6) App store downloads and reviews growth, (7) Customer count mentions in press or on website, (8) Industry analyst reports (Gartner, Forrester) market sizing. Calculate: estimated current ARR, YoY growth rate %, market share of TAM, projected ARR in 12\/24 months. Assess: Is this competitor gaining or losing momentum? Are we growing faster or slower? What does this mean for competitive urgency?\"<\/p>\n                    <\/div>\n                    \n                    <div class=\"hitl-item\">\n                        <h4>\ud83c\udfaf Win\/Loss Analysis Against Specific Competitor<\/h4>\n                        <p><strong>Follow-up Prompt:<\/strong> \"Design a win\/loss analysis framework to understand why customers choose us vs. <span class=\"placeholder\">[COMPETITOR]<\/span> (or vice versa). Create an interview guide for sales team to use with: (a) Customers who chose us over [COMPETITOR]\u2014Why did we win? What nearly made them choose competitor? (b) Lost deals who chose [COMPETITOR] over us\u2014Why did they go with competitor? What could have changed their decision? Interview questions should cover: decision criteria importance ranking, product evaluation scores, pricing comparison, sales experience quality, implementation concerns, trust\/brand perception. After collecting 10-15 interviews per category, analyze patterns and create action plan: (1) Double down on strengths customers value most, (2) Address weaknesses causing losses, (3) Refine sales messaging\/demo to emphasize winning differentiators.\"<\/p>\n                    <\/div>\n                    \n                    <div class=\"hitl-item\">\n                        <h4>\ud83d\ude80 Competitor Launch & Product Update Monitoring<\/h4>\n                        <p><strong>Follow-up Prompt:<\/strong> \"Set up a competitive intelligence monitoring system to track <span class=\"placeholder\">[COMPETITOR]<\/span> product updates, launches, and strategic moves in real-time. Recommend tools and methods: (1) Track their changelog\/release notes page, (2) Monitor social media announcements (Twitter, LinkedIn), (3) Set Google Alerts for company news, (4) Subscribe to their blog, newsletter, product updates, (5) Join their community forum or Slack, (6) Watch for hiring signals (new roles = new initiatives), (7) Track app store update notes, (8) Use BuiltWith or Wappalyzer to detect new tech integrations. Create a weekly competitive intelligence digest format that flags: new features launched, pricing changes, GTM shifts, partnerships announced, funding raised, executive changes, customer wins\/losses. Recommend: How should we respond to each type of competitive move?\"<\/p>\n                    <\/div>\n                    \n                    <div class=\"hitl-item\">\n                        <h4>\ud83e\udde0 Competitor Strategic Intent Prediction<\/h4>\n                        <p><strong>Follow-up Prompt:<\/strong> \"Analyze <span class=\"placeholder\">[COMPETITOR]<\/span>'s likely strategic moves over the next 12-24 months. Consider signals: (1) Recent product launches and roadmap hints (from changelog, job postings, patents filed), (2) Funding situation (recent raise = aggressive growth; low burn = profitability focus), (3) Leadership changes or strategic hires (new enterprise sales VP = enterprise push), (4) Market trends they're well-positioned to exploit, (5) Customer segment expansion clues (new case studies, industry-specific features), (6) Technology investments (new engineering roles, acquisitions). Predict 3 likely scenarios: (Scenario A) Most likely move based on current trajectory, (Scenario B) Aggressive growth move if well-funded, (Scenario C) Defensive move if facing pressure. For each scenario, recommend our counter-strategy: How should we prepare? What preemptive moves should we make?\"<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"stats-footer\">\n            <div class=\"stat\">\n                <div class=\"stat-value\">\u2b50 4.8<\/div>\n                <div class=\"stat-label\">(542 ratings)<\/div>\n            <\/div>\n            <div class=\"stat\">\n                <div class=\"stat-value\">\ud83d\udccb 9,834<\/div>\n                <div class=\"stat-label\">copies<\/div>\n            <\/div>\n            <div class=\"stat\">\n                <div class=\"stat-value\">\ud83d\udcac 418<\/div>\n                <div class=\"stat-label\">reviews<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function copyPrompt() {\n            const promptText = document.getElementById('promptText').innerText;\n            const button = document.querySelector('.copy-button');\n            \n            navigator.clipboard.writeText(promptText).then(() => {\n                button.textContent = '\u2713 Copied!';\n                button.classList.add('copied');\n                \n                setTimeout(() => {\n                    button.textContent = '\ud83d\udccb Copy Prompt';\n                    button.classList.remove('copied');\n                }, 2000);\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Competitor Analysis Deep Dive &#8211; AiPro Institute\u2122 Prompt Library AiPro Institute\u2122 Prompt Library Competitor Analysis Deep Dive Systematically dissect competitor strategies, identify vulnerabilities, and uncover opportunities for differentiation and market advantage Intermediate 15-20 minutes ~600 tokens Strategic Analysis Tool Compatibility Model Agnostic GPT-4o Claude 3.5 Gemini 2.5 The Prompt You are a competitive intelligence analyst&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[182],"tags":[],"class_list":["post-4784","post","type-post","status-publish","format-standard","hentry","category-market-strategy"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4784","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=4784"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4784\/revisions"}],"predecessor-version":[{"id":4793,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4784\/revisions\/4793"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=4784"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=4784"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=4784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}