MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Breakdown-Feature-Prd

Breakdown-Feature-Prd是一款code方向的AI技能,核心价值是Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic,可用于解决开发者在code领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.

Last verified on: 2026-05-30
mkdir -p ./skills/breakdown-feature-prd && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/breakdown-feature-prd/SKILL.md -o ./skills/breakdown-feature-prd/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Feature PRD Prompt


Goal


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.


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.


Output Format


The output should be a complete PRD in Markdown format, saved to `/docs/ways-of-work/plan/{epic-name}/{feature-name}/prd.md`.


PRD Structure


#### 1. Feature Name


- A clear, concise, and descriptive name for the feature.


#### 2. Epic


- Link to the parent Epic PRD and Architecture documents.


#### 3. Goal


- **Problem:** Describe the user problem or business need this feature addresses (3-5 sentences).

- **Solution:** Explain how this feature solves the problem.

- **Impact:** What are the expected outcomes or metrics to be improved (e.g., user engagement, conversion rate, etc.)?


#### 4. User Personas


- Describe the target user(s) for this feature.


#### 5. User Stories


- Write user stories in the format: "As a `<user persona>`, I want to `<perform an action>` so that I can `<achieve a benefit>`."

- Cover the primary paths and edge cases.


#### 6. Requirements


- **Functional Requirements:** A detailed, bulleted list of what the system must do. Be specific and unambiguous.

- **Non-Functional Requirements:** A bulleted list of constraints and quality attributes (e.g., performance, security, accessibility, data privacy).


#### 7. Acceptance Criteria


- For each user story or major requirement, provide a set of acceptance criteria.

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


#### 8. Out of Scope


- Clearly list what is _not_ included in this feature to avoid scope creep.


Context Template


- **Epic:** [Link to the parent Epic documents]

- **Feature Idea:** [A high-level description of the feature request from the user]

- **Target Users:** [Optional: Any initial thoughts on who this is for]

🎯 Best For

  • Technical writers
  • API documentation teams
  • UI designers
  • Product designers
  • Claude users

💡 Use Cases

  • Generating JSDoc/TSDoc comments
  • Writing README files for new projects
  • Generating component mockups
  • Creating design system tokens

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Breakdown-Feature-Prd to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Does it follow my documentation style?

Most documentation skills respect existing style. Provide a style guide or example in your prompt.

Does this work with Figma?

Some design skills integrate with Figma plugins. Check the Works With section for supported tools.

Is Breakdown-Feature-Prd compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Breakdown-Feature-Prd?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Breakdown-Feature-Prd?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/breakdown-feature-prd/SKILL.md, ready to use.

⚠️ Common Mistakes to Avoid

Auto-generating without reviewing

AI documentation can contain inaccuracies. Always verify technical accuracy.

Skipping usability testing

AI-generated designs should be validated with real users before development.

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills