bmad-method 4.14.1 → 4.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/.bmad-core/agent-teams/team-all.yml +14 -0
  2. package/.bmad-core/agent-teams/team-fullstack.yml +18 -0
  3. package/.bmad-core/agent-teams/team-ide-minimal.yml +10 -0
  4. package/.bmad-core/agent-teams/team-no-ui.yml +13 -0
  5. package/.bmad-core/agents/analyst.md +64 -0
  6. package/.bmad-core/agents/architect.md +64 -0
  7. package/.bmad-core/agents/bmad-master.md +101 -0
  8. package/.bmad-core/agents/bmad-orchestrator.md +126 -0
  9. package/.bmad-core/agents/dev.md +65 -0
  10. package/.bmad-core/agents/pm.md +61 -0
  11. package/.bmad-core/agents/po.md +63 -0
  12. package/.bmad-core/agents/qa.md +50 -0
  13. package/.bmad-core/agents/sm.md +51 -0
  14. package/.bmad-core/agents/ux-expert.md +63 -0
  15. package/.bmad-core/checklists/architect-checklist.md +443 -0
  16. package/.bmad-core/checklists/change-checklist.md +182 -0
  17. package/.bmad-core/checklists/pm-checklist.md +375 -0
  18. package/.bmad-core/checklists/po-master-checklist.md +441 -0
  19. package/.bmad-core/checklists/story-dod-checklist.md +101 -0
  20. package/.bmad-core/checklists/story-draft-checklist.md +156 -0
  21. package/.bmad-core/core-config.yml +20 -0
  22. package/.bmad-core/data/bmad-kb.md +814 -0
  23. package/.bmad-core/data/technical-preferences.md +3 -0
  24. package/.bmad-core/install-manifest.yml +196 -0
  25. package/.bmad-core/tasks/advanced-elicitation.md +92 -0
  26. package/.bmad-core/tasks/brainstorming-techniques.md +238 -0
  27. package/.bmad-core/tasks/brownfield-create-epic.md +160 -0
  28. package/.bmad-core/tasks/brownfield-create-story.md +147 -0
  29. package/.bmad-core/tasks/core-dump.md +74 -0
  30. package/.bmad-core/tasks/correct-course.md +73 -0
  31. package/.bmad-core/tasks/create-deep-research-prompt.md +301 -0
  32. package/.bmad-core/tasks/create-doc.md +74 -0
  33. package/.bmad-core/tasks/create-next-story.md +242 -0
  34. package/.bmad-core/tasks/doc-migration-task.md +151 -0
  35. package/.bmad-core/tasks/document-project.md +350 -0
  36. package/.bmad-core/tasks/execute-checklist.md +97 -0
  37. package/.bmad-core/tasks/generate-ai-frontend-prompt.md +51 -0
  38. package/.bmad-core/tasks/index-docs.md +178 -0
  39. package/.bmad-core/tasks/kb-mode-interaction.md +77 -0
  40. package/.bmad-core/tasks/review-story.md +153 -0
  41. package/.bmad-core/tasks/shard-doc.md +191 -0
  42. package/.bmad-core/templates/architecture-tmpl.md +776 -0
  43. package/.bmad-core/templates/brownfield-architecture-tmpl.md +544 -0
  44. package/.bmad-core/templates/brownfield-prd-tmpl.md +242 -0
  45. package/.bmad-core/templates/competitor-analysis-tmpl.md +291 -0
  46. package/.bmad-core/templates/front-end-architecture-tmpl.md +175 -0
  47. package/.bmad-core/templates/front-end-spec-tmpl.md +413 -0
  48. package/.bmad-core/templates/fullstack-architecture-tmpl.md +1018 -0
  49. package/.bmad-core/templates/market-research-tmpl.md +263 -0
  50. package/.bmad-core/templates/prd-tmpl.md +202 -0
  51. package/.bmad-core/templates/project-brief-tmpl.md +230 -0
  52. package/.bmad-core/templates/story-tmpl.md +69 -0
  53. package/.bmad-core/utils/file-resolution-context.md +10 -0
  54. package/.bmad-core/utils/template-format.md +26 -0
  55. package/.bmad-core/utils/web-agent-startup-instructions.md +39 -0
  56. package/.bmad-core/utils/workflow-management.md +223 -0
  57. package/.bmad-core/workflows/brownfield-fullstack.yml +112 -0
  58. package/.bmad-core/workflows/brownfield-service.yml +113 -0
  59. package/.bmad-core/workflows/brownfield-ui.yml +123 -0
  60. package/.bmad-core/workflows/greenfield-fullstack.yml +166 -0
  61. package/.bmad-core/workflows/greenfield-service.yml +132 -0
  62. package/.bmad-core/workflows/greenfield-ui.yml +161 -0
  63. package/.claude/commands/analyst.md +68 -0
  64. package/.claude/commands/architect.md +68 -0
  65. package/.claude/commands/bmad-master.md +105 -0
  66. package/.claude/commands/bmad-orchestrator.md +130 -0
  67. package/.claude/commands/dev.md +69 -0
  68. package/.claude/commands/pm.md +65 -0
  69. package/.claude/commands/po.md +67 -0
  70. package/.claude/commands/qa.md +54 -0
  71. package/.claude/commands/sm.md +55 -0
  72. package/.claude/commands/ux-expert.md +67 -0
  73. package/.clinerules/01-bmad-master.md +116 -0
  74. package/.clinerules/02-bmad-orchestrator.md +141 -0
  75. package/.clinerules/03-pm.md +76 -0
  76. package/.clinerules/04-analyst.md +79 -0
  77. package/.clinerules/05-architect.md +79 -0
  78. package/.clinerules/06-po.md +78 -0
  79. package/.clinerules/07-sm.md +66 -0
  80. package/.clinerules/08-dev.md +80 -0
  81. package/.clinerules/09-qa.md +65 -0
  82. package/.clinerules/10-ux-expert.md +78 -0
  83. package/.cursor/rules/analyst.mdc +82 -0
  84. package/.cursor/rules/architect.mdc +82 -0
  85. package/.cursor/rules/bmad-master.mdc +119 -0
  86. package/.cursor/rules/bmad-orchestrator.mdc +144 -0
  87. package/.cursor/rules/dev.mdc +83 -0
  88. package/.cursor/rules/pm.mdc +79 -0
  89. package/.cursor/rules/po.mdc +81 -0
  90. package/.cursor/rules/qa.mdc +68 -0
  91. package/.cursor/rules/sm.mdc +69 -0
  92. package/.cursor/rules/ux-expert.mdc +81 -0
  93. package/.gemini/agents/analyst.md +64 -0
  94. package/.gemini/agents/architect.md +64 -0
  95. package/.gemini/agents/bmad-master.md +101 -0
  96. package/.gemini/agents/bmad-orchestrator.md +126 -0
  97. package/.gemini/agents/dev.md +65 -0
  98. package/.gemini/agents/pm.md +61 -0
  99. package/.gemini/agents/po.md +63 -0
  100. package/.gemini/agents/qa.md +50 -0
  101. package/.gemini/agents/sm.md +51 -0
  102. package/.gemini/agents/ux-expert.md +63 -0
  103. package/.gemini/settings.json +14 -0
  104. package/.roomodes +95 -0
  105. package/.windsurf/rules/analyst.md +76 -0
  106. package/.windsurf/rules/architect.md +76 -0
  107. package/.windsurf/rules/bmad-master.md +113 -0
  108. package/.windsurf/rules/bmad-orchestrator.md +138 -0
  109. package/.windsurf/rules/dev.md +77 -0
  110. package/.windsurf/rules/pm.md +73 -0
  111. package/.windsurf/rules/po.md +75 -0
  112. package/.windsurf/rules/qa.md +62 -0
  113. package/.windsurf/rules/sm.md +63 -0
  114. package/.windsurf/rules/ux-expert.md +75 -0
  115. package/CHANGELOG.md +14 -0
  116. package/README.md +2 -1
  117. package/package.json +1 -1
  118. package/tools/installer/bin/bmad.js +3 -2
  119. package/tools/installer/config/install.config.yml +10 -0
  120. package/tools/installer/lib/ide-setup.js +59 -0
  121. package/tools/installer/package.json +1 -1
@@ -0,0 +1,242 @@
1
+ # Create Next Story Task
2
+
3
+ ## Purpose
4
+
5
+ To identify the next logical story based on project progress and epic definitions, and then to prepare a comprehensive, self-contained, and actionable story file using the `Story Template`. This task ensures the story is enriched with all necessary technical context, requirements, and acceptance criteria, making it ready for efficient implementation by a Developer Agent with minimal need for additional research.
6
+
7
+ ## Task Execution Instructions
8
+
9
+ ### 0. Load Core Configuration
10
+
11
+ [[LLM: CRITICAL - This MUST be your first step]]
12
+
13
+ - Load `.bmad-core/core-config.yml` from the project root
14
+ - If the file does not exist:
15
+ - HALT and inform the user: "core-config.yml not found. This file is required for story creation. You can:
16
+ 1. Copy it from GITHUB BMAD-METHOD/bmad-core/core-config.yml and configure it for your project
17
+ 2. Run the BMAD installer against your project to upgrade and add the file automatically
18
+ Please add and configure core-config.yml before proceeding."
19
+ - Extract the following key configurations:
20
+ - `devStoryLocation`: Where to save story files
21
+ - `prd.prdSharded`: Whether PRD is sharded or monolithic
22
+ - `prd.prdFile`: Location of monolithic PRD (if not sharded)
23
+ - `prd.prdShardedLocation`: Location of sharded epic files
24
+ - `prd.epicFilePattern`: Pattern for epic files (e.g., `epic-{n}*.md`)
25
+ - `architecture.architectureVersion`: Architecture document version
26
+ - `architecture.architectureSharded`: Whether architecture is sharded
27
+ - `architecture.architectureFile`: Location of monolithic architecture
28
+ - `architecture.architectureShardedLocation`: Location of sharded architecture files
29
+
30
+ ### 1. Identify Next Story for Preparation
31
+
32
+ #### 1.1 Locate Epic Files
33
+
34
+ - Based on `prdSharded` from config:
35
+ - **If `prdSharded: true`**: Look for epic files in `prdShardedLocation` using `epicFilePattern`
36
+ - **If `prdSharded: false`**: Load the full PRD from `prdFile` and extract epics from section headings (## Epic N or ### Epic N)
37
+
38
+ #### 1.2 Review Existing Stories
39
+
40
+ - Check `devStoryLocation` from config (e.g., `docs/stories/`) for existing story files
41
+ - If the directory exists and has at least 1 file, find the highest-numbered story file.
42
+ - **If a highest story file exists (`{lastEpicNum}.{lastStoryNum}.story.md`):**
43
+
44
+ - Verify its `Status` is 'Done' (or equivalent).
45
+ - If not 'Done', present an alert to the user:
46
+
47
+ ```plaintext
48
+ ALERT: Found incomplete story:
49
+ File: {lastEpicNum}.{lastStoryNum}.story.md
50
+ Status: [current status]
51
+
52
+ Would you like to:
53
+ 1. View the incomplete story details (instructs user to do so, agent does not display)
54
+ 2. Cancel new story creation at this time
55
+ 3. Accept risk & Override to create the next story in draft
56
+
57
+ Please choose an option (1/2/3):
58
+ ```
59
+
60
+ - Proceed only if user selects option 3 (Override) or if the last story was 'Done'.
61
+ - If proceeding: Look for the Epic File for `{lastEpicNum}` (e.g., `epic-{lastEpicNum}*.md`) and parse it to find ALL stories in that epic. **ALWAYS select the next sequential story** (e.g., if last was 2.2, next MUST be 2.3).
62
+ - If the next sequential story has unmet prerequisites, present this to the user:
63
+
64
+ ```plaintext
65
+ ALERT: Next story has unmet prerequisites:
66
+ Story: {epicNum}.{storyNum} - {Story Title}
67
+ Prerequisites not met: [list specific prerequisites]
68
+
69
+ Would you like to:
70
+ 1. Create the story anyway (mark prerequisites as pending)
71
+ 2. Skip to a different story (requires your specific instruction)
72
+ 3. Cancel story creation
73
+
74
+ Please choose an option (1/2/3):
75
+ ```
76
+
77
+ - If there are no more stories in the current epic (e.g., 2.9 was done and there is no 2.10):
78
+
79
+ ```plaintext
80
+ Epic {epicNum} Complete: All stories in Epic {epicNum} have been completed.
81
+
82
+ Would you like to:
83
+ 1. Begin Epic {epicNum + 1} with story {epicNum + 1}.1
84
+ 2. Select a specific story to work on
85
+ 3. Cancel story creation
86
+
87
+ Please choose an option (1/2/3):
88
+ ```
89
+
90
+ - **CRITICAL**: NEVER automatically skip to another epic or non-sequential story. The user MUST explicitly instruct which story to create if skipping the sequential order.
91
+
92
+ - **If no story files exist in `docs/stories/`:**
93
+ - The next story is ALWAYS 1.1 (the first story of the first epic).
94
+ - If story 1.1 has unmet prerequisites, follow the same alert process as above.
95
+ - Announce the identified story to the user: "Identified next story for preparation: {epicNum}.{storyNum} - {Story Title}".
96
+
97
+ ### 2. Gather Core Story Requirements (from Epic)
98
+
99
+ - For the identified story, review its parent Epic (e.g., `epic-{epicNum}*.md` from the location identified in step 1.1).
100
+ - Extract: Exact Title, full Goal/User Story statement, initial list of Requirements, all Acceptance Criteria (ACs), and any predefined high-level Tasks.
101
+ - Keep a record of this original epic-defined scope for later deviation analysis.
102
+
103
+ ### 3. Review Previous Story and Extract Dev Notes
104
+
105
+ [[LLM: This step is CRITICAL for continuity and learning from implementation experience]]
106
+
107
+ - If this is not the first story (i.e., previous story exists):
108
+ - Read the previous sequential story from `docs/stories`
109
+ - Pay special attention to:
110
+ - Dev Agent Record sections (especially Completion Notes and Debug Log References)
111
+ - Any deviations from planned implementation
112
+ - Technical decisions made during implementation
113
+ - Challenges encountered and solutions applied
114
+ - Any "lessons learned" or notes for future stories
115
+ - Extract relevant insights that might inform the current story's preparation
116
+
117
+ ### 4. Gather & Synthesize Architecture Context
118
+
119
+ [[LLM: CRITICAL - You MUST gather technical details from the architecture documents. NEVER make up technical details not found in these documents.]]
120
+
121
+ #### 4.1 Determine Architecture Document Strategy
122
+
123
+ Based on configuration loaded in Step 0:
124
+
125
+ - **If `architectureVersion: v4` and `architectureSharded: true`**:
126
+ - Read `{architectureShardedLocation}/index.md` to understand available documentation
127
+ - Follow the structured reading order in section 4.2 below
128
+ - **If `architectureVersion: v4` and `architectureSharded: false`**:
129
+ - Load the monolithic architecture from `architectureFile`
130
+ - Extract relevant sections based on v4 structure (tech stack, project structure, etc.)
131
+ - **If `architectureVersion` is NOT v4**:
132
+ - Inform user: "Architecture document is not v4 format. Will use best judgment to find relevant information."
133
+ - If `architectureSharded: true`: Search sharded files by filename relevance
134
+ - If `architectureSharded: false`: Search within monolithic `architectureFile` for relevant sections
135
+
136
+ #### 4.2 Recommended Reading Order Based on Story Type (v4 Sharded Only)
137
+
138
+ [[LLM: Use this structured approach ONLY for v4 sharded architecture. For other versions, use best judgment based on file names and content.]]
139
+
140
+ **For ALL Stories:**
141
+
142
+ 1. `docs/architecture/tech-stack.md` - Understand technology constraints and versions
143
+ 2. `docs/architecture/unified-project-structure.md` - Know where code should be placed
144
+ 3. `docs/architecture/coding-standards.md` - Ensure dev follows project conventions
145
+ 4. `docs/architecture/testing-strategy.md` - Include testing requirements in tasks
146
+
147
+ **For Backend/API Stories, additionally read:** 5. `docs/architecture/data-models.md` - Data structures and validation rules 6. `docs/architecture/database-schema.md` - Database design and relationships 7. `docs/architecture/backend-architecture.md` - Service patterns and structure 8. `docs/architecture/rest-api-spec.md` - API endpoint specifications 9. `docs/architecture/external-apis.md` - Third-party integrations (if relevant)
148
+
149
+ **For Frontend/UI Stories, additionally read:** 5. `docs/architecture/frontend-architecture.md` - Component structure and patterns 6. `docs/architecture/components.md` - Specific component designs 7. `docs/architecture/core-workflows.md` - User interaction flows 8. `docs/architecture/data-models.md` - Frontend data handling
150
+
151
+ **For Full-Stack Stories:**
152
+
153
+ - Read both Backend and Frontend sections above
154
+
155
+ #### 4.3 Extract Story-Specific Technical Details
156
+
157
+ [[LLM: As you read each document, extract ONLY the information directly relevant to implementing the current story. Do NOT include general information unless it directly impacts the story implementation.]]
158
+
159
+ For each relevant document, extract:
160
+
161
+ - Specific data models, schemas, or structures the story will use
162
+ - API endpoints the story must implement or consume
163
+ - Component specifications for UI elements in the story
164
+ - File paths and naming conventions for new code
165
+ - Testing requirements specific to the story's features
166
+ - Security or performance considerations affecting the story
167
+
168
+ #### 4.4 Document Source References
169
+
170
+ [[LLM: ALWAYS cite the source document and section for each technical detail you include. This helps the dev agent verify information if needed.]]
171
+
172
+ Format references as: `[Source: architecture/{filename}.md#{section}]`
173
+
174
+ ### 5. Verify Project Structure Alignment
175
+
176
+ - Cross-reference the story's requirements and anticipated file manipulations with the Project Structure Guide from `docs/architecture/unified-project-structure.md`.
177
+ - Ensure any file paths, component locations, or module names implied by the story align with defined structures.
178
+ - Document any structural conflicts, necessary clarifications, or undefined components/paths in a "Project Structure Notes" section within the story draft.
179
+
180
+ ### 6. Populate Story Template with Full Context
181
+
182
+ - Create a new story file: `{devStoryLocation}/{epicNum}.{storyNum}.story.md` (using location from config).
183
+ - Use the Story Template to structure the file.
184
+ - Fill in:
185
+ - Story `{EpicNum}.{StoryNum}: {Short Title Copied from Epic File}`
186
+ - `Status: Draft`
187
+ - `Story` (User Story statement from Epic)
188
+ - `Acceptance Criteria (ACs)` (from Epic, to be refined if needed based on context)
189
+ - **`Dev Technical Guidance` section (CRITICAL):**
190
+
191
+ [[LLM: This section MUST contain ONLY information extracted from the architecture shards. NEVER invent or assume technical details.]]
192
+
193
+ - Include ALL relevant technical details gathered from Steps 3 and 4, organized by category:
194
+ - **Previous Story Insights**: Key learnings or considerations from the previous story
195
+ - **Data Models**: Specific schemas, validation rules, relationships [with source references]
196
+ - **API Specifications**: Endpoint details, request/response formats, auth requirements [with source references]
197
+ - **Component Specifications**: UI component details, props, state management [with source references]
198
+ - **File Locations**: Exact paths where new code should be created based on project structure
199
+ - **Testing Requirements**: Specific test cases or strategies from testing-strategy.md
200
+ - **Technical Constraints**: Version requirements, performance considerations, security rules
201
+ - Every technical detail MUST include its source reference: `[Source: architecture/{filename}.md#{section}]`
202
+ - If information for a category is not found in the architecture docs, explicitly state: "No specific guidance found in architecture docs"
203
+
204
+ - **`Tasks / Subtasks` section:**
205
+ - Generate a detailed, sequential list of technical tasks based ONLY on:
206
+ - Requirements from the Epic
207
+ - Technical constraints from architecture shards
208
+ - Project structure from unified-project-structure.md
209
+ - Testing requirements from testing-strategy.md
210
+ - Each task must reference relevant architecture documentation
211
+ - Include unit testing as explicit subtasks based on testing-strategy.md
212
+ - Link tasks to ACs where applicable (e.g., `Task 1 (AC: 1, 3)`)
213
+ - Add notes on project structure alignment or discrepancies found in Step 5.
214
+ - Prepare content for the "Deviation Analysis" based on any conflicts between epic requirements and architecture constraints.
215
+
216
+ ### 7. Run Story Draft Checklist
217
+
218
+ - Execute the Story Draft Checklist against the prepared story
219
+ - Document any issues or gaps identified
220
+ - Make necessary adjustments to meet quality standards
221
+ - Ensure all technical guidance is properly sourced from architecture docs
222
+
223
+ ### 8. Finalize Story File
224
+
225
+ - Review all sections for completeness and accuracy
226
+ - Verify all source references are included for technical details
227
+ - Ensure tasks align with both epic requirements and architecture constraints
228
+ - Update status to "Draft"
229
+ - Save the story file to `{devStoryLocation}/{epicNum}.{storyNum}.story.md` (using location from config)
230
+
231
+ ### 9. Report Completion
232
+
233
+ Provide a summary to the user including:
234
+
235
+ - Story created: `{epicNum}.{storyNum} - {Story Title}`
236
+ - Status: Draft
237
+ - Key technical components included from architecture docs
238
+ - Any deviations or conflicts noted between epic and architecture
239
+ - Recommendations for story review before approval
240
+ - Next steps: Story should be reviewed by PO for approval before dev work begins
241
+
242
+ [[LLM: Remember - The success of this task depends on extracting real, specific technical details from the architecture shards. The dev agent should have everything they need in the story file without having to search through multiple documents.]]
@@ -0,0 +1,151 @@
1
+ # Document Migration Task
2
+
3
+ ## Purpose
4
+
5
+ Simple document migration that cleans up heading formats and adds epic structure for PRDs.
6
+
7
+ ## Task Requirements
8
+
9
+ 1. **Input**: User specifies the document to migrate (e.g., `docs/prd.md`)
10
+ 2. **Detection**: Automatically determine if it's a PRD or other document type
11
+ 3. **Migration**: Apply appropriate transformations
12
+ 4. **Backup**: Create backup with `.bak` extension
13
+
14
+ ## Migration Rules
15
+
16
+ ### For PRDs
17
+
18
+ - Find all level 3 headings that appear to be epics
19
+ - Add a level 2 heading "## Epic #" (incrementing number) before each epic
20
+ - Also apply the heading cleanup rules below
21
+
22
+ ### For All Documents
23
+
24
+ - Find all level 2 headings (`## ...`)
25
+ - Remove leading numbers and symbols
26
+ - Keep only alphabetic characters and spaces
27
+ - **CRITICAL**: Do not lose any information - preserve all content under appropriate headings
28
+ - Examples:
29
+ - `## 1. Foo & Bar` → `## Foo Bar`
30
+ - `## 2.1 Technical Overview` → `## Technical Overview`
31
+ - `## 3) User Experience` → `## User Experience`
32
+
33
+ ### For Architecture Documents
34
+
35
+ - **PRIMARY GOAL**: Align level 2 headings to match template level 2 titles exactly
36
+ - **PRESERVE EVERYTHING**: Do not lose any information during migration
37
+ - Map existing content to the closest matching template section
38
+ - If content doesn't fit template sections, create appropriate level 3 subsections
39
+
40
+ ## Detection Logic
41
+
42
+ A document is considered a PRD if:
43
+
44
+ - Filename contains "prd" (case insensitive)
45
+ - OR main title contains "Product Requirements" or "PRD"
46
+ - OR contains sections like "User Stories", "Functional Requirements", "Acceptance Criteria"
47
+
48
+ ## Implementation Steps
49
+
50
+ 1. **Backup Original**: Copy `filename.md` to `filename.md.bak`
51
+ 2. **Detect Type**: Check if document is a PRD
52
+ 3. **Process Headings**:
53
+ - Clean all level 2 headings
54
+ - If PRD: Add epic structure before level 3 headings that look like epics
55
+ 4. **Write Result**: Overwrite original file with migrated content
56
+
57
+ ## Epic Detection for PRDs
58
+
59
+ Level 3 headings are treated as epics if they:
60
+
61
+ - Describe features or functionality
62
+ - Are substantial sections (not just "Overview" or "Notes")
63
+ - Common epic patterns: "User Management", "Payment Processing", "Reporting Dashboard"
64
+
65
+ The epic numbering starts at 1 and increments for each epic found.
66
+
67
+ ## Example
68
+
69
+ ### Before (PRD):
70
+
71
+ ```markdown
72
+ # Product Requirements Document
73
+
74
+ ## 1. Executive Summary
75
+
76
+ Content here...
77
+
78
+ ## 2.1 Functional Requirements & Specs
79
+
80
+ Content here...
81
+
82
+ ### User Management System
83
+
84
+ Epic content...
85
+
86
+ ### Payment Processing
87
+
88
+ Epic content...
89
+
90
+ ## 3) Success Metrics
91
+
92
+ Content here...
93
+ ```
94
+
95
+ ### After (PRD):
96
+
97
+ ```markdown
98
+ # Product Requirements Document
99
+
100
+ ## Executive Summary
101
+
102
+ Content here...
103
+
104
+ ## Functional Requirements Specs
105
+
106
+ Content here...
107
+
108
+ ## Epic 1
109
+
110
+ ### User Management System
111
+
112
+ Epic content...
113
+
114
+ ## Epic 2
115
+
116
+ ### Payment Processing
117
+
118
+ Epic content...
119
+
120
+ ## Success Metrics
121
+
122
+ Content here...
123
+ ```
124
+
125
+ ### Before (Non-PRD):
126
+
127
+ ```markdown
128
+ # Architecture Document
129
+
130
+ ## 1. System Overview
131
+
132
+ Content...
133
+
134
+ ## 2.1 Technical Stack & Tools
135
+
136
+ Content...
137
+ ```
138
+
139
+ ### After (Non-PRD):
140
+
141
+ ```markdown
142
+ # Architecture Document
143
+
144
+ ## System Overview
145
+
146
+ Content...
147
+
148
+ ## Technical Stack Tools
149
+
150
+ Content...
151
+ ```