# Discover

> 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

- Skill: `konglong87/discover` (Agent Skill)
- Install (CLI): `npx skillmds@latest add konglong87/discover`
- Raw SKILL.md: https://api.skillmd.com/api/skills/konglong87/discover/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: konglong87 (https://skillmd.com/u/konglong87)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/konglong87/discover

---


## 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

