Generating prd md from userstory md
Skill qte77/claude-code-plugins/plugins/ralph/skills/generating-prd-md-from-userstory-md
A Claude Code plugin marketplace providing skills, rules, and scripts extracted from a production development workflow.
npx -y skills add qte77/claude-code-plugins --skill generating-prd-md-from-userstory-mdAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Converts UserStory.md into a structured PRD.md document. Use after generating UserStory.md and before initializing the Ralph loop.
SKILL.md
1.2 KB, as published. Nobody here has run it
Generate PRD.md from UserStory.md
Converts docs/UserStory.md into a structured docs/PRD.md using the PRD
template.
Workflow
- Read
docs/UserStory.md— Validate it exists, parse all sections (Problem, Value, User Stories, Success Criteria, Constraints, Out of Scope) - Read template at
ralph/docs/templates/prd.md.template - Convert sections:
- Problem + Value Proposition → Project Overview
- User Stories section → User Stories Reference
- User stories → Functional requirements grouped by area
- Success Criteria + Constraints → Non-Functional Requirements
- Out of Scope → Out of Scope
- Backup — If
docs/PRD.mdexists, copy todocs/PRD.md.bak - Write
docs/PRD.md - Suggest next step:
make ralph_init_loop
Usage
make ralph_create_prd_md
Template Location
ralph/docs/templates/prd.md.template