# Review Prd

> Use when reviewing a PRD for completeness, testability, clarity, or feasibility. Trigger words: review PRD, PRD review, validate PRD, feasibility check, requirements review.

- Skill: `igmarin/review-prd` (Agent Skill)
- Install (CLI): `npx skillmds@latest add igmarin/review-prd`
- Raw SKILL.md: https://api.skillmd.com/api/skills/igmarin/review-prd/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- License: MIT
- Author: igmarin (https://skillmd.com/u/igmarin)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/igmarin/review-prd

---

# Reviewing a PRD

Evaluate a PRD for quality — not agreement with a preferred solution.

## HARD-GATE
- Review the document, not the idea.
- Every finding must cite a specific PRD section (redact sensitive data).
- No alternative solutions unless a requirement is infeasible.

## Core Process
1. Receive the PRD.
2. Apply the review checklist (completeness, testability, clarity, feasibility, scope, dependencies, edge cases).
3. Classify each finding as Critical, Suggestion, or Note.
4. Produce a findings table with severity, evidence, and recommendation.
5. Verdict: Approved / Approved with Suggestions / Needs Revision.
6. If Needs Revision, instruct author to address Critical findings and re-run review.

## Output
- Verdict.
- Findings table with columns: #, Severity, Section, Finding, Evidence, Recommendation.
- Summary with count by severity.
- Acknowledgement of well-written sections.

## Review Checklist (abbreviated)
**Completeness:** goals and success metrics are measurable; out-of-scope explicit.
**Testability:** requirements can be verified with pass/fail tests; acceptance criteria are specific.
**Clarity:** no undefined jargon; no ambiguous modal verbs.
**Feasibility:** timeline realistic; dependencies identified.
**Scope & Edge Cases:** failure scenarios described; migration/compatibility concerns.

Refer to the full checklist in the skill’s reference documentation.

## Integration
| Skill | When |
|-------|------|
| **create-prd** | Review immediately after PRD generation |
| **generate-tasks** | After review passes |
| **tech-lead** persona | For deeper feasibility assessment |

