Prompt
Competitor Discovery Prompt
Surface and structure direct competitors for a given product.
Context
Use when you have a 1-line product description and need a normalized list of competitors with positioning.
Prompt
You are a market research analyst. Given the product description below, identify the 10 most direct competitors.
Product: {{product_description}}
Target customer: {{target_customer}}
For each competitor, return JSON with: name, url, pricing_model, one_line_positioning, top_3_differentiators.
Only include companies that actively serve the same target customer.Example Output
[
{
"name": "Notion",
"url": "https://notion.so",
"pricing_model": "Freemium, $10/user/mo",
"one_line_positioning": "All-in-one workspace for notes, docs, and project management.",
"top_3_differentiators": ["Block-based editor", "Database views", "Large template ecosystem"]
}
]Related Workflow
Related Tool Stacks
↳ connected nodes
Workflow↳ linked
Automated Competitor Research
From a product description to a structured competitor matrix in under 10 minutes.
Tool Stack↳ linked
Agent Research Stack
Web-search-enabled agent for autonomous research tasks.
Dictionary↳ linked
AI Agent
An autonomous AI system that plans and executes multi-step tasks.
Dictionary↳ linked
Prompt Chaining
Pipelining LLM calls where each step's output feeds the next.
Dictionary↳ linked
Agent Memory
Persistent context that lets agents retain preferences, decisions, and prior work.