create-prd
Installation
SKILL.md
Generating a Product Requirements Document (PRD)
Goal
Create a clear, actionable PRD in Markdown that a junior developer can use to understand and implement a feature. Focus on what and why, not how.
Core principle: Design before implementation. No code until the PRD is approved.
Quick Reference
| Step | Action | Output |
|---|---|---|
| 1 | Receive feature description | Raw input |
| 2 | Ask clarifying questions (only if ambiguous) | Shared understanding |
| 3 | Identify likely implementation surface (when useful) | Rails-aware scope |
| 4 | Generate PRD | prd-[feature-name].md |
| 5 | Save to /tasks/ |
File on disk |
| 6 | Suggest next step | Link to generate-tasks / optional jira-ticket-planning |