competitive-analysis
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCompetitive Analysis
竞品分析
Overview
概述
Competitive analysis is a systematic process for understanding the market landscape, identifying competitors, and finding differentiation opportunities. Research existing solutions, analyze their strengths and weaknesses, understand market positioning, and inform product strategy with evidence-based insights.
竞品分析是一个系统性流程,用于了解市场格局、识别竞争对手并寻找差异化机会。研究现有解决方案、分析其优劣势、理解市场定位,并用基于实证的洞见为产品战略提供依据。
When to Use This Skill
何时使用该技能
This skill should be used when:
- Researching competitors before starting a new project
- Analyzing market positioning and differentiation opportunities
- Understanding feature landscapes across competing products
- Identifying market gaps and opportunities
- Creating competitive analysis documents for stakeholders
- Informing product strategy and roadmap decisions
在以下场景中应使用此技能:
- 启动新项目前研究竞争对手
- 分析市场定位与差异化机会
- 了解竞品间的功能格局
- 识别市场空白与机会
- 为利益相关者创建竞品分析文档
- 为产品战略与路线图决策提供依据
Visual Enhancement with Project Diagrams
借助项目图表优化可视化效果
When documenting competitive analysis, always include visualizations.
Use the project-diagrams skill to generate:
- Competitive positioning maps (2x2 matrices)
- Feature comparison charts
- Market segment diagrams
- SWOT analysis visualizations
- Competitor landscape maps
bash
python .claude/skills/project-diagrams/scripts/generate_schematic.py "diagram description" -o diagrams/output.png在记录竞品分析时,务必包含可视化内容。
使用project-diagrams技能生成:
- 竞品定位图(2x2矩阵)
- 功能对比图表
- 市场细分图
- SWOT分析可视化
- 竞品格局图
bash
python .claude/skills/project-diagrams/scripts/generate_schematic.py "diagram description" -o diagrams/output.pngCompetitive Analysis Framework
竞品分析框架
Analysis Components
分析组件
| Component | Purpose | Key Questions |
|---|---|---|
| Market Overview | Understand the market | What is the market size? Who are the players? |
| Competitor Profiles | Deep dive on competitors | What do they do? How are they positioned? |
| Feature Analysis | Compare capabilities | What features exist? What's missing? |
| Positioning Analysis | Understand market positions | Where do competitors position themselves? |
| Differentiation Strategy | Find your angle | How can we be different and better? |
| 组件 | 目的 | 核心问题 |
|---|---|---|
| 市场概述 | 了解市场情况 | 市场规模有多大?主要玩家有哪些? |
| 竞品画像 | 深入分析竞争对手 | 他们的业务是什么?市场定位如何? |
| 功能分析 | 对比功能能力 | 现有哪些功能?缺少什么? |
| 定位分析 | 理解市场定位 | 竞争对手的市场位置在哪里? |
| 差异化策略 | 找到自身独特定位 | 我们如何做到与众不同且更出色? |
Research Process
研究流程
Phase 1: Market Discovery
第一阶段:市场探索
Identify the market landscape:
-
Define the market category
- What problem space are we in?
- What are adjacent categories?
- How do customers describe this space?
-
Search for competitors
- Use to find existing solutions
research-lookup - Search product directories (G2, Capterra, Product Hunt)
- Review industry reports and analyst coverage
- Search for "[category] alternatives" and "[competitor] vs"
- Use
-
Categorize competitors
Category Description Priority Direct Same problem, same solution approach High Indirect Same problem, different solution Medium Potential Could enter this space easily Monitor Substitute Alternative ways to solve the problem Awareness
识别市场格局:
-
定义市场类别
- 我们所处的问题领域是什么?
- 相邻领域有哪些?
- 客户如何描述这个领域?
-
寻找竞争对手
- 使用查找现有解决方案
research-lookup - 搜索产品目录(G2、Capterra、Product Hunt)
- 查阅行业报告与分析师研究
- 搜索“[领域名称] 替代方案”和“[竞品名称] vs”
- 使用
-
对竞争对手分类
类别 描述 优先级 直接竞品 解决相同问题,采用相同方案思路 高 间接竞品 解决相同问题,采用不同方案 中 潜在竞品 可轻松进入该领域 需监控 替代方案 解决同一问题的其他途径 需关注
Phase 2: Competitor Profiling
第二阶段:竞品画像构建
For each significant competitor, research:
yaml
competitor_profile:
name: "Competitor Name"
website: "https://..."
category: "direct | indirect | potential | substitute"
priority: "primary | secondary | tertiary"
company_info:
founded: YYYY
headquarters: "City, Country"
funding: "Series X / Public / Bootstrapped"
employees: "Range"
valuation_revenue: "If known"
product:
description: "What they do in 1-2 sentences"
target_market: "Who they serve"
positioning: "How they position themselves"
pricing:
model: "SaaS / Usage / One-time / Freemium"
tiers: ["Free", "Pro: $X/mo", "Enterprise: Custom"]
strengths:
- "Key strength 1"
- "Key strength 2"
weaknesses:
- "Key weakness 1"
- "Key weakness 2"
market_presence:
estimated_customers: "If known"
notable_customers: ["Company A", "Company B"]
geographic_focus: "Global / Regional"
technology:
platform: "Web / Mobile / Desktop / API"
tech_stack: "If known"
integrations: ["Integration 1", "Integration 2"]
recent_developments:
- date: "YYYY-MM"
event: "What happened"
sources:
- "URL where information was found"针对每个重要竞争对手,研究以下内容:
yaml
competitor_profile:
name: "Competitor Name"
website: "https://..."
category: "direct | indirect | potential | substitute"
priority: "primary | secondary | tertiary"
company_info:
founded: YYYY
headquarters: "City, Country"
funding: "Series X / Public / Bootstrapped"
employees: "Range"
valuation_revenue: "If known"
product:
description: "What they do in 1-2 sentences"
target_market: "Who they serve"
positioning: "How they position themselves"
pricing:
model: "SaaS / Usage / One-time / Freemium"
tiers: ["Free", "Pro: $X/mo", "Enterprise: Custom"]
strengths:
- "Key strength 1"
- "Key strength 2"
weaknesses:
- "Key weakness 1"
- "Key weakness 2"
market_presence:
estimated_customers: "If known"
notable_customers: ["Company A", "Company B"]
geographic_focus: "Global / Regional"
technology:
platform: "Web / Mobile / Desktop / API"
tech_stack: "If known"
integrations: ["Integration 1", "Integration 2"]
recent_developments:
- date: "YYYY-MM"
event: "What happened"
sources:
- "URL where information was found"Phase 3: Feature Analysis
第三阶段:功能分析
Create a feature comparison matrix:
yaml
feature_comparison:
categories:
- name: "Core Features"
features:
- name: "Feature A"
description: "What this feature does"
importance: "critical | important | nice_to_have"
competitors:
"Competitor 1": "full | partial | none"
"Competitor 2": "full | partial | none"
"Our Plan": "full | partial | none | future"
- name: "Feature B"
# ...
- name: "Advanced Features"
features:
# ...
- name: "Platform & Integration"
features:
# ...Feature rating definitions:
- Full: Complete implementation
- Partial: Limited or basic implementation
- None: Not offered
- Future: Planned for our product
创建功能对比矩阵:
yaml
feature_comparison:
categories:
- name: "Core Features"
features:
- name: "Feature A"
description: "What this feature does"
importance: "critical | important | nice_to_have"
competitors:
"Competitor 1": "full | partial | none"
"Competitor 2": "full | partial | none"
"Our Plan": "full | partial | none | future"
- name: "Feature B"
# ...
- name: "Advanced Features"
features:
# ...
- name: "Platform & Integration"
features:
# ...功能评级定义:
- Full:完整实现
- Partial:有限或基础实现
- None:未提供
- Future:我们产品的规划功能
Phase 4: Positioning Analysis
第四阶段:定位分析
Map competitors on positioning dimensions:
Common positioning axes:
- Price (Low ↔ High)
- Complexity (Simple ↔ Advanced)
- Target Market (SMB ↔ Enterprise)
- Focus (Generalist ↔ Specialist)
- Approach (Self-serve ↔ High-touch)
Positioning Map:
High Price
│
┌─────────────┼─────────────┐
│ Premium │ Enterprise │
│ [Comp C] │ [Comp A] │
│ │ │
Simple ───┼─────────────┼─────────────┼─── Advanced
│ │ │
│ Budget │ Power User │
│ [Comp D] │ [Comp B] │
└─────────────┼─────────────┘
│
Low PriceIdentify white space:
- Where are there gaps in the map?
- Which positions are crowded?
- Where could we uniquely position?
在定位维度上绘制竞品分布图:
常见定位轴:
- 价格(低 ↔ 高)
- 复杂度(简单 ↔ 高级)
- 目标市场(中小企业 ↔ 企业级)
- 专注度(通用型 ↔ 垂直型)
- 服务模式(自助式 ↔ 高接触式)
定位图:
高价格
│
┌─────────────┼─────────────┐
│ 高端型 │ 企业级 │
│ [竞品C] │ [竞品A] │
│ │ │
简单 ───┼─────────────┼─────────────┼─── 复杂
│ │ │
│ 经济型 │ 专业用户型 │
│ [竞品D] │ [竞品B] │
└─────────────┼─────────────┘
│
低价格识别空白区域:
- 图中存在哪些空白?
- 哪些位置过于拥挤?
- 我们可以占据哪些独特位置?
Phase 5: SWOT Analysis
第五阶段:SWOT分析
For each major competitor:
yaml
swot_analysis:
competitor: "Competitor Name"
strengths:
- factor: "Strong brand recognition"
impact: "high"
evidence: "Top-of-mind in category, high search volume"
- factor: "Extensive integrations"
impact: "medium"
evidence: "500+ integrations listed"
weaknesses:
- factor: "Complex pricing"
impact: "medium"
evidence: "Frequent complaints in reviews about unexpected costs"
- factor: "Poor mobile experience"
impact: "high"
evidence: "2.5 star app store rating"
opportunities:
- factor: "Underserved SMB segment"
impact: "high"
evidence: "Pricing starts at $50/user, reviews mention 'too expensive for small teams'"
threats:
- factor: "Strong network effects"
impact: "high"
evidence: "Viral adoption within organizations"Aggregate into market SWOT:
- Industry-wide strengths and weaknesses
- Market opportunities
- Competitive threats
针对每个主要竞争对手:
yaml
swot_analysis:
competitor: "Competitor Name"
strengths:
- factor: "Strong brand recognition"
impact: "high"
evidence: "Top-of-mind in category, high search volume"
- factor: "Extensive integrations"
impact: "medium"
evidence: "500+ integrations listed"
weaknesses:
- factor: "Complex pricing"
impact: "medium"
evidence: "Frequent complaints in reviews about unexpected costs"
- factor: "Poor mobile experience"
impact: "high"
evidence: "2.5 star app store rating"
opportunities:
- factor: "Underserved SMB segment"
impact: "high"
evidence: "Pricing starts at $50/user, reviews mention 'too expensive for small teams'"
threats:
- factor: "Strong network effects"
impact: "high"
evidence: "Viral adoption within organizations"整合为市场SWOT分析:
- 全行业的优势与劣势
- 市场机会
- 竞争威胁
Phase 6: Differentiation Strategy
第六阶段:差异化策略
Identify differentiation opportunities:
-
Feature Gaps
- What do customers want that no one offers?
- What's done poorly by everyone?
- What new capabilities are becoming possible?
-
Market Segment Gaps
- Which customer segments are underserved?
- Where is pricing misaligned with value?
- Which use cases are ignored?
-
Experience Gaps
- Where is UX frustrating?
- What's overly complex?
- Where can we simplify?
-
Technology Gaps
- What's outdated?
- What new tech enables better solutions?
- Where is performance lacking?
Differentiation Strategy Options:
| Strategy | When to Use | Risk |
|---|---|---|
| Cost Leadership | Can sustainably be cheaper | Race to bottom |
| Differentiation | Clear unique value | Hard to communicate |
| Focus (Niche) | Specific segment underserved | Limited market |
| Innovation | New approach is possible | Execution risk |
| Experience | Can be significantly better UX | Easily copied |
识别差异化机会:
-
功能空白
- 客户需要但无人提供的功能是什么?
- 所有竞品都做得不好的功能是什么?
- 哪些新功能正在成为可能?
-
市场细分空白
- 哪些客户细分群体未被充分服务?
- 价格与价值不匹配的领域在哪里?
- 哪些使用场景被忽略了?
-
体验空白
- 哪些用户体验令人沮丧?
- 哪些功能过于复杂?
- 我们可以在哪些地方简化?
-
技术空白
- 哪些技术已经过时?
- 哪些新技术能带来更好的解决方案?
- 哪些地方性能不足?
差异化策略选项:
| 策略 | 适用场景 | 风险 |
|---|---|---|
| 成本领先 | 能持续保持低价 | 陷入价格战 |
| 差异化 | 拥有清晰的独特价值 | 难以向用户传递价值 |
| 聚焦(垂直细分) | 特定细分群体未被充分服务 | 市场规模有限 |
| 创新 | 新的解决方案思路可行 | 执行风险高 |
| 体验优化 | 能显著提升用户体验 | 容易被模仿 |
Output Templates
输出模板
Competitive Analysis Report
竞品分析报告
markdown
undefinedmarkdown
undefinedCompetitive Analysis: [Market Category]
竞品分析:[市场类别]
Executive Summary
执行摘要
- Market overview (2-3 sentences)
- Number of competitors analyzed
- Key insights (3-5 bullets)
- Recommended positioning
- 市场概述(2-3句话)
- 分析的竞品数量
- 核心洞见(3-5个要点)
- 推荐的市场定位
Market Overview
市场概述
Market Size and Growth
市场规模与增长
[TAM, SAM, SOM if available]
[TAM、SAM、SOM数据(如有)]
Market Segments
市场细分
[Key customer segments and their characteristics]
[核心客户细分群体及其特征]
Market Trends
市场趋势
[Important trends affecting the market]
[影响市场的重要趋势]
Competitor Landscape
竞品格局
Primary Competitors
核心竞品
[Detailed profiles of direct competitors]
[直接竞品的详细画像]
Secondary Competitors
次要竞品
[Brief profiles of indirect competitors]
[间接竞品的简要画像]
Competitive Positioning Map
竞品定位图
[Visual representation of market positions]
[市场定位的可视化展示]
Feature Comparison
功能对比
[Feature matrix comparing capabilities]
[对比各竞品功能的矩阵]
Analysis and Insights
分析与洞见
Market Opportunities
市场机会
[Where gaps exist]
[存在的市场空白]
Competitive Threats
竞争威胁
[What to watch out for]
[需要关注的竞争风险]
Differentiation Opportunities
差异化机会
[How to stand out]
[我们的独特切入点]
Recommended Strategy
推荐策略
[Positioning recommendation with rationale]
[带有依据的定位建议]
Appendix
附录
- Detailed competitor profiles
- Data sources
- Feature comparison data
undefined- 详细竞品画像
- 数据来源
- 功能对比数据
undefinedCompetitor Profile Template
竞品画像模板
markdown
undefinedmarkdown
undefinedCompetitor Profile: [Name]
竞品画像:[竞品名称]
Overview
概述
Website: [URL]
Category: Direct / Indirect
Founded: [Year]
Funding: [Amount or status]
Employees: [Range]
官网: [URL]
类别: 直接 / 间接
成立时间: [年份]
融资情况: [金额或状态]
员工规模: [范围]
Product Description
产品描述
[What they do and who they serve]
[他们的业务内容与服务对象]
Pricing
定价
| Tier | Price | Key Features |
|---|---|---|
| 套餐 | 价格 | 核心功能 |
|---|---|---|
Strengths
优势
- [Strength 1]
- [Strength 2]
- [优势1]
- [优势2]
Weaknesses
劣势
- [Weakness 1]
- [Weakness 2]
- [劣势1]
- [劣势2]
Key Features
核心功能
[List of notable features]
[值得关注的功能列表]
Customer Reviews Summary
用户评价摘要
Positive themes:
- [Theme 1]
Negative themes:
- [Theme 1]
正面评价主题:
- [主题1]
负面评价主题:
- [主题1]
Recent News
近期动态
- [日期]:[事件]
Sources
信息来源
- [URL 1]
- [URL 2]
undefined- [URL 1]
- [URL 2]
undefinedResearch Best Practices
研究最佳实践
Do's
建议事项
- Use multiple sources (don't rely on competitor's marketing alone)
- Include customer reviews (G2, Capterra, Reddit, Twitter)
- Look for recent news and funding announcements
- Document all sources for credibility
- Update analysis regularly (market changes)
- Talk to actual users when possible
- 使用多来源信息(不要仅依赖竞品的营销内容)
- 纳入用户评价(G2、Capterra、Reddit、Twitter)
- 关注近期新闻与融资公告
- 记录所有信息来源以确保可信度
- 定期更新分析(市场在不断变化)
- 尽可能与真实用户交流
Don'ts
避免事项
- Don't just copy competitor marketing claims
- Don't ignore indirect competitors
- Don't assume feature lists equal actual capabilities
- Don't skip pricing research
- Don't make analysis too long (focus on insights)
- Don't let analysis replace customer research
- 不要直接照搬竞品的营销宣传
- 不要忽视间接竞品
- 不要认为功能列表等同于实际能力
- 不要跳过定价研究
- 不要让分析过于冗长(聚焦洞见)
- 不要用分析替代用户调研
Finding Information
信息获取渠道
Product information:
- Company websites and blogs
- Press releases and news
- Crunchbase, PitchBook for funding
- LinkedIn for employee counts
Customer sentiment:
- G2, Capterra, TrustRadius reviews
- Reddit discussions
- Twitter mentions
- App store reviews
Market data:
- Industry analyst reports
- Market research firms
- Trade publications
- SEC filings (public companies)
Feature details:
- Product documentation
- Help centers
- YouTube demos
- Free trials
产品信息:
- 企业官网与博客
- 新闻稿与新闻报道
- Crunchbase、PitchBook(融资信息)
- LinkedIn(员工规模)
用户反馈:
- G2、Capterra、TrustRadius评价
- Reddit讨论
- Twitter提及
- 应用商店评价
市场数据:
- 行业分析师报告
- 市场研究公司数据
- 行业出版物
- SEC文件(上市公司)
功能细节:
- 产品文档
- 帮助中心
- YouTube演示视频
- 免费试用
Quality Checklist
质量检查表
Before completing competitive analysis:
- Market clearly defined
- All major competitors identified
- At least 3 direct competitors profiled
- Feature comparison completed
- Positioning map created
- Strengths and weaknesses documented
- Differentiation opportunities identified
- All sources cited
- Analysis is actionable (not just descriptive)
- Insights support product strategy decisions
完成竞品分析前,请检查:
- 市场已明确定义
- 所有主要竞品已识别
- 至少3个直接竞品完成画像
- 功能对比已完成
- 定位图已创建
- 优劣势已记录
- 差异化机会已识别
- 所有信息来源已标注
- 分析具备可执行性(不只是描述性内容)
- 洞见可支持产品战略决策