Pack Availability Guard
Before telling the user to run a skill from another project-local pack, check .agents/project.json.enabled_packs. If the target pack is not enabled, recommend /pack install <pack> instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
Competitive Analysis — Market Landscape Research
Report-First Approval Gate
Default to report-only: present findings, evidence coverage, assumptions, recommended artifact path, and proposed file changes in a pre-approval alignment page plus a concise conversation summary for user approval before creating or updating canonical research, spec, or task files.
Do not write or overwrite synthesized deliverables until the user explicitly approves, unless the user invoked an explicit write/update/fix mode or clearly asked to write files upfront. Raw evidence capture may be persisted before analysis when reproducibility requires it; report those raw paths separately and still gate synthesized research/report writes.
When stopping for approval, build and attempt to open the alignment preview page first, then ask the user to review it and approve, question, or request adjustments. Do not include Recommended next skill, Recommended next command, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
Conduct deep web-based research to compile a comprehensive competitive landscape for the project. Uses web search to identify competitors, evaluate their maturity, analyse their go-to-market strategies, and surface market gaps. The output gives the founder a clear picture of who they're up against and where opportunities exist.
Prerequisites
Detect mode before proceeding:
- Concept-validation mode activates when: no
research/icp.md exists AND (no meaningful codebase — i.e. no README, no source files, no package config — OR $ARGUMENTS contains "concept" or "validate"). Use this mode to validate market gaps after a concept has been shaped by /idea-scope-brief or an equivalent brief; if no concept is clear, recommend /idea-scope-brief first. In this mode, announce to the user: "Running in concept-validation mode — no ICP or product detected. I'll evaluate the market gap for your concept." Then ask the user to describe the concept, the problem it addresses, and the intended audience.
- Standard mode (default): Read the codebase, README, CLAUDE.md, and existing research/specs (
research/icp.md or research/{app}/icp.md, research/enterprise-icp.md or research/{app}/enterprise-icp.md, research/mvp-gap.md or research/{app}/mvp-gap.md) to understand what the product does, who it's for, and what value it claims to provide. This context is essential for identifying the right competitors and evaluating positioning. If no codebase or specs exist but research/icp.md is present, proceed in standard mode using the ICP as context.
- Read
research/.progress.yaml when present. Normalize active_path (singular legacy) to active_paths (plural list) when reading. In standard mode, scope the full competitive analysis to the first entry in active_paths by default. Treat product_paths[] entries with status: deferred or status: revisit_candidate as parked product paths, not as extra full research tracks.
Process
0. App Scope Resolution (Monorepo Support)
Before checking prerequisites, determine the app scope:
- If
$ARGUMENTS specifies an app name matching a subdirectory of research/, use it.
- If
research/ contains subdirectories (excluding files), list them and ask the user which app to target. If only one subdirectory exists, use it automatically.
- If no subdirectories exist, proceed with flat structure (single-product mode).
When app scope {app} is active:
- Read/write research from
research/{app}/ instead of research/
- Read/write specs from
specs/{app}/ instead of specs/
- Also read
research/icp.md (cross-app overview) for broader context
1. Establish Product Context
Standard mode:
- Read CLAUDE.md, README, package config, and key source files to understand the product
- Read
research/icp.md (or research/{app}/icp.md) if it exists — the customer profile, pain map, and value prop define the competitive frame
- Read
research/enterprise-icp.md (or research/{app}/enterprise-icp.md) and research/mvp-gap.md (or research/{app}/mvp-gap.md) if they exist for additional context
- If
$ARGUMENTS names specific competitors, use those as a starting point but still search broadly
- Summarise what the product does, who it's for, and what problem it solves. Confirm this understanding with the user before researching.
Concept-validation mode:
- Use
research/concept-brief.md when present, otherwise use the concept description from Prerequisites to establish the problem space
- Summarise what the concept proposes (problem it addresses, intended audience, hypothesised approach)
- Confirm this understanding with the user before researching
2. Identify Competitors
Use the WebSearch tool extensively to find competitors. Search across multiple angles:
- Direct competitors: Products solving the same problem for the same audience
- Indirect competitors: Products solving an adjacent problem that could expand into this space
- Incumbents: Established tools or platforms the target audience currently uses (even if not purpose-built for this problem)
- Emerging players: New startups or open-source projects in the space
- DIY alternatives: Internal tools, spreadsheets, manual processes, or "do nothing" approaches
Search strategies:
"[product category] software", "[product category] tools", "[product category] alternatives"
"best [product category] for [target audience]", "[product category] comparison"
"[competitor name] alternatives" for each known competitor to find more
"[competitor name] vs" to discover comparison articles and adjacent players
- Check Product Hunt, G2, Capterra, and industry-specific directories
- Search for recent funding rounds in the space:
"[product category] startup funding"
- Look for open-source alternatives on GitHub
Checkpoint 1 — Present the competitor list to the user. Use the AskUserQuestion tool to show all identified competitors grouped by category (direct, indirect, incumbent, emerging, DIY). For each competitor, include a one-line description of what they do and why they belong in that category, citing the search source. Then ask:
- "Are there competitors I missed?"
- "Any of these incorrectly categorised or not actually relevant?"
Incorporate feedback before proceeding to deep research.
3. Research Each Competitor
For each identified competitor, use WebSearch and WebFetch to gather:
Company & Product
- What exactly they do — core product, features, positioning
- Founding year, team size, funding raised, revenue signals
- Technology stack and platform (web, mobile, desktop, API, CLI)
- Pricing model and tiers (free, freemium, paid-only, enterprise)
Maturity & Traction
- Current stage: pre-launch, early, growth, mature, declining
- User base size signals (published metrics, app store downloads, community size)
- Customer logos and case studies
- Recent product launches or major updates
- Integration ecosystem breadth
Observable GTM Patterns
- Primary acquisition channel observed: PLG, sales-led, community-led, content-led, partnerships
- Pricing model: freemium, free trial, demo-required, open-core, usage-based (as listed on pricing page)
- Community presence: Discord, Slack, forums, open-source community
- Target market segment: SMB, mid-market, enterprise, developer, consumer
- Observable facts only — GTM strategy analysis and recommendations belong in
/gtm
Strengths
- What do users praise? (Check review sites, social media, community forums)
- What features or capabilities set them apart?
- What's their moat? (Network effects, data, integrations, brand, switching costs)
Weaknesses
- What do users complain about? (Check negative reviews, support forums, social media)
- What's missing from their product?
- Where do they lose deals? (Check comparison articles, competitor marketing)
- What's their biggest vulnerability?
4. Identify Market Gaps & White Space
Synthesise the research to find gaps and white-space opportunities:
- Underserved segments: Customer types or use cases that no competitor serves well
- Feature gaps: Capabilities that users want but no competitor provides
- Pricing gaps: Market segments priced out by existing solutions or overpaying for features they don't need
- UX gaps: Areas where all competitors have poor user experience
- Integration gaps: Missing connections to tools the target audience already uses
- Geographic or vertical gaps: Markets or industries that competitors haven't entered
- Technology gaps: Emerging tech (AI, automation, APIs) that competitors haven't leveraged
Standard mode additional synthesis:
- What are the 2-3 most significant white-space opportunities?
- What can we learn from competitors' successes and failures?
When evidence materially affects parked product paths from research/.progress.yaml, add a short ## Implications for Deferred Product Paths section summarizing the impact, evidence refs, and whether the revisit_trigger should change. Do not broaden standard mode into full competitive analysis for every deferred path unless the user explicitly promotes one. When competitive gaps imply an entirely new product surface not covered by existing product paths, recommend /product-line fork to create a new path entry.
Concept-validation mode additional synthesis:
- What segments or use cases would this concept serve that competitors miss?
- What can you learn from competitors' successes and failures?
Positioning recommendations and "where we fit" analysis belong in /positioning — capture positioning signals in the appendix below.
4a. Gap Assessment (concept-validation mode only)
If running in concept-validation mode, synthesise the market gaps into a structured gap assessment:
- Market State: Virgin (no one does this) / Sparse (few players, early) / Crowded (many established players)
- Incumbent Quality: Dominant-and-loved / Dominant-but-resented (the Jira pattern — widely used, widely disliked) / Fragmented-and-mediocre / Emerging-and-unproven
- Gap Quality: Clear unmet need / Underserved segment / UX/approach gap / Minor improvement / No meaningful gap
- Verdict: Proceed to ICP (gap validated) / Pivot concept (gap exists but concept doesn't address it well) / Abandon (no meaningful gap)
Checkpoint — Present gap assessment to user. Use the AskUserQuestion tool to present the Market State, Incumbent Quality, Gap Quality, and Verdict with supporting evidence from the research. Ask: "Does this assessment match your read of the market? Should we adjust the verdict?" Incorporate feedback before continuing.
5. Present Findings & Validate
Checkpoint 2 — Present the full analysis to the user before writing. Use the AskUserQuestion tool to present:
- Landscape summary — the competitive picture in 3-5 sentences
- Key competitors — top 3-5 with their strengths, weaknesses, and key takeaway
- Market gaps — the most significant unmet needs and white-space opportunities
- Observable GTM patterns — what works and doesn't work in this market
- Lessons from competitors — key do's and don'ts
Then ask:
- "Do the market gaps match your intuition?"
- "Any gaps I missed or got wrong?"
- "Any insider knowledge that changes the analysis?"
Continue the conversation until all non-trivial details are nailed down. If the user raises points that require additional research, go back and search before finalising.
6. Populate Next Steps
Before writing, check which files exist to populate the ## Next Steps section contextually:
Concept-validation mode:
- IF verdict is Proceed to ICP: recommend
/icp — Define your ideal customer profile now that the market gap is validated
- IF verdict is Pivot concept: recommend
/brainstorm — Generate alternative concepts that better address the gap before ICP work
- IF verdict is Abandon: recommend
No follow-up skill recommended — Stop this concept because the analysis did not find a meaningful gap worth pursuing; include /brainstorm only if the user wants to explore a new concept
- IF verdict is Proceed to ICP and
/icp creates research/icp.md: include /competitive-analysis as a later option to re-run in standard mode for full competitive positioning
Impact-aware adjustments:
- IF downstream impact is Major: prepend
/reconcile-research — [N] conflicts found in downstream docs as the first item
- IF downstream impact is Minor: annotate relevant skill suggestions with "(stale — [brief description])"
- If downstream impact has not been classified yet, run the downstream impact check against the proposed output before selecting the final recommendation. Do not emit a Minor/Major impact recommendation speculatively.
Standard mode:
- RECOMMEND the first matching item:
- IF no
research/journey-map.md: check .agents/project.json.enabled_packs for customer-lifecycle — if customer-lifecycle is not enabled, recommend /pack install customer-lifecycle first; if customer-lifecycle is enabled, recommend /journey-map — Map the customer and user journey before solution-value decisions, using competitive gaps as inspiration
- IF no
research/positioning.md: /positioning — Frame the market category and alternatives after journey evidence shows where value is delivered
- IF no
specs/ux-variations-*.md: check .agents/project.json.enabled_packs for product-design — if product-design is not enabled, recommend /pack install product-design first; if product-design is enabled, recommend /ux-variations [top journey-backed market gap or positioning opportunity] — Explore experience directions before production specification
- IF no
research/value-prop.md AND solution-customer fit is weak, disputed, or needs explicit fit scoring: /value-prop-canvas — Validate contested solution-fit evidence as an optional detour
- IF no
research/gtm.md: check .agents/project.json.enabled_packs for business-growth — if business-growth is not enabled, recommend /pack install business-growth first; if business-growth is enabled, recommend /gtm — Build a GTM plan using the channel and positioning insights
- IF codebase exists and no
research/mvp-gap.md: check .agents/project.json.enabled_packs for business-ops — if business-ops is not enabled, recommend /pack install business-ops first; if business-ops is enabled, recommend /mvp-gap — Evaluate codebase against ICP and competitive landscape
- Include
/brainstorm only as an "Other option" when the analysis found multiple plausible market gaps and the product direction is still unclear. Do not recommend brainstorm just because competitive whitespace exists.
- Include
/value-prop-canvas only as an "Other option" when solution-customer fit is weak, disputed, or needs explicit fit scoring before positioning/spec work. It is not part of the default route.
Impact-aware adjustments:
- IF downstream impact is Major: prepend
/reconcile-research — [N] conflicts found in downstream docs as the first item
- IF downstream impact is Minor: annotate relevant skill suggestions with "(stale — [brief description])"
- If downstream impact has not been classified yet, run the downstream impact check against the proposed output before selecting the final recommendation. Do not emit a Minor/Major impact recommendation speculatively.
7. Write Output
Only after the user has validated the findings, write the output files.
8. Downstream Impact Check
After writing, check for downstream research documents that may be affected by what was just decided. Only check documents that exist on disk.
Downstream documents to check (use {app}/ prefix when app scope is active):
research/gtm.md
research/monetization.md
For each existing downstream document:
- Read it — focus on
> Based on: header, ## Summary, and sections that reference concepts this skill just defined or changed
- Identify specific conflicts: claims, assumptions, or references that contradict what was just decided. Examples:
- Competitor positioning or market gaps that GTM strategy was built on that have changed
- Pricing benchmarks referenced in monetization that no longer match the competitive landscape
- Channel strategy assumptions based on competitor behavior that has shifted
- Note each conflict: downstream file, section, the stale claim (quote it), and what it should now say
Classify the impact:
- None: No downstream documents exist, or no conflicts found. Skip display entirely.
- Minor (1–2 small conflicts): Display conflicts to user inline.
- Major (3+ conflicts OR a foundational assumption changed — e.g., market positioning shifted, new dominant competitor identified, pricing landscape changed significantly): Display conflicts and strongly recommend
/reconcile-research.
Display to the user after showing the written file confirmation. This should be quick — one read per downstream doc, scan for conflicts against key decisions. Not a deep reconciliation.
Output
research/competitive-analysis.md (or research/{app}/competitive-analysis.md)
# Competitive Analysis
> Product: [product name and one-line description]
> Category: [market category]
> Date: [current date]
> Sources: [number of competitors analysed]
## Summary
[3-5 sentences: competitive landscape overview, our positioning, and the biggest opportunity]
## Competitive Landscape
### Direct Competitors
For each:
- **[Competitor Name]** — [one-line description]
- Stage: [pre-launch / early / growth / mature / declining]
- Founded: [year] | Funding: [amount or "bootstrapped"] | Team: [size estimate]
- Pricing: [model and range]
- GTM: [primary strategy]
- Strengths: [2-3 bullets]
- Weaknesses: [2-3 bullets]
- Key takeaway: [what we can learn]
### Indirect Competitors
[Same format]
### Incumbents & DIY Alternatives
[Same format, briefer]
### Emerging Players
[Same format, briefer]
## Observable GTM Patterns
- **Dominant acquisition model**: [PLG / sales-led / community-led / etc. — as observed]
- **Pricing models seen**: [what competitors charge and how — from public pricing pages]
- **Common channels**: [where competitors are visibly present]
- **What works in this market**: [patterns from successful competitors]
- **What doesn't work**: [patterns from struggling competitors]
## Gap Assessment (concept-validation mode only)
### Market State
[Virgin / Sparse / Crowded — with evidence]
### Incumbent Quality
[Dominant-and-loved / Dominant-but-resented / Fragmented-and-mediocre / Emerging-and-unproven — with evidence]
### Gap Quality
[Clear unmet need / Underserved segment / UX/approach gap / Minor improvement / No meaningful gap — with evidence]
### Verdict
[Proceed to ICP / Pivot concept / Abandon — with reasoning]
## Market Gaps
- **[Gap title]** — [Description of the unmet need, who it affects, and why it exists]
- ...
## Competitive Positioning
### Market Gaps Identified
[Specific gaps, unserved segments, and white-space opportunities with evidence]
### Lessons from Competitors
- **Do this** (learned from [competitor]): [what they did well that we should emulate]
- **Avoid this** (learned from [competitor]): [what they did poorly that we should avoid]
- ...
Positioning recommendations ("where we fit", "recommended positioning") belong in `/positioning`.
<!-- Include this section only when downstream impact is Minor or Major. Omit entirely for None. -->
## Downstream Impact
> Checked: [list of downstream docs checked]
> Impact: Minor | Major
### Conflicts Found
1. **research/[file].md** — [Section Name]
- **Stale**: "[exact quote from downstream doc]"
- **Now**: [what this skill's output says instead]
[For Major only:]
> **Recommended action**: Run `/reconcile-research` to audit and fix all affected downstream documents.
## Next Steps
**Recommended:** [first matching item from step 6]
**Other options:**
- [remaining conditional items from step 6 — only include items whose conditions are met]
## Signals for Downstream Research
> Raw signals captured during research. These are unvalidated observations —
> use the linked skill to verify, validate, and explore alternatives.
### → /positioning
- [signal]: positioning gaps identified in the landscape
- [signal]: category whitespace or unclaimed territory
- [signal]: differentiation opportunities from competitor weaknesses
### → /gtm
- [signal]: competitor channel strategies observed
- [signal]: pricing models and tiers seen across competitors
- [signal]: messaging patterns that appear effective
### → /monetization
- [signal]: competitor pricing tiers and structures
- [signal]: freemium vs. paid patterns in the market
- [signal]: enterprise pricing signals from competitor pages
### → /value-prop-canvas
- [signal]: competitor strengths and weaknesses mapped to customer jobs
- [signal]: unmet customer needs revealed by competitor gaps
- [signal]: value delivery patterns across the landscape
research/competitive-analysis-search-log.md (or research/{app}/competitive-analysis-search-log.md)
Raw research log — every search query, key findings with source attribution, and the reasoning behind categorisation and positioning recommendations.
research/.progress.yaml
Update only when active-path evidence changes a deferred product path's status, reason, evidence refs, revisit trigger, or next skill. Use product_paths terminology instead of branch terminology. When writing manifest entries, include pipeline_stage: competitive-analysis on the active path entry.
Create the research/ (or research/{app}/) directory if it doesn't exist.
Task Classification
When this skill produces follow-up work, file it by execution semantics:
- Immediately actionable implementation or documentation work goes in
tasks/todo.md.
- Human-only external actions tied to automated steps go in
tasks/manual-todo.md with _(blocks: Step N.X)_ or _(after: Step N.X)_; repo edits, SDK wiring, generated assets, local commands, tests, audits, and authenticated CLI/API work stay in tasks/todo.md.
- One-time condition-gated records, baselines, or future measurements go in
tasks/record-todo.md with source, condition, non-blocking reason, evidence, and promotion rule.
- Cadence-based reviews, playtests, adoption checks, investor updates, retros, or docs-health checks go in
tasks/recurring-todo.md with cadence, owner/agent, next due, evidence path, and escalation conditions.
- Do not put non-blocking records or recurring obligations in
tasks/todo.md unless they have been explicitly promoted into current execution work.
Constraints
- Use web search extensively. This skill's value comes from real, current market data — not assumptions or hallucinated competitor names. Every competitor cited must come from a web search result.
- Cite sources. When stating facts about competitors (funding, features, pricing), note where the information came from.
- Be honest about uncertainty. If information couldn't be verified, say so. Don't fabricate metrics.
- Stay in analysis mode. Do not propose product changes, architecture, features, or positioning recommendations — product changes are for
/spec-interview and /mvp-gap; positioning is for /positioning.
- Focus on actionable insights. Raw competitor lists are easy; the value is in the synthesis — gaps, patterns, positioning angles.
- Do not overwrite existing
research/competitive-analysis.md (or research/{app}/competitive-analysis.md) without asking the user first.
- Keep research current. Prefer recent sources (last 12 months). Flag any information that may be outdated.
- Search breadth over depth initially. Cast a wide net to find all competitors before going deep on each one. It's better to identify 15 competitors and research 8 deeply than to miss half the landscape.
- Present before writing. Never write output files until findings have been presented to the user and validated through the checkpoint questions. The user must see and approve the analysis before anything is written to disk.
Alignment Page
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following ALIGNMENT-PAGE.md in this skill's directory. Output: alignment/competitive-analysis-{topic}.html.
Default Shipping Contract
Follow the shared shipping contract convention in CLAUDE.md.
1---2name: competitive-analysis-203description: Research competitors via web search — map the landscape, GTM strategies, strengths, weaknesses, and market gaps4---5
6## Pack Availability Guard
7
8Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `/pack install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
9
10# Competitive Analysis — Market Landscape Research
11
12## Report-First Approval Gate
13
14Default to report-only: present findings, evidence coverage, assumptions, recommended artifact path, and proposed file changes in a pre-approval alignment page plus a concise conversation summary for user approval before creating or updating canonical research, spec, or task files.
15
16Do not write or overwrite synthesized deliverables until the user explicitly approves, unless the user invoked an explicit write/update/fix mode or clearly asked to write files upfront. Raw evidence capture may be persisted before analysis when reproducibility requires it; report those raw paths separately and still gate synthesized research/report writes.
17
18When stopping for approval, build and attempt to open the alignment preview page first, then ask the user to review it and approve, question, or request adjustments. Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
19
20Conduct deep web-based research to compile a comprehensive competitive landscape for the project. Uses web search to identify competitors, evaluate their maturity, analyse their go-to-market strategies, and surface market gaps. The output gives the founder a clear picture of who they're up against and where opportunities exist.
21
22## Prerequisites
23
24**Detect mode before proceeding:**
25
26- **Concept-validation mode** activates when: no `research/icp.md` exists AND (no meaningful codebase — i.e. no README, no source files, no package config — OR `$ARGUMENTS` contains "concept" or "validate"). Use this mode to validate market gaps after a concept has been shaped by `/idea-scope-brief` or an equivalent brief; if no concept is clear, recommend `/idea-scope-brief` first. In this mode, announce to the user: "Running in concept-validation mode — no ICP or product detected. I'll evaluate the market gap for your concept." Then ask the user to describe the concept, the problem it addresses, and the intended audience.
27- **Standard mode** (default): Read the codebase, README, CLAUDE.md, and existing research/specs (`research/icp.md` or `research/{app}/icp.md`, `research/enterprise-icp.md` or `research/{app}/enterprise-icp.md`, `research/mvp-gap.md` or `research/{app}/mvp-gap.md`) to understand what the product does, who it's for, and what value it claims to provide. This context is essential for identifying the right competitors and evaluating positioning. If no codebase or specs exist but `research/icp.md` is present, proceed in standard mode using the ICP as context.
28- Read `research/.progress.yaml` when present. Normalize `active_path` (singular legacy) to `active_paths` (plural list) when reading. In standard mode, scope the full competitive analysis to the first entry in `active_paths` by default. Treat `product_paths[]` entries with `status: deferred` or `status: revisit_candidate` as parked product paths, not as extra full research tracks.
29
30## Process
31
32### 0. App Scope Resolution (Monorepo Support)
33
34Before checking prerequisites, determine the app scope:
35
361. If `$ARGUMENTS` specifies an app name matching a subdirectory of `research/`, use it.
372. If `research/` contains subdirectories (excluding files), list them and ask the user which app to target. If only one subdirectory exists, use it automatically.
383. If no subdirectories exist, proceed with flat structure (single-product mode).
39
40When app scope `{app}` is active:
41- Read/write research from `research/{app}/` instead of `research/`
42- Read/write specs from `specs/{app}/` instead of `specs/`
43- Also read `research/icp.md` (cross-app overview) for broader context
44
45### 1. Establish Product Context
46
47**Standard mode:**
48- Read CLAUDE.md, README, package config, and key source files to understand the product
49- Read `research/icp.md` (or `research/{app}/icp.md`) if it exists — the customer profile, pain map, and value prop define the competitive frame
50- Read `research/enterprise-icp.md` (or `research/{app}/enterprise-icp.md`) and `research/mvp-gap.md` (or `research/{app}/mvp-gap.md`) if they exist for additional context
51- If `$ARGUMENTS` names specific competitors, use those as a starting point but still search broadly
52- Summarise what the product does, who it's for, and what problem it solves. Confirm this understanding with the user before researching.
53
54**Concept-validation mode:**
55- Use `research/concept-brief.md` when present, otherwise use the concept description from Prerequisites to establish the problem space
56- Summarise what the concept proposes (problem it addresses, intended audience, hypothesised approach)
57- Confirm this understanding with the user before researching
58
59### 2. Identify Competitors
60
61Use the WebSearch tool extensively to find competitors. Search across multiple angles:
62
63- **Direct competitors**: Products solving the same problem for the same audience
64- **Indirect competitors**: Products solving an adjacent problem that could expand into this space
65- **Incumbents**: Established tools or platforms the target audience currently uses (even if not purpose-built for this problem)
66- **Emerging players**: New startups or open-source projects in the space
67- **DIY alternatives**: Internal tools, spreadsheets, manual processes, or "do nothing" approaches
68
69Search strategies:
70- `"[product category] software"`, `"[product category] tools"`, `"[product category] alternatives"`
71- `"best [product category] for [target audience]"`, `"[product category] comparison"`
72- `"[competitor name] alternatives"` for each known competitor to find more
73- `"[competitor name] vs"` to discover comparison articles and adjacent players
74- Check Product Hunt, G2, Capterra, and industry-specific directories
75- Search for recent funding rounds in the space: `"[product category] startup funding"`
76- Look for open-source alternatives on GitHub
77
78**Checkpoint 1 — Present the competitor list to the user.** Use the AskUserQuestion tool to show all identified competitors grouped by category (direct, indirect, incumbent, emerging, DIY). For each competitor, include a one-line description of what they do and why they belong in that category, citing the search source. Then ask:
79- "Are there competitors I missed?"
80- "Any of these incorrectly categorised or not actually relevant?"
81
82Incorporate feedback before proceeding to deep research.
83
84### 3. Research Each Competitor
85
86For each identified competitor, use WebSearch and WebFetch to gather:
87
88#### Company & Product
89- What exactly they do — core product, features, positioning
90- Founding year, team size, funding raised, revenue signals
91- Technology stack and platform (web, mobile, desktop, API, CLI)
92- Pricing model and tiers (free, freemium, paid-only, enterprise)
93
94#### Maturity & Traction
95- Current stage: pre-launch, early, growth, mature, declining
96- User base size signals (published metrics, app store downloads, community size)
97- Customer logos and case studies
98- Recent product launches or major updates
99- Integration ecosystem breadth
100
101#### Observable GTM Patterns
102- Primary acquisition channel observed: PLG, sales-led, community-led, content-led, partnerships
103- Pricing model: freemium, free trial, demo-required, open-core, usage-based (as listed on pricing page)
104- Community presence: Discord, Slack, forums, open-source community
105- Target market segment: SMB, mid-market, enterprise, developer, consumer
106- Observable facts only — GTM strategy analysis and recommendations belong in `/gtm`
107
108#### Strengths
109- What do users praise? (Check review sites, social media, community forums)
110- What features or capabilities set them apart?
111- What's their moat? (Network effects, data, integrations, brand, switching costs)
112
113#### Weaknesses
114- What do users complain about? (Check negative reviews, support forums, social media)
115- What's missing from their product?
116- Where do they lose deals? (Check comparison articles, competitor marketing)
117- What's their biggest vulnerability?
118
119### 4. Identify Market Gaps & White Space
120
121Synthesise the research to find gaps and white-space opportunities:
122
123- **Underserved segments**: Customer types or use cases that no competitor serves well
124- **Feature gaps**: Capabilities that users want but no competitor provides
125- **Pricing gaps**: Market segments priced out by existing solutions or overpaying for features they don't need
126- **UX gaps**: Areas where all competitors have poor user experience
127- **Integration gaps**: Missing connections to tools the target audience already uses
128- **Geographic or vertical gaps**: Markets or industries that competitors haven't entered
129- **Technology gaps**: Emerging tech (AI, automation, APIs) that competitors haven't leveraged
130
131**Standard mode additional synthesis:**
132- What are the 2-3 most significant white-space opportunities?
133- What can we learn from competitors' successes and failures?
134
135When evidence materially affects parked product paths from `research/.progress.yaml`, add a short `## Implications for Deferred Product Paths` section summarizing the impact, evidence refs, and whether the `revisit_trigger` should change. Do not broaden standard mode into full competitive analysis for every deferred path unless the user explicitly promotes one. When competitive gaps imply an entirely new product surface not covered by existing product paths, recommend `/product-line fork` to create a new path entry.
136
137**Concept-validation mode additional synthesis:**
138- What segments or use cases would this concept serve that competitors miss?
139- What can you learn from competitors' successes and failures?
140
141Positioning recommendations and "where we fit" analysis belong in `/positioning` — capture positioning signals in the appendix below.
142
143### 4a. Gap Assessment (concept-validation mode only)
144
145If running in concept-validation mode, synthesise the market gaps into a structured gap assessment:
146
147- **Market State**: Virgin (no one does this) / Sparse (few players, early) / Crowded (many established players)
148- **Incumbent Quality**: Dominant-and-loved / Dominant-but-resented (the Jira pattern — widely used, widely disliked) / Fragmented-and-mediocre / Emerging-and-unproven
149- **Gap Quality**: Clear unmet need / Underserved segment / UX/approach gap / Minor improvement / No meaningful gap
150- **Verdict**: Proceed to ICP (gap validated) / Pivot concept (gap exists but concept doesn't address it well) / Abandon (no meaningful gap)
151
152**Checkpoint — Present gap assessment to user.** Use the AskUserQuestion tool to present the Market State, Incumbent Quality, Gap Quality, and Verdict with supporting evidence from the research. Ask: "Does this assessment match your read of the market? Should we adjust the verdict?" Incorporate feedback before continuing.
153
154### 5. Present Findings & Validate
155
156**Checkpoint 2 — Present the full analysis to the user before writing.** Use the AskUserQuestion tool to present:
157
1581. **Landscape summary** — the competitive picture in 3-5 sentences
1592. **Key competitors** — top 3-5 with their strengths, weaknesses, and key takeaway
1603. **Market gaps** — the most significant unmet needs and white-space opportunities
1614. **Observable GTM patterns** — what works and doesn't work in this market
1625. **Lessons from competitors** — key do's and don'ts
163
164Then ask:
165- "Do the market gaps match your intuition?"
166- "Any gaps I missed or got wrong?"
167- "Any insider knowledge that changes the analysis?"
168
169Continue the conversation until all non-trivial details are nailed down. If the user raises points that require additional research, go back and search before finalising.
170
171### 6. Populate Next Steps
172
173Before writing, check which files exist to populate the `## Next Steps` section contextually:
174
175**Concept-validation mode:**
176- IF verdict is **Proceed to ICP**: recommend `/icp` — Define your ideal customer profile now that the market gap is validated
177- IF verdict is **Pivot concept**: recommend `/brainstorm` — Generate alternative concepts that better address the gap before ICP work
178- IF verdict is **Abandon**: recommend `No follow-up skill recommended` — Stop this concept because the analysis did not find a meaningful gap worth pursuing; include `/brainstorm` only if the user wants to explore a new concept
179- IF verdict is **Proceed to ICP** and `/icp` creates `research/icp.md`: include `/competitive-analysis` as a later option to re-run in standard mode for full competitive positioning
180
181**Impact-aware adjustments:**
182- IF downstream impact is **Major**: prepend `/reconcile-research — [N] conflicts found in downstream docs` as the first item
183- IF downstream impact is **Minor**: annotate relevant skill suggestions with "(stale — [brief description])"
184- If downstream impact has not been classified yet, run the downstream impact check against the proposed output before selecting the final recommendation. Do not emit a Minor/Major impact recommendation speculatively.
185
186**Standard mode:**
187- RECOMMEND the first matching item:
188 1. IF no `research/journey-map.md`: check `.agents/project.json.enabled_packs` for `customer-lifecycle` — if `customer-lifecycle` is not enabled, recommend `/pack install customer-lifecycle` first; if `customer-lifecycle` is enabled, recommend `/journey-map` — Map the customer and user journey before solution-value decisions, using competitive gaps as inspiration
189 2. IF no `research/positioning.md`: `/positioning` — Frame the market category and alternatives after journey evidence shows where value is delivered
190 3. IF no `specs/ux-variations-*.md`: check `.agents/project.json.enabled_packs` for `product-design` — if `product-design` is not enabled, recommend `/pack install product-design` first; if `product-design` is enabled, recommend `/ux-variations [top journey-backed market gap or positioning opportunity]` — Explore experience directions before production specification
191 4. IF no `research/value-prop.md` AND solution-customer fit is weak, disputed, or needs explicit fit scoring: `/value-prop-canvas` — Validate contested solution-fit evidence as an optional detour
192 5. IF no `research/gtm.md`: check `.agents/project.json.enabled_packs` for `business-growth` — if `business-growth` is not enabled, recommend `/pack install business-growth` first; if `business-growth` is enabled, recommend `/gtm` — Build a GTM plan using the channel and positioning insights
193 6. IF codebase exists and no `research/mvp-gap.md`: check `.agents/project.json.enabled_packs` for `business-ops` — if `business-ops` is not enabled, recommend `/pack install business-ops` first; if `business-ops` is enabled, recommend `/mvp-gap` — Evaluate codebase against ICP and competitive landscape
194- Include `/brainstorm` only as an "Other option" when the analysis found multiple plausible market gaps and the product direction is still unclear. Do not recommend brainstorm just because competitive whitespace exists.
195- Include `/value-prop-canvas` only as an "Other option" when solution-customer fit is weak, disputed, or needs explicit fit scoring before positioning/spec work. It is not part of the default route.
196
197**Impact-aware adjustments:**
198- IF downstream impact is **Major**: prepend `/reconcile-research — [N] conflicts found in downstream docs` as the first item
199- IF downstream impact is **Minor**: annotate relevant skill suggestions with "(stale — [brief description])"
200- If downstream impact has not been classified yet, run the downstream impact check against the proposed output before selecting the final recommendation. Do not emit a Minor/Major impact recommendation speculatively.
201
202### 7. Write Output
203
204Only after the user has validated the findings, write the output files.
205
206### 8. Downstream Impact Check
207
208After writing, check for downstream research documents that may be affected by what was just decided. Only check documents that exist on disk.
209
210**Downstream documents to check** (use `{app}/` prefix when app scope is active):
211- `research/gtm.md`
212- `research/monetization.md`
213
214For each existing downstream document:
2151. Read it — focus on `> Based on:` header, `## Summary`, and sections that reference concepts this skill just defined or changed
2162. Identify **specific conflicts**: claims, assumptions, or references that contradict what was just decided. Examples:
217 - Competitor positioning or market gaps that GTM strategy was built on that have changed
218 - Pricing benchmarks referenced in monetization that no longer match the competitive landscape
219 - Channel strategy assumptions based on competitor behavior that has shifted
2203. Note each conflict: downstream file, section, the stale claim (quote it), and what it should now say
221
222**Classify the impact**:
223- **None**: No downstream documents exist, or no conflicts found. Skip display entirely.
224- **Minor** (1–2 small conflicts): Display conflicts to user inline.
225- **Major** (3+ conflicts OR a foundational assumption changed — e.g., market positioning shifted, new dominant competitor identified, pricing landscape changed significantly): Display conflicts and strongly recommend `/reconcile-research`.
226
227Display to the user after showing the written file confirmation. This should be quick — one read per downstream doc, scan for conflicts against key decisions. Not a deep reconciliation.
228
229## Output
230
231### `research/competitive-analysis.md` (or `research/{app}/competitive-analysis.md`)
232
233```markdown
234# Competitive Analysis
235
236> Product: [product name and one-line description]
237> Category: [market category]
238> Date: [current date]
239> Sources: [number of competitors analysed]
240
241## Summary
242[3-5 sentences: competitive landscape overview, our positioning, and the biggest opportunity]
243
244## Competitive Landscape
245
246### Direct Competitors
247For each:
248- **[Competitor Name]** — [one-line description]
249 - Stage: [pre-launch / early / growth / mature / declining]
250 - Founded: [year] | Funding: [amount or "bootstrapped"] | Team: [size estimate]
251 - Pricing: [model and range]
252 - GTM: [primary strategy]
253 - Strengths: [2-3 bullets]
254 - Weaknesses: [2-3 bullets]
255 - Key takeaway: [what we can learn]
256
257### Indirect Competitors
258[Same format]
259
260### Incumbents & DIY Alternatives
261[Same format, briefer]
262
263### Emerging Players
264[Same format, briefer]
265
266## Observable GTM Patterns
267- **Dominant acquisition model**: [PLG / sales-led / community-led / etc. — as observed]
268- **Pricing models seen**: [what competitors charge and how — from public pricing pages]
269- **Common channels**: [where competitors are visibly present]
270- **What works in this market**: [patterns from successful competitors]
271- **What doesn't work**: [patterns from struggling competitors]
272
273## Gap Assessment (concept-validation mode only)
274
275### Market State
276[Virgin / Sparse / Crowded — with evidence]
277
278### Incumbent Quality
279[Dominant-and-loved / Dominant-but-resented / Fragmented-and-mediocre / Emerging-and-unproven — with evidence]
280
281### Gap Quality
282[Clear unmet need / Underserved segment / UX/approach gap / Minor improvement / No meaningful gap — with evidence]
283
284### Verdict
285[Proceed to ICP / Pivot concept / Abandon — with reasoning]
286
287## Market Gaps
288- **[Gap title]** — [Description of the unmet need, who it affects, and why it exists]
289- ...
290
291## Competitive Positioning
292
293### Market Gaps Identified
294[Specific gaps, unserved segments, and white-space opportunities with evidence]
295
296### Lessons from Competitors
297- **Do this** (learned from [competitor]): [what they did well that we should emulate]
298- **Avoid this** (learned from [competitor]): [what they did poorly that we should avoid]
299- ...
300
301Positioning recommendations ("where we fit", "recommended positioning") belong in `/positioning`.
302
303<!-- Include this section only when downstream impact is Minor or Major. Omit entirely for None. -->
304## Downstream Impact
305
306> Checked: [list of downstream docs checked]
307> Impact: Minor | Major
308
309### Conflicts Found
310
3111. **research/[file].md** — [Section Name]
312 - **Stale**: "[exact quote from downstream doc]"
313 - **Now**: [what this skill's output says instead]
314
315[For Major only:]
316> **Recommended action**: Run `/reconcile-research` to audit and fix all affected downstream documents.
317
318## Next Steps
319
320**Recommended:** [first matching item from step 6]
321
322**Other options:**
323- [remaining conditional items from step 6 — only include items whose conditions are met]
324
325## Signals for Downstream Research
326
327> Raw signals captured during research. These are unvalidated observations —
328> use the linked skill to verify, validate, and explore alternatives.
329
330### → /positioning
331- [signal]: positioning gaps identified in the landscape
332- [signal]: category whitespace or unclaimed territory
333- [signal]: differentiation opportunities from competitor weaknesses
334
335### → /gtm
336- [signal]: competitor channel strategies observed
337- [signal]: pricing models and tiers seen across competitors
338- [signal]: messaging patterns that appear effective
339
340### → /monetization
341- [signal]: competitor pricing tiers and structures
342- [signal]: freemium vs. paid patterns in the market
343- [signal]: enterprise pricing signals from competitor pages
344
345### → /value-prop-canvas
346- [signal]: competitor strengths and weaknesses mapped to customer jobs
347- [signal]: unmet customer needs revealed by competitor gaps
348- [signal]: value delivery patterns across the landscape
349```
350
351### `research/competitive-analysis-search-log.md` (or `research/{app}/competitive-analysis-search-log.md`)
352Raw research log — every search query, key findings with source attribution, and the reasoning behind categorisation and positioning recommendations.
353
354### `research/.progress.yaml`
355Update only when active-path evidence changes a deferred product path's status, reason, evidence refs, revisit trigger, or next skill. Use `product_paths` terminology instead of branch terminology. When writing manifest entries, include `pipeline_stage: competitive-analysis` on the active path entry.
356
357Create the `research/` (or `research/{app}/`) directory if it doesn't exist.
358
359## Task Classification
360
361When this skill produces follow-up work, file it by execution semantics:
362
363- Immediately actionable implementation or documentation work goes in `tasks/todo.md`.
364- Human-only external actions tied to automated steps go in `tasks/manual-todo.md` with `_(blocks: Step N.X)_` or `_(after: Step N.X)_`; repo edits, SDK wiring, generated assets, local commands, tests, audits, and authenticated CLI/API work stay in `tasks/todo.md`.
365- One-time condition-gated records, baselines, or future measurements go in `tasks/record-todo.md` with source, condition, non-blocking reason, evidence, and promotion rule.
366- Cadence-based reviews, playtests, adoption checks, investor updates, retros, or docs-health checks go in `tasks/recurring-todo.md` with cadence, owner/agent, next due, evidence path, and escalation conditions.
367- Do not put non-blocking records or recurring obligations in `tasks/todo.md` unless they have been explicitly promoted into current execution work.
368
369## Constraints
370
371- **Use web search extensively.** This skill's value comes from real, current market data — not assumptions or hallucinated competitor names. Every competitor cited must come from a web search result.
372- **Cite sources.** When stating facts about competitors (funding, features, pricing), note where the information came from.
373- **Be honest about uncertainty.** If information couldn't be verified, say so. Don't fabricate metrics.
374- **Stay in analysis mode.** Do not propose product changes, architecture, features, or positioning recommendations — product changes are for `/spec-interview` and `/mvp-gap`; positioning is for `/positioning`.
375- **Focus on actionable insights.** Raw competitor lists are easy; the value is in the synthesis — gaps, patterns, positioning angles.
376- **Do not overwrite existing `research/competitive-analysis.md`** (or `research/{app}/competitive-analysis.md`) without asking the user first.
377- **Keep research current.** Prefer recent sources (last 12 months). Flag any information that may be outdated.
378- **Search breadth over depth initially.** Cast a wide net to find all competitors before going deep on each one. It's better to identify 15 competitors and research 8 deeply than to miss half the landscape.
379- **Present before writing.** Never write output files until findings have been presented to the user and validated through the checkpoint questions. The user must see and approve the analysis before anything is written to disk.
380
381## Alignment Page
382
383When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/competitive-analysis-{topic}.html`.
384
385## Default Shipping Contract
386
387Follow the shared shipping contract convention in CLAUDE.md.