bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.5

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 (162) hide show
  1. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  2. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  3. package/.claude/commands/bmad/bmm/agents/tech-writer.md +82 -0
  4. package/.claude/commands/bmad/bmm/workflows/README.md +1 -1
  5. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  6. package/.claude/commands/bmad/core/workflows/README.md +10 -0
  7. package/.claude/settings.local.json +4 -8
  8. package/CHANGELOG.md +305 -0
  9. package/README.md +88 -39
  10. package/bmad/_cfg/agent-manifest.csv +2 -1
  11. package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
  12. package/bmad/_cfg/files-manifest.csv +40 -62
  13. package/bmad/_cfg/ides/claude-code.yaml +1 -1
  14. package/bmad/_cfg/manifest.yaml +4 -3
  15. package/bmad/_cfg/task-manifest.csv +4 -1
  16. package/bmad/_cfg/tool-manifest.csv +1 -0
  17. package/bmad/_cfg/workflow-manifest.csv +3 -1
  18. package/bmad/bmb/config.yaml +2 -2
  19. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  20. package/bmad/bmm/README.md +79 -120
  21. package/bmad/bmm/README.md.bak +169 -0
  22. package/bmad/bmm/agents/analyst.md.bak +67 -0
  23. package/bmad/bmm/agents/architect.md +0 -1
  24. package/bmad/bmm/agents/architect.md.bak +73 -0
  25. package/bmad/bmm/agents/dev.md.bak +69 -0
  26. package/bmad/bmm/agents/pm.md.bak +76 -0
  27. package/bmad/bmm/agents/sm.md +1 -1
  28. package/bmad/bmm/agents/sm.md.bak +85 -0
  29. package/bmad/bmm/agents/tea.md.bak +72 -0
  30. package/bmad/bmm/agents/tech-writer.md +82 -0
  31. package/bmad/bmm/agents/ux-designer.md.bak +71 -0
  32. package/bmad/bmm/config.yaml +2 -2
  33. package/bmad/bmm/docs/README.md +235 -0
  34. package/bmad/bmm/docs/agents-guide.md +1057 -0
  35. package/bmad/bmm/docs/brownfield-guide.md +471 -972
  36. package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
  37. package/bmad/bmm/docs/faq.md +589 -0
  38. package/bmad/bmm/docs/glossary.md +321 -0
  39. package/bmad/bmm/docs/party-mode.md +224 -0
  40. package/bmad/bmm/docs/quick-spec-flow.md +64 -57
  41. package/bmad/bmm/docs/quick-start.md +72 -47
  42. package/bmad/bmm/docs/scale-adaptive-system.md +332 -778
  43. package/bmad/bmm/docs/troubleshooting.md +680 -0
  44. package/bmad/bmm/{workflows/3-solutioning/architecture/README.md → docs/workflow-architecture-reference.md} +130 -77
  45. package/bmad/bmm/{workflows/document-project/README.md → docs/workflow-document-project-reference.md} +45 -2
  46. package/bmad/bmm/docs/workflows-analysis.md +670 -0
  47. package/bmad/bmm/docs/workflows-implementation.md +1758 -0
  48. package/bmad/bmm/docs/workflows-planning.md +1086 -0
  49. package/bmad/bmm/docs/workflows-solutioning.md +726 -0
  50. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
  52. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  53. package/bmad/bmm/workflows/techdoc/documentation-standards.md +2 -1
  54. package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
  55. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  56. package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
  57. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  58. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  59. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  60. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  61. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  62. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  63. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  64. package/bmad/cis/agents/brainstorming-coach.md.bak +62 -0
  65. package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
  66. package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
  67. package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
  68. package/bmad/cis/agents/storyteller.md.bak +59 -0
  69. package/bmad/cis/config.yaml +2 -2
  70. package/bmad/core/agents/bmad-master.md.bak +15 -13
  71. package/bmad/core/config.yaml +2 -2
  72. package/bmad/core/tasks/workflow.xml +1 -11
  73. package/package.json +1 -1
  74. package/src/core/tasks/workflow.xml +1 -11
  75. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  76. package/src/modules/bmm/README.md +1 -1
  77. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  78. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  79. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  80. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  81. package/src/modules/bmm/docs/README.md +9 -9
  82. package/src/modules/bmm/docs/agents-guide.md +46 -98
  83. package/src/modules/bmm/docs/brownfield-guide.md +211 -90
  84. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  85. package/src/modules/bmm/docs/faq.md +10 -10
  86. package/src/modules/bmm/docs/glossary.md +36 -42
  87. package/src/modules/bmm/docs/party-mode.md +110 -1122
  88. package/src/modules/bmm/docs/quick-spec-flow.md +33 -33
  89. package/src/modules/bmm/docs/quick-start.md +29 -29
  90. package/src/modules/bmm/docs/scale-adaptive-system.md +303 -453
  91. package/src/modules/bmm/docs/troubleshooting.md +1 -1
  92. package/src/modules/bmm/docs/workflows-implementation.md +20 -21
  93. package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
  94. package/src/modules/bmm/tasks/daily-standup.xml +1 -1
  95. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  96. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  97. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  98. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  99. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  100. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  101. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
  102. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  103. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  104. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  105. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  106. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  107. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  108. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  109. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  110. package/src/modules/bmm/workflows/techdoc/documentation-standards.md +1 -1
  111. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  112. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  114. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  115. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  116. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  117. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  118. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  119. package/bmad/bmm/tasks/retrospective.xml +0 -104
  120. package/bmad/bmm/testarch/README.md +0 -311
  121. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  122. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  123. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  124. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  125. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  126. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  127. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  128. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  129. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  130. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  131. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  132. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  133. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  134. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  135. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  136. package/bmad/bmm/workflows/README.md +0 -256
  137. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  138. package/bmad/bmm/workflows/testarch/README.md +0 -26
  139. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  140. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  141. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  142. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  143. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  144. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  145. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  146. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  147. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  148. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  149. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  150. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  151. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  152. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  153. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  154. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  155. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  156. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  157. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  158. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  159. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  160. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  161. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  162. /package/bmad/bmm/agents/{paige.md → paige.md.bak} +0 -0
@@ -1,260 +0,0 @@
1
- # Workflow Status System
2
-
3
- The universal entry point for BMM workflows - answers "what should I do now?" for any agent.
4
-
5
- ## Overview
6
-
7
- The workflow status system provides:
8
-
9
- - **Smart project initialization** - Detects existing work and infers project details
10
- - **Simple status tracking** - Key-value pairs for instant parsing
11
- - **Intelligent routing** - Suggests next actions based on current state
12
- - **Modular workflow paths** - Each project type/level has its own clean definition
13
-
14
- ## Architecture
15
-
16
- ### Core Components
17
-
18
- ```
19
- workflow-status/
20
- ├── workflow.yaml # Main configuration
21
- ├── instructions.md # Status checker (99 lines)
22
- ├── workflow-status-template.yaml # Clean YAML status template
23
- ├── project-levels.yaml # Source of truth for scale definitions
24
- └── paths/ # Modular workflow definitions
25
- ├── greenfield-level-0.yaml through level-4.yaml
26
- ├── brownfield-level-0.yaml through level-4.yaml
27
- └── game-design.yaml
28
- ```
29
-
30
- ### Related Workflow
31
-
32
- ```
33
- workflow-init/
34
- ├── workflow.yaml # Initialization configuration
35
- └── instructions.md # Smart setup (182 lines)
36
- ```
37
-
38
- ## How It Works
39
-
40
- ### For New Projects
41
-
42
- 1. User runs `workflow-status`
43
- 2. System finds no status file
44
- 3. Directs to `workflow-init`
45
- 4. Init workflow:
46
- - Scans for existing work (PRDs, code, etc.)
47
- - Infers project details from what it finds
48
- - Asks minimal questions (name + description)
49
- - Confirms understanding in one step
50
- - Creates status file with workflow path
51
-
52
- ### For Existing Projects
53
-
54
- 1. User runs `workflow-status`
55
- 2. System reads status file
56
- 3. Shows current state and options:
57
- - Continue in-progress work
58
- - Next required step
59
- - Available optional workflows
60
- 4. User picks action
61
-
62
- ## Status File Format
63
-
64
- Clean YAML format with all workflows listed up front:
65
-
66
- ```yaml
67
- # generated: 2025-10-29
68
- # project: MyProject
69
- # project_type: software
70
- # project_level: 2
71
- # field_type: greenfield
72
- # workflow_path: greenfield-level-2.yaml
73
-
74
- workflow_status:
75
- # Phase 1: Analysis
76
- brainstorm-project: optional
77
- research: optional
78
- product-brief: recommended
79
-
80
- # Phase 2: Planning
81
- prd: docs/prd.md
82
- validate-prd: optional
83
- create-design: conditional
84
-
85
- # Phase 3: Solutioning
86
- create-architecture: required
87
- validate-architecture: optional
88
- solutioning-gate-check: required
89
- ```
90
-
91
- **Status Values:**
92
-
93
- - `required` / `optional` / `recommended` / `conditional` - Not yet started
94
- - `{file-path}` - Completed (e.g., `docs/prd.md`)
95
- - `skipped` - Optional workflow that was skipped
96
-
97
- Any agent can instantly parse what they need:
98
-
99
- - Read YAML to see all workflows and their status
100
- - Check which workflows are completed vs pending
101
- - Auto-detect existing work by scanning for output files
102
-
103
- ## Project Levels
104
-
105
- Source of truth: `/src/modules/bmm/README.md` lines 77-85
106
-
107
- - **Level 0**: Single atomic change (1 story)
108
- - **Level 1**: Small feature (1-10 stories)
109
- - **Level 2**: Medium project (5-15 stories)
110
- - **Level 3**: Complex system (12-40 stories)
111
- - **Level 4**: Enterprise scale (40+ stories)
112
-
113
- ## Workflow Paths
114
-
115
- Each combination has its own file:
116
-
117
- - `greenfield-level-X.yaml` - New projects at each level
118
- - `brownfield-level-X.yaml` - Existing codebases at each level
119
- - `game-design.yaml` - Game projects (all levels)
120
-
121
- Benefits:
122
-
123
- - Load only what's needed (60 lines vs 750+)
124
- - Easy to maintain individual paths
125
- - Clear separation of concerns
126
-
127
- ## Smart Detection
128
-
129
- The init workflow intelligently detects:
130
-
131
- **Project Type:**
132
-
133
- - Finds GDD → game
134
- - Otherwise → software
135
-
136
- **Project Level:**
137
-
138
- - Reads PRD epic/story counts
139
- - Analyzes scope descriptions
140
- - Makes educated guess
141
-
142
- **Field Type:**
143
-
144
- - Finds source code → brownfield
145
- - Only planning docs → greenfield
146
- - Checks git history age
147
-
148
- **Documentation Status:**
149
-
150
- - Finds index.md → was undocumented
151
- - Good README → documented
152
- - Missing docs → needs documentation
153
-
154
- ## Usage Examples
155
-
156
- ### Any Agent Checking Status
157
-
158
- ```
159
- Agent: workflow-status
160
- Result: "Current: Phase 2 - Planning, Next: prd (pm agent)"
161
- ```
162
-
163
- ### New Project Setup
164
-
165
- ```
166
- Agent: workflow-status
167
- System: "No status found. Run workflow-init"
168
- Agent: workflow-init
169
- System: "Tell me about your project"
170
- User: "Building a dashboard with user management"
171
- System: "Level 2 greenfield software project. Correct?"
172
- User: "Yes"
173
- System: "Status created! Next: pm agent, run prd"
174
- ```
175
-
176
- ### Smart Inference
177
-
178
- ```
179
- System finds: prd-dashboard.md with 3 epics
180
- System finds: package.json, src/ directory
181
- System infers: Level 2 brownfield software
182
- User confirms or corrects
183
- ```
184
-
185
- ## Philosophy
186
-
187
- **Less Structure, More Intelligence**
188
-
189
- Instead of complex if/else logic:
190
-
191
- - Trust the LLM to analyze and infer
192
- - Use natural language for corrections
193
- - Keep menus simple and contextual
194
- - Let intelligence emerge from the model
195
-
196
- **Result:** A workflow system that feels like talking to a smart assistant, not filling out a form.
197
-
198
- ## Implementation Details
199
-
200
- ### workflow-init (6 Steps)
201
-
202
- 1. **Scan for existing work** - Check for docs, code, git history
203
- 2. **Confirm findings** - Show what was detected (if anything)
204
- 3. **Gather info** - Name, description, confirm type/level/field
205
- 4. **Load path file** - Select appropriate workflow definition
206
- 5. **Generate workflow** - Build from path file
207
- 6. **Create status file** - Save and show next step
208
-
209
- ### workflow-status (4 Steps)
210
-
211
- 1. **Check for status file** - Direct to init if missing
212
- 2. **Parse status** - Extract key-value pairs
213
- 3. **Display options** - Show current, required, optional
214
- 4. **Handle selection** - Execute user's choice
215
-
216
- ## Best Practices
217
-
218
- 1. **Let the AI guess** - It's usually right, user corrects if needed
219
- 2. **One conversation** - Get all info in Step 3 of init
220
- 3. **Simple parsing** - Key-value pairs, not complex structures
221
- 4. **Modular paths** - Each scenario in its own file
222
- 5. **Trust intelligence** - LLM understands context better than rules
223
-
224
- ## Integration
225
-
226
- Other workflows read the status to coordinate:
227
-
228
- - Any workflow can check CURRENT_PHASE
229
- - Workflows can verify prerequisites are complete
230
- - All agents can ask "what should I do?"
231
-
232
- **Phase 4 (Implementation):**
233
-
234
- - workflow-status only tracks sprint-planning completion
235
- - After sprint-planning, all story/epic tracking happens in sprint-status.yaml
236
- - Phase 4 workflows do NOT read/write workflow-status (except sprint-planning for prerequisite verification)
237
-
238
- The workflow-status.yaml file is the single source of truth for Phases 1-3, and sprint-status.yaml takes over for Phase 4 implementation tracking.
239
-
240
- ## Benefits
241
-
242
- ✅ **Smart Detection** - Infers from existing work instead of asking everything
243
- ✅ **Minimal Questions** - Just name and description in most cases
244
- ✅ **Clean Status** - Simple key-value pairs for instant parsing
245
- ✅ **Modular Paths** - 60-line files instead of 750+ line monolith
246
- ✅ **Natural Language** - "Tell me about your project" not "Pick 1-12"
247
- ✅ **Intelligent Menus** - Shows only relevant options
248
- ✅ **Fast Parsing** - Grep instead of complex logic
249
- ✅ **Easy Maintenance** - Change one level without affecting others
250
-
251
- ## Future Enhancements
252
-
253
- - Visual progress indicators
254
- - Time tracking and estimates
255
- - Multi-project support
256
- - Team synchronization
257
-
258
- ---
259
-
260
- **This workflow is the front door to BMad Method. Start here to know what to do next.**
@@ -1,54 +0,0 @@
1
- # Brownfield Level 0 - Single Atomic Change in Existing Codebase
2
- # One change to existing system
3
-
4
- project_type: "software"
5
- level: 0
6
- field_type: "brownfield"
7
- description: "Single atomic change to existing codebase"
8
-
9
- phases:
10
- - prerequisite: true
11
- name: "Documentation"
12
- conditional: "if_undocumented"
13
- note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
14
- workflows:
15
- - id: "document-project"
16
- required: true
17
- agent: "analyst"
18
- command: "document-project"
19
- output: "Comprehensive project documentation"
20
- purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
21
-
22
- - phase: 1
23
- name: "Analysis"
24
- optional: true
25
- workflows:
26
- - id: "brainstorm-project"
27
- optional: true
28
- agent: "analyst"
29
- command: "brainstorm-project"
30
-
31
- - phase: 2
32
- name: "Planning"
33
- required: true
34
- workflows:
35
- - id: "tech-spec"
36
- required: true
37
- agent: "architect"
38
- command: "tech-spec"
39
- output: "Creates single story file"
40
- note: "Must understand existing patterns"
41
-
42
- - phase: 3
43
- name: "Solutioning"
44
- skip: true
45
-
46
- - phase: 4
47
- name: "Implementation"
48
- required: true
49
- workflows:
50
- - id: "sprint-planning"
51
- required: true
52
- agent: "sm"
53
- command: "sprint-planning"
54
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
@@ -1,76 +0,0 @@
1
- # Brownfield Level 2 - Medium Project in Existing Codebase
2
- # 5-15 stories, multiple features added to existing system
3
-
4
- project_type: "software"
5
- level: 2
6
- field_type: "brownfield"
7
- description: "Medium project adding multiple features to existing codebase"
8
-
9
- phases:
10
- - prerequisite: true
11
- name: "Documentation"
12
- conditional: "if_undocumented"
13
- note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
14
- workflows:
15
- - id: "document-project"
16
- required: true
17
- agent: "analyst"
18
- command: "document-project"
19
- output: "Comprehensive project documentation"
20
- purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
21
-
22
- - phase: 1
23
- name: "Analysis"
24
- optional: true
25
- workflows:
26
- - id: "brainstorm-project"
27
- optional: true
28
- agent: "analyst"
29
- command: "brainstorm-project"
30
- - id: "research"
31
- optional: true
32
- agent: "analyst"
33
- command: "research"
34
- - id: "product-brief"
35
- optional: true
36
- agent: "analyst"
37
- command: "product-brief"
38
-
39
- - phase: 2
40
- name: "Planning"
41
- required: true
42
- workflows:
43
- - id: "prd"
44
- recommended: true
45
- agent: "pm"
46
- command: "prd"
47
- output: "Focused PRD for new features"
48
- note: "Must consider existing system constraints"
49
- - id: "validate-prd"
50
- optional: true
51
- agent: "pm"
52
- command: "validate-prd"
53
- - id: "tech-spec"
54
- required: true
55
- agent: "pm"
56
- command: "tech-spec"
57
- output: "Creates spec with multiple story files"
58
- note: "Integrate with existing patterns"
59
- - id: "create-design"
60
- conditional: "if_has_ui"
61
- agent: "ux-designer"
62
- command: "create-design"
63
-
64
- - phase: 3
65
- name: "Solutioning"
66
- skip: true
67
-
68
- - phase: 4
69
- name: "Implementation"
70
- required: true
71
- workflows:
72
- - id: "sprint-planning"
73
- required: true
74
- agent: "sm"
75
- command: "sprint-planning"
76
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
@@ -1,88 +0,0 @@
1
- # Brownfield Level 4 - Enterprise Scale Changes to Existing System
2
- # 40+ stories, major expansion of existing enterprise system
3
-
4
- project_type: "software"
5
- level: 4
6
- field_type: "brownfield"
7
- description: "Enterprise scale expansion of existing system"
8
-
9
- phases:
10
- - prerequisite: true
11
- name: "Documentation"
12
- conditional: "if_undocumented"
13
- note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup. Critical for enterprise-scale changes"
14
- workflows:
15
- - id: "document-project"
16
- required: true
17
- agent: "analyst"
18
- command: "document-project"
19
- output: "Comprehensive project documentation"
20
- purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
21
-
22
- - phase: 1
23
- name: "Analysis"
24
- required: true
25
- workflows:
26
- - id: "brainstorm-project"
27
- recommended: true
28
- agent: "analyst"
29
- command: "brainstorm-project"
30
- - id: "research"
31
- required: true
32
- agent: "analyst"
33
- command: "research"
34
- note: "Research existing system architecture deeply"
35
- - id: "product-brief"
36
- required: true
37
- agent: "analyst"
38
- command: "product-brief"
39
- note: "Strategic brief for major expansion"
40
-
41
- - phase: 2
42
- name: "Planning"
43
- required: true
44
- workflows:
45
- - id: "prd"
46
- required: true
47
- agent: "pm"
48
- command: "prd"
49
- output: "Comprehensive PRD considering existing system"
50
- - id: "validate-prd"
51
- optional: true
52
- agent: "pm"
53
- command: "validate-prd"
54
- - id: "create-design"
55
- required: true
56
- agent: "ux-designer"
57
- command: "create-design"
58
- note: "Multiple UI/UX specifications"
59
-
60
- - phase: 3
61
- name: "Solutioning"
62
- required: true
63
- workflows:
64
- - id: "create-architecture"
65
- required: true
66
- agent: "architect"
67
- command: "create-architecture"
68
- output: "Architecture for system expansion"
69
- note: "Must maintain backward compatibility"
70
- - id: "validate-architecture"
71
- optional: true
72
- agent: "architect"
73
- command: "validate-architecture"
74
- - id: "solutioning-gate-check"
75
- required: true
76
- agent: "architect"
77
- command: "solutioning-gate-check"
78
- note: "Critical validation before major changes"
79
-
80
- - phase: 4
81
- name: "Implementation"
82
- required: true
83
- workflows:
84
- - id: "sprint-planning"
85
- required: true
86
- agent: "sm"
87
- command: "sprint-planning"
88
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
@@ -1,45 +0,0 @@
1
- # Greenfield Level 0 - Single Atomic Change
2
- # The simplest possible workflow - one change, one story
3
-
4
- project_type: "software"
5
- level: 0
6
- field_type: "greenfield"
7
- description: "Single atomic change - bug fix, tiny feature, one story"
8
-
9
- phases:
10
- - phase: 1
11
- name: "Analysis"
12
- optional: true
13
- workflows:
14
- - id: "brainstorm-project"
15
- optional: true
16
- agent: "analyst"
17
- command: "brainstorm-project"
18
- - id: "product-brief"
19
- optional: true
20
- agent: "analyst"
21
- command: "product-brief"
22
-
23
- - phase: 2
24
- name: "Planning"
25
- required: true
26
- workflows:
27
- - id: "tech-spec"
28
- required: true
29
- agent: "pm"
30
- command: "tech-spec"
31
- output: "Creates Technical Specification with single story file"
32
-
33
- - phase: 3
34
- name: "Solutioning"
35
- skip: true
36
-
37
- - phase: 4
38
- name: "Implementation"
39
- required: true
40
- workflows:
41
- - id: "sprint-planning"
42
- required: true
43
- agent: "sm"
44
- command: "sprint-planning"
45
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
@@ -1,73 +0,0 @@
1
- # Greenfield Level 3 - Complex System
2
- # Subsystems, integrations, architectural decisions required
3
-
4
- project_type: "software"
5
- level: 3
6
- field_type: "greenfield"
7
- description: "Complex system - subsystems, integrations, architectural decisions"
8
-
9
- phases:
10
- - phase: 1
11
- name: "Analysis"
12
- optional: true
13
- workflows:
14
- - id: "brainstorm-project"
15
- optional: true
16
- agent: "analyst"
17
- command: "brainstorm-project"
18
- - id: "research"
19
- optional: true
20
- agent: "analyst"
21
- command: "research"
22
- note: "Multiple research areas likely"
23
- - id: "product-brief"
24
- recommended: true
25
- agent: "analyst"
26
- command: "product-brief"
27
-
28
- - phase: 2
29
- name: "Planning"
30
- required: true
31
- workflows:
32
- - id: "prd"
33
- required: true
34
- agent: "pm"
35
- command: "prd"
36
- output: "High-level requirements and epic definitions"
37
- - id: "validate-prd"
38
- optional: true
39
- agent: "pm"
40
- command: "validate-prd"
41
- - id: "create-design"
42
- conditional: "if_has_ui"
43
- agent: "ux-designer"
44
- command: "create-design"
45
-
46
- - phase: 3
47
- name: "Solutioning"
48
- required: true
49
- workflows:
50
- - id: "create-architecture"
51
- required: true
52
- agent: "architect"
53
- command: "create-architecture"
54
- output: "System-wide architecture document"
55
- - id: "validate-architecture"
56
- optional: true
57
- agent: "architect"
58
- command: "validate-architecture"
59
- - id: "solutioning-gate-check"
60
- recommended: true
61
- agent: "architect"
62
- command: "solutioning-gate-check"
63
- note: "Validate PRD + UX + architecture cohesion before implementation"
64
-
65
- - phase: 4
66
- name: "Implementation"
67
- required: true
68
- workflows:
69
- - id: "sprint-planning"
70
- required: true
71
- agent: "sm"
72
- command: "sprint-planning"
73
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
@@ -1,75 +0,0 @@
1
- # Greenfield Level 4 - Enterprise Scale
2
- # Multiple products, enterprise architecture, 40+ stories
3
-
4
- project_type: "software"
5
- level: 4
6
- field_type: "greenfield"
7
- description: "Enterprise scale - multiple products, enterprise architecture"
8
-
9
- phases:
10
- - phase: 1
11
- name: "Analysis"
12
- required: true
13
- workflows:
14
- - id: "brainstorm-project"
15
- recommended: true
16
- agent: "analyst"
17
- command: "brainstorm-project"
18
- - id: "research"
19
- required: false
20
- agent: "analyst"
21
- command: "research"
22
- note: "Extensive research across multiple domains"
23
- - id: "product-brief"
24
- required: true
25
- agent: "analyst"
26
- command: "product-brief"
27
- note: "Strategic brief for enterprise scope"
28
-
29
- - phase: 2
30
- name: "Planning"
31
- required: true
32
- workflows:
33
- - id: "prd"
34
- required: true
35
- agent: "pm"
36
- command: "prd"
37
- output: "Comprehensive product requirements document"
38
- - id: "validate-prd"
39
- optional: true
40
- agent: "pm"
41
- command: "validate-prd"
42
- - id: "create-design"
43
- required: true
44
- agent: "ux-designer"
45
- command: "create-design"
46
- note: "Multiple UI/UX specifications needed"
47
-
48
- - phase: 3
49
- name: "Solutioning"
50
- required: true
51
- workflows:
52
- - id: "create-architecture"
53
- required: true
54
- agent: "architect"
55
- command: "create-architecture"
56
- output: "Enterprise architecture documentation"
57
- - id: "validate-architecture"
58
- optional: true
59
- agent: "architect"
60
- command: "validate-architecture"
61
- - id: "solutioning-gate-check"
62
- required: true
63
- agent: "architect"
64
- command: "solutioning-gate-check"
65
- note: "Validate PRD + UX + architecture cohesion before implementation"
66
-
67
- - phase: 4
68
- name: "Implementation"
69
- required: true
70
- workflows:
71
- - id: "sprint-planning"
72
- required: true
73
- agent: "sm"
74
- command: "sprint-planning"
75
- note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"