Competitive Research Snapshot
Purpose
Research a company's competitive landscape using a workflow, not a one-shot answer: search plan →
competitor selection → just-enough research → fact/inference labels → real URL citations → next-step
options. The output is a decision-support snapshot, not a market report — and because its schema is
stable, downstream skills (battle cards, delta monitors) can consume it and diff it. Because it
proceeds on labeled assumptions when questions go unanswered, it can run as an agent task or on a
schedule; re-run it and diff against the prior snapshot.
Input
Works best with: the company, product, or segment to research, and the decision this research
should support (positioning, roadmap bet, deal support, board prep) — the decision determines what
"just enough" means.
Also useful: known competitors (or explicit permission to identify them), and any prior snapshot
or market-landscape-scan output in session — the skill builds on evidence already gathered rather
than re-researching it.
Input supplied inline with the invocation — text after the skill name, a pasted context dump, or an
appended ARGUMENTS: line — counts as answers already given. Use it against the question budget;
don't re-ask.
Arriving empty-handed? That works too. The skill opens with at most 3 questions (subject,
decision, competitors) and proceeds on labeled assumptions if they go unanswered.
Example invocation: Competitive research snapshot on our expense-automation product — decision: which roadmap bet wins Q1. Competitors: [Competitor A], [Competitor B]; find a third if one matters.
Key Concepts
- Governing protocol: honors the
autonomous-investigation
contract in full — question budget of 3, search-plan gate, Fact/Inference/Assumption labels, Just
Enough Mode, stable schema, 4-option Final Step.
- Discipline mix: OSINT (press, reviews, analyst coverage) + FININT (filings, earnings language)
- Decision-support snapshot, not market report. Every section earns its place by serving the
decision named in Scope. Research value is decision support, not page count.
- Snapshot as baseline. The schema is a contract with future runs:
competitive-intel-watch
diffs the world against this document. Section order never changes.
- Three or four competitors, not eight. Depth on the players who matter beats coverage of players
who don't. Use provided competitors; if none, identify the top 3 (4 only if clearly needed), each
with name, why relevant, source URL, and confidence.
- Do-not-invent list (this domain's fabrication risks): competitors, features, pricing, market
share, customer wins, roadmap items, product claims.
- When NOT to use: you need market sizing →
tam-sam-som-calculator;
you need deep intel on one company's strategy and executives →
company-research / company-intel;
the facts are already gathered → go straight to the battle card.
Application
- Credit inline context, then ask only the unanswered questions (max 3):
- What company/product/segment?
- What decision should this support?
- Known competitors, or should I identify them?
If unanswered, proceed with labeled assumptions.
- Show the 3-bullet search plan — what you'll search, source types, how facts will be separated
from inference. Continue unless revised.
- Select competitors — provided ones, or top 3 identified (4 only if clearly needed). For each:
name; why relevant; source URL; confidence.
- Research in Just Enough Mode with mixed sources: company sites, product/pricing pages,
customer stories, press releases, investor materials, credible news, analyst/review sites.
- Emit the schema below exactly — it is a stable schema for diffing runs over time.
Output schema (do not reorder)
# Competitive Research Snapshot
## 1. Scope
**Company/product:** | **Category:** | **Decision supported:** | **Competitors analyzed:**
## 2. Competitor Snapshots
For each competitor, max 5 bullets:
### Competitor: [Name]
- **Positioning:**
- **Relevant capability:**
- **Likely strength:**
- **Likely weakness:**
- **Key source URL:**
## 3. Quick Comparison
| Dimension | Company | Comp 1 | Comp 2 | Comp 3 |
|---|---|---|---|---|
| Target customer | | | | |
| Core use case | | | | |
| Main strength | | | | |
| Main weakness | | | | |
| Evidence quality | | | | |
## 4. So What?
- **3** product strategy implications
- **2** competitive risks
- **2** product opportunities
- **3** assumptions to validate
Each bullet: label, confidence, source URL where relevant.
A copy/paste fill-in version of this schema, with quality checks, lives in template.md.
Final Step (offer exactly 4 options)
- Competitive battle card (
battle-card-builder)
- Executive comparison matrix
- Product risks/opportunities for the next 2 quarters
- Discovery questions to validate the assumptions
Accept 1, 2, 3, 4, 1 and 2, Verbose Mode, or a custom path.
Examples
A competitor snapshot with honest labels (fictional):
Competitor: Ledgerline
- Positioning: "finance automation for mid-market CFOs" — Fact (homepage, Jul 2026)
- Relevant capability: approval-chain builder shipped in May — Fact (release notes)
- Likely strength: ERP integrations; 40+ listed, reviewers confirm the top 5 work well — Fact (G2 reviews)
- Likely weakness: implementation time; complaint cluster across 11 reviews since March — Inference (review mining; no benchmark data)
- Key source URL: pricing page
The "Evidence quality" row doing its job: the comparison matrix rates Comp 3's column low —
every claim traces to their own marketing. The So What section then refuses to list Comp 3 as a
primary risk: "insufficient independent evidence — Assumption to validate via customer
references." That row exists so weak columns can't masquerade as strong ones.
See examples/sample.md for a complete worked snapshot (fictional
FSM-software market) that consumes the market-landscape-scan example and becomes the baseline the
competitive-intel-watch example diffs against. examples/sample-industrial.md
shows the same schema on an industrial evidence diet — filings, registries, and honest
absence-of-evidence.
Common Pitfalls
- The market-report trap. Twenty pages on industry trends nobody asked for. If a section doesn't
serve the decision in Scope, it's padding — Just Enough Mode is the contract.
- Marketing-page credulity. A competitor's claimed capabilities recorded as facts. Their site is
a Fact about what they claim; whether it works is review-site territory or an Inference, labeled.
- Coverage over depth. Eight competitors with two facts each. Select three that matter and go
deep — the comparison matrix should be full, not wide.
- Unlabeled So What. Implications stated with borrowed confidence. The label and confidence on
each So What bullet is what makes it usable in a roadmap argument.
- Regenerating instead of diffing. Re-running this skill weekly and re-reading the whole output
is theater — that's what
competitive-intel-watch is for.
References
1---2name: competitive-research-snapshot3description: Research a competitive landscape with cited snapshots, a comparison matrix, and so-what implications. Use when a product decision needs competitive grounding, not a market report.4---5
6# Competitive Research Snapshot
7
8## Purpose
9
10Research a company's competitive landscape using a workflow, not a one-shot answer: **search plan →
11competitor selection → just-enough research → fact/inference labels → real URL citations → next-step
12options.** The output is a decision-support snapshot, not a market report — and because its schema is
13stable, downstream skills (battle cards, delta monitors) can consume it and diff it. Because it
14proceeds on labeled assumptions when questions go unanswered, it can run as an agent task or on a
15schedule; re-run it and diff against the prior snapshot.
16
17## Input
18
19**Works best with:** the company, product, or segment to research, and **the decision this research
20should support** (positioning, roadmap bet, deal support, board prep) — the decision determines what
21"just enough" means.
22**Also useful:** known competitors (or explicit permission to identify them), and any prior snapshot
23or `market-landscape-scan` output in session — the skill builds on evidence already gathered rather
24than re-researching it.
25
26Input supplied inline with the invocation — text after the skill name, a pasted context dump, or an
27appended `ARGUMENTS:` line — counts as answers already given. Use it against the question budget;
28don't re-ask.
29
30**Arriving empty-handed? That works too.** The skill opens with at most 3 questions (subject,
31decision, competitors) and proceeds on labeled assumptions if they go unanswered.
32
33**Example invocation:** `Competitive research snapshot on our expense-automation product — decision:
34which roadmap bet wins Q1. Competitors: [Competitor A], [Competitor B]; find a third if one matters.`
35
36## Key Concepts
37
38- **Governing protocol:** honors the [`autonomous-investigation`](../autonomous-investigation/SKILL.md)
39 contract in full — question budget of 3, search-plan gate, Fact/Inference/Assumption labels, Just
40 Enough Mode, stable schema, 4-option Final Step.
41- **Discipline mix:** OSINT (press, reviews, analyst coverage) + FININT (filings, earnings language)
42 + SIGINT (pricing pages, site changes) — see
43 [`intelligence-collection-disciplines`](../intelligence-collection-disciplines/SKILL.md).
44- **Decision-support snapshot, not market report.** Every section earns its place by serving the
45 decision named in Scope. Research value is decision support, not page count.
46- **Snapshot as baseline.** The schema is a contract with future runs: `competitive-intel-watch`
47 diffs the world against this document. Section order never changes.
48- **Three or four competitors, not eight.** Depth on the players who matter beats coverage of players
49 who don't. Use provided competitors; if none, identify the top 3 (4 only if clearly needed), each
50 with name, why relevant, source URL, and confidence.
51- **Do-not-invent list (this domain's fabrication risks):** competitors, features, pricing, market
52 share, customer wins, roadmap items, product claims.
53- **When NOT to use:** you need market *sizing* → [`tam-sam-som-calculator`](../tam-sam-som-calculator/SKILL.md);
54 you need deep intel on *one* company's strategy and executives →
55 [`company-research`](../company-research/SKILL.md) / [`company-intel`](../company-intel/SKILL.md);
56 the facts are already gathered → go straight to the battle card.
57
58## Application
59
601. **Credit inline context**, then ask only the unanswered questions (max 3):
61 1. What company/product/segment?
62 2. What decision should this support?
63 3. Known competitors, or should I identify them?
64 If unanswered, proceed with labeled assumptions.
652. **Show the 3-bullet search plan** — what you'll search, source types, how facts will be separated
66 from inference. Continue unless revised.
673. **Select competitors** — provided ones, or top 3 identified (4 only if clearly needed). For each:
68 name; why relevant; source URL; confidence.
694. **Research in Just Enough Mode** with mixed sources: company sites, product/pricing pages,
70 customer stories, press releases, investor materials, credible news, analyst/review sites.
715. **Emit the schema below exactly** — it is a stable schema for diffing runs over time.
72
73### Output schema (do not reorder)
74
75~~~markdown
76# Competitive Research Snapshot
77
78## 1. Scope
79**Company/product:** | **Category:** | **Decision supported:** | **Competitors analyzed:**
80
81## 2. Competitor Snapshots
82For each competitor, max 5 bullets:
83### Competitor: [Name]
84- **Positioning:**
85- **Relevant capability:**
86- **Likely strength:**
87- **Likely weakness:**
88- **Key source URL:**
89
90## 3. Quick Comparison
91| Dimension | Company | Comp 1 | Comp 2 | Comp 3 |
92|---|---|---|---|---|
93| Target customer | | | | |
94| Core use case | | | | |
95| Main strength | | | | |
96| Main weakness | | | | |
97| Evidence quality | | | | |
98
99## 4. So What?
100- **3** product strategy implications
101- **2** competitive risks
102- **2** product opportunities
103- **3** assumptions to validate
104Each bullet: label, confidence, source URL where relevant.
105~~~
106
107A copy/paste fill-in version of this schema, with quality checks, lives in [`template.md`](template.md).
108
109### Final Step (offer exactly 4 options)
110
1111. Competitive battle card ([`battle-card-builder`](../battle-card-builder/SKILL.md))
1122. Executive comparison matrix
1133. Product risks/opportunities for the next 2 quarters
1144. Discovery questions to validate the assumptions
115
116Accept `1`, `2`, `3`, `4`, `1 and 2`, `Verbose Mode`, or a custom path.
117
118## Examples
119
120**A competitor snapshot with honest labels (fictional):**
121
122> ### Competitor: Ledgerline
123> - **Positioning:** "finance automation for mid-market CFOs" — **Fact** ([homepage, Jul 2026](https://example.com))
124> - **Relevant capability:** approval-chain builder shipped in May — **Fact** ([release notes](https://example.com/changelog))
125> - **Likely strength:** ERP integrations; 40+ listed, reviewers confirm the top 5 work well — **Fact** ([G2 reviews](https://example.com/reviews))
126> - **Likely weakness:** implementation time; complaint cluster across 11 reviews since March — **Inference** (review mining; no benchmark data)
127> - **Key source URL:** [pricing page](https://example.com/pricing)
128
129**The "Evidence quality" row doing its job:** the comparison matrix rates Comp 3's column *low* —
130every claim traces to their own marketing. The So What section then refuses to list Comp 3 as a
131primary risk: "insufficient independent evidence — **Assumption to validate** via customer
132references." That row exists so weak columns can't masquerade as strong ones.
133
134See [`examples/sample.md`](examples/sample.md) for a complete worked snapshot (fictional
135FSM-software market) that consumes the `market-landscape-scan` example and becomes the baseline the
136`competitive-intel-watch` example diffs against. [`examples/sample-industrial.md`](examples/sample-industrial.md)
137shows the same schema on an industrial evidence diet — filings, registries, and honest
138absence-of-evidence.
139
140## Common Pitfalls
141
142- **The market-report trap.** Twenty pages on industry trends nobody asked for. If a section doesn't
143 serve the decision in Scope, it's padding — Just Enough Mode is the contract.
144- **Marketing-page credulity.** A competitor's claimed capabilities recorded as facts. Their site is
145 a Fact about *what they claim*; whether it works is review-site territory or an Inference, labeled.
146- **Coverage over depth.** Eight competitors with two facts each. Select three that matter and go
147 deep — the comparison matrix should be full, not wide.
148- **Unlabeled So What.** Implications stated with borrowed confidence. The label and confidence on
149 each So What bullet is what makes it usable in a roadmap argument.
150- **Regenerating instead of diffing.** Re-running this skill weekly and re-reading the whole output
151 is theater — that's what [`competitive-intel-watch`](../competitive-intel-watch/SKILL.md) is for.
152
153## References
154
155- [`autonomous-investigation`](../autonomous-investigation/SKILL.md) (Workflow) — the governing protocol
156- [`intelligence-collection-disciplines`](../intelligence-collection-disciplines/SKILL.md) (Component) — discipline sources and signal chains
157- [`market-landscape-scan`](../market-landscape-scan/SKILL.md) (Workflow) — upstream: surfaces which players deserve this snapshot
158- [`competitive-intel-watch`](../competitive-intel-watch/SKILL.md) (Workflow) — downstream: diffs future runs against this baseline
159- [`battle-card-builder`](../battle-card-builder/SKILL.md) (Workflow) — downstream: turns the snapshot into a field-action card
160- [`company-research`](../company-research/SKILL.md), [`company-intel`](../company-intel/SKILL.md) — single-company deep dives
161- Adapted from `market-intelligence/competitive-research-snapshot-prompt.md` in the
162 `https://github.com/deanpeters/product-manager-prompts` repo.