prd-quality-checklist

Use this checklist to validate generated PRDs before delivery.

Content Preview
# PRD Quality Checklist

Use this checklist to validate generated PRDs before delivery.

## Completeness

- [ ] Every route/page has a corresponding document
- [ ] All form fields listed with type, required, validation, default
- [ ] All table columns listed with format, sortable, filterable
- [ ] All action buttons documented with visibility conditions
- [ ] All API endpoints listed with method, path, trigger, params
- [ ] Mock vs integrated APIs clearly distinguished
- [ ] All enums exhaustive
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/prd-quality-checklist.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/code-to-prd/references/prd-quality-checklist.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/code-to-prd/references/prd-quality-checklist.md

Related Skills