bmad-method 4.37.0-beta.5 → 4.37.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 (206) hide show
  1. package/.github/FUNDING.yaml +15 -0
  2. package/.github/ISSUE_TEMPLATE/bug_report.md +32 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.md +22 -0
  4. package/.github/workflows/discord.yaml +16 -0
  5. package/.github/workflows/release.yaml +60 -0
  6. package/.releaserc.json +21 -0
  7. package/.vscode/settings.json +44 -0
  8. package/CHANGELOG.md +707 -0
  9. package/CONTRIBUTING.md +209 -0
  10. package/LICENSE +21 -0
  11. package/README.md +214 -3
  12. package/bmad-core/agent-teams/team-all.yaml +14 -0
  13. package/bmad-core/agent-teams/team-fullstack.yaml +18 -0
  14. package/bmad-core/agent-teams/team-ide-minimal.yaml +10 -0
  15. package/bmad-core/agent-teams/team-no-ui.yaml +13 -0
  16. package/bmad-core/agents/analyst.md +81 -0
  17. package/bmad-core/agents/architect.md +83 -0
  18. package/bmad-core/agents/bmad-master.md +107 -0
  19. package/bmad-core/agents/bmad-orchestrator.md +149 -0
  20. package/bmad-core/agents/dev.md +75 -0
  21. package/bmad-core/agents/pm.md +81 -0
  22. package/bmad-core/agents/po.md +76 -0
  23. package/bmad-core/agents/qa.md +69 -0
  24. package/bmad-core/agents/sm.md +62 -0
  25. package/bmad-core/agents/ux-expert.md +66 -0
  26. package/bmad-core/checklists/architect-checklist.md +438 -0
  27. package/bmad-core/checklists/change-checklist.md +182 -0
  28. package/bmad-core/checklists/pm-checklist.md +370 -0
  29. package/bmad-core/checklists/po-master-checklist.md +432 -0
  30. package/bmad-core/checklists/story-dod-checklist.md +94 -0
  31. package/bmad-core/checklists/story-draft-checklist.md +153 -0
  32. package/bmad-core/core-config.yaml +20 -0
  33. package/bmad-core/data/bmad-kb.md +806 -0
  34. package/bmad-core/data/brainstorming-techniques.md +36 -0
  35. package/bmad-core/data/elicitation-methods.md +154 -0
  36. package/bmad-core/data/technical-preferences.md +3 -0
  37. package/bmad-core/tasks/advanced-elicitation.md +117 -0
  38. package/bmad-core/tasks/brownfield-create-epic.md +160 -0
  39. package/bmad-core/tasks/brownfield-create-story.md +147 -0
  40. package/bmad-core/tasks/correct-course.md +70 -0
  41. package/bmad-core/tasks/create-brownfield-story.md +312 -0
  42. package/bmad-core/tasks/create-deep-research-prompt.md +278 -0
  43. package/bmad-core/tasks/create-next-story.md +112 -0
  44. package/bmad-core/tasks/document-project.md +343 -0
  45. package/bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
  46. package/bmad-core/tasks/generate-ai-frontend-prompt.md +51 -0
  47. package/bmad-core/tasks/index-docs.md +173 -0
  48. package/bmad-core/tasks/kb-mode-interaction.md +75 -0
  49. package/bmad-core/tasks/review-story.md +154 -0
  50. package/bmad-core/tasks/shard-doc.md +185 -0
  51. package/bmad-core/tasks/validate-next-story.md +134 -0
  52. package/bmad-core/templates/architecture-tmpl.yaml +650 -0
  53. package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  54. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
  55. package/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
  56. package/bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
  57. package/bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
  58. package/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
  59. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +805 -0
  60. package/bmad-core/templates/market-research-tmpl.yaml +252 -0
  61. package/bmad-core/templates/prd-tmpl.yaml +202 -0
  62. package/bmad-core/templates/project-brief-tmpl.yaml +221 -0
  63. package/bmad-core/templates/story-tmpl.yaml +137 -0
  64. package/bmad-core/workflows/brownfield-fullstack.yaml +297 -0
  65. package/bmad-core/workflows/brownfield-service.yaml +187 -0
  66. package/bmad-core/workflows/brownfield-ui.yaml +197 -0
  67. package/bmad-core/workflows/greenfield-fullstack.yaml +240 -0
  68. package/bmad-core/workflows/greenfield-service.yaml +206 -0
  69. package/bmad-core/workflows/greenfield-ui.yaml +235 -0
  70. package/common/tasks/create-doc.md +101 -0
  71. package/common/tasks/execute-checklist.md +86 -0
  72. package/common/utils/bmad-doc-template.md +325 -0
  73. package/common/utils/workflow-management.md +69 -0
  74. package/dist/agents/analyst.txt +2882 -0
  75. package/dist/agents/architect.txt +3543 -0
  76. package/dist/agents/bmad-master.txt +8756 -0
  77. package/dist/agents/bmad-orchestrator.txt +1490 -0
  78. package/dist/agents/dev.txt +428 -0
  79. package/dist/agents/pm.txt +2229 -0
  80. package/dist/agents/po.txt +1364 -0
  81. package/dist/agents/qa.txt +386 -0
  82. package/dist/agents/sm.txt +668 -0
  83. package/dist/agents/ux-expert.txt +701 -0
  84. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +2408 -0
  85. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +1631 -0
  86. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +822 -0
  87. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +10989 -0
  88. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +4047 -0
  89. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +3744 -0
  90. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +465 -0
  91. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +990 -0
  92. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +15467 -0
  93. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +2077 -0
  94. package/dist/teams/team-all.txt +11062 -0
  95. package/dist/teams/team-fullstack.txt +10392 -0
  96. package/dist/teams/team-ide-minimal.txt +3507 -0
  97. package/dist/teams/team-no-ui.txt +8951 -0
  98. package/docs/GUIDING-PRINCIPLES.md +91 -0
  99. package/docs/core-architecture.md +219 -0
  100. package/docs/enhanced-ide-development-workflow.md +43 -0
  101. package/docs/expansion-packs.md +280 -0
  102. package/docs/how-to-contribute-with-pull-requests.md +158 -0
  103. package/docs/user-guide.md +251 -0
  104. package/docs/versioning-and-releases.md +77 -0
  105. package/docs/versions.md +48 -0
  106. package/docs/working-in-the-brownfield.md +364 -0
  107. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +102 -0
  108. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash copy.txt +13 -0
  109. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash.txt +13 -0
  110. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.2 Agent Development Kit Installation/1.2.2 - Basic Project Structure - txt.txt +25 -0
  111. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.1 - settings.py +34 -0
  112. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.2 - main.py - Base Application.py +70 -0
  113. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.4 Deployment Configuration/1.4.2 - cloudbuild.yaml +26 -0
  114. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +109 -0
  115. package/expansion-packs/README.md +3 -0
  116. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +13 -0
  117. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +71 -0
  118. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +78 -0
  119. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +64 -0
  120. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +201 -0
  121. package/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +160 -0
  122. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +8 -0
  123. package/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +250 -0
  124. package/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +649 -0
  125. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +110 -0
  126. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +216 -0
  127. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +290 -0
  128. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +613 -0
  129. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +356 -0
  130. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
  131. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +253 -0
  132. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  133. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +183 -0
  134. package/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +175 -0
  135. package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +14 -0
  136. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +80 -0
  137. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +77 -0
  138. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +78 -0
  139. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +65 -0
  140. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +391 -0
  141. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +203 -0
  142. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +201 -0
  143. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +124 -0
  144. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +6 -0
  145. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +769 -0
  146. package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +586 -0
  147. package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +110 -0
  148. package/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +141 -0
  149. package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +184 -0
  150. package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +290 -0
  151. package/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +200 -0
  152. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +1030 -0
  153. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +356 -0
  154. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +705 -0
  155. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +256 -0
  156. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  157. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +183 -0
  158. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +175 -0
  159. package/expansion-packs/bmad-infrastructure-devops/README.md +147 -0
  160. package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +71 -0
  161. package/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +484 -0
  162. package/expansion-packs/bmad-infrastructure-devops/config.yaml +9 -0
  163. package/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +305 -0
  164. package/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +159 -0
  165. package/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +153 -0
  166. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +424 -0
  167. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +629 -0
  168. package/package.json +62 -24
  169. package/tools/bmad-npx-wrapper.js +39 -0
  170. package/tools/builders/web-builder.js +681 -0
  171. package/tools/bump-all-versions.js +106 -0
  172. package/tools/bump-expansion-version.js +83 -0
  173. package/tools/cli.js +154 -0
  174. package/tools/flattener/aggregate.js +76 -0
  175. package/tools/flattener/binary.js +53 -0
  176. package/tools/flattener/discovery.js +70 -0
  177. package/tools/flattener/files.js +35 -0
  178. package/tools/flattener/ignoreRules.js +176 -0
  179. package/tools/flattener/main.js +217 -0
  180. package/tools/flattener/projectRoot.js +45 -0
  181. package/tools/flattener/prompts.js +44 -0
  182. package/tools/flattener/stats.js +30 -0
  183. package/tools/flattener/xml.js +86 -0
  184. package/tools/installer/README.md +8 -0
  185. package/tools/installer/package.json +44 -0
  186. package/tools/lib/dependency-resolver.js +179 -0
  187. package/tools/lib/yaml-utils.js +29 -0
  188. package/tools/md-assets/web-agent-startup-instructions.md +39 -0
  189. package/tools/semantic-release-sync-installer.js +30 -0
  190. package/tools/shared/bannerArt.js +105 -0
  191. package/tools/sync-installer-version.js +34 -0
  192. package/tools/update-expansion-version.js +54 -0
  193. package/tools/upgraders/v3-to-v4-upgrader.js +763 -0
  194. package/tools/version-bump.js +79 -0
  195. package/tools/yaml-format.js +240 -0
  196. /package/{bin → tools/installer/bin}/bmad.js +0 -0
  197. /package/{config → tools/installer/config}/ide-agent-config.yaml +0 -0
  198. /package/{config → tools/installer/config}/install.config.yaml +0 -0
  199. /package/{lib → tools/installer/lib}/config-loader.js +0 -0
  200. /package/{lib → tools/installer/lib}/file-manager.js +0 -0
  201. /package/{lib → tools/installer/lib}/ide-base-setup.js +0 -0
  202. /package/{lib → tools/installer/lib}/ide-setup.js +0 -0
  203. /package/{lib → tools/installer/lib}/installer.js +0 -0
  204. /package/{lib → tools/installer/lib}/memory-profiler.js +0 -0
  205. /package/{lib → tools/installer/lib}/module-manager.js +0 -0
  206. /package/{lib → tools/installer/lib}/resource-locator.js +0 -0
@@ -0,0 +1,432 @@
1
+ # Product Owner (PO) Master Validation Checklist
2
+
3
+ This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable.
4
+
5
+ [[LLM: INITIALIZATION INSTRUCTIONS - PO MASTER CHECKLIST
6
+
7
+ PROJECT TYPE DETECTION:
8
+ First, determine the project type by checking:
9
+
10
+ 1. Is this a GREENFIELD project (new from scratch)?
11
+ - Look for: New project initialization, no existing codebase references
12
+ - Check for: prd.md, architecture.md, new project setup stories
13
+
14
+ 2. Is this a BROWNFIELD project (enhancing existing system)?
15
+ - Look for: References to existing codebase, enhancement/modification language
16
+ - Check for: brownfield-prd.md, brownfield-architecture.md, existing system analysis
17
+
18
+ 3. Does the project include UI/UX components?
19
+ - Check for: frontend-architecture.md, UI/UX specifications, design files
20
+ - Look for: Frontend stories, component specifications, user interface mentions
21
+
22
+ DOCUMENT REQUIREMENTS:
23
+ Based on project type, ensure you have access to:
24
+
25
+ For GREENFIELD projects:
26
+
27
+ - prd.md - The Product Requirements Document
28
+ - architecture.md - The system architecture
29
+ - frontend-architecture.md - If UI/UX is involved
30
+ - All epic and story definitions
31
+
32
+ For BROWNFIELD projects:
33
+
34
+ - brownfield-prd.md - The brownfield enhancement requirements
35
+ - brownfield-architecture.md - The enhancement architecture
36
+ - Existing project codebase access (CRITICAL - cannot proceed without this)
37
+ - Current deployment configuration and infrastructure details
38
+ - Database schemas, API documentation, monitoring setup
39
+
40
+ SKIP INSTRUCTIONS:
41
+
42
+ - Skip sections marked [[BROWNFIELD ONLY]] for greenfield projects
43
+ - Skip sections marked [[GREENFIELD ONLY]] for brownfield projects
44
+ - Skip sections marked [[UI/UX ONLY]] for backend-only projects
45
+ - Note all skipped sections in your final report
46
+
47
+ VALIDATION APPROACH:
48
+
49
+ 1. Deep Analysis - Thoroughly analyze each item against documentation
50
+ 2. Evidence-Based - Cite specific sections or code when validating
51
+ 3. Critical Thinking - Question assumptions and identify gaps
52
+ 4. Risk Assessment - Consider what could go wrong with each decision
53
+
54
+ EXECUTION MODE:
55
+ Ask the user if they want to work through the checklist:
56
+
57
+ - Section by section (interactive mode) - Review each section, get confirmation before proceeding
58
+ - All at once (comprehensive mode) - Complete full analysis and present report at end]]
59
+
60
+ ## 1. PROJECT SETUP & INITIALIZATION
61
+
62
+ [[LLM: Project setup is the foundation. For greenfield, ensure clean start. For brownfield, ensure safe integration with existing system. Verify setup matches project type.]]
63
+
64
+ ### 1.1 Project Scaffolding [[GREENFIELD ONLY]]
65
+
66
+ - [ ] Epic 1 includes explicit steps for project creation/initialization
67
+ - [ ] If using a starter template, steps for cloning/setup are included
68
+ - [ ] If building from scratch, all necessary scaffolding steps are defined
69
+ - [ ] Initial README or documentation setup is included
70
+ - [ ] Repository setup and initial commit processes are defined
71
+
72
+ ### 1.2 Existing System Integration [[BROWNFIELD ONLY]]
73
+
74
+ - [ ] Existing project analysis has been completed and documented
75
+ - [ ] Integration points with current system are identified
76
+ - [ ] Development environment preserves existing functionality
77
+ - [ ] Local testing approach validated for existing features
78
+ - [ ] Rollback procedures defined for each integration point
79
+
80
+ ### 1.3 Development Environment
81
+
82
+ - [ ] Local development environment setup is clearly defined
83
+ - [ ] Required tools and versions are specified
84
+ - [ ] Steps for installing dependencies are included
85
+ - [ ] Configuration files are addressed appropriately
86
+ - [ ] Development server setup is included
87
+
88
+ ### 1.4 Core Dependencies
89
+
90
+ - [ ] All critical packages/libraries are installed early
91
+ - [ ] Package management is properly addressed
92
+ - [ ] Version specifications are appropriately defined
93
+ - [ ] Dependency conflicts or special requirements are noted
94
+ - [ ] [[BROWNFIELD ONLY]] Version compatibility with existing stack verified
95
+
96
+ ## 2. INFRASTRUCTURE & DEPLOYMENT
97
+
98
+ [[LLM: Infrastructure must exist before use. For brownfield, must integrate with existing infrastructure without breaking it.]]
99
+
100
+ ### 2.1 Database & Data Store Setup
101
+
102
+ - [ ] Database selection/setup occurs before any operations
103
+ - [ ] Schema definitions are created before data operations
104
+ - [ ] Migration strategies are defined if applicable
105
+ - [ ] Seed data or initial data setup is included if needed
106
+ - [ ] [[BROWNFIELD ONLY]] Database migration risks identified and mitigated
107
+ - [ ] [[BROWNFIELD ONLY]] Backward compatibility ensured
108
+
109
+ ### 2.2 API & Service Configuration
110
+
111
+ - [ ] API frameworks are set up before implementing endpoints
112
+ - [ ] Service architecture is established before implementing services
113
+ - [ ] Authentication framework is set up before protected routes
114
+ - [ ] Middleware and common utilities are created before use
115
+ - [ ] [[BROWNFIELD ONLY]] API compatibility with existing system maintained
116
+ - [ ] [[BROWNFIELD ONLY]] Integration with existing authentication preserved
117
+
118
+ ### 2.3 Deployment Pipeline
119
+
120
+ - [ ] CI/CD pipeline is established before deployment actions
121
+ - [ ] Infrastructure as Code (IaC) is set up before use
122
+ - [ ] Environment configurations are defined early
123
+ - [ ] Deployment strategies are defined before implementation
124
+ - [ ] [[BROWNFIELD ONLY]] Deployment minimizes downtime
125
+ - [ ] [[BROWNFIELD ONLY]] Blue-green or canary deployment implemented
126
+
127
+ ### 2.4 Testing Infrastructure
128
+
129
+ - [ ] Testing frameworks are installed before writing tests
130
+ - [ ] Test environment setup precedes test implementation
131
+ - [ ] Mock services or data are defined before testing
132
+ - [ ] [[BROWNFIELD ONLY]] Regression testing covers existing functionality
133
+ - [ ] [[BROWNFIELD ONLY]] Integration testing validates new-to-existing connections
134
+
135
+ ## 3. EXTERNAL DEPENDENCIES & INTEGRATIONS
136
+
137
+ [[LLM: External dependencies often block progress. For brownfield, ensure new dependencies don't conflict with existing ones.]]
138
+
139
+ ### 3.1 Third-Party Services
140
+
141
+ - [ ] Account creation steps are identified for required services
142
+ - [ ] API key acquisition processes are defined
143
+ - [ ] Steps for securely storing credentials are included
144
+ - [ ] Fallback or offline development options are considered
145
+ - [ ] [[BROWNFIELD ONLY]] Compatibility with existing services verified
146
+ - [ ] [[BROWNFIELD ONLY]] Impact on existing integrations assessed
147
+
148
+ ### 3.2 External APIs
149
+
150
+ - [ ] Integration points with external APIs are clearly identified
151
+ - [ ] Authentication with external services is properly sequenced
152
+ - [ ] API limits or constraints are acknowledged
153
+ - [ ] Backup strategies for API failures are considered
154
+ - [ ] [[BROWNFIELD ONLY]] Existing API dependencies maintained
155
+
156
+ ### 3.3 Infrastructure Services
157
+
158
+ - [ ] Cloud resource provisioning is properly sequenced
159
+ - [ ] DNS or domain registration needs are identified
160
+ - [ ] Email or messaging service setup is included if needed
161
+ - [ ] CDN or static asset hosting setup precedes their use
162
+ - [ ] [[BROWNFIELD ONLY]] Existing infrastructure services preserved
163
+
164
+ ## 4. UI/UX CONSIDERATIONS [[UI/UX ONLY]]
165
+
166
+ [[LLM: Only evaluate this section if the project includes user interface components. Skip entirely for backend-only projects.]]
167
+
168
+ ### 4.1 Design System Setup
169
+
170
+ - [ ] UI framework and libraries are selected and installed early
171
+ - [ ] Design system or component library is established
172
+ - [ ] Styling approach (CSS modules, styled-components, etc.) is defined
173
+ - [ ] Responsive design strategy is established
174
+ - [ ] Accessibility requirements are defined upfront
175
+
176
+ ### 4.2 Frontend Infrastructure
177
+
178
+ - [ ] Frontend build pipeline is configured before development
179
+ - [ ] Asset optimization strategy is defined
180
+ - [ ] Frontend testing framework is set up
181
+ - [ ] Component development workflow is established
182
+ - [ ] [[BROWNFIELD ONLY]] UI consistency with existing system maintained
183
+
184
+ ### 4.3 User Experience Flow
185
+
186
+ - [ ] User journeys are mapped before implementation
187
+ - [ ] Navigation patterns are defined early
188
+ - [ ] Error states and loading states are planned
189
+ - [ ] Form validation patterns are established
190
+ - [ ] [[BROWNFIELD ONLY]] Existing user workflows preserved or migrated
191
+
192
+ ## 5. USER/AGENT RESPONSIBILITY
193
+
194
+ [[LLM: Clear ownership prevents confusion. Ensure tasks are assigned appropriately based on what only humans can do.]]
195
+
196
+ ### 5.1 User Actions
197
+
198
+ - [ ] User responsibilities limited to human-only tasks
199
+ - [ ] Account creation on external services assigned to users
200
+ - [ ] Purchasing or payment actions assigned to users
201
+ - [ ] Credential provision appropriately assigned to users
202
+
203
+ ### 5.2 Developer Agent Actions
204
+
205
+ - [ ] All code-related tasks assigned to developer agents
206
+ - [ ] Automated processes identified as agent responsibilities
207
+ - [ ] Configuration management properly assigned
208
+ - [ ] Testing and validation assigned to appropriate agents
209
+
210
+ ## 6. FEATURE SEQUENCING & DEPENDENCIES
211
+
212
+ [[LLM: Dependencies create the critical path. For brownfield, ensure new features don't break existing ones.]]
213
+
214
+ ### 6.1 Functional Dependencies
215
+
216
+ - [ ] Features depending on others are sequenced correctly
217
+ - [ ] Shared components are built before their use
218
+ - [ ] User flows follow logical progression
219
+ - [ ] Authentication features precede protected features
220
+ - [ ] [[BROWNFIELD ONLY]] Existing functionality preserved throughout
221
+
222
+ ### 6.2 Technical Dependencies
223
+
224
+ - [ ] Lower-level services built before higher-level ones
225
+ - [ ] Libraries and utilities created before their use
226
+ - [ ] Data models defined before operations on them
227
+ - [ ] API endpoints defined before client consumption
228
+ - [ ] [[BROWNFIELD ONLY]] Integration points tested at each step
229
+
230
+ ### 6.3 Cross-Epic Dependencies
231
+
232
+ - [ ] Later epics build upon earlier epic functionality
233
+ - [ ] No epic requires functionality from later epics
234
+ - [ ] Infrastructure from early epics utilized consistently
235
+ - [ ] Incremental value delivery maintained
236
+ - [ ] [[BROWNFIELD ONLY]] Each epic maintains system integrity
237
+
238
+ ## 7. RISK MANAGEMENT [[BROWNFIELD ONLY]]
239
+
240
+ [[LLM: This section is CRITICAL for brownfield projects. Think pessimistically about what could break.]]
241
+
242
+ ### 7.1 Breaking Change Risks
243
+
244
+ - [ ] Risk of breaking existing functionality assessed
245
+ - [ ] Database migration risks identified and mitigated
246
+ - [ ] API breaking change risks evaluated
247
+ - [ ] Performance degradation risks identified
248
+ - [ ] Security vulnerability risks evaluated
249
+
250
+ ### 7.2 Rollback Strategy
251
+
252
+ - [ ] Rollback procedures clearly defined per story
253
+ - [ ] Feature flag strategy implemented
254
+ - [ ] Backup and recovery procedures updated
255
+ - [ ] Monitoring enhanced for new components
256
+ - [ ] Rollback triggers and thresholds defined
257
+
258
+ ### 7.3 User Impact Mitigation
259
+
260
+ - [ ] Existing user workflows analyzed for impact
261
+ - [ ] User communication plan developed
262
+ - [ ] Training materials updated
263
+ - [ ] Support documentation comprehensive
264
+ - [ ] Migration path for user data validated
265
+
266
+ ## 8. MVP SCOPE ALIGNMENT
267
+
268
+ [[LLM: MVP means MINIMUM viable product. For brownfield, ensure enhancements are truly necessary.]]
269
+
270
+ ### 8.1 Core Goals Alignment
271
+
272
+ - [ ] All core goals from PRD are addressed
273
+ - [ ] Features directly support MVP goals
274
+ - [ ] No extraneous features beyond MVP scope
275
+ - [ ] Critical features prioritized appropriately
276
+ - [ ] [[BROWNFIELD ONLY]] Enhancement complexity justified
277
+
278
+ ### 8.2 User Journey Completeness
279
+
280
+ - [ ] All critical user journeys fully implemented
281
+ - [ ] Edge cases and error scenarios addressed
282
+ - [ ] User experience considerations included
283
+ - [ ] [[UI/UX ONLY]] Accessibility requirements incorporated
284
+ - [ ] [[BROWNFIELD ONLY]] Existing workflows preserved or improved
285
+
286
+ ### 8.3 Technical Requirements
287
+
288
+ - [ ] All technical constraints from PRD addressed
289
+ - [ ] Non-functional requirements incorporated
290
+ - [ ] Architecture decisions align with constraints
291
+ - [ ] Performance considerations addressed
292
+ - [ ] [[BROWNFIELD ONLY]] Compatibility requirements met
293
+
294
+ ## 9. DOCUMENTATION & HANDOFF
295
+
296
+ [[LLM: Good documentation enables smooth development. For brownfield, documentation of integration points is critical.]]
297
+
298
+ ### 9.1 Developer Documentation
299
+
300
+ - [ ] API documentation created alongside implementation
301
+ - [ ] Setup instructions are comprehensive
302
+ - [ ] Architecture decisions documented
303
+ - [ ] Patterns and conventions documented
304
+ - [ ] [[BROWNFIELD ONLY]] Integration points documented in detail
305
+
306
+ ### 9.2 User Documentation
307
+
308
+ - [ ] User guides or help documentation included if required
309
+ - [ ] Error messages and user feedback considered
310
+ - [ ] Onboarding flows fully specified
311
+ - [ ] [[BROWNFIELD ONLY]] Changes to existing features documented
312
+
313
+ ### 9.3 Knowledge Transfer
314
+
315
+ - [ ] [[BROWNFIELD ONLY]] Existing system knowledge captured
316
+ - [ ] [[BROWNFIELD ONLY]] Integration knowledge documented
317
+ - [ ] Code review knowledge sharing planned
318
+ - [ ] Deployment knowledge transferred to operations
319
+ - [ ] Historical context preserved
320
+
321
+ ## 10. POST-MVP CONSIDERATIONS
322
+
323
+ [[LLM: Planning for success prevents technical debt. For brownfield, ensure enhancements don't limit future growth.]]
324
+
325
+ ### 10.1 Future Enhancements
326
+
327
+ - [ ] Clear separation between MVP and future features
328
+ - [ ] Architecture supports planned enhancements
329
+ - [ ] Technical debt considerations documented
330
+ - [ ] Extensibility points identified
331
+ - [ ] [[BROWNFIELD ONLY]] Integration patterns reusable
332
+
333
+ ### 10.2 Monitoring & Feedback
334
+
335
+ - [ ] Analytics or usage tracking included if required
336
+ - [ ] User feedback collection considered
337
+ - [ ] Monitoring and alerting addressed
338
+ - [ ] Performance measurement incorporated
339
+ - [ ] [[BROWNFIELD ONLY]] Existing monitoring preserved/enhanced
340
+
341
+ ## VALIDATION SUMMARY
342
+
343
+ [[LLM: FINAL PO VALIDATION REPORT GENERATION
344
+
345
+ Generate a comprehensive validation report that adapts to project type:
346
+
347
+ 1. Executive Summary
348
+ - Project type: [Greenfield/Brownfield] with [UI/No UI]
349
+ - Overall readiness (percentage)
350
+ - Go/No-Go recommendation
351
+ - Critical blocking issues count
352
+ - Sections skipped due to project type
353
+
354
+ 2. Project-Specific Analysis
355
+
356
+ FOR GREENFIELD:
357
+ - Setup completeness
358
+ - Dependency sequencing
359
+ - MVP scope appropriateness
360
+ - Development timeline feasibility
361
+
362
+ FOR BROWNFIELD:
363
+ - Integration risk level (High/Medium/Low)
364
+ - Existing system impact assessment
365
+ - Rollback readiness
366
+ - User disruption potential
367
+
368
+ 3. Risk Assessment
369
+ - Top 5 risks by severity
370
+ - Mitigation recommendations
371
+ - Timeline impact of addressing issues
372
+ - [BROWNFIELD] Specific integration risks
373
+
374
+ 4. MVP Completeness
375
+ - Core features coverage
376
+ - Missing essential functionality
377
+ - Scope creep identified
378
+ - True MVP vs over-engineering
379
+
380
+ 5. Implementation Readiness
381
+ - Developer clarity score (1-10)
382
+ - Ambiguous requirements count
383
+ - Missing technical details
384
+ - [BROWNFIELD] Integration point clarity
385
+
386
+ 6. Recommendations
387
+ - Must-fix before development
388
+ - Should-fix for quality
389
+ - Consider for improvement
390
+ - Post-MVP deferrals
391
+
392
+ 7. [BROWNFIELD ONLY] Integration Confidence
393
+ - Confidence in preserving existing functionality
394
+ - Rollback procedure completeness
395
+ - Monitoring coverage for integration points
396
+ - Support team readiness
397
+
398
+ After presenting the report, ask if the user wants:
399
+
400
+ - Detailed analysis of any failed sections
401
+ - Specific story reordering suggestions
402
+ - Risk mitigation strategies
403
+ - [BROWNFIELD] Integration risk deep-dive]]
404
+
405
+ ### Category Statuses
406
+
407
+ | Category | Status | Critical Issues |
408
+ | --------------------------------------- | ------ | --------------- |
409
+ | 1. Project Setup & Initialization | _TBD_ | |
410
+ | 2. Infrastructure & Deployment | _TBD_ | |
411
+ | 3. External Dependencies & Integrations | _TBD_ | |
412
+ | 4. UI/UX Considerations | _TBD_ | |
413
+ | 5. User/Agent Responsibility | _TBD_ | |
414
+ | 6. Feature Sequencing & Dependencies | _TBD_ | |
415
+ | 7. Risk Management (Brownfield) | _TBD_ | |
416
+ | 8. MVP Scope Alignment | _TBD_ | |
417
+ | 9. Documentation & Handoff | _TBD_ | |
418
+ | 10. Post-MVP Considerations | _TBD_ | |
419
+
420
+ ### Critical Deficiencies
421
+
422
+ (To be populated during validation)
423
+
424
+ ### Recommendations
425
+
426
+ (To be populated during validation)
427
+
428
+ ### Final Decision
429
+
430
+ - **APPROVED**: The plan is comprehensive, properly sequenced, and ready for implementation.
431
+ - **CONDITIONAL**: The plan requires specific adjustments before proceeding.
432
+ - **REJECTED**: The plan requires significant revision to address critical deficiencies.
@@ -0,0 +1,94 @@
1
+ # Story Definition of Done (DoD) Checklist
2
+
3
+ ## Instructions for Developer Agent
4
+
5
+ Before marking a story as 'Review', please go through each item in this checklist. Report the status of each item (e.g., [x] Done, [ ] Not Done, [N/A] Not Applicable) and provide brief comments if necessary.
6
+
7
+ [[LLM: INITIALIZATION INSTRUCTIONS - STORY DOD VALIDATION
8
+
9
+ This checklist is for DEVELOPER AGENTS to self-validate their work before marking a story complete.
10
+
11
+ IMPORTANT: This is a self-assessment. Be honest about what's actually done vs what should be done. It's better to identify issues now than have them found in review.
12
+
13
+ EXECUTION APPROACH:
14
+
15
+ 1. Go through each section systematically
16
+ 2. Mark items as [x] Done, [ ] Not Done, or [N/A] Not Applicable
17
+ 3. Add brief comments explaining any [ ] or [N/A] items
18
+ 4. Be specific about what was actually implemented
19
+ 5. Flag any concerns or technical debt created
20
+
21
+ The goal is quality delivery, not just checking boxes.]]
22
+
23
+ ## Checklist Items
24
+
25
+ 1. **Requirements Met:**
26
+
27
+ [[LLM: Be specific - list each requirement and whether it's complete]]
28
+ - [ ] All functional requirements specified in the story are implemented.
29
+ - [ ] All acceptance criteria defined in the story are met.
30
+
31
+ 2. **Coding Standards & Project Structure:**
32
+
33
+ [[LLM: Code quality matters for maintainability. Check each item carefully]]
34
+ - [ ] All new/modified code strictly adheres to `Operational Guidelines`.
35
+ - [ ] All new/modified code aligns with `Project Structure` (file locations, naming, etc.).
36
+ - [ ] Adherence to `Tech Stack` for technologies/versions used (if story introduces or modifies tech usage).
37
+ - [ ] Adherence to `Api Reference` and `Data Models` (if story involves API or data model changes).
38
+ - [ ] Basic security best practices (e.g., input validation, proper error handling, no hardcoded secrets) applied for new/modified code.
39
+ - [ ] No new linter errors or warnings introduced.
40
+ - [ ] Code is well-commented where necessary (clarifying complex logic, not obvious statements).
41
+
42
+ 3. **Testing:**
43
+
44
+ [[LLM: Testing proves your code works. Be honest about test coverage]]
45
+ - [ ] All required unit tests as per the story and `Operational Guidelines` Testing Strategy are implemented.
46
+ - [ ] All required integration tests (if applicable) as per the story and `Operational Guidelines` Testing Strategy are implemented.
47
+ - [ ] All tests (unit, integration, E2E if applicable) pass successfully.
48
+ - [ ] Test coverage meets project standards (if defined).
49
+
50
+ 4. **Functionality & Verification:**
51
+
52
+ [[LLM: Did you actually run and test your code? Be specific about what you tested]]
53
+ - [ ] Functionality has been manually verified by the developer (e.g., running the app locally, checking UI, testing API endpoints).
54
+ - [ ] Edge cases and potential error conditions considered and handled gracefully.
55
+
56
+ 5. **Story Administration:**
57
+
58
+ [[LLM: Documentation helps the next developer. What should they know?]]
59
+ - [ ] All tasks within the story file are marked as complete.
60
+ - [ ] Any clarifications or decisions made during development are documented in the story file or linked appropriately.
61
+ - [ ] The story wrap up section has been completed with notes of changes or information relevant to the next story or overall project, the agent model that was primarily used during development, and the changelog of any changes is properly updated.
62
+
63
+ 6. **Dependencies, Build & Configuration:**
64
+
65
+ [[LLM: Build issues block everyone. Ensure everything compiles and runs cleanly]]
66
+ - [ ] Project builds successfully without errors.
67
+ - [ ] Project linting passes
68
+ - [ ] Any new dependencies added were either pre-approved in the story requirements OR explicitly approved by the user during development (approval documented in story file).
69
+ - [ ] If new dependencies were added, they are recorded in the appropriate project files (e.g., `package.json`, `requirements.txt`) with justification.
70
+ - [ ] No known security vulnerabilities introduced by newly added and approved dependencies.
71
+ - [ ] If new environment variables or configurations were introduced by the story, they are documented and handled securely.
72
+
73
+ 7. **Documentation (If Applicable):**
74
+
75
+ [[LLM: Good documentation prevents future confusion. What needs explaining?]]
76
+ - [ ] Relevant inline code documentation (e.g., JSDoc, TSDoc, Python docstrings) for new public APIs or complex logic is complete.
77
+ - [ ] User-facing documentation updated, if changes impact users.
78
+ - [ ] Technical documentation (e.g., READMEs, system diagrams) updated if significant architectural changes were made.
79
+
80
+ ## Final Confirmation
81
+
82
+ [[LLM: FINAL DOD SUMMARY
83
+
84
+ After completing the checklist:
85
+
86
+ 1. Summarize what was accomplished in this story
87
+ 2. List any items marked as [ ] Not Done with explanations
88
+ 3. Identify any technical debt or follow-up work needed
89
+ 4. Note any challenges or learnings for future stories
90
+ 5. Confirm whether the story is truly ready for review
91
+
92
+ Be honest - it's better to flag issues now than have them discovered later.]]
93
+
94
+ - [ ] I, the Developer Agent, confirm that all applicable items above have been addressed.
@@ -0,0 +1,153 @@
1
+ # Story Draft Checklist
2
+
3
+ The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out.
4
+
5
+ [[LLM: INITIALIZATION INSTRUCTIONS - STORY DRAFT VALIDATION
6
+
7
+ Before proceeding with this checklist, ensure you have access to:
8
+
9
+ 1. The story document being validated (usually in docs/stories/ or provided directly)
10
+ 2. The parent epic context
11
+ 3. Any referenced architecture or design documents
12
+ 4. Previous related stories if this builds on prior work
13
+
14
+ IMPORTANT: This checklist validates individual stories BEFORE implementation begins.
15
+
16
+ VALIDATION PRINCIPLES:
17
+
18
+ 1. Clarity - A developer should understand WHAT to build
19
+ 2. Context - WHY this is being built and how it fits
20
+ 3. Guidance - Key technical decisions and patterns to follow
21
+ 4. Testability - How to verify the implementation works
22
+ 5. Self-Contained - Most info needed is in the story itself
23
+
24
+ REMEMBER: We assume competent developer agents who can:
25
+
26
+ - Research documentation and codebases
27
+ - Make reasonable technical decisions
28
+ - Follow established patterns
29
+ - Ask for clarification when truly stuck
30
+
31
+ We're checking for SUFFICIENT guidance, not exhaustive detail.]]
32
+
33
+ ## 1. GOAL & CONTEXT CLARITY
34
+
35
+ [[LLM: Without clear goals, developers build the wrong thing. Verify:
36
+
37
+ 1. The story states WHAT functionality to implement
38
+ 2. The business value or user benefit is clear
39
+ 3. How this fits into the larger epic/product is explained
40
+ 4. Dependencies are explicit ("requires Story X to be complete")
41
+ 5. Success looks like something specific, not vague]]
42
+
43
+ - [ ] Story goal/purpose is clearly stated
44
+ - [ ] Relationship to epic goals is evident
45
+ - [ ] How the story fits into overall system flow is explained
46
+ - [ ] Dependencies on previous stories are identified (if applicable)
47
+ - [ ] Business context and value are clear
48
+
49
+ ## 2. TECHNICAL IMPLEMENTATION GUIDANCE
50
+
51
+ [[LLM: Developers need enough technical context to start coding. Check:
52
+
53
+ 1. Key files/components to create or modify are mentioned
54
+ 2. Technology choices are specified where non-obvious
55
+ 3. Integration points with existing code are identified
56
+ 4. Data models or API contracts are defined or referenced
57
+ 5. Non-standard patterns or exceptions are called out
58
+
59
+ Note: We don't need every file listed - just the important ones.]]
60
+
61
+ - [ ] Key files to create/modify are identified (not necessarily exhaustive)
62
+ - [ ] Technologies specifically needed for this story are mentioned
63
+ - [ ] Critical APIs or interfaces are sufficiently described
64
+ - [ ] Necessary data models or structures are referenced
65
+ - [ ] Required environment variables are listed (if applicable)
66
+ - [ ] Any exceptions to standard coding patterns are noted
67
+
68
+ ## 3. REFERENCE EFFECTIVENESS
69
+
70
+ [[LLM: References should help, not create a treasure hunt. Ensure:
71
+
72
+ 1. References point to specific sections, not whole documents
73
+ 2. The relevance of each reference is explained
74
+ 3. Critical information is summarized in the story
75
+ 4. References are accessible (not broken links)
76
+ 5. Previous story context is summarized if needed]]
77
+
78
+ - [ ] References to external documents point to specific relevant sections
79
+ - [ ] Critical information from previous stories is summarized (not just referenced)
80
+ - [ ] Context is provided for why references are relevant
81
+ - [ ] References use consistent format (e.g., `docs/filename.md#section`)
82
+
83
+ ## 4. SELF-CONTAINMENT ASSESSMENT
84
+
85
+ [[LLM: Stories should be mostly self-contained to avoid context switching. Verify:
86
+
87
+ 1. Core requirements are in the story, not just in references
88
+ 2. Domain terms are explained or obvious from context
89
+ 3. Assumptions are stated explicitly
90
+ 4. Edge cases are mentioned (even if deferred)
91
+ 5. The story could be understood without reading 10 other documents]]
92
+
93
+ - [ ] Core information needed is included (not overly reliant on external docs)
94
+ - [ ] Implicit assumptions are made explicit
95
+ - [ ] Domain-specific terms or concepts are explained
96
+ - [ ] Edge cases or error scenarios are addressed
97
+
98
+ ## 5. TESTING GUIDANCE
99
+
100
+ [[LLM: Testing ensures the implementation actually works. Check:
101
+
102
+ 1. Test approach is specified (unit, integration, e2e)
103
+ 2. Key test scenarios are listed
104
+ 3. Success criteria are measurable
105
+ 4. Special test considerations are noted
106
+ 5. Acceptance criteria in the story are testable]]
107
+
108
+ - [ ] Required testing approach is outlined
109
+ - [ ] Key test scenarios are identified
110
+ - [ ] Success criteria are defined
111
+ - [ ] Special testing considerations are noted (if applicable)
112
+
113
+ ## VALIDATION RESULT
114
+
115
+ [[LLM: FINAL STORY VALIDATION REPORT
116
+
117
+ Generate a concise validation report:
118
+
119
+ 1. Quick Summary
120
+ - Story readiness: READY / NEEDS REVISION / BLOCKED
121
+ - Clarity score (1-10)
122
+ - Major gaps identified
123
+
124
+ 2. Fill in the validation table with:
125
+ - PASS: Requirements clearly met
126
+ - PARTIAL: Some gaps but workable
127
+ - FAIL: Critical information missing
128
+
129
+ 3. Specific Issues (if any)
130
+ - List concrete problems to fix
131
+ - Suggest specific improvements
132
+ - Identify any blocking dependencies
133
+
134
+ 4. Developer Perspective
135
+ - Could YOU implement this story as written?
136
+ - What questions would you have?
137
+ - What might cause delays or rework?
138
+
139
+ Be pragmatic - perfect documentation doesn't exist, but it must be enough to provide the extreme context a dev agent needs to get the work down and not create a mess.]]
140
+
141
+ | Category | Status | Issues |
142
+ | ------------------------------------ | ------ | ------ |
143
+ | 1. Goal & Context Clarity | _TBD_ | |
144
+ | 2. Technical Implementation Guidance | _TBD_ | |
145
+ | 3. Reference Effectiveness | _TBD_ | |
146
+ | 4. Self-Containment Assessment | _TBD_ | |
147
+ | 5. Testing Guidance | _TBD_ | |
148
+
149
+ **Final Assessment:**
150
+
151
+ - READY: The story provides sufficient context for implementation
152
+ - NEEDS REVISION: The story requires updates (see issues)
153
+ - BLOCKED: External information required (specify what information)