From product-builder
Use when user wants deep competitor feature analysis. Triggers: "analyze competitor features", "teardown competitors", "what features do competitors have", "competitor deep dive". Requires knowing which competitors to analyze—if unclear, suggest market-research first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product-builder:pm-competitor-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deep dive into competitor features to inform product design decisions.
Deep dive into competitor features to inform product design decisions.
Analyzes competitors on three dimensions:
Same-session handoff: If user just completed /pm-market-research in this conversation, use the competitors identified there directly.
New session: Check for docs/prd/research-*.md files first:
/pm-market-research to identify them first?"
/pm-market-research firstFor each competitor, gather both features and sentiment in parallel:
Features (via WebFetch):
User Sentiment (via WebSearch):
| What to Find | Search Examples |
|---|---|
| Positive reviews | "[competitor] review", "[competitor] best feature" |
| Comparisons | "[competitor] vs", "[competitor] alternative" |
| Complaints | "[competitor] frustrating" reddit, "[competitor] missing feature" |
| Feature requests | "[competitor] wish it had", "[competitor] feature request" |
Extract:
Complete one competitor fully before moving to the next.
Generate docs/prd/competitor-<topic>.md:
# <Topic> Competitor Teardown
## Analysis Scope
- **Purpose**: [Why this analysis]
- **Competitors**: [List of analyzed competitors]
## Competitor Breakdown
### [Competitor A]
**Core Features:**
| Feature | Description | Notes |
|---------|-------------|-------|
| ... | ... | ... |
**Highlight Features:**
- [Feature]: [Why users love it, source]
**Pain Points:**
- [Feature/Gap]: [User complaints, source]
### [Competitor B]
...
## Feature Comparison Matrix
| Feature | Competitor A | Competitor B | Competitor C | Opportunity |
|---------|--------------|--------------|--------------|-------------|
| ... | ✅/❌/⚠️ | ✅/❌/⚠️ | ✅/❌/⚠️ | ... |
Legend: ✅ Well implemented | ⚠️ Partially/poorly implemented | ❌ Missing
## Insights
### Common Weaknesses
- [What all competitors do poorly or miss]
### Differentiation Opportunities
- [Where a new product could win]
### Table Stakes
- [Features that must exist to compete]
After generating the document, suggest: "Ready to define your product? Use /pm-prd to create a PRD based on this analysis."
npx claudepluginhub sparktech-ai/skills --plugin product-builderCreates a structured competitive analysis comparing features, positioning, and strategy across competitors. Use when entering a market, planning differentiation, or understanding the competitive landscape.
Generates structured competitive analysis reports with executive summaries, competitor profiles, feature/pricing matrices, strengths/weaknesses, customer perception, and market positioning. Useful for competitor research.
Analyzes competitors using a structured framework based on market position, feature comparison, pricing, customer perception, and strategic gaps.