competitive-intelligence

Deep competitive analysis and market monitoring capabilities for product strategy

509 stars

Best use case

competitive-intelligence is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Deep competitive analysis and market monitoring capabilities for product strategy

Teams using competitive-intelligence should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/competitive-intel/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/product-management/skills/competitive-intel/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/competitive-intel/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How competitive-intelligence Compares

Feature / Agentcompetitive-intelligenceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Deep competitive analysis and market monitoring capabilities for product strategy

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Competitive Intelligence Skill

## Overview

Specialized skill for deep competitive analysis and market monitoring capabilities. Enables product teams to maintain awareness of competitor activities, identify market opportunities, and inform strategic decisions.

## Capabilities

### Core Analysis Functions
- Analyze competitor websites, pricing, and positioning
- Track competitor feature releases and announcements
- Generate feature comparison matrices
- Monitor competitor reviews and ratings
- Extract competitor strengths and weaknesses
- Identify market gaps and white space opportunities
- Track industry analyst reports and mentions

### Research Methods
- Competitive website analysis and scraping
- Pricing structure comparison
- Feature parity assessment
- Market positioning analysis
- SWOT compilation for competitors
- Industry trend monitoring

### Output Artifacts
- Competitive landscape reports
- Feature comparison matrices
- Pricing comparison tables
- Market positioning maps
- Competitive battlecards
- White space opportunity reports
- Industry trend summaries

## Target Processes

This skill integrates with the following processes:
- `competitive-analysis.js` - Primary integration for full competitive analysis workflows
- `product-vision-strategy.js` - Strategic positioning and differentiation
- `product-launch-gtm.js` - Competitive positioning for launches
- `quarterly-roadmap.js` - Market opportunity identification

## Input Schema

```json
{
  "type": "object",
  "properties": {
    "competitors": {
      "type": "array",
      "items": { "type": "string" },
      "description": "List of competitor names or domains to analyze"
    },
    "analysisScope": {
      "type": "string",
      "enum": ["pricing", "features", "positioning", "full"],
      "description": "Scope of competitive analysis"
    },
    "industryContext": {
      "type": "string",
      "description": "Industry or market context for analysis"
    },
    "focusAreas": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Specific areas to focus analysis on"
    }
  },
  "required": ["competitors", "analysisScope"]
}
```

## Output Schema

```json
{
  "type": "object",
  "properties": {
    "competitorProfiles": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": { "type": "string" },
          "positioning": { "type": "string" },
          "strengths": { "type": "array", "items": { "type": "string" } },
          "weaknesses": { "type": "array", "items": { "type": "string" } },
          "pricing": { "type": "object" },
          "features": { "type": "array", "items": { "type": "string" } }
        }
      }
    },
    "featureMatrix": {
      "type": "object",
      "description": "Feature comparison matrix across competitors"
    },
    "marketGaps": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Identified market opportunities and white spaces"
    },
    "recommendations": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Strategic recommendations based on analysis"
    }
  }
}
```

## Usage Example

```javascript
const competitiveAnalysis = await executeSkill('competitive-intel', {
  competitors: ['CompetitorA', 'CompetitorB', 'CompetitorC'],
  analysisScope: 'full',
  industryContext: 'B2B SaaS project management',
  focusAreas: ['pricing', 'collaboration features', 'integrations']
});
```

## Dependencies

- Web scraping capabilities
- News monitoring APIs
- Industry data sources

Related Skills

STIX/TAXII Intelligence Skill

509
from a5c-ai/babysitter

STIX/TAXII threat intelligence format and sharing

competitive-landscape-analyzer

509
from a5c-ai/babysitter

Automated competitive mapping with funding history, product positioning, market share

gong-conversation-intelligence

509
from a5c-ai/babysitter

Gong.io conversation analytics for sales insights and coaching

crayon-competitive

509
from a5c-ai/babysitter

Crayon competitive intelligence platform for market monitoring

reputation-intelligence

509
from a5c-ai/babysitter

Reputation measurement and benchmarking platform integration

competitive-intelligence-tracker

509
from a5c-ai/babysitter

Competitive intelligence collection and analysis skill for systematic competitor monitoring

cog-team-intelligence

509
from a5c-ai/babysitter

Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs

cog-daily-intelligence

509
from a5c-ai/babysitter

Generate personalized verified news briefs with 7-day freshness and 95%+ source accuracy

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.