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.
- package/.claude/agents/bmad-analysis/api-documenter.md +102 -0
- package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
- package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
- package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
- package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
- package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
- package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
- package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
- package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
- package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
- package/.claude/agents/bmad-planning/user-researcher.md +72 -0
- package/.claude/agents/bmad-research/market-researcher.md +51 -0
- package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
- package/.claude/agents/bmad-review/document-reviewer.md +102 -0
- package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
- package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
- package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
- package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
- package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
- package/.claude/settings.local.json +3 -8
- package/CHANGELOG.md +305 -0
- package/CONTRIBUTING.md +1 -13
- package/README.md +88 -39
- package/bmad/_cfg/agent-manifest.csv +1 -6
- package/bmad/_cfg/files-manifest.csv +40 -114
- package/bmad/_cfg/ides/claude-code.yaml +4 -3
- package/bmad/_cfg/manifest.yaml +3 -4
- package/bmad/_cfg/task-manifest.csv +0 -1
- package/bmad/_cfg/workflow-manifest.csv +3 -7
- package/bmad/bmb/config.yaml +2 -2
- package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/bmad/bmm/README.md +79 -120
- package/bmad/bmm/agents/architect.md +0 -1
- package/bmad/bmm/agents/sm.md +1 -1
- package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/bmad/bmm/config.yaml +4 -3
- package/bmad/bmm/tasks/daily-standup.xml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
- package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/bmad/core/config.yaml +2 -2
- package/bmad/core/tasks/workflow.xml +1 -11
- package/package.json +1 -1
- package/src/core/tasks/workflow.xml +1 -11
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/src/modules/bmm/README.md +1 -1
- package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
- package/src/modules/bmm/agents/architect.agent.yaml +0 -4
- package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
- package/src/modules/bmm/agents/sm.agent.yaml +1 -1
- package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
- package/src/modules/bmm/docs/README.md +19 -18
- package/src/modules/bmm/docs/agents-guide.md +47 -99
- package/src/modules/bmm/docs/brownfield-guide.md +216 -96
- package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
- package/src/modules/bmm/docs/faq.md +16 -16
- package/src/modules/bmm/docs/glossary.md +44 -50
- package/src/modules/bmm/docs/party-mode.md +110 -1122
- package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
- package/src/modules/bmm/docs/quick-start.md +34 -34
- package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
- package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
- package/src/modules/bmm/docs/troubleshooting.md +7 -7
- package/src/modules/bmm/docs/workflows-analysis.md +64 -28
- package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
- package/src/modules/bmm/docs/workflows-planning.md +74 -35
- package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
- package/src/modules/bmm/tasks/daily-standup.xml +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/techdoc/documentation-standards.md +25 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/tools/cli/installers/lib/core/config-collector.js +39 -11
- package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
- package/tools/cli/installers/lib/core/installer.js +20 -9
- package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
- package/tools/cli/installers/lib/core/manifest.js +6 -2
- package/tools/cli/installers/lib/modules/manager.js +6 -0
- package/tools/cli/lib/config.js +3 -1
- package/tools/cli/lib/ui.js +5 -5
- package/tools/cli/lib/yaml-format.js +2 -1
- package/tools/schema/agent.js +2 -0
- package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
- package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
- package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
- package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
- package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
- package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
- package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
- package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
- package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
- package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
- package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
- package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
- package/bmad/bmm/docs/brownfield-guide.md +0 -1260
- package/bmad/bmm/docs/quick-spec-flow.md +0 -645
- package/bmad/bmm/docs/quick-start.md +0 -341
- package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
- package/bmad/bmm/tasks/retrospective.xml +0 -104
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
- package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
- package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
- package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
- package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
- package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
- package/bmad/bmm/workflows/4-implementation/README.md +0 -221
- package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
- package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
- package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
- package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
- package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
- package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
- package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
- package/bmad/bmm/workflows/README.md +0 -256
- package/bmad/bmm/workflows/document-project/README.md +0 -444
- package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
- package/bmad/bmm/workflows/testarch/README.md +0 -26
- package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
- package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
- package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
- package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
- package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
- package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
- package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
- package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
- package/bmad/bmm/workflows/workflow-status/README.md +0 -260
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- package/bmad/cis/README.md +0 -153
- package/bmad/cis/agents/README.md +0 -104
- package/bmad/cis/agents/brainstorming-coach.md +0 -62
- package/bmad/cis/agents/creative-problem-solver.md +0 -62
- package/bmad/cis/agents/design-thinking-coach.md +0 -62
- package/bmad/cis/agents/innovation-strategist.md +0 -62
- package/bmad/cis/agents/storyteller.md +0 -59
- package/bmad/cis/config.yaml +0 -10
- package/bmad/cis/teams/creative-squad.yaml +0 -6
- package/bmad/cis/workflows/README.md +0 -139
- package/bmad/cis/workflows/design-thinking/README.md +0 -56
- package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
- package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
- package/bmad/cis/workflows/design-thinking/template.md +0 -111
- package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
- package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
- package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
- package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
- package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
- package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
- package/bmad/cis/workflows/problem-solving/README.md +0 -56
- package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
- package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
- package/bmad/cis/workflows/problem-solving/template.md +0 -165
- package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
- package/bmad/cis/workflows/storytelling/README.md +0 -58
- package/bmad/cis/workflows/storytelling/instructions.md +0 -291
- package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
- package/bmad/cis/workflows/storytelling/template.md +0 -113
- package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
- package/bmad/core/agents/bmad-master.md.bak +0 -69
- package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
- package/src/modules/bmm/docs/workflows-testing.md +0 -1572
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +0 -0
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
# BMad Enterprise Method - Brownfield
|
|
2
|
+
# Extended enterprise planning for complex brownfield with security/devops/test (30+ stories typically)
|
|
3
|
+
|
|
4
|
+
method_name: "BMad Enterprise Method"
|
|
5
|
+
track: "enterprise"
|
|
6
|
+
field_type: "brownfield"
|
|
7
|
+
description: "Enterprise-grade planning for complex brownfield additions with extended requirements"
|
|
8
|
+
|
|
9
|
+
phases:
|
|
10
|
+
- prerequisite: true
|
|
11
|
+
name: "Documentation"
|
|
12
|
+
conditional: "if_undocumented"
|
|
13
|
+
note: "NOT a phase - prerequisite for brownfield without docs (nearly mandatory for enterprise)"
|
|
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 - critical for enterprise brownfield"
|
|
21
|
+
|
|
22
|
+
- phase: 0
|
|
23
|
+
name: "Discovery (Required)"
|
|
24
|
+
required: true
|
|
25
|
+
note: "Analysis phase required for enterprise projects"
|
|
26
|
+
workflows:
|
|
27
|
+
- id: "brainstorm-project"
|
|
28
|
+
optional: true
|
|
29
|
+
agent: "analyst"
|
|
30
|
+
command: "brainstorm-project"
|
|
31
|
+
included_by: "user_choice"
|
|
32
|
+
|
|
33
|
+
- id: "research"
|
|
34
|
+
recommended: true
|
|
35
|
+
agent: "analyst"
|
|
36
|
+
command: "research"
|
|
37
|
+
included_by: "user_choice"
|
|
38
|
+
note: "Highly recommended - compliance, integration, risk research"
|
|
39
|
+
|
|
40
|
+
- id: "product-brief"
|
|
41
|
+
optional: true
|
|
42
|
+
agent: "analyst"
|
|
43
|
+
command: "product-brief"
|
|
44
|
+
included_by: "user_choice"
|
|
45
|
+
note: "Optional for brownfield enterprise"
|
|
46
|
+
|
|
47
|
+
- phase: 1
|
|
48
|
+
name: "Planning"
|
|
49
|
+
required: true
|
|
50
|
+
workflows:
|
|
51
|
+
- id: "prd"
|
|
52
|
+
required: true
|
|
53
|
+
agent: "pm"
|
|
54
|
+
command: "prd"
|
|
55
|
+
output: "Enterprise PRD with compliance requirements"
|
|
56
|
+
note: "Must address existing system constraints and migration strategy"
|
|
57
|
+
|
|
58
|
+
- id: "validate-prd"
|
|
59
|
+
recommended: true
|
|
60
|
+
agent: "pm"
|
|
61
|
+
command: "validate-prd"
|
|
62
|
+
|
|
63
|
+
- id: "create-design"
|
|
64
|
+
recommended: true
|
|
65
|
+
agent: "ux-designer"
|
|
66
|
+
command: "create-design"
|
|
67
|
+
note: "Recommended - must integrate with existing UX patterns"
|
|
68
|
+
|
|
69
|
+
- phase: 2
|
|
70
|
+
name: "Solutioning"
|
|
71
|
+
required: true
|
|
72
|
+
workflows:
|
|
73
|
+
- id: "create-architecture"
|
|
74
|
+
required: true
|
|
75
|
+
agent: "architect"
|
|
76
|
+
command: "create-architecture"
|
|
77
|
+
output: "Integration architecture with enterprise considerations"
|
|
78
|
+
note: "Distills brownfield context + adds security/scalability/compliance design"
|
|
79
|
+
|
|
80
|
+
- id: "create-security-architecture"
|
|
81
|
+
required: true
|
|
82
|
+
agent: "architect"
|
|
83
|
+
command: "create-security-architecture"
|
|
84
|
+
output: "Security architecture for brownfield integration"
|
|
85
|
+
note: "Future workflow - threat model, auth integration, audit requirements"
|
|
86
|
+
|
|
87
|
+
- id: "create-devops-strategy"
|
|
88
|
+
required: true
|
|
89
|
+
agent: "architect"
|
|
90
|
+
command: "create-devops-strategy"
|
|
91
|
+
output: "DevOps strategy for brownfield deployment"
|
|
92
|
+
note: "Future workflow - CI/CD integration, deployment strategy, monitoring"
|
|
93
|
+
|
|
94
|
+
- id: "create-test-strategy"
|
|
95
|
+
required: true
|
|
96
|
+
agent: "tea"
|
|
97
|
+
command: "create-test-strategy"
|
|
98
|
+
output: "Test strategy including regression testing"
|
|
99
|
+
note: "Future workflow - critical for brownfield to prevent breaking existing functionality"
|
|
100
|
+
|
|
101
|
+
- id: "validate-architecture"
|
|
102
|
+
optional: true
|
|
103
|
+
agent: "architect"
|
|
104
|
+
command: "validate-architecture"
|
|
105
|
+
|
|
106
|
+
- id: "solutioning-gate-check"
|
|
107
|
+
required: true
|
|
108
|
+
agent: "architect"
|
|
109
|
+
command: "solutioning-gate-check"
|
|
110
|
+
note: "Critical gate - validates all planning before touching production system"
|
|
111
|
+
|
|
112
|
+
- phase: 3
|
|
113
|
+
name: "Implementation"
|
|
114
|
+
required: true
|
|
115
|
+
workflows:
|
|
116
|
+
- id: "sprint-planning"
|
|
117
|
+
required: true
|
|
118
|
+
agent: "sm"
|
|
119
|
+
command: "sprint-planning"
|
|
120
|
+
note: "Enterprise brownfield requires careful phasing and feature flags"
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
# BMad Enterprise Method - Greenfield
|
|
2
|
+
# Extended enterprise planning with security/devops/test for greenfield (30+ stories typically)
|
|
3
|
+
|
|
4
|
+
method_name: "BMad Enterprise Method"
|
|
5
|
+
track: "enterprise"
|
|
6
|
+
field_type: "greenfield"
|
|
7
|
+
description: "Complete enterprise-grade planning with security, devops, and test strategy"
|
|
8
|
+
|
|
9
|
+
phases:
|
|
10
|
+
- phase: 0
|
|
11
|
+
name: "Discovery (Required)"
|
|
12
|
+
required: true
|
|
13
|
+
note: "Analysis phase required for enterprise projects"
|
|
14
|
+
workflows:
|
|
15
|
+
- id: "brainstorm-project"
|
|
16
|
+
optional: true
|
|
17
|
+
agent: "analyst"
|
|
18
|
+
command: "brainstorm-project"
|
|
19
|
+
included_by: "user_choice"
|
|
20
|
+
|
|
21
|
+
- id: "research"
|
|
22
|
+
recommended: true
|
|
23
|
+
agent: "analyst"
|
|
24
|
+
command: "research"
|
|
25
|
+
included_by: "user_choice"
|
|
26
|
+
note: "Highly recommended for enterprise - domain and compliance research"
|
|
27
|
+
|
|
28
|
+
- id: "product-brief"
|
|
29
|
+
recommended: true
|
|
30
|
+
agent: "analyst"
|
|
31
|
+
command: "product-brief"
|
|
32
|
+
included_by: "user_choice"
|
|
33
|
+
note: "Recommended for strategic alignment"
|
|
34
|
+
|
|
35
|
+
- phase: 1
|
|
36
|
+
name: "Planning"
|
|
37
|
+
required: true
|
|
38
|
+
workflows:
|
|
39
|
+
- id: "prd"
|
|
40
|
+
required: true
|
|
41
|
+
agent: "pm"
|
|
42
|
+
command: "prd"
|
|
43
|
+
output: "Comprehensive Product Requirements Document"
|
|
44
|
+
note: "Enterprise-level requirements with compliance considerations"
|
|
45
|
+
|
|
46
|
+
- id: "validate-prd"
|
|
47
|
+
recommended: true
|
|
48
|
+
agent: "pm"
|
|
49
|
+
command: "validate-prd"
|
|
50
|
+
|
|
51
|
+
- id: "create-design"
|
|
52
|
+
recommended: true
|
|
53
|
+
agent: "ux-designer"
|
|
54
|
+
command: "create-design"
|
|
55
|
+
note: "Highly recommended for enterprise - design system and patterns"
|
|
56
|
+
|
|
57
|
+
- phase: 2
|
|
58
|
+
name: "Solutioning"
|
|
59
|
+
required: true
|
|
60
|
+
workflows:
|
|
61
|
+
- id: "create-architecture"
|
|
62
|
+
required: true
|
|
63
|
+
agent: "architect"
|
|
64
|
+
command: "create-architecture"
|
|
65
|
+
output: "Enterprise-grade system architecture"
|
|
66
|
+
note: "Includes scalability, multi-tenancy, integration architecture"
|
|
67
|
+
|
|
68
|
+
- id: "create-security-architecture"
|
|
69
|
+
required: true
|
|
70
|
+
agent: "architect"
|
|
71
|
+
command: "create-security-architecture"
|
|
72
|
+
output: "Security architecture and threat model"
|
|
73
|
+
note: "Future workflow - security design, auth, compliance"
|
|
74
|
+
|
|
75
|
+
- id: "create-devops-strategy"
|
|
76
|
+
required: true
|
|
77
|
+
agent: "architect"
|
|
78
|
+
command: "create-devops-strategy"
|
|
79
|
+
output: "DevOps pipeline and infrastructure plan"
|
|
80
|
+
note: "Future workflow - CI/CD, deployment, monitoring"
|
|
81
|
+
|
|
82
|
+
- id: "create-test-strategy"
|
|
83
|
+
required: true
|
|
84
|
+
agent: "tea"
|
|
85
|
+
command: "create-test-strategy"
|
|
86
|
+
output: "Comprehensive test strategy"
|
|
87
|
+
note: "Future workflow - test approach, automation, quality gates"
|
|
88
|
+
|
|
89
|
+
- id: "validate-architecture"
|
|
90
|
+
optional: true
|
|
91
|
+
agent: "architect"
|
|
92
|
+
command: "validate-architecture"
|
|
93
|
+
|
|
94
|
+
- id: "solutioning-gate-check"
|
|
95
|
+
required: true
|
|
96
|
+
agent: "architect"
|
|
97
|
+
command: "solutioning-gate-check"
|
|
98
|
+
note: "Validates all planning artifacts align before implementation"
|
|
99
|
+
|
|
100
|
+
- phase: 3
|
|
101
|
+
name: "Implementation"
|
|
102
|
+
required: true
|
|
103
|
+
workflows:
|
|
104
|
+
- id: "sprint-planning"
|
|
105
|
+
required: true
|
|
106
|
+
agent: "sm"
|
|
107
|
+
command: "sprint-planning"
|
|
108
|
+
note: "Creates sprint plan - enterprise projects may require phased rollout"
|
|
@@ -1,43 +1,49 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# BMad Method - Brownfield
|
|
2
|
+
# Full product + architecture planning for complex brownfield additions (10-50+ stories typically)
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
method_name: "BMad Method"
|
|
5
|
+
track: "method"
|
|
6
6
|
field_type: "brownfield"
|
|
7
|
-
description: "
|
|
7
|
+
description: "Complete product and system design for complex brownfield work"
|
|
8
8
|
|
|
9
9
|
phases:
|
|
10
10
|
- prerequisite: true
|
|
11
11
|
name: "Documentation"
|
|
12
12
|
conditional: "if_undocumented"
|
|
13
|
-
note: "NOT a phase - prerequisite for brownfield without docs
|
|
13
|
+
note: "NOT a phase - prerequisite for brownfield without docs"
|
|
14
14
|
workflows:
|
|
15
15
|
- id: "document-project"
|
|
16
16
|
required: true
|
|
17
17
|
agent: "analyst"
|
|
18
18
|
command: "document-project"
|
|
19
19
|
output: "Comprehensive project documentation"
|
|
20
|
-
purpose: "Understand existing codebase before planning
|
|
20
|
+
purpose: "Understand existing codebase before planning"
|
|
21
21
|
|
|
22
|
-
- phase:
|
|
23
|
-
name: "
|
|
24
|
-
|
|
22
|
+
- phase: 0
|
|
23
|
+
name: "Discovery (Optional)"
|
|
24
|
+
optional: true
|
|
25
|
+
note: "User-selected during workflow-init"
|
|
25
26
|
workflows:
|
|
26
27
|
- id: "brainstorm-project"
|
|
27
28
|
optional: true
|
|
28
29
|
agent: "analyst"
|
|
29
30
|
command: "brainstorm-project"
|
|
31
|
+
included_by: "user_choice"
|
|
32
|
+
|
|
30
33
|
- id: "research"
|
|
31
|
-
|
|
34
|
+
optional: true
|
|
32
35
|
agent: "analyst"
|
|
33
36
|
command: "research"
|
|
34
|
-
|
|
37
|
+
included_by: "user_choice"
|
|
38
|
+
|
|
35
39
|
- id: "product-brief"
|
|
36
|
-
|
|
40
|
+
optional: true
|
|
37
41
|
agent: "analyst"
|
|
38
42
|
command: "product-brief"
|
|
43
|
+
included_by: "user_choice"
|
|
44
|
+
note: "Optional for brownfield, less common than greenfield"
|
|
39
45
|
|
|
40
|
-
- phase:
|
|
46
|
+
- phase: 1
|
|
41
47
|
name: "Planning"
|
|
42
48
|
required: true
|
|
43
49
|
workflows:
|
|
@@ -45,46 +51,42 @@ phases:
|
|
|
45
51
|
required: true
|
|
46
52
|
agent: "pm"
|
|
47
53
|
command: "prd"
|
|
48
|
-
output: "
|
|
54
|
+
output: "PRD focused on new features/changes"
|
|
55
|
+
note: "Must consider existing system constraints"
|
|
56
|
+
|
|
49
57
|
- id: "validate-prd"
|
|
50
58
|
optional: true
|
|
51
59
|
agent: "pm"
|
|
52
60
|
command: "validate-prd"
|
|
61
|
+
|
|
53
62
|
- id: "create-design"
|
|
54
63
|
conditional: "if_has_ui"
|
|
55
64
|
agent: "ux-designer"
|
|
56
65
|
command: "create-design"
|
|
57
|
-
note: "Must align with existing UI patterns"
|
|
58
66
|
|
|
59
|
-
- phase:
|
|
67
|
+
- phase: 2
|
|
60
68
|
name: "Solutioning"
|
|
61
69
|
required: true
|
|
62
70
|
workflows:
|
|
63
|
-
- id: "architecture-review"
|
|
64
|
-
required: true
|
|
65
|
-
agent: "architect"
|
|
66
|
-
command: "architecture-review"
|
|
67
|
-
note: "Review existing architecture first"
|
|
68
|
-
- id: "integration-planning"
|
|
69
|
-
required: true
|
|
70
|
-
agent: "architect"
|
|
71
|
-
command: "integration-planning"
|
|
72
|
-
output: "Integration strategy document"
|
|
73
71
|
- id: "create-architecture"
|
|
74
|
-
|
|
72
|
+
recommended: true
|
|
75
73
|
agent: "architect"
|
|
76
74
|
command: "create-architecture"
|
|
77
|
-
|
|
75
|
+
output: "Integration architecture - solution design for THIS project"
|
|
76
|
+
note: "HIGHLY RECOMMENDED: Distills massive brownfield context into focused solution design. Prevents agent confusion."
|
|
77
|
+
|
|
78
78
|
- id: "validate-architecture"
|
|
79
79
|
optional: true
|
|
80
80
|
agent: "architect"
|
|
81
81
|
command: "validate-architecture"
|
|
82
|
+
|
|
82
83
|
- id: "solutioning-gate-check"
|
|
83
84
|
required: true
|
|
84
85
|
agent: "architect"
|
|
85
86
|
command: "solutioning-gate-check"
|
|
87
|
+
note: "Validates PRD + UX + Architecture (if created) cohesion"
|
|
86
88
|
|
|
87
|
-
- phase:
|
|
89
|
+
- phase: 3
|
|
88
90
|
name: "Implementation"
|
|
89
91
|
required: true
|
|
90
92
|
workflows:
|
|
@@ -92,4 +94,4 @@ phases:
|
|
|
92
94
|
required: true
|
|
93
95
|
agent: "sm"
|
|
94
96
|
command: "sprint-planning"
|
|
95
|
-
note: "Creates sprint plan with
|
|
97
|
+
note: "Creates sprint plan with stories"
|
|
@@ -1,31 +1,38 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# BMad Method - Greenfield
|
|
2
|
+
# Full product + architecture planning for greenfield projects (10-50+ stories typically)
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
method_name: "BMad Method"
|
|
5
|
+
track: "method"
|
|
6
6
|
field_type: "greenfield"
|
|
7
|
-
description: "
|
|
7
|
+
description: "Complete product and system design methodology for greenfield projects"
|
|
8
8
|
|
|
9
9
|
phases:
|
|
10
|
-
- phase:
|
|
11
|
-
name: "
|
|
10
|
+
- phase: 0
|
|
11
|
+
name: "Discovery (Optional)"
|
|
12
12
|
optional: true
|
|
13
|
+
note: "User-selected during workflow-init"
|
|
13
14
|
workflows:
|
|
14
15
|
- id: "brainstorm-project"
|
|
15
16
|
optional: true
|
|
16
17
|
agent: "analyst"
|
|
17
18
|
command: "brainstorm-project"
|
|
19
|
+
included_by: "user_choice"
|
|
20
|
+
|
|
18
21
|
- id: "research"
|
|
19
22
|
optional: true
|
|
20
23
|
agent: "analyst"
|
|
21
24
|
command: "research"
|
|
22
|
-
|
|
25
|
+
included_by: "user_choice"
|
|
26
|
+
note: "Can have multiple research workflows"
|
|
27
|
+
|
|
23
28
|
- id: "product-brief"
|
|
24
|
-
|
|
29
|
+
optional: true
|
|
25
30
|
agent: "analyst"
|
|
26
31
|
command: "product-brief"
|
|
32
|
+
included_by: "user_choice"
|
|
33
|
+
note: "Recommended for greenfield Method projects"
|
|
27
34
|
|
|
28
|
-
- phase:
|
|
35
|
+
- phase: 1
|
|
29
36
|
name: "Planning"
|
|
30
37
|
required: true
|
|
31
38
|
workflows:
|
|
@@ -33,22 +40,21 @@ phases:
|
|
|
33
40
|
required: true
|
|
34
41
|
agent: "pm"
|
|
35
42
|
command: "prd"
|
|
36
|
-
output: "
|
|
43
|
+
output: "Product Requirements Document with epics and stories"
|
|
44
|
+
|
|
37
45
|
- id: "validate-prd"
|
|
38
46
|
optional: true
|
|
39
47
|
agent: "pm"
|
|
40
48
|
command: "validate-prd"
|
|
49
|
+
note: "Quality check for PRD completeness"
|
|
50
|
+
|
|
41
51
|
- id: "create-design"
|
|
42
52
|
conditional: "if_has_ui"
|
|
43
53
|
agent: "ux-designer"
|
|
44
54
|
command: "create-design"
|
|
45
|
-
|
|
46
|
-
optional: true
|
|
47
|
-
agent: "pm"
|
|
48
|
-
command: "tech-spec"
|
|
49
|
-
note: "Lightweight Technical Specification planning"
|
|
55
|
+
note: "Determined after PRD - user/agent decides if needed"
|
|
50
56
|
|
|
51
|
-
- phase:
|
|
57
|
+
- phase: 2
|
|
52
58
|
name: "Solutioning"
|
|
53
59
|
required: true
|
|
54
60
|
workflows:
|
|
@@ -56,18 +62,22 @@ phases:
|
|
|
56
62
|
required: true
|
|
57
63
|
agent: "architect"
|
|
58
64
|
command: "create-architecture"
|
|
59
|
-
output: "System
|
|
65
|
+
output: "System architecture document"
|
|
66
|
+
note: "Complete system design for greenfield projects"
|
|
67
|
+
|
|
60
68
|
- id: "validate-architecture"
|
|
61
69
|
optional: true
|
|
62
70
|
agent: "architect"
|
|
63
71
|
command: "validate-architecture"
|
|
72
|
+
note: "Quality check for architecture completeness"
|
|
73
|
+
|
|
64
74
|
- id: "solutioning-gate-check"
|
|
65
75
|
required: true
|
|
66
76
|
agent: "architect"
|
|
67
77
|
command: "solutioning-gate-check"
|
|
68
|
-
note: "
|
|
78
|
+
note: "Validates PRD + UX + Architecture cohesion before implementation"
|
|
69
79
|
|
|
70
|
-
- phase:
|
|
80
|
+
- phase: 3
|
|
71
81
|
name: "Implementation"
|
|
72
82
|
required: true
|
|
73
83
|
workflows:
|
|
@@ -75,4 +85,4 @@ phases:
|
|
|
75
85
|
required: true
|
|
76
86
|
agent: "sm"
|
|
77
87
|
command: "sprint-planning"
|
|
78
|
-
note: "Creates sprint plan
|
|
88
|
+
note: "Creates sprint plan - subsequent work tracked there"
|
|
@@ -1,38 +1,42 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# BMad Quick Flow - Brownfield
|
|
2
|
+
# Fast implementation path for existing codebases (1-15 stories typically)
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
method_name: "BMad Quick Flow"
|
|
5
|
+
track: "quick-flow"
|
|
6
6
|
field_type: "brownfield"
|
|
7
|
-
description: "
|
|
7
|
+
description: "Fast tech-spec based implementation for brownfield projects"
|
|
8
8
|
|
|
9
9
|
phases:
|
|
10
10
|
- prerequisite: true
|
|
11
11
|
name: "Documentation"
|
|
12
12
|
conditional: "if_undocumented"
|
|
13
|
-
note: "NOT a phase - prerequisite for brownfield without docs
|
|
13
|
+
note: "NOT a phase - prerequisite for brownfield without docs"
|
|
14
14
|
workflows:
|
|
15
15
|
- id: "document-project"
|
|
16
16
|
required: true
|
|
17
17
|
agent: "analyst"
|
|
18
18
|
command: "document-project"
|
|
19
19
|
output: "Comprehensive project documentation"
|
|
20
|
-
purpose: "Understand existing codebase before planning
|
|
20
|
+
purpose: "Understand existing codebase before planning"
|
|
21
21
|
|
|
22
|
-
- phase:
|
|
23
|
-
name: "
|
|
22
|
+
- phase: 0
|
|
23
|
+
name: "Discovery (Optional)"
|
|
24
24
|
optional: true
|
|
25
|
+
note: "User-selected during workflow-init"
|
|
25
26
|
workflows:
|
|
26
27
|
- id: "brainstorm-project"
|
|
27
28
|
optional: true
|
|
28
29
|
agent: "analyst"
|
|
29
30
|
command: "brainstorm-project"
|
|
31
|
+
included_by: "user_choice"
|
|
32
|
+
|
|
30
33
|
- id: "research"
|
|
31
34
|
optional: true
|
|
32
35
|
agent: "analyst"
|
|
33
36
|
command: "research"
|
|
37
|
+
included_by: "user_choice"
|
|
34
38
|
|
|
35
|
-
- phase:
|
|
39
|
+
- phase: 1
|
|
36
40
|
name: "Planning"
|
|
37
41
|
required: true
|
|
38
42
|
workflows:
|
|
@@ -40,14 +44,10 @@ phases:
|
|
|
40
44
|
required: true
|
|
41
45
|
agent: "pm"
|
|
42
46
|
command: "tech-spec"
|
|
43
|
-
output: "
|
|
44
|
-
note: "
|
|
45
|
-
|
|
46
|
-
- phase: 3
|
|
47
|
-
name: "Solutioning"
|
|
48
|
-
skip: true
|
|
47
|
+
output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
|
|
48
|
+
note: "Integrates with existing codebase patterns from document-project"
|
|
49
49
|
|
|
50
|
-
- phase:
|
|
50
|
+
- phase: 2
|
|
51
51
|
name: "Implementation"
|
|
52
52
|
required: true
|
|
53
53
|
workflows:
|
|
@@ -55,4 +55,4 @@ phases:
|
|
|
55
55
|
required: true
|
|
56
56
|
agent: "sm"
|
|
57
57
|
command: "sprint-planning"
|
|
58
|
-
note: "Creates sprint plan with all stories
|
|
58
|
+
note: "Creates sprint plan with all stories"
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# BMad Quick Flow - Greenfield
|
|
2
|
+
# Fast implementation path with tech-spec planning (1-15 stories typically)
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
method_name: "BMad Quick Flow"
|
|
5
|
+
track: "quick-flow"
|
|
6
6
|
field_type: "greenfield"
|
|
7
|
-
description: "
|
|
7
|
+
description: "Fast tech-spec based implementation for greenfield projects"
|
|
8
8
|
|
|
9
9
|
phases:
|
|
10
|
-
- phase:
|
|
11
|
-
name: "
|
|
10
|
+
- phase: 0
|
|
11
|
+
name: "Discovery (Optional)"
|
|
12
12
|
optional: true
|
|
13
|
+
note: "User-selected during workflow-init"
|
|
13
14
|
workflows:
|
|
14
15
|
- id: "brainstorm-project"
|
|
15
16
|
optional: true
|
|
16
17
|
agent: "analyst"
|
|
17
18
|
command: "brainstorm-project"
|
|
19
|
+
included_by: "user_choice"
|
|
20
|
+
|
|
18
21
|
- id: "research"
|
|
19
22
|
optional: true
|
|
20
23
|
agent: "analyst"
|
|
21
24
|
command: "research"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
agent: "analyst"
|
|
25
|
-
command: "product-brief"
|
|
25
|
+
included_by: "user_choice"
|
|
26
|
+
note: "Can have multiple research workflows"
|
|
26
27
|
|
|
27
|
-
- phase:
|
|
28
|
+
- phase: 1
|
|
28
29
|
name: "Planning"
|
|
29
30
|
required: true
|
|
30
31
|
workflows:
|
|
@@ -32,13 +33,10 @@ phases:
|
|
|
32
33
|
required: true
|
|
33
34
|
agent: "pm"
|
|
34
35
|
command: "tech-spec"
|
|
35
|
-
output: "
|
|
36
|
+
output: "Technical Specification with stories (auto-detects epic if 2+ stories)"
|
|
37
|
+
note: "Quick Spec Flow - implementation-focused planning"
|
|
36
38
|
|
|
37
|
-
- phase:
|
|
38
|
-
name: "Solutioning"
|
|
39
|
-
skip: true
|
|
40
|
-
|
|
41
|
-
- phase: 4
|
|
39
|
+
- phase: 2
|
|
42
40
|
name: "Implementation"
|
|
43
41
|
required: true
|
|
44
42
|
workflows:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Workflow Status Template
|
|
2
|
-
# This tracks progress through
|
|
3
|
-
# Phase 4 (Implementation) is tracked separately in sprint-status.yaml
|
|
2
|
+
# This tracks progress through BMM methodology phases
|
|
3
|
+
# Phase 3/4 (Implementation) is tracked separately in sprint-status.yaml
|
|
4
4
|
|
|
5
5
|
# generated: {{generated}}
|
|
6
6
|
# project: {{project_name}}
|
|
7
7
|
# project_type: {{project_type}}
|
|
8
|
-
#
|
|
8
|
+
# selected_track: {{selected_track}}
|
|
9
9
|
# field_type: {{field_type}}
|
|
10
10
|
# workflow_path: {{workflow_path_file}}
|
|
11
11
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
generated: "{{generated}}"
|
|
25
25
|
project: "{{project_name}}"
|
|
26
26
|
project_type: "{{project_type}}"
|
|
27
|
-
|
|
27
|
+
selected_track: "{{selected_track}}"
|
|
28
28
|
field_type: "{{field_type}}"
|
|
29
29
|
workflow_path: "{{workflow_path_file}}"
|
|
30
30
|
|