一键导入
generating-prd-md-from-userstory-md
Transforms UserStory.md into PRD.md by extracting features and converting user stories into functional requirements.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Transforms UserStory.md into PRD.md by extracting features and converting user stories into functional requirements.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate commit message for staged changes, pause for approval, then commit. Stage files first with `git add`, then run this skill.
Interactive Q&A to build UserStory.md from user input. Use when the user wants to create a user story document or start the assisted workflow.
Generates prd.json task tracking file from PRD.md requirements document. Use when initializing Ralph loop or when the user asks to convert PRD to JSON format for autonomous execution.
Investigates codebase before planning. Use before any non-trivial implementation task to gather context in isolation.
Provides concise, focused code reviews matching exact task complexity requirements. Use when reviewing code quality, security, or when the user asks for code review.
Writes tests following TDD (using pytest and Hypothesis) and BDD best practices. Use when writing unit tests, integration tests, or BDD scenarios.
| name | generating-prd-md-from-userstory-md |
| description | Transforms UserStory.md into PRD.md by extracting features and converting user stories into functional requirements. |
| model | haiku |
| allowed-tools | Read, Write |
Converts docs/UserStory.md into docs/PRD.md with structured functional requirements.
Bridges the gap between user-focused stories and implementation-ready requirements by converting narrative descriptions into technical requirements.
Read inputs
ralph/docs/templates/prd.md.template - follow its structure exactlydocs/UserStory.md - parse all sections: Problem, Users, Value, Stories, Criteria, ConstraintsExtract and convert
Generate PRD.md
(depends: STORY-XXX) when story B requires story A to complete firstValidate against template
ralph/docs/templates/prd.md.template structureSave
PRD.md.bak if overwritingdocs/PRD.mdmake ralph_prd_jsonUser Story → Functional Requirement:
task add "description""Success Criteria → Non-Functional:
Constraints → Non-Functional:
make ralph_prd_md
make ralph_prd_json # Generate prd.json from PRD.md
make ralph_run # Start Ralph loop