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,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"
File without changes