generating-prd-md-from-userstory-md

generating-prd-md-from-userstory-md is a skill for Claude Code from qte77/claude-code-plugins. It costs 36 tokens per session (309 once invoked), scanned A, original, Apache-2.0.

A converter that turns UserStory.md into PRD.md, a structured product requirements document describing the project and its planned work.

In plain words
What is it for?
Use it after creating user stories and before starting the Ralph development loop.
Why use it?
It turns informal user stories into an organized requirements document that can guide later development steps.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the ralph plugin — 3 skills shipped together

Good fit Use it after creating user stories and before starting the Ralph development loop.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qte77/claude-code-plugins/generating-prd-md-from-userstory-md
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add qte77/claude-code-plugins --skill generating-prd-md-from-userstory-md
Clone the repo
git clone --depth 1 https://github.com/qte77/claude-code-plugins

Made for: Claude Code.

Or install ralph, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for generating-prd-md-from-userstory-md

README.md
[![agentmods](https://agentmods.dev/badge/skills/qte77/claude-code-plugins/generating-prd-md-from-userstory-md.svg)](https://agentmods.dev/skills/qte77/claude-code-plugins/generating-prd-md-from-userstory-md)
Your own site
<a href="https://agentmods.dev/skills/qte77/claude-code-plugins/generating-prd-md-from-userstory-md"><img src="https://agentmods.dev/badge/skills/qte77/claude-code-plugins/generating-prd-md-from-userstory-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 309 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00309
Opus 5 $0.00018 $0.00154
Sonnet 5 $0.00007 $0.00062
Haiku 4.5 $0.00004 $0.00031

Measured 5d ago against content hash d469959d4c11, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

generating-prd-md-from-userstory-md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ralph/skills/generating-prd-md-from-userstory-md/SKILL.md · 40 lines

What it actually says

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

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 40 lines · 36 tokens per session scan A d469959d4c11

Subscribe to this mod's changes

generating-prd-md-from-userstory-md is a skill published in the GitHub repository qte77/claude-code-plugins (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 36 tokens to every session and 309 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

retro

Facilitate a structured sprint retrospective — what went well, what didn't, and prioritized action items with owners and deadlines. Use when running a retrospective, reflecting on a sprint, creating action items from team feedback, or learning how to run effective retros.

phuryn/pm-skills · 52 tokens

sprint-plan

Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification. Use when preparing for sprint planning, estimating team capacity, selecting stories, or balancing sprint scope against velocity.

phuryn/pm-skills · 42 tokens

wwas

Create product backlog items in Why-What-Acceptance format — independent, valuable, testable items with strategic context. Use when writing structured backlog items, breaking features into work items, or using the WWA format.

phuryn/pm-skills · 48 tokens

job-stories

Create job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format with detailed acceptance criteria. Use when writing job stories, creating JTBD-style backlog items, or expressing user situations and motivations.

phuryn/pm-skills · 55 tokens

stakeholder-map

Build a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan. Use when managing stakeholders, preparing for a launch, aligning cross-functional teams, or planning stakeholder engagement.

phuryn/pm-skills · 47 tokens

glab

Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.

NikiforovAll/claude-code-rules · 59 tokens