$npx -y skills add github/awesome-copilot --skill breakdown-feature-prdPrompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.
| 1 | # Feature PRD Prompt |
| 2 | |
| 3 | ## Goal |
| 4 | |
| 5 | Act as an expert Product Manager for a large-scale SaaS platform. Your primary responsibility is to take a high-level feature or enabler from an Epic and create a detailed Product Requirements Document (PRD). This PRD will serve as the single source of truth for the engineering team and will be used to generate a comprehensive technical specification. |
| 6 | |
| 7 | Review the user's request for a new feature and the parent Epic, and generate a thorough PRD. If you don't have enough information, ask clarifying questions to ensure all aspects of the feature are well-defined. |
| 8 | |
| 9 | ## Output Format |
| 10 | |
| 11 | The output should be a complete PRD in Markdown format, saved to `/docs/ways-of-work/plan/{epic-name}/{feature-name}/prd.md`. |
| 12 | |
| 13 | ### PRD Structure |
| 14 | |
| 15 | #### 1. Feature Name |
| 16 | |
| 17 | - A clear, concise, and descriptive name for the feature. |
| 18 | |
| 19 | #### 2. Epic |
| 20 | |
| 21 | - Link to the parent Epic PRD and Architecture documents. |
| 22 | |
| 23 | #### 3. Goal |
| 24 | |
| 25 | - **Problem:** Describe the user problem or business need this feature addresses (3-5 sentences). |
| 26 | - **Solution:** Explain how this feature solves the problem. |
| 27 | - **Impact:** What are the expected outcomes or metrics to be improved (e.g., user engagement, conversion rate, etc.)? |
| 28 | |
| 29 | #### 4. User Personas |
| 30 | |
| 31 | - Describe the target user(s) for this feature. |
| 32 | |
| 33 | #### 5. User Stories |
| 34 | |
| 35 | - Write user stories in the format: "As a `<user persona>`, I want to `<perform an action>` so that I can `<achieve a benefit>`." |
| 36 | - Cover the primary paths and edge cases. |
| 37 | |
| 38 | #### 6. Requirements |
| 39 | |
| 40 | - **Functional Requirements:** A detailed, bulleted list of what the system must do. Be specific and unambiguous. |
| 41 | - **Non-Functional Requirements:** A bulleted list of constraints and quality attributes (e.g., performance, security, accessibility, data privacy). |
| 42 | |
| 43 | #### 7. Acceptance Criteria |
| 44 | |
| 45 | - For each user story or major requirement, provide a set of acceptance criteria. |
| 46 | - Use a clear format, such as a checklist or Given/When/Then. This will be used to validate that the feature is complete and correct. |
| 47 | |
| 48 | #### 8. Out of Scope |
| 49 | |
| 50 | - Clearly list what is _not_ included in this feature to avoid scope creep. |
| 51 | |
| 52 | ## Context Template |
| 53 | |
| 54 | - **Epic:** [Link to the parent Epic documents] |
| 55 | - **Feature Idea:** [A high-level description of the feature request from the user] |
| 56 | - **Target Users:** [Optional: Any initial thoughts on who this is for] |