prd-gen
v0.1.2
Published
Single-story-at-a-time PRD review tool
Readme
prd-gen
Review and prioritise your PRD one user story at a time. Assign priorities, edit stories, add or delete entries — all saved back to prd.json.

Requirements
- Node.js v18 or later
Usage
Run this from the directory containing your prd.json:
npx prd-genThat's it. A local server starts and the review UI opens in your browser. Press Ctrl+C to stop.
What it does
- Shows one user story at a time as a card
- Lets you set a priority (1–10) for each story
- Inline editing for title and description
- Add or delete stories on the fly
- Saves all changes back to
prd.jsonas you go - Summary screen when you've reviewed everything
Where does prd.json come from?
prd.json is generated by ralph — an autonomous AI agent that writes your user stories and tracks progress through them. Use ralph to generate and iterate on your PRD, then run prd-gen to review and prioritise the output.
