# {{project_name}} - Epic Breakdown **Author:** {{user_name}} **Date:** {{date}} **Project Level:** {{project_level}} **Target Scale:** {{target_scale}} --- ## Overview This document provides the complete epic and story breakdown for {{project_name}}, decomposing the requirements from the [PRD](./PRD.md) into implementable stories. **Living Document Notice:** This is the initial version. It will be updated after UX Design and Architecture workflows add interaction and technical details to stories. {{epics_summary}} --- ## Functional Requirements Inventory {{fr_inventory}} --- ## FR Coverage Map {{fr_coverage_map}} --- ## Epic {{N}}: {{epic_title_N}} {{epic_goal_N}} ### Story {{N}}.{{M}}: {{story_title_N_M}} As a {{user_type}}, I want {{capability}}, So that {{value_benefit}}. **Acceptance Criteria:** **Given** {{precondition}} **When** {{action}} **Then** {{expected_outcome}} **And** {{additional_criteria}} **Prerequisites:** {{dependencies_on_previous_stories}} **Technical Notes:** {{implementation_guidance}} --- --- ## FR Coverage Matrix {{fr_coverage_matrix}} --- ## Summary {{epic_breakdown_summary}} --- _For implementation: Use the `create-story` workflow to generate individual story implementation plans from this epic breakdown._ _This document will be updated after UX Design and Architecture workflows to incorporate interaction details and technical decisions._