Command
/discover
Run a structured discovery flow from problem framing through opportunity mapping and validation planning.
One command from product-manager-skills.
shell
$ npx -y skills add deanpeters/Product-Manager-Skills --agent claude-codeShips with product-manager-skills. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/discover
Context preview
What this command does when you run it.
Run a structured discovery flow from problem framing through opportunity mapping and validation planning.
Stats
Stars5,921
Forks725
LanguageShell
Command definition
discover.md
--- name: discover description: Run a structured discovery flow from problem framing through opportunity mapping and validation planning. argument-hint: "<problem, opportunity, or feature area>" uses: - discovery-process - problem-framing-canvas - discovery-interview-prep - opportunity-solution-tree - pol-probe-advisor outputs: - Discovery plan - Prioritized assumptions - Validation experiment backlog --- # /discover Run a full discovery loop without manually stitching together skills. ## Invocation ```text /discover Reduce onboarding drop-off for new SMB users ``` ## Workflow 1. Frame the problem using `problem-framing-canvas`. 2. Plan interview and evidence gathering with `discovery-interview-prep`. 3. Map opportunities and options with `opportunity-solution-tree`. 4. Select validation probes with `pol-probe-advisor`. 5. Synthesize into a concrete execution plan using `discovery-process`. ## Checkpoints - Confirm target user and business outcome before solutioning.
