Run a full product discovery cycle — from ideation through assumption mapping to experiment design
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-pm-skills-f46e1e17edfc ,按照其中的说明把「discover」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Run a structured product discovery process that moves from divergent thinking to focused validation. This command chains multiple skills into a single end-to-end workflow.
/discover Smart notification system for our project management tool
/discover New product: AI writing assistant for non-native speakers
/discover # asks what you're discovering
Determine whether this is:
Ask the user:
Accept context from uploaded files (research, PRDs, transcripts, data), links, or conversation.
Apply the brainstorm-ideas-existing or brainstorm-ideas-new skill:
Checkpoint: "Here are 10 ideas. Which ones should we stress-test? Pick 3-5, or I can carry all forward."
For each selected idea, apply the identify-assumptions-existing or identify-assumptions-new skill:
Apply the prioritize-assumptions skill:
Checkpoint: "Here are your riskiest assumptions. Which ones feel most critical to validate first?"
For the top-priority assumptions, apply brainstorm-experiments-existing or brainstorm-experiments-new skill:
Compile everything into a discovery plan document:
## Discovery Plan: [Topic]
**Date**: [today]
**Product Stage**: [existing/new]
**Discovery Question**: [what we're trying to learn]
### Ideas Explored
[Summary of brainstormed ideas with brief descriptions]
### Selected Ideas for Validation
[3-5 ideas carried forward with rationale]
### Critical Assumptions
| # | Assumption | Category | Impact | Uncertainty | Priority |
|---|-----------|----------|--------|-------------|----------|
### Validation Experiments
| # | Tests Assumption | Method | Success Criteria | Effort | Timeline |
|---|-----------------|--------|-----------------|--------|----------|
### Experiment Details
[For each experiment: hypothesis, setup, measurement, decision criteria]
### Discovery Timeline
Week 1: [experiments]
Week 2: [experiments]
Week 3: [analysis and decision]
### Decision Framework
- If [experiment] succeeds → proceed to [next step]
- If [experiment] fails → [pivot/kill/investigate further]
Save the plan as a markdown file to the user's workspace.