Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

epics-template.md 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ---
  2. stepsCompleted: []
  3. inputDocuments: []
  4. ---
  5. # {{project_name}} - Epic Breakdown
  6. ## Overview
  7. This document provides the complete epic and story breakdown for {{project_name}}, decomposing the requirements from the PRD, UX Design if it exists, and Architecture requirements into implementable stories.
  8. ## Requirements Inventory
  9. ### Functional Requirements
  10. {{fr_list}}
  11. ### NonFunctional Requirements
  12. {{nfr_list}}
  13. ### Additional Requirements
  14. {{additional_requirements}}
  15. ### UX Design Requirements
  16. {{ux_design_requirements}}
  17. ### FR Coverage Map
  18. {{requirements_coverage_map}}
  19. ## Epic List
  20. {{epics_list}}
  21. <!-- Repeat for each epic in epics_list (N = 1, 2, 3...) -->
  22. ## Epic {{N}}: {{epic_title_N}}
  23. {{epic_goal_N}}
  24. <!-- Repeat for each story (M = 1, 2, 3...) within epic N -->
  25. ### Story {{N}}.{{M}}: {{story_title_N_M}}
  26. As a {{user_type}},
  27. I want {{capability}},
  28. So that {{value_benefit}}.
  29. **Acceptance Criteria:**
  30. <!-- for each AC on this story -->
  31. **Given** {{precondition}}
  32. **When** {{action}}
  33. **Then** {{expected_outcome}}
  34. **And** {{additional_criteria}}
  35. <!-- End story repeat -->