Product discovery workflow — chain market analysis, competitor research, demand validation, and prioritization Use when: Exploring a new product idea, entering a new market, or validating an opportunity
Scanned 9/6/2026
Install to Claude Code
npx -y skills add konglong87/superPM --skill discover --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Discover?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/konglong87-discover)More formats (shields.io, HTML) on the badges page.
---
name: discover
description: |
Product discovery workflow — chain market analysis, competitor research, demand validation, and prioritization
Use when: Exploring a new product idea, entering a new market, or validating an opportunity
allowed-tools:
- Skill
- AskUserQuestion
- Read
- Write
- WebSearch
- Bash
---
## Overview
This command chains 4 skills into a complete product discovery workflow:
1. **pm-market** — Market landscape & sizing
2. **pm-competitor** — Competitive analysis
3. **pm-demand** — Demand validation & pain point analysis
4. **pm-priority** — Prioritization & opportunity ranking
Each step pauses for user confirmation before proceeding.
## Execution Flow
### Step 1: Market Analysis
Run the market analysis skill to understand the market landscape.
> 📊 Starting Step 1/4: Market Analysis
> This will analyze the market size, trends, and landscape for your product idea.
执行 /pm-market
完成后,使用 AskUserQuestion 确认:
> ✅ Step 1 complete. Proceed to Step 2: Competitive Analysis?
> A) Yes, continue
> B) Skip competitive analysis
> C) Stop
### Step 2: Competitive Analysis
> 📊 Starting Step 2/4: Competitive Analysis
> This will analyze competitors, their positioning, and gaps in the market.
执行 /pm-competitor
完成后,使用 AskUserQuestion 确认:
> ✅ Step 2 complete. Proceed to Step 3: Demand Validation?
> A) Yes, continue
> B) Skip demand validation
> C) Stop
### Step 3: Demand Validation
> 📊 Starting Step 3/4: Demand Validation
> This will validate user pain points, needs, and willingness to pay.
执行 /pm-demand
完成后,使用 AskUserQuestion 确认:
> ✅ Step 3 complete. Proceed to Step 4: Prioritization?
> A) Yes, continue
> B) Skip prioritization
> C) Stop
### Step 4: Prioritization
> 📊 Starting Step 4/4: Prioritization
> This will rank opportunities and prioritize features.
执行 /pm-priority
### Completion
> ✅ Product discovery complete!
>
> Generated documents:
> - docs/01-需求调研/市场调研报告.md
> - docs/01-需求调研/竞品监控月报.md
> - docs/01-需求调研/需求调研报告.md
> - docs/01-需求调研/优先级排序报告.md
>
> Recommended next steps:
> 1. /write-prd — Write PRD based on discovery findings
> 2. /validate-idea — Validate the idea with a different approach
> 3. /define-strategy — Define product strategy
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!