Prioritizes assumptions via Impact × Risk matrix, categorizes for action (test/implement/defer/reject), and suggests experiments with success metrics. For triaging or prioritization canvas.
From pm-product-discoverynpx claudepluginhub bowiemax/pm-skills --plugin pm-product-discoveryThis skill uses the workspace's default tool permissions.
Guides browser automation with Playwright, Puppeteer, Selenium for e2e testing and scraping. Teaches reliable selectors, auto-waits, isolation to fix flaky tests.
Provides checklists to review code for functionality, quality, security, performance, tests, and maintainability. Use for PRs, audits, team standards, and developer training.
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.