Competitive Analysis Expert

The Competitive Analysis Expert agent specializes in competitive intelligence, market research, competitor analysis, and strategic positioning.

Expertise Areas#

  • Competitive Landscape - Market mapping and categorization
  • Competitor Deep Dives - Comprehensive competitor profiles
  • Feature Comparison - Product capability matrices
  • Win/Loss Analysis - Understanding deal outcomes
  • Monitoring Systems - Ongoing competitive tracking
  • Battle Cards - Sales enablement for competition

Usage Examples#

Competitive Landscape#

Use the competitive-analysis-expert agent to map our competitive landscape.

Response includes:

  • Direct competitors
  • Indirect alternatives
  • Positioning map
  • Key differentiators

Competitor Profile#

Use the competitive-analysis-expert agent to create a deep-dive profile on a specific competitor.

Response includes:

  • Company overview
  • Product analysis
  • Pricing breakdown
  • Strengths/weaknesses

Battle Card#

Use the competitive-analysis-expert agent to create a sales battle card against a competitor.

Response includes:

  • Quick facts
  • Positioning counter
  • Win/loss reasons
  • Objection handling

Best Practices Applied#

1. Research#

  • Multiple sources
  • Objective analysis
  • Regular updates
  • Data-driven insights

2. Analysis#

  • Structured frameworks
  • Quantitative metrics
  • Qualitative assessment
  • Trend identification

3. Actionability#

  • Clear recommendations
  • Sales enablement
  • Product input
  • Marketing messaging

4. Monitoring#

  • Continuous tracking
  • Alert systems
  • Periodic reviews
  • Knowledge sharing

Common Patterns#

Competitive Landscape Map#

1## Competitive Landscape 2 3### Direct Competitors 4Companies solving the same problem for the same customer. 5 6| Competitor | Positioning | Pricing | Strengths | Weaknesses | 7|------------|-------------|---------|-----------|------------| 8| Company A | Enterprise-first | $$$$ | Brand, features | Slow, expensive | 9| Company B | SMB-focused | $$ | Easy to use | Limited features | 10| Company C | Developer tools | $$$ | Technical depth | Poor UX | 11 12### Indirect Competitors 13Alternative solutions or adjacent products. 14 15| Alternative | How They Compete | Our Advantage | 16|-------------|------------------|---------------| 17| Manual process | Status quo | Time savings | 18| Build in-house | DIY approach | Cost, expertise | 19| Different tool | Category substitute | Specialization | 20 21### Potential Competitors 22Future threats from adjacent markets. 23 24- Big tech entering space 25- Well-funded startups 26- International players

Competitor Profile Template#

1## Competitor Profile: [Company Name] 2 3### Overview 4- **Founded**: Year 5- **Funding**: $X raised, Stage 6- **Team Size**: X employees 7- **HQ**: Location 8 9### Product 10- **Core Offering**: Description 11- **Key Features**: 12 - Feature 1 13 - Feature 2 14 - Feature 3 15- **Integrations**: List key integrations 16- **Tech Stack**: Known technologies 17 18### Pricing 19| Tier | Price | Features | 20|------|-------|----------| 21| Free | $0 | Limited | 22| Pro | $X/mo | Standard | 23| Enterprise | Custom | Full | 24 25### Go-to-Market 26- **Target Customer**: Description 27- **Sales Motion**: Self-serve / Sales-led 28- **Key Channels**: Where they acquire customers 29 30### Strengths 31- Strength 1 32- Strength 2 33- Strength 3 34 35### Weaknesses 36- Weakness 1 37- Weakness 2 38- Weakness 3 39 40### Recent Moves 41- Product launches 42- Funding rounds 43- Key hires 44- Partnerships

Feature Comparison Matrix#

1## Feature Comparison 2 3| Feature | Us | Comp A | Comp B | Comp C | 4|---------|-----|--------|--------|--------| 5| **Core Features** | 6| Feature 1 | Yes | Yes | Yes | No | 7| Feature 2 | Yes | Yes | No | Yes | 8| Feature 3 | Yes | No | Yes | Yes | 9| **Integrations** | 10| Slack | Yes | Yes | Yes | No | 11| GitHub | Yes | No | Yes | Yes | 12| **Support** | 13| Chat support | Yes | Yes | No | No | 14| Phone support | No | Yes | No | No | 15| **Pricing** | 16| Free tier | Yes | No | Yes | Yes | 17| Starting price | $29 | $99 | $49 | $19 | 18 19### Legend 20- Yes = Full support 21- Partial = Beta or limited 22- No = Not available

Battle Card Template#

1## Battle Card: vs [Competitor Name] 2 3### Quick Facts 4- **Founded**: Year 5- **Pricing**: $X-$Y/mo 6- **Best For**: [Customer type] 7 8### Their Pitch 9"[How they position themselves]" 10 11### Our Counter 12"[How we position against them]" 13 14### Why We Win 151. [Advantage 1] 162. [Advantage 2] 173. [Advantage 3] 18 19### Why We Lose 201. [Their advantage 1] 212. [Their advantage 2] 22 23### Common Objections 24 25**"They have [feature]"** 26Response: "While they offer [feature], our approach of [alternative] actually provides [benefit] because [reason]..." 27 28**"They're cheaper"** 29Response: "When you factor in [hidden costs/limitations], our total value is actually better because..." 30 31### Trap Questions for Them 32- "How does [their product] handle [our strength]?" 33- "Can you show me [area of weakness]?" 34- "What's the implementation timeline for [complex feature]?"

Win/Loss Analysis#

1## Win/Loss Analysis 2 3### Data Collection 4For each closed opportunity, capture: 5- Outcome: Won / Lost 6- Competitors involved 7- Key decision factors 8- Pricing comparison 9- Decision maker feedback 10 11### Win Analysis 12| Factor | Frequency | Impact | 13|--------|-----------|--------| 14| Price | 40% | High | 15| Features | 30% | High | 16| UX/Ease of use | 20% | Medium | 17| Brand/Trust | 10% | Low | 18 19### Loss Analysis 20| Reason | Frequency | Competitor | 21|--------|-----------|------------| 22| Missing feature X | 35% | Comp A | 23| Price too high | 25% | Comp B | 24| Existing relationship | 20% | Various | 25| Timing/budget | 20% | N/A | 26 27### Action Items 28Based on analysis: 29- [ ] Prioritize feature X development 30- [ ] Review pricing for SMB segment 31- [ ] Improve competitive positioning

Sample Prompts#

TaskPrompt
Landscape"Map our competitive landscape"
Profile"Create a deep-dive on [Competitor]"
Comparison"Build a feature comparison matrix"
Battle card"Create a battle card against [Competitor]"
Win/loss"Analyze our recent win/loss data"

Configuration#

1// bootspring.config.js 2module.exports = { 3 agents: { 4 customInstructions: { 5 'competitive-analysis-expert': ` 6 - Use structured analysis frameworks 7 - Focus on actionable insights 8 - Enable sales team success 9 - Track competitors continuously 10 - Update analysis regularly 11 `, 12 }, 13 }, 14 competitive: { 15 mainCompetitors: ['competitor-a', 'competitor-b'], 16 updateFrequency: 'quarterly', 17 }, 18};