Loading...
Loading...
Monitors competitor websites, pricing, content changes, hiring patterns, and product updates. Generates intelligence reports with strategic implications and trend analysis. Stores history for longitudinal tracking.
npx skill4agent add onewave-ai/claude-skills competitor-intel-agent./competitor-intel/competitor-intel/
config.yaml # Monitoring configuration
competitors/
{competitor-slug}/
profile.yaml # Company profile and metadata
snapshots/
{date}-pricing.md # Historical pricing snapshots
{date}-features.md # Historical feature snapshots
{date}-content.md # Historical content snapshots
{date}-jobs.md # Historical job posting snapshots
changes/
{date}-changes.md # Detected changes log
reports/
{date}-intel-report.md # Generated intelligence reports
{date}-alert.md # Urgent change alerts
trends/
pricing-trends.md # Longitudinal pricing analysis
feature-trends.md # Feature evolution tracking
content-trends.md # Content strategy analysis
hiring-trends.md # Hiring pattern analysis
usage-history.json # Run history and tracking metadataconfig.yamlversion: "1.0"
created: "2026-04-10"
company:
name: ""
description: ""
website: ""
competitors:
- slug: ""
name: ""
domain: ""
pricing_url: ""
features_url: ""
blog_url: ""
careers_url: ""
social:
twitter: ""
linkedin: ""
notes: ""
monitoring:
dimensions:
pricing: true
features: true
content: true
hiring: true
social: false
technical: false
schedule:
frequency: weekly
last_run: null
next_run: nullconfig.yaml## Pricing Snapshot: [Competitor Name] - [Date]
### Current Pricing
| Tier | Price (Monthly) | Price (Annual) | Key Features |
|------|----------------|----------------|--------------|
| ... | ... | ... | ... |
### Changes Detected
- [CHANGE] [Tier]: [Old price] -> [New price] ([% change])
- [NEW] [Tier name]: [Details]
- [REMOVED] [Tier name]: [Was priced at X]
### Analysis
[What this pricing change signals about their strategy]## Feature Snapshot: [Competitor Name] - [Date]
### New Features (since last check)
- [Feature name]: [Description] - [Product area]
### Feature Comparison
| Feature Area | Us | Them | Gap |
|-------------|-----|------|-----|
| ... | ... | ... | ... |
### Analysis
[What their feature roadmap signals about strategic direction]## Content Snapshot: [Competitor Name] - [Date]
### New Content (since last check)
| Date | Type | Title | Topic/Theme | Target Audience |
|------|------|-------|-------------|-----------------|
| ... | ... | ... | ... | ... |
### Content Strategy Analysis
- Publishing frequency: [X posts/week]
- Top themes: [list]
- Target personas: [list]
- Notable content: [any standout pieces]
### Gaps and Opportunities
[Content themes they cover that you do not, and vice versa]## Hiring Snapshot: [Competitor Name] - [Date]
### Open Roles
| Role | Department | Location | Seniority | Key Skills |
|------|-----------|----------|-----------|------------|
| ... | ... | ... | ... | ... |
### Hiring Patterns
- Total open roles: [X]
- Department breakdown: Engineering [X], Sales [X], Marketing [X], Other [X]
- New roles since last check: [list]
- Filled/removed roles: [list]
### Strategic Signals
[What their hiring tells us about their plans]# Competitor Intelligence Report
**Date**: [Date]
**Period**: [From last run] to [Current date]
**Competitors Monitored**: [Count]
---
## Executive Summary
[3-5 bullet points capturing the most important findings across all competitors.
Focus on actionable intelligence, not raw data.]
---
## Critical Alerts
[Any changes that require immediate attention or response.
Pricing changes, major feature launches, funding rounds, etc.]
---
## Competitor-by-Competitor Analysis
### [Competitor 1 Name]
#### Key Changes This Period
- [Bullet list of significant changes]
#### Pricing
[Summary of pricing status and any changes]
#### Product/Features
[Summary of feature status and any changes]
#### Content
[Summary of content activity]
#### Hiring
[Summary of hiring activity]
#### Strategic Assessment
[What all of these signals together suggest about their direction]
---
[Repeat for each competitor]
---
## Comparative Analysis
### Market Positioning Map
[Relative positioning of all competitors on key dimensions]
### Feature Gap Analysis
| Feature | Us | Competitor A | Competitor B | Competitor C |
|---------|-----|-------------|-------------|-------------|
| ... | ... | ... | ... | ... |
### Pricing Comparison
| Tier | Us | Competitor A | Competitor B | Competitor C |
|------|-----|-------------|-------------|-------------|
| ... | ... | ... | ... | ... |
---
## Trend Analysis
### Pricing Trends
[How pricing has evolved across competitors over time]
### Feature Velocity Comparison
[Who is shipping fastest and in what areas]
### Content Strategy Comparison
[Who is producing what content and targeting whom]
### Hiring Trend Comparison
[Who is growing where and what that signals]
---
## Strategic Implications
### Threats
- [Threat 1]: [Description and recommended response]
- [Threat 2]: [Description and recommended response]
### Opportunities
- [Opportunity 1]: [Description and recommended action]
- [Opportunity 2]: [Description and recommended action]
### Recommended Actions
1. [Action item with priority and owner suggestion]
2. [Action item with priority and owner suggestion]
3. [Action item with priority and owner suggestion]
---
## Methodology Notes
- Data sources: [List of sources checked]
- Limitations: [Any data gaps or access issues]
- Confidence level: [High/Medium/Low for each section]
- Next scheduled run: [Date]usage-history.json{
"version": "1.0",
"runs": [
{
"id": "run-001",
"timestamp": "2026-04-10T00:00:00Z",
"mode": "monitoring",
"competitors_checked": ["competitor-a", "competitor-b"],
"dimensions_checked": ["pricing", "features", "content", "hiring"],
"changes_detected": 5,
"critical_alerts": 1,
"report_path": "reports/2026-04-10-intel-report.md",
"errors": []
}
],
"stats": {
"total_runs": 1,
"total_changes_detected": 5,
"total_critical_alerts": 1,
"avg_changes_per_run": 5.0,
"most_active_competitor": "competitor-a",
"most_volatile_dimension": "pricing"
}
}