From aj-geddes-useful-ai-prompts-4
Performs systematic competitor analysis including competitor identification, SWOT, and competitive matrix to inform product strategy and market positioning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:competitor-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Systematic competitor analysis reveals market positioning, identifies competitive advantages, and informs strategic product decisions.
Minimal working example:
# Identify and categorize competitors
class CompetitorAnalysis:
COMPETITOR_TYPES = {
'Direct': 'Same market, same features',
'Indirect': 'Different approach, same problem',
'Adjacent': 'Related market, potential crossover',
'Emerging': 'New entrants, potential disruptors'
}
def identify_competitors(self, market_segment):
"""Find all competitors"""
return {
'direct_competitors': [
{'name': 'Competitor A', 'market_share': '25%', 'founded': 2015},
{'name': 'Competitor B', 'market_share': '18%', 'founded': 2012}
],
'indirect_competitors': [
{'name': 'Different Approach A', 'method': 'AI-powered'}
],
'emerging_threats': [
{'name': 'Startup X', 'funding': '$10M Series A', 'differentiator': 'Mobile-first'}
]
}
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Competitor Identification | Competitor Identification |
| Competitive Matrix | Competitive Matrix |
| SWOT Analysis | SWOT Analysis |
| Competitive Insights Report | Competitive Insights Report |
npx claudepluginhub aj-geddes/useful-ai-promptsAnalyzes competitors with strengths, weaknesses, and differentiation opportunities. Identifies direct competitors and maps the competitive landscape for strategic research.
Creates a structured competitive analysis comparing features, pricing, and positioning across 3-5 competitors, with a 2x2 map and strategic recommendations. Use before entering a market or planning differentiation.
Performs competitive analysis: identifies direct/indirect competitors, builds feature matrices, assesses positioning/pricing, and delivers go/no-go verdicts with kill criteria. Outputs analysis/competitive-analysis.md.