pm-product-review

Routes PM artifact reviews to matching audits and merges findings into one prioritized report.

12|2|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/Uxcel-Lab/product-skills --skill pm-product-review-uxcel-lab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pm-product-review
Source: https://github.com/Uxcel-Lab/product-skills/tree/main/pm/workflows/product-review
Command: npx skills add https://github.com/Uxcel-Lab/product-skills --skill pm-product-review-uxcel-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing a PM document like a spec, roadmap, or OKR set often produces either a vague "looks good" response or an unfocused pile of every possible audit. This Skill orchestrates holistic PM-artifact review by routing each document type to the right audits and returning a single prioritized report. ## Core Features & Use Cases - Artifact-based routing: Identifies whether the document is a spec/PRD, OKRs/KPIs, roadmap, prioritization, vision/strategy, or GTM plan, then runs the matching primary audit (spec-quality, metric-validity, prioritization-rigor, or decision-quality). - Automatic assumption check: Always runs the assumption-rigor audit, since nearly every PM artifact rests on unproven assumptions. - Merged prioritized report: De-duplicates findings across lenses and outputs one severity-ordered list (Critical, Major, Minor, Working well) with top-3 priorities. - Use Case: Paste your quarterly roadmap and ask for a full review; the Skill runs prioritization-rigor plus the assumption check, then offers adjacent lenses like decision-quality instead of firing everything. ## Quick Start Ask the assistant to review your PM document, for example: "Review my product spec and tell me if it is solid."

Frequently Asked Questions about pm-product-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a full review of my product spec or PRD?▼

Ask for a general review of the document, such as "review my spec" or "is this PRD solid". The orchestrator identifies it as a spec/PRD, runs the spec-quality audit plus an assumption-rigor check, and returns one prioritized report.

What types of PM documents can this review orchestrator handle?▼

It routes six artifact types: specs/PRDs, OKRs/KPIs/metrics, roadmaps and prioritization documents, vision/strategy, and GTM plans. Each type maps to a primary audit, with adjacent lenses offered rather than auto-run.

When should I not use the product review orchestrator?▼

Skip it when you name a specific audit, such as "run spec-quality" or "check my OKR metric validity". Explicit scope overrides orchestration, so invoke that single audit directly instead.

What happens if some of the referenced audit skills are not installed?▼

The orchestrator degrades gracefully: it runs whichever audits are present and lists the missing ones under "available but not run" in the report. It does not block the review on missing skills.

How are findings from multiple PM audits combined?▼

Findings are de-duplicated across lenses, conflicts are resolved toward the artifact's primary goal, and everything is merged into one severity-ordered list with Critical, Major, Minor, and Working-well sections plus top-3 priorities.