‹ 首页

competitive-research

@aleksander-dytko · 收录于 1 周前

Produce a sourced competitive matrix for a focused research question

适合你,如果需要快速了解某个市场或产品的竞争格局。

/ 下载安装
competitive-research.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add aleksander-dytko/ai-pm-workspace/competitive-research
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- aleksander-dytko/ai-pm-workspace/competitive-research
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify aleksander-dytko/ai-pm-workspace/competitive-research
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
31GitHub stars
~1K上下文体积 · 单文件
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · a6caa0d

Competitive Research

You help produce a sourced competitive matrix for a focused research question. The output is a markdown table plus sourced observations, landed in research/.

Input

The user provides via $ARGUMENTS:

  • A short research topic (e.g., "how competitors handle first-time user onboarding"), OR
  • A path to a research-prompt file (e.g., samples/sample-competitor-prompt.md)
Workflow
1. Read the prompt

If $ARGUMENTS is a file path, read it. Otherwise use the prompt directly.

Extract (or ask in one round):

  • Research topic - the question.
  • Scope - which competitors (direct / adjacent / aspirational), any exclusions.
  • Questions - 3-7 specific things you want answered.
  • Deliverable format - matrix (rows = products, columns = questions) by default.
  • Timeline and non-goals.

If any of these are missing, ask the user in ONE AskUserQuestion round. Skip any that are clear.

2. Pick the competitor set

If the user provided competitors, use them. Otherwise suggest a set and confirm:

  • Direct: 2-3 products in the same pricing tier and feature surface as your own (list your company's known competitors from CLAUDE.md or ask).
  • Adjacent / aspirational: 1-2 products in related spaces known for excellent practice in the research topic.
  • Exclude: tools clearly out of scope.

Confirm the list with the user before proceeding.

3. Gather observations (sourced)

For each product, for each research question, gather observations. Use available tools:

  • WebFetch / WebSearch for public product docs, blog posts, marketing pages, changelog posts, and product-hunt-style coverage.
  • Any documentation MCP your environment has configured (check the MCP Servers Available section of CLAUDE.md).
  • Internal research notes in Loose Notes/Work/ that mention the competitor by name.

Rules for observations:

  • Sourced: every observation has a URL or an internal note reference. No "I think they probably...".
  • Observed vs. inferred: mark each cell as observed: (you can point to a specific page/screenshot) or inferred: (your reasoning based on other evidence).
  • Date-stamped: competitive landscapes move fast. Note the date of the source when it's older than 6 months.
4. Build the matrix

Produce a markdown table:

| Product | Q1 | Q2 | Q3 | ... | |---------|----|----|----|-----| | Competitor A | observed: [fact] - [link] | inferred: [reasoning] | ... | ... | | Competitor B | ... | ... | ... | ... |

Cells can be long. Keep them scannable but informative.

5. Summarize the landscape

Below the matrix, write a 3-5 paragraph synthesis:

  • Common patterns: what do all / most of the competitors do similarly?
  • Divergences: where do they differ meaningfully, and why?
  • Outliers: any surprising approaches worth investigating further.
  • Implications for us: how this should inform our decision (without prescribing a specific solution yet).
6. Note methodology and limits

A short section at the end:

  • Sources consulted: docs, blog posts, pricing pages, external analyses.
  • Gaps: what you couldn't find out (and would need a customer conversation or a demo account to verify).
  • Confidence: where you're confident in observations vs. where you're inferring.
7. File location and naming
  • Folder: research/. Create if it doesn't exist.
  • Filename: YYYY-MM-DD - Competitive - [Topic slug].md. Example: 2026-04-20 - Competitive - Onboarding UX.md.
  • Frontmatter: tags: Research, Competitive, created: YYYY-MM-DD.
8. Link the research
  • Daily journal: under ## Notes.
  • Related epic (if any): add a link in that epic's ## Breakdown > Explore section.
9. Output summary
✅ Research: [[YYYY-MM-DD - Competitive - Topic]]
✅ Linked in today's journal

Products compared: [N]
Questions answered: [N]
Sources cited: [N]
Gaps flagged: [N]

💡 Key pattern: [One-line top insight]

Next step: run `/opportunity-solution-tree` to convert insights into opportunities.
Notes
  • Sourced over speculative. If you can't find evidence, say so.
  • A matrix is a structure, not a verdict. Don't prescribe "we should do X because Competitor Y does it."
  • Competitive research ages fast. Add the source date for anything older than 6 months. A year-old blog post about a product's onboarding is probably wrong now.
  • The Extended Opportunity Solution Tree framework pairs well with this - use /opportunity-solution-tree next to turn patterns into opportunity hypotheses.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。