review-prd
Review PRD
Overview
Critically review a Product Requirements Document for structural completeness, substantive quality, and common anti-patterns. A good review catches what the author missed, not what they formatted wrong.
Workflow
-
Locate the PRD — If
$ARGUMENTSis a file path, read it directly. If it is a name or keyword, search.chalk/docs/product/for matching PRD files. If multiple matches exist, list them and ask the user to pick one. -
Read product context — Load
.chalk/docs/product/0_product_profile.mdand any JTBD docs to understand the product's goals, target users, and strategic direction. This context is needed to assess whether the PRD aligns with the product. -
Read engineering context — Scan
.chalk/docs/engineering/for architecture docs. This is needed to assess feasibility of what the PRD proposes. -
Run the review checklist — Evaluate the PRD against every item in the Review Checklist below. For each item, assign one of: PASS, WARN, FAIL.
-
Write detailed findings — For every WARN or FAIL, explain specifically what is wrong and suggest a concrete fix. Do not just say "needs improvement" — say what the improvement is.