Step 02 of 9 15 min· intermediate
Step 2: Break the PRD into User Stories
Turn the PRD into INVEST-compliant user stories with acceptance criteria.
Recommended prompts
Use one of these to do the work in your IDE
Open the template to read it in full. Click Copy prompt to grab it (with your stack values pre-filled where they apply) — then paste into Claude Code, Cursor, or wherever you build.
When you're done
Verify these in your own work before moving on
This is a checklist for you to mentally tick off in your repo and IDE — the site doesn't track it, you do.
- Every must-have requirement has at least one story
- Each story has Given/When/Then acceptance criteria
- Stories are sized so any one fits in a single PR
- Stories are grouped by epic
Common pitfalls
What goes wrong at this step
- Stories that span multiple PRs — split them
- Acceptance criteria written as 'works correctly' instead of observable user behavior