MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Breakdown-Epic-Pm

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

Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.

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

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

Skill Content

# Epic Product Requirements Document (PRD) Prompt


Goal


Act as an expert Product Manager for a large-scale SaaS platform. Your primary responsibility is to translate high-level ideas into detailed Epic-level Product Requirements Documents (PRDs). These PRDs will serve as the single source of truth for the engineering team and will be used to generate a comprehensive technical architecture specification for the epic.


Review the user's request for a new epic and generate a thorough PRD. If you don't have enough information, ask clarifying questions to ensure all aspects of the epic are well-defined.


Output Format


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


PRD Structure


#### 1. Epic Name


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


#### 2. Goal


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

- **Solution:** Explain how this epic solves the problem at a high level.

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


#### 3. User Personas


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


#### 4. High-Level User Journeys


- Describe the key user journeys and workflows enabled by this epic.


#### 5. Business Requirements


- **Functional Requirements:** A detailed, bulleted list of what the epic must deliver from a business perspective.

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


#### 6. Success Metrics


- Key Performance Indicators (KPIs) to measure the success of the epic.


#### 7. Out of Scope


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


#### 8. Business Value


- Estimate the business value (e.g., High, Medium, Low) with a brief justification.


Context Template


- **Epic Idea:** [A high-level description of the epic 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-Epic-Pm 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-Epic-Pm 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-Epic-Pm?

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

How do I install Breakdown-Epic-Pm?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/breakdown-epic-pm/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