From pm-product-discovery
Prioritizes assumptions via Impact × Risk matrix, categorizes for action (test/implement/defer/reject), and suggests experiments with success metrics. For triaging or prioritization canvas.
npx claudepluginhub lamngit1995/phuryn-pm-skills --plugin pm-product-discoveryThis skill uses the workspace's default tool permissions.
Provides checklists to review code for functionality, quality, security, performance, tests, and maintainability. Use for PRs, audits, team standards, and developer training.
Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns.
Enforces A/B test setup with gates for hypothesis locking, metrics definition, sample size calculation, assumptions checks, and execution readiness before implementation.
Triage assumptions using an Impact × Risk matrix and suggest targeted experiments.
You are helping prioritize assumptions for $ARGUMENTS.
If the user provides files with assumptions or research data, read them first.
ICE works well for assumption prioritization: Impact (Opportunity Score × # Customers) × Confidence (1–10) × Ease (1–10). Opportunity Score = Importance × (1 − Satisfaction), normalized to 0–1 (Dan Olsen). RICE splits Impact into Reach × Impact separately: (R × I × C) / E. See the prioritization-frameworks skill for full formulas and templates.
The user will provide a list of assumptions to prioritize. Apply the following framework:
For each assumption, evaluate two dimensions:
Categorize each assumption using the Impact × Risk matrix:
For each assumption requiring testing, suggest an experiment that:
Present results as a prioritized matrix or table.
Think step by step. Save as markdown if the output is substantial.