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

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 (225) hide show
  1. package/.claude/agents/bmad-analysis/api-documenter.md +102 -0
  2. package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
  3. package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
  4. package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
  5. package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
  6. package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
  7. package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
  8. package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
  9. package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
  10. package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
  11. package/.claude/agents/bmad-planning/user-researcher.md +72 -0
  12. package/.claude/agents/bmad-research/market-researcher.md +51 -0
  13. package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
  14. package/.claude/agents/bmad-review/document-reviewer.md +102 -0
  15. package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
  16. package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
  17. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  18. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  19. package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  20. package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
  21. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  22. package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
  23. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
  24. package/.claude/settings.local.json +3 -8
  25. package/CHANGELOG.md +305 -0
  26. package/CONTRIBUTING.md +1 -13
  27. package/README.md +88 -39
  28. package/bmad/_cfg/agent-manifest.csv +1 -6
  29. package/bmad/_cfg/files-manifest.csv +40 -114
  30. package/bmad/_cfg/ides/claude-code.yaml +4 -3
  31. package/bmad/_cfg/manifest.yaml +3 -4
  32. package/bmad/_cfg/task-manifest.csv +0 -1
  33. package/bmad/_cfg/workflow-manifest.csv +3 -7
  34. package/bmad/bmb/config.yaml +2 -2
  35. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  36. package/bmad/bmm/README.md +79 -120
  37. package/bmad/bmm/agents/architect.md +0 -1
  38. package/bmad/bmm/agents/sm.md +1 -1
  39. package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  40. package/bmad/bmm/config.yaml +4 -3
  41. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  42. package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  43. package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  44. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  45. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  46. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  47. package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  48. package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
  49. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  50. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  52. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  53. package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  54. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  55. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  56. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  57. package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
  58. package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  59. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  60. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  61. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  62. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  63. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  64. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  65. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  66. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  67. package/bmad/core/config.yaml +2 -2
  68. package/bmad/core/tasks/workflow.xml +1 -11
  69. package/package.json +1 -1
  70. package/src/core/tasks/workflow.xml +1 -11
  71. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  72. package/src/modules/bmm/README.md +1 -1
  73. package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
  74. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  75. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  76. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  77. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  78. package/src/modules/bmm/docs/README.md +19 -18
  79. package/src/modules/bmm/docs/agents-guide.md +47 -99
  80. package/src/modules/bmm/docs/brownfield-guide.md +216 -96
  81. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  82. package/src/modules/bmm/docs/faq.md +16 -16
  83. package/src/modules/bmm/docs/glossary.md +44 -50
  84. package/src/modules/bmm/docs/party-mode.md +110 -1122
  85. package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
  86. package/src/modules/bmm/docs/quick-start.md +34 -34
  87. package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
  88. package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
  89. package/src/modules/bmm/docs/troubleshooting.md +7 -7
  90. package/src/modules/bmm/docs/workflows-analysis.md +64 -28
  91. package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
  92. package/src/modules/bmm/docs/workflows-planning.md +74 -35
  93. package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
  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 +25 -2
  111. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  112. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  114. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  115. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  116. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  117. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  118. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  119. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  120. package/tools/cli/installers/lib/core/config-collector.js +39 -11
  121. package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
  122. package/tools/cli/installers/lib/core/installer.js +20 -9
  123. package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
  124. package/tools/cli/installers/lib/core/manifest.js +6 -2
  125. package/tools/cli/installers/lib/modules/manager.js +6 -0
  126. package/tools/cli/lib/config.js +3 -1
  127. package/tools/cli/lib/ui.js +5 -5
  128. package/tools/cli/lib/yaml-format.js +2 -1
  129. package/tools/schema/agent.js +2 -0
  130. package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
  131. package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
  132. package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
  133. package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
  134. package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
  135. package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
  136. package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
  137. package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
  138. package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
  139. package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
  140. package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
  141. package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
  142. package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
  143. package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
  144. package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
  145. package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
  146. package/bmad/bmm/docs/brownfield-guide.md +0 -1260
  147. package/bmad/bmm/docs/quick-spec-flow.md +0 -645
  148. package/bmad/bmm/docs/quick-start.md +0 -341
  149. package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
  150. package/bmad/bmm/tasks/retrospective.xml +0 -104
  151. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  152. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  153. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  154. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  155. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  156. package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
  157. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  158. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  159. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  160. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  161. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  162. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  163. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  164. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  165. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  166. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  167. package/bmad/bmm/workflows/README.md +0 -256
  168. package/bmad/bmm/workflows/document-project/README.md +0 -444
  169. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  170. package/bmad/bmm/workflows/testarch/README.md +0 -26
  171. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  172. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  173. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  174. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  175. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  176. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  177. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  178. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  179. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  180. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  181. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  182. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  183. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  184. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  185. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  186. package/bmad/cis/README.md +0 -153
  187. package/bmad/cis/agents/README.md +0 -104
  188. package/bmad/cis/agents/brainstorming-coach.md +0 -62
  189. package/bmad/cis/agents/creative-problem-solver.md +0 -62
  190. package/bmad/cis/agents/design-thinking-coach.md +0 -62
  191. package/bmad/cis/agents/innovation-strategist.md +0 -62
  192. package/bmad/cis/agents/storyteller.md +0 -59
  193. package/bmad/cis/config.yaml +0 -10
  194. package/bmad/cis/teams/creative-squad.yaml +0 -6
  195. package/bmad/cis/workflows/README.md +0 -139
  196. package/bmad/cis/workflows/design-thinking/README.md +0 -56
  197. package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
  198. package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
  199. package/bmad/cis/workflows/design-thinking/template.md +0 -111
  200. package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
  201. package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
  202. package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
  203. package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
  204. package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
  205. package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
  206. package/bmad/cis/workflows/problem-solving/README.md +0 -56
  207. package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
  208. package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
  209. package/bmad/cis/workflows/problem-solving/template.md +0 -165
  210. package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
  211. package/bmad/cis/workflows/storytelling/README.md +0 -58
  212. package/bmad/cis/workflows/storytelling/instructions.md +0 -291
  213. package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
  214. package/bmad/cis/workflows/storytelling/template.md +0 -113
  215. package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
  216. package/bmad/core/agents/bmad-master.md.bak +0 -69
  217. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  218. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  219. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  220. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  221. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  222. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  223. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  224. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  225. /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +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"