Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ognjengt avatar

Competitor Intel

  • 647 installs
  • 257 repo stars
  • Updated May 18, 2026
  • ognjengt/founder-skills

competitor-intel is a Claude Code research skill that gathers verified competitive intelligence, leverage opportunities, and predicted competitor moves for developers who need data-backed market context before product an

About

competitor-intel is a strategic research skill from ognjengt/founder-skills that analyzes competitors through web research to deliver verified business metrics, actionable leverage strategies, and predicted next moves—explicitly avoiding invented numbers. The skill accepts a competitor name plus optional website and industry context, then synthesizes positioning gaps, pricing signals, and strategic openings engineers can factor into roadmap tradeoffs. Developers and tech leads reach for competitor-intel before committing to differentiated features, integration choices, or pricing tiers. Outputs are structured intelligence briefs grounded in real public signals rather than assumed market share.

  • Analyzes real web signals with no fabricated numbers or assumptions
  • Reads FOUNDER_CONTEXT.md when present to generate tailored leverage strategies
  • Delivers verified business metrics, actionable insights, and predicted next moves
  • Supports direct arguments or interactive mode for competitor name plus context

Competitor Intel by the numbers

  • 647 all-time installs (skills.sh)
  • +17 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #639 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ognjengt/founder-skills --skill competitor-intel

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs647
repo stars257
Last updatedMay 18, 2026
Repositoryognjengt/founder-skills

How do you analyze competitors with verified metrics?

Gather verified competitive intelligence including real business metrics, leverage opportunities, and predicted competitor moves before committing to product decisions.

Who is it for?

Tech leads and product-minded developers who need cited competitor research before locking architecture, pricing, or differentiation choices.

Skip if: Engineers implementing feature code, running automated CVE scans, or needing real-time stock/API market data feeds.

When should I use this skill?

A developer needs competitive intelligence, competitor analysis, market positioning insights, or strategic leverage before a product decision.

What you get

Competitive intelligence briefs, verified metric summaries, leverage opportunity lists, and predicted competitor move forecasts.

Files

SKILL.mdMarkdownGitHub ↗

Competitor Intel

Purpose

Provide data-backed competitive intelligence by researching real signals across the web—no assumptions, no made-up numbers.

---

Execution Logic

Check $ARGUMENTS first to determine execution mode:

If $ARGUMENTS is empty or not provided:

Respond with: "competitor-intel loaded, proceed with competitor name and any context (website, industry, etc.)"

Then wait for the user to provide their requirements in the next message.

If $ARGUMENTS contains content:

Proceed immediately to Task Execution (skip the "loaded" message).

---

Task Execution

When user requirements are available (either from initial $ARGUMENTS or follow-up message):

1. Check for Business Context (Optional)

Check if FOUNDER_CONTEXT.md exists in the project root.

  • If it exists: Read it to understand your company's positioning, strengths, and goals—this informs the leverage strategies.
  • If it doesn't exist: Proceed with analysis focused purely on competitor weaknesses.

2. Extract Input

From the user's requirements, extract:

  • Competitor name (required)
  • Competitor website (if provided)
  • Industry/vertical (if provided)
  • Specific areas of interest (if provided)

3. Research Phase — MANDATORY WEB SEARCH

This skill REQUIRES web search. Do not proceed without searching.

Execute web searches across these sources:

Business Metrics Research

Search for verified data only. Query patterns:

  • "[Competitor]" revenue OR MRR OR ARR site:crunchbase.com
  • "[Competitor]" funding raised valuation site:crunchbase.com
  • "[Competitor]" employees headcount site:linkedin.com
  • "[Competitor]" revenue growth OR metrics
  • "[Competitor]" pricing customers
  • "[Competitor]" CEO OR founder interview revenue
  • "[Competitor]" Series A OR Series B OR funding
Traffic & SEO Research

Search for web traffic and search presence signals:

  • "[Competitor]" site:similarweb.com (traffic estimates, top pages, traffic sources)
  • "[Competitor]" site:ahrefs.com (backlinks, domain rating, organic keywords)
  • "[Competitor]" site:semrush.com (traffic, keyword rankings, ad spend)
  • "[Competitor]" site:trends.google.com (search interest over time)
  • [Competitor website domain] site:builtwith.com (tech stack, tools used)
Technical & Product Research

Search for product and development signals:

  • "[Competitor]" site:github.com (open source activity, tech stack, hiring signals)
  • [Competitor GitHub org] (commit frequency, contributors, project activity)
  • "[Competitor]" API OR integration OR developer
Advertising Research

Search for ad strategy and spend signals:

  • Search Meta Ads Library: https://www.facebook.com/ads/library/ for [Competitor]
  • "[Competitor]" ads site:facebook.com/ads/library
  • "[Competitor]" advertising spend OR ad budget
  • "[Competitor]" marketing campaign
Weakness & Sentiment Research

Search for complaints, issues, and struggles:

  • "[Competitor]" reviews site:g2.com
  • "[Competitor]" reviews site:capterra.com
  • "[Competitor]" reviews site:trustpilot.com
  • "[Competitor]" complaints OR issues OR problems
  • "[Competitor]" "doesn't work" OR "broken" OR "terrible"
  • "[Competitor]" layoffs OR firing OR cuts
  • "[Competitor]" lawsuit OR sued
Signal Research (for predictions)

Search for hiring, product, and strategic signals:

  • "[Competitor]" hiring site:linkedin.com
  • "[Competitor]" job openings
  • "[Competitor]" new feature OR launch OR release
  • "[Competitor]" roadmap OR upcoming
  • "[Competitor]" partnership OR integration
  • "[Competitor]" site:twitter.com OR site:x.com (founder/company posts)

4. Compile Verified Metrics

From research, extract ONLY verified numbers with sources:

  • MRR/ARR (if disclosed)
  • Funding raised (total and rounds)
  • Valuation (if known)
  • Employee count
  • Customer count
  • Churn rate (if disclosed)
  • Growth rate (if disclosed)
  • Pricing tiers

CRITICAL RULE: If a metric cannot be found with a source, mark it as "Not publicly available" — DO NOT estimate or assume.

5. Identify Leverage Opportunities

Analyze collected data to find 3 actionable weak spots:

Look for patterns in:

  • Product gaps: Features users complain about, missing integrations
  • Service failures: Support complaints, response times, bugs
  • Pricing friction: Users complaining about cost, hidden fees, poor value
  • Trust issues: Security concerns, data breaches, broken promises
  • Operational struggles: Layoffs, leadership changes, funding difficulties
  • Marketing weaknesses: Poor ad execution, weak positioning, low engagement

For each weakness, formulate an actionable strategy your company can execute.

6. Predict Next Moves

Based on all signals, predict what the competitor will likely do next:

Signals to interpret:

  • Hiring patterns: Engineering = product push, Sales = growth mode, Support = scaling issues
  • Job postings: Reveal technology bets, market expansion, new products
  • Funding status: Recent raise = aggressive expansion, No raise in 2+ years = potential trouble
  • Content/PR: Topics they're pushing indicate strategic focus
  • Partnership announcements: Reveal market positioning and gaps
  • Founder activity: Where they speak, what they post, who they meet

7. Format Output

Structure findings according to Output Format section.

---

Writing Rules

Hard constraints. No interpretation.

Core Rules

  • Every metric MUST include a source link or be marked "Not publicly available"
  • No estimations, assumptions, or "likely" numbers for metrics
  • Strategies must be actionable (specific steps, not vague advice)
  • Predictions must cite the signals that support them
  • Use neutral, analytical tone—not competitive trash talk
  • Date all findings (data freshness matters)

Source Rules

  • Prioritize primary sources (company announcements, founder interviews, SEC filings)
  • Crunchbase, LinkedIn, G2, Capterra are acceptable secondary sources
  • News articles are acceptable if they cite primary sources
  • Avoid unverified Twitter/X claims unless from official company accounts

Strategy Rules

  • Each strategy must exploit a verified weakness
  • Each strategy must include concrete next steps
  • Strategies should be achievable within 30-90 days
  • Avoid strategies that require significant capital unless user has it

---

Output Format

# Competitor Intel: [Competitor Name]
**Generated:** [Date]
**Sources searched:** [Count] sources across Crunchbase, LinkedIn, G2, Capterra, news, social

---

## 1. Verified Business Metrics

| Metric | Value | Source | Date |
|--------|-------|--------|------|
| Funding Raised | $X | [Source](url) | [Date] |
| Valuation | $X | [Source](url) | [Date] |
| Employee Count | X | [Source](url) | [Date] |
| MRR/ARR | Not publicly available | — | — |
| Customer Count | ~X | [Source](url) | [Date] |
| Churn Rate | Not publicly available | — | — |

**Key Observations:**
- [Insight about their financial health]
- [Insight about their growth trajectory]

---

## 2. Leverage Strategies

### Strategy 1: [Name]
**Weakness exploited:** [What you found]
**Evidence:** [Quote or data point with source]

**Action steps:**
1. [Specific action]
2. [Specific action]
3. [Specific action]

**Expected outcome:** [What this achieves]

---

### Strategy 2: [Name]
**Weakness exploited:** [What you found]
**Evidence:** [Quote or data point with source]

**Action steps:**
1. [Specific action]
2. [Specific action]
3. [Specific action]

**Expected outcome:** [What this achieves]

---

### Strategy 3: [Name]
**Weakness exploited:** [What you found]
**Evidence:** [Quote or data point with source]

**Action steps:**
1. [Specific action]
2. [Specific action]
3. [Specific action]

**Expected outcome:** [What this achieves]

---

## 3. Predicted Next Moves

### Prediction 1: [What they'll likely do]
**Confidence:** High/Medium/Low
**Supporting signals:**
- [Signal 1 with source]
- [Signal 2 with source]

**Implication for you:** [How to prepare/respond]

### Prediction 2: [What they'll likely do]
**Confidence:** High/Medium/Low
**Supporting signals:**
- [Signal 1 with source]
- [Signal 2 with source]

**Implication for you:** [How to prepare/respond]

---

## 4. Information Gaps
Metrics and data that could not be verified:
- [Item 1]
- [Item 2]

**Suggested next steps to fill gaps:**
- [How to find this information]

---

Quality Checklist (Self-Verification)

Before finalizing, verify ALL of the following:

Research Check

  • [ ] I performed web searches (did not rely on training data alone)
  • [ ] I searched Crunchbase, LinkedIn, G2/Capterra, and news sources
  • [ ] I searched traffic/SEO sources (Similarweb, Ahrefs, Semrush, Google Trends)
  • [ ] I checked BuiltWith for tech stack and GitHub for development signals
  • [ ] I searched Meta Ads Library for advertising activity
  • [ ] I searched for both positive and negative signals

Metrics Check

  • [ ] Every metric has a source URL or is marked "Not publicly available"
  • [ ] No numbers are estimated or assumed
  • [ ] Dates are included for data freshness

Strategy Check

  • [ ] All 3 strategies exploit verified weaknesses (not assumptions)
  • [ ] Each strategy has concrete, actionable steps
  • [ ] Strategies are realistic for a startup to execute

Prediction Check

  • [ ] Each prediction cites specific signals
  • [ ] Confidence levels are honest (not all "High")
  • [ ] Implications are actionable

Output Check

  • [ ] Output matches the Output Format exactly
  • [ ] Tone is analytical, not inflammatory
  • [ ] Information gaps are acknowledged

If ANY check fails → revise before presenting.

---

Defaults & Assumptions

Use these unless overridden:

  • Assume user is a startup founder analyzing a direct competitor
  • Focus on actionable intelligence (not academic analysis)
  • Prioritize recent data (< 12 months old)
  • Default confidence for predictions: Medium (unless strong signals exist)
  • If industry unknown, infer from competitor's website/positioning

Document any assumptions made in the output.

---

Related skills

How it compares

Use competitor-intel for cited rival research during planning; use codebase architecture skills once technical design begins.

FAQ

Does competitor-intel invent market statistics?

No—competitor-intel researches real public signals across the web and provides verified business metrics only. The skill explicitly avoids assumptions and made-up numbers in competitive briefs.

What inputs does competitor-intel need?

competitor-intel needs a competitor name and optional context such as website URL and industry. With empty arguments the skill prompts for those details before running web research.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.