jp-prd-review

Review PRD documents against source prompts for gaps and feasibility issues.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jinglemansweep/agent-resources --skill jp-prd-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jp-prd-review
Source: https://github.com/jinglemansweep/agent-resources/tree/main/plugins/jplan/skills/jp-prd-review
Command: npx skills add https://github.com/jinglemansweep/agent-resources --skill jp-prd-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Critically review a Product Requirements Document (PRD) against the original prompt that produced it to surface gaps, contradictions, ambiguities, and feasibility issues before implementation begins.

Core Features & Use Cases

  • Coverage assessment: compare PRD to prompt to determine whether each prompt item is fully, partially, or not addressed.
  • Requirement interview: present each requirement and gather feedback for edits, removals, or approvals.
  • Requirement-level evaluation: assess implementability, testability, completeness, and consistency per requirement.
  • Structural analysis: identify contradictions, ambiguities, missing edge cases, feasibility concerns, and scope inconsistencies.
  • Verdict generation: produce a PASS, REVISE, or ESCALATE verdict with an actionable review document.
  • Documentation: generate reviews/prd.md and guidance for next steps.

Quick Start

Run /jp-prd-review <phase-path> to start reviewing a PRD for the given phase.

Frequently Asked Questions about jp-prd-review

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

FAQPage Schema
How do I review a PRD for feasibility and gaps before implementation?

To review a PRD for feasibility, compare it against the original prompt to identify coverage gaps, contradictions, and ambiguities. Evaluating requirement implementability and testability produces a formal PASS, REVISE, or ESCALATE verdict to prevent downstream mistakes.

What is a PRD coverage assessment and when do I need it?

A PRD coverage assessment maps each item from the original prompt to the PRD to determine whether it is fully, partially, or not addressed. You need this before kickoff to catch missing requirements and scope inconsistencies early.

How do I check a Product Requirements Document for contradictions and edge cases?

Checking a Product Requirements Document for contradictions involves structural analysis of each requirement to evaluate completeness and consistency. This process identifies missing edge cases, feasibility concerns, and scope inconsistencies before generating an actionable review document.

Can I use a structured PRD review process on phase directories under .plans/?

Yes, you can review a PRD within phase directories under .plans/ that contain prompt.md and prd.md files. The process evaluates implementation viability against these structured inputs and outputs a formal review document with actionable feedback.

What is the best way to generate a formal verdict for a PRD review?

The best way to generate a formal verdict for a PRD review is to assess requirement implementability, testability, and consistency, then produce a PASS, REVISE, or ESCALATE verdict. This outputs a structured review document with guidance for next steps.

Why does my PRD review fail to catch downstream implementation mistakes?

Your PRD review may fail to catch downstream implementation mistakes if it lacks a requirement interview phase to gather feedback for edits or approvals. Without evaluating implementation viability per requirement, contradictions and feasibility issues remain unresolved.