competitor-scan

通过浏览器自动化操作与网络检索相结合,系统性地分析竞品产品的核心交互流程与设计模式,涵盖界面截图、用户路径遍历、行业拆解报告搜索及设计要素提炼,为产品设计决策提供可落地的跨平台参考依据。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add WellApp-ai/Well --skill "competitor-scan"

Competitor Scan Skill

Research how best-in-class products solve similar problems using Browser MCP for screenshots and WebSearch for teardowns.

When to Use

  • At the start of DIVERGE Loop (L1)
  • When exploring new UI patterns
  • When benchmarking against industry standards

Instructions

Phase 1: Identify Competitors

Use the domain competitor table:

DomainProducts to Study
Workspaces/CollaborationNotion, Linear, Slack, Figma, Attio
Data TablesAirtable, Retool, Rows, Grist
AI ChatChatGPT, Claude, Gemini, Perplexity
Onboarding/FlowsStripe, Plaid, Mercury, Ramp
Settings/AdminVercel, Railway, PlanetScale
Invitations/TeamSlack, Notion, Linear, Figma
Billing/SubscriptionsStripe, Paddle, Chargebee

Phase 2: Screenshot Key Flows (Browser MCP)

For each relevant competitor:

1. browser_navigate to the product URL or relevant page
2. browser_snapshot to understand the page structure
3. browser_take_screenshot to capture the UI
4. browser_click / browser_type to navigate through flows

Capture:

  • Entry points (how users start the flow)
  • Key screens (main interactions)
  • Edge cases (empty states, errors)
  • Micro-interactions (hover states, transitions)

Phase 3: Research Teardowns (WebSearch)

Search for existing analysis:

WebSearch "[Product] UI teardown [feature]"
WebSearch "[Product] UX case study [feature]"
WebSearch "[Feature] best practices design patterns"

Phase 4: Extract Patterns

For each competitor, note:

AspectPattern
LayoutHow is content organized?
NavigationHow do users move between states?
ActionsHow are primary/secondary actions presented?
FeedbackHow is success/error communicated?
CopyWhat language/tone is used?

Output Format

After running this skill, output:

## Competitor Scan

### Products Analyzed
1. [Product A] - [URL or feature]
2. [Product B] - [URL or feature]
3. [Product C] - [URL or feature]

### Key Patterns Observed

| Pattern | Product | Description |
|---------|---------|-------------|
| [Pattern] | [Product] | [How they do it] |

### Insights for Our Design
- [Insight 1]: [How to apply]
- [Insight 2]: [How to apply]

### Screenshots Captured
- [Description of screenshot 1]
- [Description of screenshot 2]

Invocation

Invoke manually with “use competitor-scan skill” or follow Ask mode DIVERGE loop which references this skill’s phases.

  • problem-framing - Define what problem to research
  • design-context - Compare external patterns with internal