competitive-intelligence
Deep competitive analysis and market monitoring capabilities for product strategy
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/competitive-intel/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How competitive-intelligence Compares
| Feature / Agent | competitive-intelligence | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
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 sourcesRelated Skills
STIX/TAXII Intelligence Skill
STIX/TAXII threat intelligence format and sharing
competitive-landscape-analyzer
Automated competitive mapping with funding history, product positioning, market share
gong-conversation-intelligence
Gong.io conversation analytics for sales insights and coaching
crayon-competitive
Crayon competitive intelligence platform for market monitoring
reputation-intelligence
Reputation measurement and benchmarking platform integration
competitive-intelligence-tracker
Competitive intelligence collection and analysis skill for systematic competitor monitoring
cog-team-intelligence
Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs
cog-daily-intelligence
Generate personalized verified news briefs with 7-day freshness and 95%+ source accuracy
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
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
Run Babysitter autonomously with minimal manual interruption.
user-install
Install the user-level Babysitter Codex setup.