bmm-opencode 1.4.2 → 1.4.3

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 (126) hide show
  1. package/.opencode/agents/bmad-bmad-master.md +11 -0
  2. package/.opencode/agents/bmm-analyst.md +10 -32
  3. package/.opencode/agents/bmm-architect.md +6 -34
  4. package/.opencode/agents/bmm-dev.md +6 -32
  5. package/.opencode/agents/bmm-pm.md +10 -41
  6. package/.opencode/agents/bmm-qa.md +5 -31
  7. package/.opencode/agents/bmm-quick-flow-solo-dev.md +7 -32
  8. package/.opencode/agents/bmm-sm.md +8 -32
  9. package/.opencode/agents/bmm-tech-writer.md +12 -0
  10. package/.opencode/agents/bmm-ux-designer.md +5 -37
  11. package/.opencode/commands/bmad-bmm-check-implementation-readiness.md +7 -0
  12. package/.opencode/commands/bmad-bmm-code-review.md +7 -0
  13. package/.opencode/commands/bmad-bmm-correct-course.md +7 -0
  14. package/.opencode/commands/bmad-bmm-create-architecture.md +7 -0
  15. package/.opencode/commands/bmad-bmm-create-epics-and-stories.md +7 -0
  16. package/.opencode/commands/bmad-bmm-create-prd.md +7 -0
  17. package/.opencode/commands/bmad-bmm-create-product-brief.md +7 -0
  18. package/.opencode/commands/bmad-bmm-create-story.md +7 -0
  19. package/.opencode/commands/bmad-bmm-create-ux-design.md +7 -0
  20. package/.opencode/commands/bmad-bmm-dev-story.md +7 -0
  21. package/.opencode/commands/bmad-bmm-document-project.md +7 -0
  22. package/.opencode/commands/bmad-bmm-domain-research.md +7 -0
  23. package/.opencode/commands/bmad-bmm-edit-prd.md +7 -0
  24. package/.opencode/commands/bmad-bmm-generate-project-context.md +5 -0
  25. package/.opencode/commands/bmad-bmm-market-research.md +7 -0
  26. package/.opencode/commands/bmad-bmm-quick-dev.md +7 -0
  27. package/.opencode/commands/bmad-bmm-quick-spec.md +7 -0
  28. package/.opencode/commands/bmad-bmm-retrospective.md +7 -0
  29. package/.opencode/commands/bmad-bmm-sprint-planning.md +7 -0
  30. package/.opencode/commands/bmad-bmm-sprint-status.md +5 -0
  31. package/.opencode/commands/bmad-bmm-technical-research.md +7 -0
  32. package/.opencode/commands/bmad-bmm-validate-prd.md +7 -0
  33. package/.opencode/commands/bmad-brainstorming.md +7 -0
  34. package/.opencode/commands/bmad-editorial-review-prose.md +5 -0
  35. package/.opencode/commands/bmad-editorial-review-structure.md +5 -0
  36. package/.opencode/commands/bmad-help.md +5 -0
  37. package/.opencode/commands/bmad-index-docs.md +5 -0
  38. package/.opencode/commands/bmad-review-adversarial-general.md +5 -0
  39. package/.opencode/commands/bmad-shard-doc.md +5 -0
  40. package/.opencode/skills/bmad-bmad-master/SKILL.md +56 -0
  41. package/.opencode/skills/bmad-bmm-analyst/SKILL.md +65 -38
  42. package/.opencode/skills/bmad-bmm-architect/SKILL.md +49 -38
  43. package/.opencode/skills/bmad-bmm-check-implementation-readiness/SKILL.md +1092 -24
  44. package/.opencode/skills/bmad-bmm-code-review/SKILL.md +45 -13
  45. package/.opencode/skills/bmad-bmm-correct-course/SKILL.md +56 -94
  46. package/.opencode/skills/bmad-bmm-create-architecture/SKILL.md +2391 -27
  47. package/.opencode/skills/bmad-bmm-create-epics-and-stories/SKILL.md +927 -23
  48. package/.opencode/skills/bmad-bmm-create-prd/SKILL.md +9 -26
  49. package/.opencode/skills/bmad-bmm-create-product-brief/SKILL.md +1358 -22
  50. package/.opencode/skills/bmad-bmm-create-story/SKILL.md +61 -24
  51. package/.opencode/skills/bmad-bmm-create-ux-design/SKILL.md +3275 -26
  52. package/.opencode/skills/bmad-bmm-dev/SKILL.md +57 -43
  53. package/.opencode/skills/bmad-bmm-dev-story/SKILL.md +20 -13
  54. package/.opencode/skills/bmad-bmm-document-project/SKILL.md +22 -81
  55. package/.opencode/skills/bmad-bmm-domain-research/SKILL.md +53 -37
  56. package/.opencode/skills/bmad-bmm-edit-prd/SKILL.md +10 -27
  57. package/.opencode/skills/bmad-bmm-generate-project-context/SKILL.md +797 -28
  58. package/.opencode/skills/bmad-bmm-market-research/SKILL.md +53 -37
  59. package/.opencode/skills/bmad-bmm-pm/SKILL.md +60 -39
  60. package/.opencode/skills/bmad-bmm-qa/SKILL.md +77 -35
  61. package/.opencode/skills/bmad-bmm-qa-automate/SKILL.md +47 -129
  62. package/.opencode/skills/bmad-bmm-quick-dev/SKILL.md +802 -30
  63. package/.opencode/skills/bmad-bmm-quick-flow-solo-dev/SKILL.md +57 -36
  64. package/.opencode/skills/bmad-bmm-quick-spec/SKILL.md +684 -27
  65. package/.opencode/skills/bmad-bmm-retrospective/SKILL.md +55 -200
  66. package/.opencode/skills/bmad-bmm-sm/SKILL.md +57 -36
  67. package/.opencode/skills/bmad-bmm-sprint-planning/SKILL.md +51 -52
  68. package/.opencode/skills/bmad-bmm-sprint-status/SKILL.md +30 -99
  69. package/.opencode/skills/bmad-bmm-tech-writer/SKILL.md +70 -0
  70. package/.opencode/skills/bmad-bmm-technical-research/SKILL.md +53 -37
  71. package/.opencode/skills/bmad-bmm-ux-designer/SKILL.md +48 -37
  72. package/.opencode/skills/bmad-bmm-validate-prd/SKILL.md +10 -27
  73. package/.opencode/skills/bmad-brainstorming/SKILL.md +2048 -0
  74. package/.opencode/skills/bmad-editorial-review-prose/SKILL.md +107 -0
  75. package/.opencode/skills/bmad-editorial-review-structure/SKILL.md +214 -0
  76. package/.opencode/skills/bmad-help/SKILL.md +82 -0
  77. package/.opencode/skills/bmad-index-docs/SKILL.md +70 -0
  78. package/.opencode/skills/bmad-party-mode/SKILL.md +682 -0
  79. package/.opencode/skills/bmad-review-adversarial-general/SKILL.md +53 -0
  80. package/.opencode/skills/bmad-shard-doc/SKILL.md +113 -0
  81. package/README.md +28 -4
  82. package/dist/index.d.ts.map +1 -1
  83. package/dist/index.js +350 -47
  84. package/package.json +4 -3
  85. package/.opencode/agents/bmm-tech-writer-tech-writer.md +0 -44
  86. package/.opencode/agents/cis-brainstorming-coach.md +0 -38
  87. package/.opencode/agents/cis-creative-problem-solver.md +0 -38
  88. package/.opencode/agents/cis-design-thinking-coach.md +0 -38
  89. package/.opencode/agents/cis-innovation-strategist.md +0 -38
  90. package/.opencode/agents/cis-presentation-master.md +0 -54
  91. package/.opencode/agents/cis-storyteller-storyteller.md +0 -38
  92. package/.opencode/agents/core-bmad-master.md +0 -39
  93. package/.opencode/agents/gen-subagent.md +0 -311
  94. package/.opencode/agents/party-mode.md +0 -812
  95. package/.opencode/agents/tea-tea.md +0 -48
  96. package/.opencode/skills/bmad-bmm-dev-team-mode/SKILL.md +0 -300
  97. package/.opencode/skills/bmad-bmm-tech-writer-tech-writer/SKILL.md +0 -51
  98. package/.opencode/skills/bmad-cis-brainstorming-coach/SKILL.md +0 -46
  99. package/.opencode/skills/bmad-cis-creative-problem-solver/SKILL.md +0 -46
  100. package/.opencode/skills/bmad-cis-design-thinking/SKILL.md +0 -156
  101. package/.opencode/skills/bmad-cis-design-thinking-coach/SKILL.md +0 -46
  102. package/.opencode/skills/bmad-cis-innovation-strategist/SKILL.md +0 -46
  103. package/.opencode/skills/bmad-cis-innovation-strategy/SKILL.md +0 -238
  104. package/.opencode/skills/bmad-cis-presentation-master/SKILL.md +0 -52
  105. package/.opencode/skills/bmad-cis-problem-solving/SKILL.md +0 -212
  106. package/.opencode/skills/bmad-cis-storyteller-storyteller/SKILL.md +0 -48
  107. package/.opencode/skills/bmad-cis-storytelling/SKILL.md +0 -290
  108. package/.opencode/skills/bmad-core-bmad-master/SKILL.md +0 -48
  109. package/.opencode/skills/bmad-core-brainstorming/SKILL.md +0 -74
  110. package/.opencode/skills/bmad-core-party-mode/SKILL.md +0 -241
  111. package/.opencode/skills/bmad-core-task-editorial-review-prose/SKILL.md +0 -74
  112. package/.opencode/skills/bmad-core-task-editorial-review-structure/SKILL.md +0 -151
  113. package/.opencode/skills/bmad-core-task-help/SKILL.md +0 -100
  114. package/.opencode/skills/bmad-core-task-index-docs/SKILL.md +0 -46
  115. package/.opencode/skills/bmad-core-task-review-adversarial-general/SKILL.md +0 -36
  116. package/.opencode/skills/bmad-core-task-shard-doc/SKILL.md +0 -80
  117. package/.opencode/skills/bmad-tea-tea/SKILL.md +0 -57
  118. package/.opencode/skills/bmad-tea-teach-me-testing/SKILL.md +0 -106
  119. package/.opencode/skills/bmad-tea-testarch-atdd/SKILL.md +0 -62
  120. package/.opencode/skills/bmad-tea-testarch-automate/SKILL.md +0 -67
  121. package/.opencode/skills/bmad-tea-testarch-ci/SKILL.md +0 -62
  122. package/.opencode/skills/bmad-tea-testarch-framework/SKILL.md +0 -62
  123. package/.opencode/skills/bmad-tea-testarch-nfr/SKILL.md +0 -60
  124. package/.opencode/skills/bmad-tea-testarch-test-design/SKILL.md +0 -76
  125. package/.opencode/skills/bmad-tea-testarch-test-review/SKILL.md +0 -60
  126. package/.opencode/skills/bmad-tea-testarch-trace/SKILL.md +0 -60
@@ -1,25 +1,8 @@
1
1
  ---
2
2
  name: bmad-bmm-check-implementation-readiness
3
- description: "Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues."
4
- license: MIT
5
- compatibility: opencode
6
- metadata:
7
- source: "bmad-method"
8
- module: "bmm"
9
- workflow: "check-implementation-readiness"
10
- standalone: false
3
+ description: "Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues."
11
4
  ---
12
5
 
13
- # check-implementation-readiness Workflow
14
-
15
- Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues.
16
-
17
- ## How to Use
18
-
19
- This skill provides a structured workflow. Follow the steps below:
20
-
21
- ## Instructions
22
-
23
6
  # Implementation Readiness
24
7
 
25
8
  **Goal:** Validate that PRD, Architecture, Epics and Stories are complete and aligned before Phase 4 implementation starts, with a focus on ensuring epics and stories are logical and have accounted for all requirements and planning.
@@ -33,7 +16,7 @@ This skill provides a structured workflow. Follow the steps below:
33
16
  - **Micro-file Design**: Each step of the overall goal is a self contained instruction file that you will adhere too 1 file as directed at a time
34
17
  - **Just-In-Time Loading**: Only 1 current step file will be loaded and followed to completion - never load future step files until told to do so
35
18
  - **Sequential Enforcement**: Sequence within the step files must be completed in order, no skipping or optimization allowed
36
- - **State Tracking**: Document progress in output file frontmatter using `stepsCompleted` array when a workflow produces a document
19
+ - **State Tracking**: Document progress in output file frontmatter using `stepsCompleted` array when a workflow produces a document
37
20
  - **Append-Only Building**: Build documents by appending content as directed to the output file
38
21
 
39
22
  ### Step Processing Rules
@@ -41,8 +24,8 @@ This skill provides a structured workflow. Follow the steps below:
41
24
  1. **READ COMPLETELY**: Always read the entire step file before taking any action
42
25
  2. **FOLLOW SEQUENCE**: Execute all numbered sections in order, never deviate
43
26
  3. **WAIT FOR INPUT**: If a menu is presented, halt and wait for user selection
44
- 4. **CHECK CONTINUATION**: If the step has a menu with Continue as an option, only proceed to next step when user selects 'C' (Continue)
45
- 5. **SAVE STATE**: Update `stepsCompleted` in frontmatter before loading next step
27
+ 4. **CHECK CONTINUATION**: If the step has a menu with Continue as an option, only proceed to next step when user selects 'C' (Continue)
28
+ 5. **SAVE STATE**: Update `stepsCompleted` in frontmatter before loading next step
46
29
  6. **LOAD NEXT**: When directed, read fully and follow the next step file
47
30
 
48
31
  ### Critical Rules (NO EXCEPTIONS)
@@ -63,9 +46,1094 @@ This skill provides a structured workflow. Follow the steps below:
63
46
 
64
47
  Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
65
48
 
66
- - `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
67
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
49
+ - `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
50
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
68
51
 
69
52
  ### 2. First Step EXECUTION
70
53
 
71
- Read fully and follow: `./step-01-document-discovery.md` to begin the workflow.
54
+ Read fully and follow: `./step-01-document-discovery.md` to begin the workflow.
55
+
56
+ ---
57
+ name: 'step-01-document-discovery'
58
+ description: 'Discover and inventory all project documents, handling duplicates and organizing file structure'
59
+
60
+ # Path Definitions
61
+ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
62
+
63
+ # File References
64
+ thisStepFile: './step-01-document-discovery.md'
65
+ nextStepFile: './step-02-prd-analysis.md'
66
+ workflowFile: '{workflow_path}/workflow.md'
67
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
68
+ templateFile: '{workflow_path}/templates/readiness-report-template.md'
69
+ ---
70
+
71
+ # Step 1: Document Discovery
72
+
73
+ ## STEP GOAL:
74
+
75
+ To discover, inventory, and organize all project documents, identifying duplicates and determining which versions to use for the assessment.
76
+
77
+ ## MANDATORY EXECUTION RULES (READ FIRST):
78
+
79
+ ### Universal Rules:
80
+
81
+ - 🛑 NEVER generate content without user input
82
+ - 📖 CRITICAL: Read the complete step file before taking any action
83
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
84
+ - 📋 YOU ARE A FACILITATOR, not a content generator
85
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
86
+
87
+ ### Role Reinforcement:
88
+
89
+ - ✅ You are an expert Product Manager and Scrum Master
90
+ - ✅ Your focus is on finding organizing and documenting what exists
91
+ - ✅ You identify ambiguities and ask for clarification
92
+ - ✅ Success is measured in clear file inventory and conflict resolution
93
+
94
+ ### Step-Specific Rules:
95
+
96
+ - 🎯 Focus ONLY on finding and organizing files
97
+ - 🚫 Don't read or analyze file contents
98
+ - 💬 Identify duplicate documents clearly
99
+ - 🚪 Get user confirmation on file selections
100
+
101
+ ## EXECUTION PROTOCOLS:
102
+
103
+ - 🎯 Search for all document types systematically
104
+ - 💾 Group sharded files together
105
+ - 📖 Flag duplicates for user resolution
106
+ - 🚫 FORBIDDEN to proceed with unresolved duplicates
107
+
108
+ ## DOCUMENT DISCOVERY PROCESS:
109
+
110
+ ### 1. Initialize Document Discovery
111
+
112
+ "Beginning **Document Discovery** to inventory all project files.
113
+
114
+ I will:
115
+
116
+ 1. Search for all required documents (PRD, Architecture, Epics, UX)
117
+ 2. Group sharded documents together
118
+ 3. Identify any duplicates (whole + sharded versions)
119
+ 4. Present findings for your confirmation"
120
+
121
+ ### 2. Document Search Patterns
122
+
123
+ Search for each document type using these patterns:
124
+
125
+ #### A. PRD Documents
126
+
127
+ - Whole: `{planning_artifacts}/*prd*.md`
128
+ - Sharded: `{planning_artifacts}/*prd*/index.md` and related files
129
+
130
+ #### B. Architecture Documents
131
+
132
+ - Whole: `{planning_artifacts}/*architecture*.md`
133
+ - Sharded: `{planning_artifacts}/*architecture*/index.md` and related files
134
+
135
+ #### C. Epics & Stories Documents
136
+
137
+ - Whole: `{planning_artifacts}/*epic*.md`
138
+ - Sharded: `{planning_artifacts}/*epic*/index.md` and related files
139
+
140
+ #### D. UX Design Documents
141
+
142
+ - Whole: `{planning_artifacts}/*ux*.md`
143
+ - Sharded: `{planning_artifacts}/*ux*/index.md` and related files
144
+
145
+ ### 3. Organize Findings
146
+
147
+ For each document type found:
148
+
149
+ ```
150
+ ## [Document Type] Files Found
151
+
152
+ **Whole Documents:**
153
+ - [filename.md] ([size], [modified date])
154
+
155
+ **Sharded Documents:**
156
+ - Folder: [foldername]/
157
+ - index.md
158
+ - [other files in folder]
159
+ ```
160
+
161
+ ### 4. Identify Critical Issues
162
+
163
+ #### Duplicates (CRITICAL)
164
+
165
+ If both whole and sharded versions exist:
166
+
167
+ ```
168
+ ⚠️ CRITICAL ISSUE: Duplicate document formats found
169
+ - PRD exists as both whole.md AND prd/ folder
170
+ - YOU MUST choose which version to use
171
+ - Remove or rename the other version to avoid confusion
172
+ ```
173
+
174
+ #### Missing Documents (WARNING)
175
+
176
+ If required documents not found:
177
+
178
+ ```
179
+ ⚠️ WARNING: Required document not found
180
+ - Architecture document not found
181
+ - Will impact assessment completeness
182
+ ```
183
+
184
+ ### 5. Add Initial Report Section
185
+
186
+ Initialize {outputFile} with {templateFile}.
187
+
188
+ ### 6. Present Findings and Get Confirmation
189
+
190
+ Display findings and ask:
191
+ "**Document Discovery Complete**
192
+
193
+ [Show organized file list]
194
+
195
+ **Issues Found:**
196
+
197
+ - [List any duplicates requiring resolution]
198
+ - [List any missing documents]
199
+
200
+ **Required Actions:**
201
+
202
+ - If duplicates exist: Please remove/rename one version
203
+ - Confirm which documents to use for assessment
204
+
205
+ **Ready to proceed?** [C] Continue after resolving issues"
206
+
207
+ ### 7. Present MENU OPTIONS
208
+
209
+ Display: **Select an Option:** [C] Continue to File Validation
210
+
211
+ #### EXECUTION RULES:
212
+
213
+ - ALWAYS halt and wait for user input after presenting menu
214
+ - ONLY proceed with 'C' selection
215
+ - If duplicates identified, insist on resolution first
216
+ - User can clarify file locations or request additional searches
217
+
218
+ #### Menu Handling Logic:
219
+
220
+ - IF C: Save document inventory to {outputFile}, update frontmatter with completed step and files being included, and then read fully and follow: {nextStepFile}
221
+ - IF Any other comments or queries: help user respond then redisplay menu
222
+
223
+ ## CRITICAL STEP COMPLETION NOTE
224
+
225
+ ONLY WHEN C is selected and document inventory is saved will you load {nextStepFile} to begin file validation.
226
+
227
+ ---
228
+
229
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
230
+
231
+ ### ✅ SUCCESS:
232
+
233
+ - All document types searched systematically
234
+ - Files organized and inventoried clearly
235
+ - Duplicates identified and flagged for resolution
236
+ - User confirmed file selections
237
+
238
+ ### ❌ SYSTEM FAILURE:
239
+
240
+ - Not searching all document types
241
+ - Ignoring duplicate document conflicts
242
+ - Proceeding without resolving critical issues
243
+ - Not saving document inventory
244
+
245
+ **Master Rule:** Clear file identification is essential for accurate assessment.
246
+
247
+
248
+ ---
249
+ name: 'step-02-prd-analysis'
250
+ description: 'Read and analyze PRD to extract all FRs and NFRs for coverage validation'
251
+
252
+ # Path Definitions
253
+ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
254
+
255
+ # File References
256
+ thisStepFile: './step-02-prd-analysis.md'
257
+ nextStepFile: './step-03-epic-coverage-validation.md'
258
+ workflowFile: '{workflow_path}/workflow.md'
259
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
260
+ epicsFile: '{planning_artifacts}/*epic*.md' # Will be resolved to actual file
261
+ ---
262
+
263
+ # Step 2: PRD Analysis
264
+
265
+ ## STEP GOAL:
266
+
267
+ To fully read and analyze the PRD document (whole or sharded) to extract all Functional Requirements (FRs) and Non-Functional Requirements (NFRs) for validation against epics coverage.
268
+
269
+ ## MANDATORY EXECUTION RULES (READ FIRST):
270
+
271
+ ### Universal Rules:
272
+
273
+ - 🛑 NEVER generate content without user input
274
+ - 📖 CRITICAL: Read the complete step file before taking any action
275
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
276
+ - 📋 YOU ARE A FACILITATOR, not a content generator
277
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
278
+
279
+ ### Role Reinforcement:
280
+
281
+ - ✅ You are an expert Product Manager and Scrum Master
282
+ - ✅ Your expertise is in requirements analysis and traceability
283
+ - ✅ You think critically about requirement completeness
284
+ - ✅ Success is measured in thorough requirement extraction
285
+
286
+ ### Step-Specific Rules:
287
+
288
+ - 🎯 Focus ONLY on reading and extracting from PRD
289
+ - 🚫 Don't validate files (done in step 1)
290
+ - 💬 Read PRD completely - whole or all sharded files
291
+ - 🚪 Extract every FR and NFR with numbering
292
+
293
+ ## EXECUTION PROTOCOLS:
294
+
295
+ - 🎯 Load and completely read the PRD
296
+ - 💾 Extract all requirements systematically
297
+ - 📖 Document findings in the report
298
+ - 🚫 FORBIDDEN to skip or summarize PRD content
299
+
300
+ ## PRD ANALYSIS PROCESS:
301
+
302
+ ### 1. Initialize PRD Analysis
303
+
304
+ "Beginning **PRD Analysis** to extract all requirements.
305
+
306
+ I will:
307
+
308
+ 1. Load the PRD document (whole or sharded)
309
+ 2. Read it completely and thoroughly
310
+ 3. Extract ALL Functional Requirements (FRs)
311
+ 4. Extract ALL Non-Functional Requirements (NFRs)
312
+ 5. Document findings for coverage validation"
313
+
314
+ ### 2. Load and Read PRD
315
+
316
+ From the document inventory in step 1:
317
+
318
+ - If whole PRD file exists: Load and read it completely
319
+ - If sharded PRD exists: Load and read ALL files in the PRD folder
320
+ - Ensure complete coverage - no files skipped
321
+
322
+ ### 3. Extract Functional Requirements (FRs)
323
+
324
+ Search for and extract:
325
+
326
+ - Numbered FRs (FR1, FR2, FR3, etc.)
327
+ - Requirements labeled "Functional Requirement"
328
+ - User stories or use cases that represent functional needs
329
+ - Business rules that must be implemented
330
+
331
+ Format findings as:
332
+
333
+ ```
334
+ ## Functional Requirements Extracted
335
+
336
+ FR1: [Complete requirement text]
337
+ FR2: [Complete requirement text]
338
+ FR3: [Complete requirement text]
339
+ ...
340
+ Total FRs: [count]
341
+ ```
342
+
343
+ ### 4. Extract Non-Functional Requirements (NFRs)
344
+
345
+ Search for and extract:
346
+
347
+ - Performance requirements (response times, throughput)
348
+ - Security requirements (authentication, encryption, etc.)
349
+ - Usability requirements (accessibility, ease of use)
350
+ - Reliability requirements (uptime, error rates)
351
+ - Scalability requirements (concurrent users, data growth)
352
+ - Compliance requirements (standards, regulations)
353
+
354
+ Format findings as:
355
+
356
+ ```
357
+ ## Non-Functional Requirements Extracted
358
+
359
+ NFR1: [Performance requirement]
360
+ NFR2: [Security requirement]
361
+ NFR3: [Usability requirement]
362
+ ...
363
+ Total NFRs: [count]
364
+ ```
365
+
366
+ ### 5. Document Additional Requirements
367
+
368
+ Look for:
369
+
370
+ - Constraints or assumptions
371
+ - Technical requirements not labeled as FR/NFR
372
+ - Business constraints
373
+ - Integration requirements
374
+
375
+ ### 6. Add to Assessment Report
376
+
377
+ Append to {outputFile}:
378
+
379
+ ```markdown
380
+ ## PRD Analysis
381
+
382
+ ### Functional Requirements
383
+
384
+ [Complete FR list from section 3]
385
+
386
+ ### Non-Functional Requirements
387
+
388
+ [Complete NFR list from section 4]
389
+
390
+ ### Additional Requirements
391
+
392
+ [Any other requirements or constraints found]
393
+
394
+ ### PRD Completeness Assessment
395
+
396
+ [Initial assessment of PRD completeness and clarity]
397
+ ```
398
+
399
+ ### 7. Auto-Proceed to Next Step
400
+
401
+ After PRD analysis complete, immediately load next step for epic coverage validation.
402
+
403
+ ## PROCEEDING TO EPIC COVERAGE VALIDATION
404
+
405
+ PRD analysis complete. Loading next step to validate epic coverage.
406
+
407
+ ---
408
+
409
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
410
+
411
+ ### ✅ SUCCESS:
412
+
413
+ - PRD loaded and read completely
414
+ - All FRs extracted with full text
415
+ - All NFRs identified and documented
416
+ - Findings added to assessment report
417
+
418
+ ### ❌ SYSTEM FAILURE:
419
+
420
+ - Not reading complete PRD (especially sharded versions)
421
+ - Missing requirements in extraction
422
+ - Summarizing instead of extracting full text
423
+ - Not documenting findings in report
424
+
425
+ **Master Rule:** Complete requirement extraction is essential for traceability validation.
426
+
427
+
428
+ ---
429
+ name: 'step-03-epic-coverage-validation'
430
+ description: 'Validate that all PRD FRs are covered in epics and stories'
431
+
432
+ # Path Definitions
433
+ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
434
+
435
+ # File References
436
+ thisStepFile: './step-03-epic-coverage-validation.md'
437
+ nextStepFile: './step-04-ux-alignment.md'
438
+ workflowFile: '{workflow_path}/workflow.md'
439
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
440
+ ---
441
+
442
+ # Step 3: Epic Coverage Validation
443
+
444
+ ## STEP GOAL:
445
+
446
+ To validate that all Functional Requirements from the PRD are captured in the epics and stories document, identifying any gaps in coverage.
447
+
448
+ ## MANDATORY EXECUTION RULES (READ FIRST):
449
+
450
+ ### Universal Rules:
451
+
452
+ - 🛑 NEVER generate content without user input
453
+ - 📖 CRITICAL: Read the complete step file before taking any action
454
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
455
+ - 📋 YOU ARE A FACILITATOR, not a content generator
456
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
457
+
458
+ ### Role Reinforcement:
459
+
460
+ - ✅ You are an expert Product Manager and Scrum Master
461
+ - ✅ Your expertise is in requirements traceability
462
+ - ✅ You ensure no requirements fall through the cracks
463
+ - ✅ Success is measured in complete FR coverage
464
+
465
+ ### Step-Specific Rules:
466
+
467
+ - 🎯 Focus ONLY on FR coverage validation
468
+ - 🚫 Don't analyze story quality (that's later)
469
+ - 💬 Compare PRD FRs against epic coverage list
470
+ - 🚪 Document every missing FR
471
+
472
+ ## EXECUTION PROTOCOLS:
473
+
474
+ - 🎯 Load epics document completely
475
+ - 💾 Extract FR coverage from epics
476
+ - 📖 Compare against PRD FR list
477
+ - 🚫 FORBIDDEN to proceed without documenting gaps
478
+
479
+ ## EPIC COVERAGE VALIDATION PROCESS:
480
+
481
+ ### 1. Initialize Coverage Validation
482
+
483
+ "Beginning **Epic Coverage Validation**.
484
+
485
+ I will:
486
+
487
+ 1. Load the epics and stories document
488
+ 2. Extract FR coverage information
489
+ 3. Compare against PRD FRs from previous step
490
+ 4. Identify any FRs not covered in epics"
491
+
492
+ ### 2. Load Epics Document
493
+
494
+ From the document inventory in step 1:
495
+
496
+ - Load the epics and stories document (whole or sharded)
497
+ - Read it completely to find FR coverage information
498
+ - Look for sections like "FR Coverage Map" or similar
499
+
500
+ ### 3. Extract Epic FR Coverage
501
+
502
+ From the epics document:
503
+
504
+ - Find FR coverage mapping or list
505
+ - Extract which FR numbers are claimed to be covered
506
+ - Document which epics cover which FRs
507
+
508
+ Format as:
509
+
510
+ ```
511
+ ## Epic FR Coverage Extracted
512
+
513
+ FR1: Covered in Epic X
514
+ FR2: Covered in Epic Y
515
+ FR3: Covered in Epic Z
516
+ ...
517
+ Total FRs in epics: [count]
518
+ ```
519
+
520
+ ### 4. Compare Coverage Against PRD
521
+
522
+ Using the PRD FR list from step 2:
523
+
524
+ - Check each PRD FR against epic coverage
525
+ - Identify FRs NOT covered in epics
526
+ - Note any FRs in epics but NOT in PRD
527
+
528
+ Create coverage matrix:
529
+
530
+ ```
531
+ ## FR Coverage Analysis
532
+
533
+ | FR Number | PRD Requirement | Epic Coverage | Status |
534
+ | --------- | --------------- | -------------- | --------- |
535
+ | FR1 | [PRD text] | Epic X Story Y | ✓ Covered |
536
+ | FR2 | [PRD text] | **NOT FOUND** | ❌ MISSING |
537
+ | FR3 | [PRD text] | Epic Z Story A | ✓ Covered |
538
+ ```
539
+
540
+ ### 5. Document Missing Coverage
541
+
542
+ List all FRs not covered:
543
+
544
+ ```
545
+ ## Missing FR Coverage
546
+
547
+ ### Critical Missing FRs
548
+
549
+ FR#: [Full requirement text from PRD]
550
+ - Impact: [Why this is critical]
551
+ - Recommendation: [Which epic should include this]
552
+
553
+ ### High Priority Missing FRs
554
+
555
+ [List any other uncovered FRs]
556
+ ```
557
+
558
+ ### 6. Add to Assessment Report
559
+
560
+ Append to {outputFile}:
561
+
562
+ ```markdown
563
+ ## Epic Coverage Validation
564
+
565
+ ### Coverage Matrix
566
+
567
+ [Complete coverage matrix from section 4]
568
+
569
+ ### Missing Requirements
570
+
571
+ [List of uncovered FRs from section 5]
572
+
573
+ ### Coverage Statistics
574
+
575
+ - Total PRD FRs: [count]
576
+ - FRs covered in epics: [count]
577
+ - Coverage percentage: [percentage]
578
+ ```
579
+
580
+ ### 7. Auto-Proceed to Next Step
581
+
582
+ After coverage validation complete, immediately load next step.
583
+
584
+ ## PROCEEDING TO UX ALIGNMENT
585
+
586
+ Epic coverage validation complete. Loading next step for UX alignment.
587
+
588
+ ---
589
+
590
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
591
+
592
+ ### ✅ SUCCESS:
593
+
594
+ - Epics document loaded completely
595
+ - FR coverage extracted accurately
596
+ - All gaps identified and documented
597
+ - Coverage matrix created
598
+
599
+ ### ❌ SYSTEM FAILURE:
600
+
601
+ - Not reading complete epics document
602
+ - Missing FRs in comparison
603
+ - Not documenting uncovered requirements
604
+ - Incomplete coverage analysis
605
+
606
+ **Master Rule:** Every FR must have a traceable implementation path.
607
+
608
+
609
+ ---
610
+ name: 'step-04-ux-alignment'
611
+ description: 'Check for UX document and validate alignment with PRD and Architecture'
612
+
613
+ # Path Definitions
614
+ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
615
+
616
+ # File References
617
+ thisStepFile: './step-04-ux-alignment.md'
618
+ nextStepFile: './step-05-epic-quality-review.md'
619
+ workflowFile: '{workflow_path}/workflow.md'
620
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
621
+ ---
622
+
623
+ # Step 4: UX Alignment
624
+
625
+ ## STEP GOAL:
626
+
627
+ To check if UX documentation exists and validate that it aligns with PRD requirements and Architecture decisions, ensuring architecture accounts for both PRD and UX needs.
628
+
629
+ ## MANDATORY EXECUTION RULES (READ FIRST):
630
+
631
+ ### Universal Rules:
632
+
633
+ - 🛑 NEVER generate content without user input
634
+ - 📖 CRITICAL: Read the complete step file before taking any action
635
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
636
+ - 📋 YOU ARE A FACILITATOR, not a content generator
637
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
638
+
639
+ ### Role Reinforcement:
640
+
641
+ - ✅ You are a UX VALIDATOR ensuring user experience is properly addressed
642
+ - ✅ UX requirements must be supported by architecture
643
+ - ✅ Missing UX documentation is a warning if UI is implied
644
+ - ✅ Alignment gaps must be documented
645
+
646
+ ### Step-Specific Rules:
647
+
648
+ - 🎯 Check for UX document existence first
649
+ - 🚫 Don't assume UX is not needed
650
+ - 💬 Validate alignment between UX, PRD, and Architecture
651
+ - 🚪 Add findings to the output report
652
+
653
+ ## EXECUTION PROTOCOLS:
654
+
655
+ - 🎯 Search for UX documentation
656
+ - 💾 If found, validate alignment
657
+ - 📖 If not found, assess if UX is implied
658
+ - 🚫 FORBIDDEN to proceed without completing assessment
659
+
660
+ ## UX ALIGNMENT PROCESS:
661
+
662
+ ### 1. Initialize UX Validation
663
+
664
+ "Beginning **UX Alignment** validation.
665
+
666
+ I will:
667
+
668
+ 1. Check if UX documentation exists
669
+ 2. If UX exists: validate alignment with PRD and Architecture
670
+ 3. If no UX: determine if UX is implied and document warning"
671
+
672
+ ### 2. Search for UX Documentation
673
+
674
+ Search patterns:
675
+
676
+ - `{planning_artifacts}/*ux*.md` (whole document)
677
+ - `{planning_artifacts}/*ux*/index.md` (sharded)
678
+ - Look for UI-related terms in other documents
679
+
680
+ ### 3. If UX Document Exists
681
+
682
+ #### A. UX ↔ PRD Alignment
683
+
684
+ - Check UX requirements reflected in PRD
685
+ - Verify user journeys in UX match PRD use cases
686
+ - Identify UX requirements not in PRD
687
+
688
+ #### B. UX ↔ Architecture Alignment
689
+
690
+ - Verify architecture supports UX requirements
691
+ - Check performance needs (responsiveness, load times)
692
+ - Identify UI components not supported by architecture
693
+
694
+ ### 4. If No UX Document
695
+
696
+ Assess if UX/UI is implied:
697
+
698
+ - Does PRD mention user interface?
699
+ - Are there web/mobile components implied?
700
+ - Is this a user-facing application?
701
+
702
+ If UX implied but missing: Add warning to report
703
+
704
+ ### 5. Add Findings to Report
705
+
706
+ Append to {outputFile}:
707
+
708
+ ```markdown
709
+ ## UX Alignment Assessment
710
+
711
+ ### UX Document Status
712
+
713
+ [Found/Not Found]
714
+
715
+ ### Alignment Issues
716
+
717
+ [List any misalignments between UX, PRD, and Architecture]
718
+
719
+ ### Warnings
720
+
721
+ [Any warnings about missing UX or architectural gaps]
722
+ ```
723
+
724
+ ### 6. Auto-Proceed to Next Step
725
+
726
+ After UX assessment complete, immediately load next step.
727
+
728
+ ## PROCEEDING TO EPIC QUALITY REVIEW
729
+
730
+ UX alignment assessment complete. Loading next step for epic quality review.
731
+
732
+ ---
733
+
734
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
735
+
736
+ ### ✅ SUCCESS:
737
+
738
+ - UX document existence checked
739
+ - Alignment validated if UX exists
740
+ - Warning issued if UX implied but missing
741
+ - Findings added to report
742
+
743
+ ### ❌ SYSTEM FAILURE:
744
+
745
+ - Not checking for UX document
746
+ - Ignoring alignment issues
747
+ - Not documenting warnings
748
+
749
+
750
+ ---
751
+ name: 'step-05-epic-quality-review'
752
+ description: 'Validate epics and stories against create-epics-and-stories best practices'
753
+
754
+ # Path Definitions
755
+ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
756
+
757
+ # File References
758
+ thisStepFile: './step-05-epic-quality-review.md'
759
+ nextStepFile: './step-06-final-assessment.md'
760
+ workflowFile: '{workflow_path}/workflow.md'
761
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
762
+ epicsBestPractices: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
763
+ ---
764
+
765
+ # Step 5: Epic Quality Review
766
+
767
+ ## STEP GOAL:
768
+
769
+ To validate epics and stories against the best practices defined in create-epics-and-stories workflow, focusing on user value, independence, dependencies, and implementation readiness.
770
+
771
+ ## MANDATORY EXECUTION RULES (READ FIRST):
772
+
773
+ ### Universal Rules:
774
+
775
+ - 🛑 NEVER generate content without user input
776
+ - 📖 CRITICAL: Read the complete step file before taking any action
777
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
778
+ - 📋 YOU ARE A FACILITATOR, not a content generator
779
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
780
+
781
+ ### Role Reinforcement:
782
+
783
+ - ✅ You are an EPIC QUALITY ENFORCER
784
+ - ✅ You know what good epics look like - challenge anything deviating
785
+ - ✅ Technical epics are wrong - find them
786
+ - ✅ Forward dependencies are forbidden - catch them
787
+ - ✅ Stories must be independently completable
788
+
789
+ ### Step-Specific Rules:
790
+
791
+ - 🎯 Apply create-epics-and-stories standards rigorously
792
+ - 🚫 Don't accept "technical milestones" as epics
793
+ - 💬 Challenge every dependency on future work
794
+ - 🚪 Verify proper story sizing and structure
795
+
796
+ ## EXECUTION PROTOCOLS:
797
+
798
+ - 🎯 Systematically validate each epic and story
799
+ - 💾 Document all violations of best practices
800
+ - 📖 Check every dependency relationship
801
+ - 🚫 FORBIDDEN to accept structural problems
802
+
803
+ ## EPIC QUALITY REVIEW PROCESS:
804
+
805
+ ### 1. Initialize Best Practices Validation
806
+
807
+ "Beginning **Epic Quality Review** against create-epics-and-stories standards.
808
+
809
+ I will rigorously validate:
810
+
811
+ - Epics deliver user value (not technical milestones)
812
+ - Epic independence (Epic 2 doesn't need Epic 3)
813
+ - Story dependencies (no forward references)
814
+ - Proper story sizing and completeness
815
+
816
+ Any deviation from best practices will be flagged as a defect."
817
+
818
+ ### 2. Epic Structure Validation
819
+
820
+ #### A. User Value Focus Check
821
+
822
+ For each epic:
823
+
824
+ - **Epic Title:** Is it user-centric (what user can do)?
825
+ - **Epic Goal:** Does it describe user outcome?
826
+ - **Value Proposition:** Can users benefit from this epic alone?
827
+
828
+ **Red flags (violations):**
829
+
830
+ - "Setup Database" or "Create Models" - no user value
831
+ - "API Development" - technical milestone
832
+ - "Infrastructure Setup" - not user-facing
833
+ - "Authentication System" - borderline (is it user value?)
834
+
835
+ #### B. Epic Independence Validation
836
+
837
+ Test epic independence:
838
+
839
+ - **Epic 1:** Must stand alone completely
840
+ - **Epic 2:** Can function using only Epic 1 output
841
+ - **Epic 3:** Can function using Epic 1 & 2 outputs
842
+ - **Rule:** Epic N cannot require Epic N+1 to work
843
+
844
+ **Document failures:**
845
+
846
+ - "Epic 2 requires Epic 3 features to function"
847
+ - Stories in Epic 2 referencing Epic 3 components
848
+ - Circular dependencies between epics
849
+
850
+ ### 3. Story Quality Assessment
851
+
852
+ #### A. Story Sizing Validation
853
+
854
+ Check each story:
855
+
856
+ - **Clear User Value:** Does the story deliver something meaningful?
857
+ - **Independent:** Can it be completed without future stories?
858
+
859
+ **Common violations:**
860
+
861
+ - "Setup all models" - not a USER story
862
+ - "Create login UI (depends on Story 1.3)" - forward dependency
863
+
864
+ #### B. Acceptance Criteria Review
865
+
866
+ For each story's ACs:
867
+
868
+ - **Given/When/Then Format:** Proper BDD structure?
869
+ - **Testable:** Each AC can be verified independently?
870
+ - **Complete:** Covers all scenarios including errors?
871
+ - **Specific:** Clear expected outcomes?
872
+
873
+ **Issues to find:**
874
+
875
+ - Vague criteria like "user can login"
876
+ - Missing error conditions
877
+ - Incomplete happy path
878
+ - Non-measurable outcomes
879
+
880
+ ### 4. Dependency Analysis
881
+
882
+ #### A. Within-Epic Dependencies
883
+
884
+ Map story dependencies within each epic:
885
+
886
+ - Story 1.1 must be completable alone
887
+ - Story 1.2 can use Story 1.1 output
888
+ - Story 1.3 can use Story 1.1 & 1.2 outputs
889
+
890
+ **Critical violations:**
891
+
892
+ - "This story depends on Story 1.4"
893
+ - "Wait for future story to work"
894
+ - Stories referencing features not yet implemented
895
+
896
+ #### B. Database/Entity Creation Timing
897
+
898
+ Validate database creation approach:
899
+
900
+ - **Wrong:** Epic 1 Story 1 creates all tables upfront
901
+ - **Right:** Each story creates tables it needs
902
+ - **Check:** Are tables created only when first needed?
903
+
904
+ ### 5. Special Implementation Checks
905
+
906
+ #### A. Starter Template Requirement
907
+
908
+ Check if Architecture specifies starter template:
909
+
910
+ - If YES: Epic 1 Story 1 must be "Set up initial project from starter template"
911
+ - Verify story includes cloning, dependencies, initial configuration
912
+
913
+ #### B. Greenfield vs Brownfield Indicators
914
+
915
+ Greenfield projects should have:
916
+
917
+ - Initial project setup story
918
+ - Development environment configuration
919
+ - CI/CD pipeline setup early
920
+
921
+ Brownfield projects should have:
922
+
923
+ - Integration points with existing systems
924
+ - Migration or compatibility stories
925
+
926
+ ### 6. Best Practices Compliance Checklist
927
+
928
+ For each epic, verify:
929
+
930
+ - [ ] Epic delivers user value
931
+ - [ ] Epic can function independently
932
+ - [ ] Stories appropriately sized
933
+ - [ ] No forward dependencies
934
+ - [ ] Database tables created when needed
935
+ - [ ] Clear acceptance criteria
936
+ - [ ] Traceability to FRs maintained
937
+
938
+ ### 7. Quality Assessment Documentation
939
+
940
+ Document all findings by severity:
941
+
942
+ #### 🔴 Critical Violations
943
+
944
+ - Technical epics with no user value
945
+ - Forward dependencies breaking independence
946
+ - Epic-sized stories that cannot be completed
947
+
948
+ #### 🟠 Major Issues
949
+
950
+ - Vague acceptance criteria
951
+ - Stories requiring future stories
952
+ - Database creation violations
953
+
954
+ #### 🟡 Minor Concerns
955
+
956
+ - Formatting inconsistencies
957
+ - Minor structure deviations
958
+ - Documentation gaps
959
+
960
+ ### 8. Autonomous Review Execution
961
+
962
+ This review runs autonomously to maintain standards:
963
+
964
+ - Apply best practices without compromise
965
+ - Document every violation with specific examples
966
+ - Provide clear remediation guidance
967
+ - Prepare recommendations for each issue
968
+
969
+ ## REVIEW COMPLETION:
970
+
971
+ After completing epic quality review:
972
+
973
+ - Update {outputFile} with all quality findings
974
+ - Document specific best practices violations
975
+ - Provide actionable recommendations
976
+ - Load {nextStepFile} for final readiness assessment
977
+
978
+ ## CRITICAL STEP COMPLETION NOTE
979
+
980
+ This step executes autonomously. Load {nextStepFile} only after complete epic quality review is documented.
981
+
982
+ ---
983
+
984
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
985
+
986
+ ### ✅ SUCCESS:
987
+
988
+ - All epics validated against best practices
989
+ - Every dependency checked and verified
990
+ - Quality violations documented with examples
991
+ - Clear remediation guidance provided
992
+ - No compromise on standards enforcement
993
+
994
+ ### ❌ SYSTEM FAILURE:
995
+
996
+ - Accepting technical epics as valid
997
+ - Ignoring forward dependencies
998
+ - Not verifying story sizing
999
+ - Overlooking obvious violations
1000
+
1001
+ **Master Rule:** Enforce best practices rigorously. Find all violations.
1002
+
1003
+
1004
+ ---
1005
+ name: 'step-06-final-assessment'
1006
+ description: 'Compile final assessment and polish the readiness report'
1007
+
1008
+ # Path Definitions
1009
+ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
1010
+
1011
+ # File References
1012
+ thisStepFile: './step-06-final-assessment.md'
1013
+ workflowFile: '{workflow_path}/workflow.md'
1014
+ outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
1015
+ ---
1016
+
1017
+ # Step 6: Final Assessment
1018
+
1019
+ ## STEP GOAL:
1020
+
1021
+ To provide a comprehensive summary of all findings and give the report a final polish, ensuring clear recommendations and overall readiness status.
1022
+
1023
+ ## MANDATORY EXECUTION RULES (READ FIRST):
1024
+
1025
+ ### Universal Rules:
1026
+
1027
+ - 🛑 NEVER generate content without user input
1028
+ - 📖 CRITICAL: Read the complete step file before taking any action
1029
+ - 📖 You are at the final step - complete the assessment
1030
+ - 📋 YOU ARE A FACILITATOR, not a content generator
1031
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
1032
+
1033
+ ### Role Reinforcement:
1034
+
1035
+ - ✅ You are delivering the FINAL ASSESSMENT
1036
+ - ✅ Your findings are objective and backed by evidence
1037
+ - ✅ Provide clear, actionable recommendations
1038
+ - ✅ Success is measured by value of findings
1039
+
1040
+ ### Step-Specific Rules:
1041
+
1042
+ - 🎯 Compile and summarize all findings
1043
+ - 🚫 Don't soften the message - be direct
1044
+ - 💬 Provide specific examples for problems
1045
+ - 🚪 Add final section to the report
1046
+
1047
+ ## EXECUTION PROTOCOLS:
1048
+
1049
+ - 🎯 Review all findings from previous steps
1050
+ - 💾 Add summary and recommendations
1051
+ - 📖 Determine overall readiness status
1052
+ - 🚫 Complete and present final report
1053
+
1054
+ ## FINAL ASSESSMENT PROCESS:
1055
+
1056
+ ### 1. Initialize Final Assessment
1057
+
1058
+ "Completing **Final Assessment**.
1059
+
1060
+ I will now:
1061
+
1062
+ 1. Review all findings from previous steps
1063
+ 2. Provide a comprehensive summary
1064
+ 3. Add specific recommendations
1065
+ 4. Determine overall readiness status"
1066
+
1067
+ ### 2. Review Previous Findings
1068
+
1069
+ Check the {outputFile} for sections added by previous steps:
1070
+
1071
+ - File and FR Validation findings
1072
+ - UX Alignment issues
1073
+ - Epic Quality violations
1074
+
1075
+ ### 3. Add Final Assessment Section
1076
+
1077
+ Append to {outputFile}:
1078
+
1079
+ ```markdown
1080
+ ## Summary and Recommendations
1081
+
1082
+ ### Overall Readiness Status
1083
+
1084
+ [READY/NEEDS WORK/NOT READY]
1085
+
1086
+ ### Critical Issues Requiring Immediate Action
1087
+
1088
+ [List most critical issues that must be addressed]
1089
+
1090
+ ### Recommended Next Steps
1091
+
1092
+ 1. [Specific action item 1]
1093
+ 2. [Specific action item 2]
1094
+ 3. [Specific action item 3]
1095
+
1096
+ ### Final Note
1097
+
1098
+ This assessment identified [X] issues across [Y] categories. Address the critical issues before proceeding to implementation. These findings can be used to improve the artifacts or you may choose to proceed as-is.
1099
+ ```
1100
+
1101
+ ### 4. Complete the Report
1102
+
1103
+ - Ensure all findings are clearly documented
1104
+ - Verify recommendations are actionable
1105
+ - Add date and assessor information
1106
+ - Save the final report
1107
+
1108
+ ### 5. Present Completion
1109
+
1110
+ Display:
1111
+ "**Implementation Readiness Assessment Complete**
1112
+
1113
+ Report generated: {outputFile}
1114
+
1115
+ The assessment found [number] issues requiring attention. Review the detailed report for specific findings and recommendations."
1116
+
1117
+ ## WORKFLOW COMPLETE
1118
+
1119
+ The implementation readiness workflow is now complete. The report contains all findings and recommendations for the user to consider.
1120
+
1121
+ Implementation Readiness complete. Read fully and follow: `_bmad/core/tasks/bmad-help.md` with argument `implementation readiness`.
1122
+
1123
+ ---
1124
+
1125
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
1126
+
1127
+ ### ✅ SUCCESS:
1128
+
1129
+ - All findings compiled and summarized
1130
+ - Clear recommendations provided
1131
+ - Readiness status determined
1132
+ - Final report saved
1133
+
1134
+ ### ❌ SYSTEM FAILURE:
1135
+
1136
+ - Not reviewing previous findings
1137
+ - Incomplete summary
1138
+ - No clear recommendations
1139
+