agentsclimarketplace

Generating prd md from userstory md

Skill qte77/claude-code-plugins/plugins/ralph/skills/generating-prd-md-from-userstory-md

Converts UserStory.md into a structured PRD.md document. Use after generating UserStory.md and before initializing the Ralph loop.From its SKILL.md

Install
npx -y skills add qte77/claude-code-plugins --skill generating-prd-md-from-userstory-md

Assembled 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.

SKILL.md

1.2 KB, 238 tokens by cl100k_base, 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

  1. Read docs/UserStory.md — Validate it exists, parse all sections (Problem, Value, User Stories, Success Criteria, Constraints, Out of Scope)
  2. Read template at ralph/docs/templates/prd.md.template
  3. 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
  4. Backup — If docs/PRD.md exists, copy to docs/PRD.md.bak
  5. Write docs/PRD.md
  6. Suggest next step: make ralph_init_loop

Usage

make ralph_create_prd_md

Template Location

ralph/docs/templates/prd.md.template

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.