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
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
# Enterprise Agentic Development with BMad Method
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**The paradigm shift: From team-based story parallelism to individual epic ownership**
|
|
4
4
|
|
|
5
|
-
**Reading Time:** ~
|
|
5
|
+
**Reading Time:** ~18 minutes
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## Table of Contents
|
|
10
10
|
|
|
11
11
|
- [The Paradigm Shift](#the-paradigm-shift)
|
|
12
|
-
- [
|
|
12
|
+
- [The Evolving Role of Product Managers and UX Designers](#the-evolving-role-of-product-managers-and-ux-designers)
|
|
13
|
+
- [How BMad Method Enables PM/UX Technical Evolution](#how-bmad-method-enables-pmux-technical-evolution)
|
|
13
14
|
- [Team Collaboration Patterns](#team-collaboration-patterns)
|
|
14
15
|
- [Work Distribution Strategies](#work-distribution-strategies)
|
|
15
|
-
- [Enterprise Configuration](#enterprise-configuration)
|
|
16
|
-
- [Git Submodule Approach](#git-submodule-approach)
|
|
17
|
-
- [Team Workflows](#team-workflows)
|
|
16
|
+
- [Enterprise Configuration with Git Submodules](#enterprise-configuration-with-git-submodules)
|
|
18
17
|
- [Best Practices](#best-practices)
|
|
19
18
|
- [Common Scenarios](#common-scenarios)
|
|
20
19
|
|
|
@@ -22,790 +21,528 @@
|
|
|
22
21
|
|
|
23
22
|
## The Paradigm Shift
|
|
24
23
|
|
|
25
|
-
### Traditional Agile
|
|
24
|
+
### Traditional Agile: Team-Based Story Parallelism
|
|
26
25
|
|
|
27
|
-
|
|
26
|
+
- **Epic duration:** 4-12 weeks across multiple sprints
|
|
27
|
+
- **Story duration:** 2-5 days per developer
|
|
28
|
+
- **Team size:** 5-9 developers working on same epic
|
|
29
|
+
- **Parallelization:** Multiple devs on stories within single epic
|
|
30
|
+
- **Coordination:** Constant - daily standups, merge conflicts, integration overhead
|
|
28
31
|
|
|
29
|
-
|
|
30
|
-
- **Story duration:** 2-5 days per developer, sometimes 2 weeks
|
|
31
|
-
- **Team size:** 5-9 developers per epic
|
|
32
|
-
- **Parallelization:** Multiple developers work on stories within same epic
|
|
33
|
-
- **Velocity:** 20-40 story points per 2-week sprint (team)
|
|
34
|
-
- **Epic delivery:** Months for complex features
|
|
32
|
+
**Example:** Payment Processing Epic
|
|
35
33
|
|
|
36
|
-
|
|
34
|
+
- Sprint 1-2: Backend API (Dev A)
|
|
35
|
+
- Sprint 1-2: Frontend UI (Dev B)
|
|
36
|
+
- Sprint 2-3: Testing (Dev C)
|
|
37
|
+
- **Result:** 6-8 weeks, 3 developers, high coordination
|
|
37
38
|
|
|
38
|
-
|
|
39
|
+
### Agentic Development: Individual Epic Ownership
|
|
39
40
|
|
|
40
41
|
- **Epic duration:** Hours to days (not weeks)
|
|
41
|
-
- **Story duration:** 30
|
|
42
|
-
- **Team size:** 1
|
|
42
|
+
- **Story duration:** 30 min to 4 hours with AI agent
|
|
43
|
+
- **Team size:** 1 developer + AI agents completes full epics
|
|
43
44
|
- **Parallelization:** Developers work on separate epics
|
|
44
|
-
- **
|
|
45
|
-
|
|
45
|
+
- **Coordination:** Minimal - epic boundaries, async updates
|
|
46
|
+
|
|
47
|
+
**Same Example:** Payment Processing Epic
|
|
48
|
+
|
|
49
|
+
- Day 1 AM: Backend API stories (1 dev + agent, 3-4 stories)
|
|
50
|
+
- Day 1 PM: Frontend UI stories (same dev + agent, 2-3 stories)
|
|
51
|
+
- Day 2: Testing & deployment (same dev + agent, 2 stories)
|
|
52
|
+
- **Result:** 1-2 days, 1 developer, minimal coordination
|
|
46
53
|
|
|
47
54
|
### The Core Difference
|
|
48
55
|
|
|
49
|
-
**
|
|
50
|
-
**Agentic:** Stories are sized for human+AI collaboration, dramatically increasing throughput
|
|
56
|
+
**What changed:** AI agents collapse story duration from days to hours, making **epic-level ownership** practical.
|
|
51
57
|
|
|
52
|
-
**
|
|
58
|
+
**Impact:** Single developer with BMad Method can deliver in 1 day what previously required full team and multiple sprints.
|
|
53
59
|
|
|
54
60
|
---
|
|
55
61
|
|
|
56
|
-
##
|
|
62
|
+
## The Evolving Role of Product Managers and UX Designers
|
|
57
63
|
|
|
58
|
-
###
|
|
64
|
+
### The Future is Now
|
|
59
65
|
|
|
60
|
-
**
|
|
66
|
+
Product Managers and UX Designers are undergoing **the most significant transformation since the creation of these disciplines**. The emergence of AI agents is creating a new breed of technical product leaders who translate vision directly into working code.
|
|
61
67
|
|
|
62
|
-
|
|
63
|
-
## User Story: Add Payment Processing
|
|
68
|
+
### From Spec Writers to Code Orchestrators
|
|
64
69
|
|
|
65
|
-
|
|
70
|
+
**Traditional PM/UX (Pre-2025):**
|
|
66
71
|
|
|
67
|
-
|
|
72
|
+
- Write PRDs, hand off to engineering
|
|
73
|
+
- Wait weeks/months for implementation
|
|
74
|
+
- Limited validation capabilities
|
|
75
|
+
- Non-technical role, heavy on process
|
|
68
76
|
|
|
69
|
-
|
|
70
|
-
- Design API integration (1 day)
|
|
71
|
-
- Implement backend payment service (3 days)
|
|
72
|
-
- Create frontend payment form (2 days)
|
|
73
|
-
- Add validation and error handling (1 day)
|
|
74
|
-
- Write unit tests (1 day)
|
|
75
|
-
- Write integration tests (1 day)
|
|
76
|
-
- Security review (1 day)
|
|
77
|
-
|
|
78
|
-
**Estimate:** 10-12 days (2 weeks)
|
|
79
|
-
```
|
|
77
|
+
**Emerging PM/UX (2025+):**
|
|
80
78
|
|
|
81
|
-
**
|
|
79
|
+
- Write AI-optimized PRDs that **feed agentic pipelines directly**
|
|
80
|
+
- Generate working prototypes in 10-15 minutes
|
|
81
|
+
- Review pull requests from AI agents
|
|
82
|
+
- Technical fluency is **table stakes**, not optional
|
|
83
|
+
- Orchestrate cloud-based AI agent teams
|
|
82
84
|
|
|
83
|
-
|
|
84
|
-
## Story 1: Implement Stripe Payment Backend API
|
|
85
|
+
### Industry Research (November 2025)
|
|
85
86
|
|
|
86
|
-
**
|
|
87
|
-
**
|
|
87
|
+
- **56% of product professionals** cite AI/ML as top focus
|
|
88
|
+
- **AI agents automating** customer discovery, PRD creation, status reporting
|
|
89
|
+
- **PRD-to-Code automation** enables PMs to build and deploy apps in 10-15 minutes
|
|
90
|
+
- **By 2026**: Roles converging into "Full-Stack Product Lead" (PM + Design + Engineering)
|
|
91
|
+
- **Very high salaries** for AI agent PMs who orchestrate autonomous dev systems
|
|
88
92
|
|
|
89
|
-
###
|
|
93
|
+
### Required Skills for Modern PMs/UX
|
|
90
94
|
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
95
|
+
1. **AI Prompt Engineering** - Writing PRDs AI agents can execute autonomously
|
|
96
|
+
2. **Coding Literacy** - Understanding code structure, APIs, data flows (not production coding)
|
|
97
|
+
3. **Agentic Workflow Design** - Orchestrating multi-agent systems (planning → design → dev)
|
|
98
|
+
4. **Technical Architecture** - Reasoning frameworks, memory systems, tool integration
|
|
99
|
+
5. **Data Literacy** - Interpreting model outputs, spotting trends, identifying gaps
|
|
100
|
+
6. **Code Review** - Evaluating AI-generated PRs for correctness and vision alignment
|
|
94
101
|
|
|
95
|
-
###
|
|
102
|
+
### What Remains Human
|
|
96
103
|
|
|
97
|
-
|
|
98
|
-
- Validation middleware
|
|
99
|
-
- Error handling per API standards
|
|
100
|
-
- Unit tests with 80%+ coverage
|
|
101
|
-
```
|
|
104
|
+
**AI Can't Replace:**
|
|
102
105
|
|
|
103
|
-
|
|
106
|
+
- Product vision (market dynamics, customer pain, strategic positioning)
|
|
107
|
+
- Empathy (deep user research, emotional intelligence, stakeholder management)
|
|
108
|
+
- Creativity (novel problem-solving, disruptive thinking)
|
|
109
|
+
- Judgment (prioritization decisions, trade-off analysis)
|
|
110
|
+
- Ethics (responsible AI use, privacy, accessibility)
|
|
104
111
|
|
|
105
|
-
|
|
112
|
+
**What Changes:**
|
|
106
113
|
|
|
107
|
-
**
|
|
114
|
+
- PMs/UX spend **more time on human elements** (AI handles routine execution)
|
|
115
|
+
- Barrier between "thinking" and "building" collapses
|
|
116
|
+
- Product leaders become **builder-thinkers**, not just spec writers
|
|
108
117
|
|
|
109
|
-
|
|
110
|
-
- Sprint 3-4: Backend implementation
|
|
111
|
-
- Sprint 5-6: Frontend implementation
|
|
112
|
-
- Sprint 7-8: Testing, security, deployment
|
|
113
|
-
- **Team:** 3-5 developers
|
|
114
|
-
- **Total:** 2-3 months
|
|
118
|
+
### The Convergence
|
|
115
119
|
|
|
116
|
-
**
|
|
120
|
+
- **PMs learning to code** with GitHub Copilot, Cursor, v0
|
|
121
|
+
- **UX designers generating code** with UXPin Merge, Figma-to-code tools
|
|
122
|
+
- **Developers becoming orchestrators** reviewing AI output vs writing from scratch
|
|
117
123
|
|
|
118
|
-
|
|
119
|
-
- Day 1 PM: Frontend integration stories (2-3 stories)
|
|
120
|
-
- Day 2: Testing, security validation (2-3 stories)
|
|
121
|
-
- **Team:** 1-2 developers + AI agents
|
|
122
|
-
- **Total:** 1-3 days
|
|
124
|
+
**The Bottom Line:** By 2026, successful PMs/UX will fluently operate in both vision and execution. **BMad Method provides the structured framework to make this transition.**
|
|
123
125
|
|
|
124
126
|
---
|
|
125
127
|
|
|
126
|
-
##
|
|
128
|
+
## How BMad Method Enables PM/UX Technical Evolution
|
|
127
129
|
|
|
128
|
-
|
|
130
|
+
BMad Method is specifically designed to position PMs and UX designers for this future.
|
|
129
131
|
|
|
130
|
-
|
|
132
|
+
### 1. AI-Executable PRD Generation
|
|
131
133
|
|
|
132
|
-
|
|
133
|
-
Epic: User Dashboard (8 weeks)
|
|
134
|
-
├─ Story 1: Backend API (Dev A, Sprint 1-2)
|
|
135
|
-
├─ Story 2: Frontend Layout (Dev B, Sprint 1-2)
|
|
136
|
-
├─ Story 3: Data Visualization (Dev C, Sprint 2-3)
|
|
137
|
-
├─ Story 4: User Preferences (Dev D, Sprint 3-4)
|
|
138
|
-
└─ Story 5: Integration Testing (Team, Sprint 4)
|
|
134
|
+
**PM Workflow:**
|
|
139
135
|
|
|
140
|
-
|
|
136
|
+
```bash
|
|
137
|
+
bmad pm *create-prd
|
|
141
138
|
```
|
|
142
139
|
|
|
143
|
-
**
|
|
140
|
+
**BMad produces:**
|
|
144
141
|
|
|
145
|
-
|
|
142
|
+
- Structured, machine-readable requirements
|
|
143
|
+
- Testable acceptance criteria per requirement
|
|
144
|
+
- Clear epic/story decomposition
|
|
145
|
+
- Technical context for AI agents
|
|
146
146
|
|
|
147
|
-
**
|
|
147
|
+
**Why it matters:** Traditional PRDs are human-readable prose. BMad PRDs are **AI-executable work packages**.
|
|
148
148
|
|
|
149
|
-
|
|
150
|
-
Project: Analytics Platform (2-3 weeks)
|
|
149
|
+
**PM Value:** Write once, automatically translated into agent-ready stories. No engineering bottleneck for translation.
|
|
151
150
|
|
|
152
|
-
|
|
153
|
-
├─ Epic 1: User Dashboard (3 days, 12 stories)
|
|
154
|
-
│ └─ Stories completed sequentially with AI agents
|
|
151
|
+
### 2. Automated Epic/Story Breakdown
|
|
155
152
|
|
|
156
|
-
|
|
157
|
-
├─ Epic 2: Admin Panel (4 days, 15 stories)
|
|
158
|
-
│ └─ Stories completed sequentially with AI agents
|
|
159
|
-
|
|
160
|
-
Developer C:
|
|
161
|
-
├─ Epic 3: Reporting Engine (5 days, 18 stories)
|
|
162
|
-
│ └─ Stories completed sequentially with AI agents
|
|
153
|
+
**PM Workflow:**
|
|
163
154
|
|
|
164
|
-
|
|
155
|
+
```bash
|
|
156
|
+
bmad pm *create-epics-and-stories
|
|
165
157
|
```
|
|
166
158
|
|
|
167
|
-
**
|
|
168
|
-
|
|
169
|
-
---
|
|
170
|
-
|
|
171
|
-
## Work Distribution Strategies
|
|
159
|
+
**BMad produces:**
|
|
172
160
|
|
|
173
|
-
|
|
161
|
+
- Epic files with clear objectives
|
|
162
|
+
- Story files with acceptance criteria, context, technical guidance
|
|
163
|
+
- Priority assignments (P0-P3)
|
|
164
|
+
- Dependency mapping
|
|
174
165
|
|
|
175
|
-
**
|
|
166
|
+
**Why it matters:** Stories become **work packages for cloud AI agents**. Each story is self-contained with full context.
|
|
176
167
|
|
|
177
|
-
**
|
|
168
|
+
**PM Value:** No more "story refinement sessions" with engineering. AI agents execute directly from BMad stories.
|
|
178
169
|
|
|
179
|
-
|
|
180
|
-
- Work sequentially through stories within epic
|
|
181
|
-
- Parallel work happens at epic level
|
|
182
|
-
|
|
183
|
-
**Example:**
|
|
184
|
-
|
|
185
|
-
```yaml
|
|
186
|
-
# sprint-status.yaml
|
|
187
|
-
epics:
|
|
188
|
-
- id: epic-1
|
|
189
|
-
title: Payment Processing
|
|
190
|
-
owner: alice
|
|
191
|
-
status: in-progress
|
|
192
|
-
stories: 8
|
|
170
|
+
### 3. Human-in-the-Loop Architecture
|
|
193
171
|
|
|
194
|
-
|
|
195
|
-
title: User Dashboard
|
|
196
|
-
owner: bob
|
|
197
|
-
status: in-progress
|
|
198
|
-
stories: 12
|
|
172
|
+
**Architect/PM Workflow:**
|
|
199
173
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
owner: carol
|
|
203
|
-
status: backlog
|
|
204
|
-
stories: 10
|
|
174
|
+
```bash
|
|
175
|
+
bmad architect *create-architecture
|
|
205
176
|
```
|
|
206
177
|
|
|
207
|
-
**
|
|
208
|
-
|
|
209
|
-
- Clear ownership and accountability
|
|
210
|
-
- Minimal merge conflicts
|
|
211
|
-
- Epic-level cohesion
|
|
212
|
-
- Reduced coordination overhead
|
|
178
|
+
**BMad produces:**
|
|
213
179
|
|
|
214
|
-
|
|
180
|
+
- System architecture aligned with PRD
|
|
181
|
+
- Architecture Decision Records (ADRs)
|
|
182
|
+
- Epic-specific technical guidance
|
|
183
|
+
- Integration patterns and standards
|
|
215
184
|
|
|
216
|
-
**
|
|
185
|
+
**Why it matters:** PMs can **understand and validate** technical decisions. Architecture is conversational, not template-driven.
|
|
217
186
|
|
|
218
|
-
**
|
|
187
|
+
**PM Value:** Technical fluency built through guided architecture process. PMs learn while creating.
|
|
219
188
|
|
|
220
|
-
|
|
221
|
-
- Frontend and backend as separate epics
|
|
222
|
-
- Each developer owns their layer
|
|
189
|
+
### 4. Cloud Agentic Pipeline (Emerging Pattern)
|
|
223
190
|
|
|
224
|
-
**
|
|
191
|
+
**Current State (2025):**
|
|
225
192
|
|
|
226
193
|
```
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
194
|
+
PM writes BMad PRD
|
|
195
|
+
↓
|
|
196
|
+
create-epics-and-stories generates story queue
|
|
197
|
+
↓
|
|
198
|
+
Stories loaded by human developers + BMad agents
|
|
199
|
+
↓
|
|
200
|
+
Developers create PRs
|
|
201
|
+
↓
|
|
202
|
+
PM/Team reviews PRs
|
|
203
|
+
↓
|
|
204
|
+
Merge and deploy
|
|
238
205
|
```
|
|
239
206
|
|
|
240
|
-
**
|
|
241
|
-
|
|
242
|
-
**Benefits:**
|
|
243
|
-
|
|
244
|
-
- Developers work in their expertise area
|
|
245
|
-
- Can work truly in parallel
|
|
246
|
-
- Clear API contracts between layers
|
|
247
|
-
|
|
248
|
-
**Considerations:**
|
|
249
|
-
|
|
250
|
-
- Requires clear API contracts upfront
|
|
251
|
-
- Need integration testing coordination
|
|
252
|
-
- Best with strong architecture phase
|
|
253
|
-
|
|
254
|
-
### Strategy 3: Feature-Based Distribution
|
|
255
|
-
|
|
256
|
-
**Best for:** Large teams (10+ developers), enterprise projects
|
|
257
|
-
|
|
258
|
-
**Approach:**
|
|
259
|
-
|
|
260
|
-
- Group related epics into features
|
|
261
|
-
- Each developer/pod owns feature set
|
|
262
|
-
- Features can span multiple subsystems
|
|
263
|
-
|
|
264
|
-
**Example:**
|
|
207
|
+
**Near Future (2026):**
|
|
265
208
|
|
|
266
209
|
```
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
└─ Epic 11: Dashboard Widgets
|
|
210
|
+
PM writes BMad PRD
|
|
211
|
+
↓
|
|
212
|
+
create-epics-and-stories generates story queue
|
|
213
|
+
↓
|
|
214
|
+
Stories automatically fed to cloud AI agent pool
|
|
215
|
+
↓
|
|
216
|
+
AI agents implement stories in parallel
|
|
217
|
+
↓
|
|
218
|
+
AI agents create pull requests
|
|
219
|
+
↓
|
|
220
|
+
PM/UX/Senior Devs review PRs
|
|
221
|
+
↓
|
|
222
|
+
Approved PRs auto-merge
|
|
223
|
+
↓
|
|
224
|
+
Continuous deployment to production
|
|
283
225
|
```
|
|
284
226
|
|
|
285
|
-
|
|
227
|
+
**Time Savings:**
|
|
286
228
|
|
|
287
|
-
|
|
229
|
+
- **Traditional:** PM writes spec → 2-4 weeks engineering → review → deploy (6-8 weeks)
|
|
230
|
+
- **BMad Agentic:** PM writes PRD → AI agents implement → review PRs → deploy (2-5 days)
|
|
288
231
|
|
|
289
|
-
###
|
|
232
|
+
### 5. UX Design Integration
|
|
290
233
|
|
|
291
|
-
**
|
|
292
|
-
|
|
293
|
-
- Developers may customize agents, workflows, or configurations
|
|
294
|
-
- Teams may use different methodologies (BMM, custom, other frameworks)
|
|
295
|
-
- Organizations don't want personalized tooling committed to main repo
|
|
296
|
-
- Different developers use different AI tools, MCPs, or agent systems
|
|
297
|
-
|
|
298
|
-
**Anti-pattern (Don't do this):**
|
|
234
|
+
**UX Designer Workflow:**
|
|
299
235
|
|
|
300
236
|
```bash
|
|
301
|
-
|
|
302
|
-
bmad/
|
|
303
|
-
.claude/
|
|
237
|
+
bmad ux *create-design
|
|
304
238
|
```
|
|
305
239
|
|
|
306
|
-
**
|
|
240
|
+
**BMad produces:**
|
|
307
241
|
|
|
308
|
-
-
|
|
309
|
-
-
|
|
310
|
-
-
|
|
311
|
-
-
|
|
242
|
+
- Component-based design system
|
|
243
|
+
- Interaction patterns aligned with tech stack
|
|
244
|
+
- Accessibility guidelines
|
|
245
|
+
- Responsive design specifications
|
|
312
246
|
|
|
313
|
-
|
|
247
|
+
**Why it matters:** Design specs become **implementation-ready** for AI agents. No "lost in translation" between design and dev.
|
|
314
248
|
|
|
315
|
-
**
|
|
249
|
+
**UX Value:** Designs validated through working prototypes, not static mocks. Technical understanding built through BMad workflows.
|
|
316
250
|
|
|
317
|
-
|
|
251
|
+
### 6. PM Technical Skills Development
|
|
318
252
|
|
|
319
|
-
|
|
253
|
+
**BMad teaches PMs technical skills through:**
|
|
320
254
|
|
|
321
|
-
|
|
255
|
+
- **Conversational workflows** - No pre-requisite knowledge, learn by doing
|
|
256
|
+
- **Architecture facilitation** - Understand system design through guided questions
|
|
257
|
+
- **Story context assembly** - See how code patterns inform implementation
|
|
258
|
+
- **Code review workflows** - Learn to evaluate code quality, patterns, standards
|
|
322
259
|
|
|
323
|
-
**
|
|
260
|
+
**Example:** PM runs `create-architecture` workflow:
|
|
324
261
|
|
|
325
|
-
-
|
|
326
|
-
-
|
|
327
|
-
-
|
|
328
|
-
-
|
|
329
|
-
- Cleaner than .gitignore for this use case
|
|
262
|
+
- BMad asks about scale, performance, integrations
|
|
263
|
+
- PM answers business questions
|
|
264
|
+
- BMad explains technical implications
|
|
265
|
+
- PM learns architecture concepts while making decisions
|
|
330
266
|
|
|
331
|
-
|
|
267
|
+
**Result:** PMs gain **working technical knowledge** without formal CS education.
|
|
332
268
|
|
|
333
|
-
|
|
269
|
+
### 7. Organizational Leverage
|
|
334
270
|
|
|
335
|
-
|
|
336
|
-
# In your organization
|
|
337
|
-
git init bmm-config
|
|
338
|
-
cd bmm-config
|
|
339
|
-
npx bmad-method install
|
|
340
|
-
# Customize for team standards
|
|
341
|
-
git add .
|
|
342
|
-
git commit -m "Initial BMM configuration for team"
|
|
343
|
-
git push origin main
|
|
344
|
-
```
|
|
271
|
+
**Traditional Model:**
|
|
345
272
|
|
|
346
|
-
|
|
273
|
+
- 1 PM → supports 5-9 developers → delivers 1-2 features/quarter
|
|
347
274
|
|
|
348
|
-
|
|
349
|
-
# In your main project repo
|
|
350
|
-
cd /path/to/your-project
|
|
275
|
+
**BMad Agentic Model:**
|
|
351
276
|
|
|
352
|
-
|
|
353
|
-
git submodule add https://github.com/your-org/bmm-config.git bmad
|
|
277
|
+
- 1 PM → writes BMad PRD → 20-50 AI agents execute stories in parallel → delivers 5-10 features/quarter
|
|
354
278
|
|
|
355
|
-
|
|
356
|
-
git submodule add https://github.com/bmad-code-org/BMAD-METHOD.git bmad
|
|
279
|
+
**Leverage multiplier:** 5-10× with same PM headcount.
|
|
357
280
|
|
|
358
|
-
|
|
359
|
-
git add .gitmodules bmad
|
|
360
|
-
git commit -m "Add BMM as submodule"
|
|
361
|
-
```
|
|
281
|
+
### 8. Quality Consistency
|
|
362
282
|
|
|
363
|
-
**
|
|
283
|
+
**BMad ensures:**
|
|
364
284
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
285
|
+
- AI agents follow architectural patterns consistently (via story-context)
|
|
286
|
+
- Code standards applied uniformly (via epic-tech-context)
|
|
287
|
+
- PRD traceability throughout implementation (via acceptance criteria)
|
|
288
|
+
- No "telephone game" between PM, design, and dev
|
|
369
289
|
|
|
370
|
-
|
|
371
|
-
git submodule update --init --recursive
|
|
290
|
+
**PM Value:** What gets built **matches what was specified**, drastically reducing rework.
|
|
372
291
|
|
|
373
|
-
|
|
374
|
-
cd bmad
|
|
375
|
-
# Make personal customizations
|
|
376
|
-
# These changes stay local unless pushed to submodule repo
|
|
377
|
-
```
|
|
292
|
+
### 9. Rapid Prototyping for Validation
|
|
378
293
|
|
|
379
|
-
|
|
294
|
+
**PM Workflow (with BMad + Cursor/v0):**
|
|
380
295
|
|
|
381
|
-
|
|
296
|
+
1. Use BMad to generate PRD structure and requirements
|
|
297
|
+
2. Extract key user flow from PRD
|
|
298
|
+
3. Feed to Cursor/v0 with BMad context
|
|
299
|
+
4. Working prototype in 10-15 minutes
|
|
300
|
+
5. Validate with users **before** committing to full development
|
|
382
301
|
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
mv bmad bmad-backup
|
|
386
|
-
|
|
387
|
-
# 2. Add as submodule
|
|
388
|
-
git submodule add https://github.com/your-org/bmm-config.git bmad
|
|
389
|
-
|
|
390
|
-
# 3. Restore customizations
|
|
391
|
-
cp -r bmad-backup/bmad/_cfg/agents/*.customize.yaml bmad/bmad/_cfg/agents/
|
|
302
|
+
**Traditional:** Months of development to validate idea
|
|
303
|
+
**BMad Agentic:** Hours of development to validate idea
|
|
392
304
|
|
|
393
|
-
|
|
394
|
-
rm -rf bmad-backup
|
|
305
|
+
### 10. Career Path Evolution
|
|
395
306
|
|
|
396
|
-
|
|
397
|
-
git add .gitmodules bmad
|
|
398
|
-
git commit -m "Convert BMM to submodule"
|
|
399
|
-
```
|
|
307
|
+
**BMad positions PMs for emerging roles:**
|
|
400
308
|
|
|
401
|
-
|
|
309
|
+
- **AI Agent Product Manager** - Orchestrate autonomous development systems
|
|
310
|
+
- **Full-Stack Product Lead** - Oversee product, design, engineering with AI leverage
|
|
311
|
+
- **Technical Product Strategist** - Bridge business vision and technical execution
|
|
402
312
|
|
|
403
|
-
**
|
|
313
|
+
**Hiring advantage:** PMs using BMad demonstrate:
|
|
404
314
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
# BMM content available at ./bmad/
|
|
409
|
-
# Load agents, run workflows normally
|
|
410
|
-
```
|
|
315
|
+
- Technical fluency (can read architecture, validate tech decisions)
|
|
316
|
+
- AI-native workflows (structured requirements, agentic orchestration)
|
|
317
|
+
- Results (ship 5-10× faster than peers)
|
|
411
318
|
|
|
412
|
-
|
|
319
|
+
---
|
|
413
320
|
|
|
414
|
-
|
|
415
|
-
cd bmad
|
|
416
|
-
# Make changes to your personal config
|
|
417
|
-
git add .
|
|
418
|
-
git commit -m "Personal agent customizations"
|
|
419
|
-
# Don't push unless sharing with team
|
|
420
|
-
```
|
|
321
|
+
## Team Collaboration Patterns
|
|
421
322
|
|
|
422
|
-
|
|
323
|
+
### Old Pattern: Story Parallelism
|
|
423
324
|
|
|
424
|
-
|
|
425
|
-
cd bmad
|
|
426
|
-
git pull origin main
|
|
427
|
-
cd ..
|
|
428
|
-
git add bmad
|
|
429
|
-
git commit -m "Update BMM to latest team config"
|
|
430
|
-
```
|
|
431
|
-
|
|
432
|
-
**Share configuration with team:**
|
|
325
|
+
**Traditional Agile:**
|
|
433
326
|
|
|
434
|
-
```bash
|
|
435
|
-
cd bmad
|
|
436
|
-
# Make team-beneficial changes
|
|
437
|
-
git add .
|
|
438
|
-
git commit -m "Add shared epic template for our domain"
|
|
439
|
-
git push origin main
|
|
440
|
-
# Tell team to update their submodules
|
|
441
327
|
```
|
|
328
|
+
Epic: User Dashboard (8 weeks)
|
|
329
|
+
├─ Story 1: Backend API (Dev A, Sprint 1-2)
|
|
330
|
+
├─ Story 2: Frontend Layout (Dev B, Sprint 1-2)
|
|
331
|
+
├─ Story 3: Data Viz (Dev C, Sprint 2-3)
|
|
332
|
+
└─ Story 4: Integration Testing (Team, Sprint 3-4)
|
|
442
333
|
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
**Option 1: Fully Personal (No sharing)**
|
|
446
|
-
|
|
447
|
-
```bash
|
|
448
|
-
# Each developer's bmad/ is independent
|
|
449
|
-
# No submodule repo - just local installation
|
|
450
|
-
# Use .gitignore for bmad/ (acceptable here)
|
|
334
|
+
Challenge: Coordination overhead, merge conflicts, integration issues
|
|
451
335
|
```
|
|
452
336
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
```bash
|
|
456
|
-
# Submodule repo has team standards
|
|
457
|
-
# bmad/bmad/_cfg/agents/pm.customize.yaml (team)
|
|
458
|
-
# Each dev adds personal customizations locally
|
|
459
|
-
# Personal changes not pushed to submodule
|
|
460
|
-
```
|
|
337
|
+
### New Pattern: Epic Ownership
|
|
461
338
|
|
|
462
|
-
**
|
|
339
|
+
**Agentic Development:**
|
|
463
340
|
|
|
464
|
-
```bash
|
|
465
|
-
# All configurations in submodule repo
|
|
466
|
-
# Team collaborates on agent improvements
|
|
467
|
-
# Everyone pulls updates regularly
|
|
468
341
|
```
|
|
342
|
+
Project: Analytics Platform (2-3 weeks)
|
|
469
343
|
|
|
470
|
-
|
|
344
|
+
Developer A:
|
|
345
|
+
└─ Epic 1: User Dashboard (3 days, 12 stories sequentially with AI)
|
|
471
346
|
|
|
472
|
-
|
|
347
|
+
Developer B:
|
|
348
|
+
└─ Epic 2: Admin Panel (4 days, 15 stories sequentially with AI)
|
|
473
349
|
|
|
474
|
-
|
|
350
|
+
Developer C:
|
|
351
|
+
└─ Epic 3: Reporting Engine (5 days, 18 stories sequentially with AI)
|
|
475
352
|
|
|
476
|
-
|
|
477
|
-
bmad/
|
|
478
|
-
├─ bmad/_cfg/
|
|
479
|
-
│ ├─ ides/
|
|
480
|
-
│ │ ├─ claude-code.yaml (shared)
|
|
481
|
-
│ │ ├─ cursor.yaml (shared)
|
|
482
|
-
│ │ └─ windsurf.yaml (shared)
|
|
483
|
-
│ └─ agents/
|
|
484
|
-
│ ├─ pm.customize.yaml (personal - not in submodule)
|
|
485
|
-
│ └─ architect.customize.yaml (personal - not in submodule)
|
|
486
|
-
└─ .claude/
|
|
487
|
-
└─ commands/ (generated, IDE-specific)
|
|
353
|
+
Benefit: Minimal coordination, epic-level ownership, clear boundaries
|
|
488
354
|
```
|
|
489
355
|
|
|
490
|
-
**Each developer:**
|
|
491
|
-
|
|
492
|
-
- Uses submodule for core BMM content
|
|
493
|
-
- Personalizes IDE-specific configurations locally
|
|
494
|
-
- Optionally shares improvements back to submodule
|
|
495
|
-
|
|
496
356
|
---
|
|
497
357
|
|
|
498
|
-
##
|
|
358
|
+
## Work Distribution Strategies
|
|
499
359
|
|
|
500
|
-
###
|
|
360
|
+
### Strategy 1: Epic-Based (Recommended)
|
|
501
361
|
|
|
502
|
-
**
|
|
362
|
+
**Best for:** 2-10 developers
|
|
503
363
|
|
|
504
|
-
|
|
505
|
-
# After PRD + Architecture complete
|
|
506
|
-
# Team lead or PM reviews epics
|
|
364
|
+
**Approach:** Each developer owns complete epics, works sequentially through stories
|
|
507
365
|
|
|
508
|
-
|
|
366
|
+
**Example:**
|
|
367
|
+
|
|
368
|
+
```yaml
|
|
509
369
|
epics:
|
|
510
370
|
- id: epic-1
|
|
511
371
|
title: Payment Processing
|
|
512
|
-
owner:
|
|
372
|
+
owner: alice
|
|
513
373
|
stories: 8
|
|
374
|
+
estimate: 2 days
|
|
375
|
+
|
|
514
376
|
- id: epic-2
|
|
515
377
|
title: User Dashboard
|
|
516
|
-
owner:
|
|
378
|
+
owner: bob
|
|
517
379
|
stories: 12
|
|
380
|
+
estimate: 3 days
|
|
518
381
|
```
|
|
519
382
|
|
|
520
|
-
**
|
|
383
|
+
**Benefits:** Clear ownership, minimal conflicts, epic cohesion, reduced coordination
|
|
521
384
|
|
|
522
|
-
|
|
523
|
-
2. Assign epics to developers based on expertise/capacity
|
|
524
|
-
3. Identify any epic dependencies (must be sequential)
|
|
525
|
-
4. Update sprint-status.yaml with assignments
|
|
385
|
+
### Strategy 2: Layer-Based
|
|
526
386
|
|
|
527
|
-
**
|
|
387
|
+
**Best for:** Full-stack apps, specialized teams
|
|
528
388
|
|
|
529
|
-
|
|
530
|
-
epics:
|
|
531
|
-
- id: epic-1
|
|
532
|
-
title: Payment Processing
|
|
533
|
-
owner: alice
|
|
534
|
-
dependencies: []
|
|
389
|
+
**Example:**
|
|
535
390
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
dependencies: [epic-1] # Needs payment API
|
|
391
|
+
```
|
|
392
|
+
Frontend Dev: Epic 1 (Product Catalog UI), Epic 3 (Cart UI)
|
|
393
|
+
Backend Dev: Epic 2 (Product API), Epic 4 (Cart Service)
|
|
540
394
|
```
|
|
541
395
|
|
|
542
|
-
|
|
396
|
+
**Benefits:** Developers in expertise area, true parallel work, clear API contracts
|
|
543
397
|
|
|
544
|
-
**
|
|
398
|
+
**Requirements:** Strong architecture phase, clear API contracts upfront
|
|
545
399
|
|
|
546
|
-
|
|
547
|
-
# 1. Check epic status
|
|
548
|
-
cat docs/sprint-status.yaml
|
|
400
|
+
### Strategy 3: Feature-Based
|
|
549
401
|
|
|
550
|
-
|
|
551
|
-
# Creates epic-specific technical guidance
|
|
402
|
+
**Best for:** Large teams (10+ developers)
|
|
552
403
|
|
|
553
|
-
|
|
554
|
-
# Creates next story in epic
|
|
404
|
+
**Example:**
|
|
555
405
|
|
|
556
|
-
|
|
557
|
-
|
|
406
|
+
```
|
|
407
|
+
Team A (2 devs): Payments feature (4 epics)
|
|
408
|
+
Team B (2 devs): User Management feature (3 epics)
|
|
409
|
+
Team C (2 devs): Analytics feature (3 epics)
|
|
410
|
+
```
|
|
411
|
+
|
|
412
|
+
**Benefits:** Feature team autonomy, domain expertise, scalable to large orgs
|
|
558
413
|
|
|
559
|
-
|
|
560
|
-
# Implement story (30min - 4hrs)
|
|
414
|
+
---
|
|
561
415
|
|
|
562
|
-
|
|
563
|
-
# Review implementation
|
|
416
|
+
## Enterprise Configuration with Git Submodules
|
|
564
417
|
|
|
565
|
-
|
|
566
|
-
# Mark complete, advance queue
|
|
418
|
+
### The Challenge
|
|
567
419
|
|
|
568
|
-
|
|
420
|
+
**Problem:** Teams customize BMad (agents, workflows, configs) but don't want personal tooling in main repo.
|
|
569
421
|
|
|
570
|
-
|
|
571
|
-
# Epic retrospective
|
|
572
|
-
```
|
|
422
|
+
**Anti-pattern:** Adding `bmad/` to `.gitignore` breaks IDE tools, submodule management.
|
|
573
423
|
|
|
574
|
-
|
|
424
|
+
### The Solution: Git Submodules
|
|
575
425
|
|
|
576
|
-
|
|
577
|
-
- Push code at epic boundaries or daily
|
|
578
|
-
- Minimal coordination needed
|
|
426
|
+
**Benefits:**
|
|
579
427
|
|
|
580
|
-
|
|
428
|
+
- BMad exists in project but tracked separately
|
|
429
|
+
- Each developer controls their own BMad version/config
|
|
430
|
+
- Optional team config sharing via submodule repo
|
|
431
|
+
- IDE tools maintain proper context
|
|
581
432
|
|
|
582
|
-
|
|
433
|
+
### Setup (New Projects)
|
|
583
434
|
|
|
584
|
-
**
|
|
435
|
+
**1. Create optional team config repo:**
|
|
585
436
|
|
|
586
437
|
```bash
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
# "Epic 1 complete - payment API ready at /api/payments/*"
|
|
438
|
+
git init bmm-config
|
|
439
|
+
cd bmm-config
|
|
440
|
+
npx bmad-method install
|
|
441
|
+
# Customize for team standards
|
|
442
|
+
git commit -m "Team BMM config"
|
|
443
|
+
git push origin main
|
|
594
444
|
```
|
|
595
445
|
|
|
596
|
-
**
|
|
446
|
+
**2. Add submodule to project:**
|
|
597
447
|
|
|
598
448
|
```bash
|
|
599
|
-
|
|
600
|
-
git
|
|
601
|
-
|
|
602
|
-
# Runs epic-tech-context with updated codebase
|
|
603
|
-
# Context now includes Alice's payment API
|
|
604
|
-
|
|
605
|
-
# Proceeds with stories
|
|
449
|
+
cd /path/to/your-project
|
|
450
|
+
git submodule add https://github.com/your-org/bmm-config.git bmad
|
|
451
|
+
git commit -m "Add BMM as submodule"
|
|
606
452
|
```
|
|
607
453
|
|
|
608
|
-
|
|
454
|
+
**3. Team members initialize:**
|
|
609
455
|
|
|
610
|
-
|
|
456
|
+
```bash
|
|
457
|
+
git clone https://github.com/your-org/your-project.git
|
|
458
|
+
cd your-project
|
|
459
|
+
git submodule update --init --recursive
|
|
460
|
+
# Make personal customizations in bmad/
|
|
461
|
+
```
|
|
611
462
|
|
|
612
|
-
|
|
463
|
+
### Daily Workflow
|
|
613
464
|
|
|
614
|
-
|
|
615
|
-
- Opens PR for epic
|
|
616
|
-
- Team reviews full epic implementation
|
|
617
|
-
- Faster, maintains epic cohesion
|
|
465
|
+
**Work in main project:**
|
|
618
466
|
|
|
619
|
-
|
|
467
|
+
```bash
|
|
468
|
+
cd /path/to/your-project
|
|
469
|
+
# BMad available at ./bmad/, load agents normally
|
|
470
|
+
```
|
|
620
471
|
|
|
621
|
-
|
|
622
|
-
- Opens PR per story or after N stories
|
|
623
|
-
- More granular feedback
|
|
624
|
-
- Better for learning teams
|
|
472
|
+
**Update personal config:**
|
|
625
473
|
|
|
626
|
-
|
|
474
|
+
```bash
|
|
475
|
+
cd bmad
|
|
476
|
+
# Make changes, commit locally, don't push unless sharing
|
|
477
|
+
```
|
|
627
478
|
|
|
628
|
-
|
|
479
|
+
**Update to latest team config:**
|
|
629
480
|
|
|
630
|
-
|
|
481
|
+
```bash
|
|
482
|
+
cd bmad
|
|
483
|
+
git pull origin main
|
|
484
|
+
```
|
|
631
485
|
|
|
632
|
-
###
|
|
486
|
+
### Configuration Strategies
|
|
633
487
|
|
|
634
|
-
**
|
|
488
|
+
**Option 1: Fully Personal** - No submodule, each dev installs independently, use `.gitignore`
|
|
635
489
|
|
|
636
|
-
-
|
|
637
|
-
- Developer owns epic from context → stories → implementation → retrospective
|
|
638
|
-
- Clear epic boundaries minimize conflicts
|
|
490
|
+
**Option 2: Team Baseline + Personal** - Submodule has team standards, devs add personal customizations locally
|
|
639
491
|
|
|
640
|
-
**
|
|
492
|
+
**Option 3: Full Team Sharing** - All configs in submodule, team collaborates on improvements
|
|
641
493
|
|
|
642
|
-
|
|
643
|
-
- Reassign epics mid-implementation (context loss)
|
|
494
|
+
---
|
|
644
495
|
|
|
645
|
-
|
|
496
|
+
## Best Practices
|
|
646
497
|
|
|
647
|
-
|
|
498
|
+
### 1. Epic Ownership
|
|
648
499
|
|
|
649
|
-
-
|
|
650
|
-
-
|
|
651
|
-
- Complete prerequisite epics before starting dependent ones
|
|
652
|
-
- Use feature flags if parallel work needed
|
|
500
|
+
- **Do:** Assign entire epic to one developer (context → implementation → retro)
|
|
501
|
+
- **Don't:** Split epics across multiple developers (coordination overhead, context loss)
|
|
653
502
|
|
|
654
|
-
|
|
503
|
+
### 2. Dependency Management
|
|
655
504
|
|
|
656
|
-
-
|
|
657
|
-
- Start dependent epic before prerequisite ready
|
|
658
|
-
- Change API contracts without team coordination
|
|
505
|
+
- **Do:** Identify epic dependencies in planning, document API contracts, complete prerequisites first
|
|
506
|
+
- **Don't:** Start dependent epic before prerequisite ready, change API contracts without coordination
|
|
659
507
|
|
|
660
508
|
### 3. Communication Cadence
|
|
661
509
|
|
|
662
|
-
**Traditional
|
|
510
|
+
**Traditional:** Daily standups essential
|
|
511
|
+
**Agentic:** Lighter coordination
|
|
663
512
|
|
|
664
|
-
**
|
|
513
|
+
**Recommended:**
|
|
665
514
|
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
-
|
|
669
|
-
-
|
|
670
|
-
- **Epic completion sync:** Brief demo, integration discussion
|
|
671
|
-
- **Sprint retro:** After all epics complete
|
|
515
|
+
- Daily async updates ("Epic 1, 60% complete, no blockers")
|
|
516
|
+
- Twice-weekly 15min sync
|
|
517
|
+
- Epic completion demos
|
|
518
|
+
- Sprint retro after all epics complete
|
|
672
519
|
|
|
673
520
|
### 4. Branch Strategy
|
|
674
521
|
|
|
675
|
-
**Feature branches per epic:**
|
|
676
|
-
|
|
677
522
|
```bash
|
|
678
|
-
# Each developer works on epic branch
|
|
679
523
|
feature/epic-1-payment-processing (Alice)
|
|
680
524
|
feature/epic-2-user-dashboard (Bob)
|
|
681
525
|
feature/epic-3-admin-panel (Carol)
|
|
682
526
|
|
|
683
527
|
# PR and merge when epic complete
|
|
684
|
-
# Or: commit per story, PR at epic completion
|
|
685
528
|
```
|
|
686
529
|
|
|
687
|
-
**Benefits:**
|
|
688
|
-
|
|
689
|
-
- Clean separation of work
|
|
690
|
-
- Easy to review epic as unit
|
|
691
|
-
- Simple rollback if needed
|
|
692
|
-
|
|
693
530
|
### 5. Testing Strategy
|
|
694
531
|
|
|
695
|
-
**Story-level:**
|
|
696
|
-
|
|
697
|
-
-
|
|
698
|
-
- Agent writes tests during dev-story
|
|
699
|
-
|
|
700
|
-
**Epic-level:**
|
|
701
|
-
|
|
702
|
-
- Integration tests across epic stories
|
|
703
|
-
- Create "Epic Integration Testing" story at epic end
|
|
704
|
-
|
|
705
|
-
**Project-level:**
|
|
706
|
-
|
|
707
|
-
- E2E tests after multiple epics complete
|
|
708
|
-
- Can be separate epic: "E2E Test Suite"
|
|
532
|
+
- **Story-level:** Unit tests (DoD requirement, written by agent during dev-story)
|
|
533
|
+
- **Epic-level:** Integration tests across stories
|
|
534
|
+
- **Project-level:** E2E tests after multiple epics complete
|
|
709
535
|
|
|
710
536
|
### 6. Documentation Updates
|
|
711
537
|
|
|
712
|
-
**Real-time
|
|
713
|
-
|
|
714
|
-
-
|
|
715
|
-
- Story files - Updated by agents during implementation
|
|
716
|
-
|
|
717
|
-
**Epic completion:**
|
|
718
|
-
|
|
719
|
-
- Architecture docs - Update if epic changed architecture
|
|
720
|
-
- API docs - Update if epic added/modified APIs
|
|
721
|
-
- README - Update if epic affects setup/usage
|
|
722
|
-
|
|
723
|
-
**Sprint completion:**
|
|
724
|
-
|
|
725
|
-
- Retrospective insights incorporated
|
|
726
|
-
- Lessons learned documented
|
|
727
|
-
|
|
728
|
-
### 7. Submodule Maintenance
|
|
729
|
-
|
|
730
|
-
**Weekly:**
|
|
731
|
-
|
|
732
|
-
- Check for BMM updates (if using official as submodule)
|
|
733
|
-
- Pull team configuration changes (if using team config)
|
|
734
|
-
|
|
735
|
-
**Monthly:**
|
|
736
|
-
|
|
737
|
-
- Review customizations (are they still needed?)
|
|
738
|
-
- Share useful customizations with team
|
|
739
|
-
- Clean up unused configurations
|
|
740
|
-
|
|
741
|
-
**Per project:**
|
|
742
|
-
|
|
743
|
-
- Initialize submodule for new team members
|
|
744
|
-
- Document any project-specific BMM configurations
|
|
745
|
-
|
|
746
|
-
### 8. Handling Conflicts
|
|
747
|
-
|
|
748
|
-
**Scenario:** Two epics modify same file
|
|
749
|
-
|
|
750
|
-
**Prevention:**
|
|
751
|
-
|
|
752
|
-
- Architecture phase should identify shared code
|
|
753
|
-
- Create "shared component" epic that runs first
|
|
754
|
-
- Or: use feature flags and modular design
|
|
755
|
-
|
|
756
|
-
**Resolution:**
|
|
757
|
-
|
|
758
|
-
```bash
|
|
759
|
-
# Epic 1 complete, merged to main
|
|
760
|
-
# Epic 2 encounters conflict
|
|
761
|
-
|
|
762
|
-
# Developer updates branch
|
|
763
|
-
git checkout feature/epic-2
|
|
764
|
-
git merge main
|
|
765
|
-
# Resolve conflicts manually
|
|
766
|
-
# Re-run affected story tests
|
|
767
|
-
git add .
|
|
768
|
-
git commit -m "Merge main, resolve conflicts"
|
|
769
|
-
```
|
|
770
|
-
|
|
771
|
-
### 9. Scaling to Large Teams
|
|
772
|
-
|
|
773
|
-
**10-20 developers:**
|
|
774
|
-
|
|
775
|
-
- Organize into feature pods (2-4 devs per pod)
|
|
776
|
-
- Each pod owns related epics
|
|
777
|
-
- Pod-level coordination, minimal cross-pod
|
|
778
|
-
|
|
779
|
-
**20+ developers:**
|
|
780
|
-
|
|
781
|
-
- Multiple product areas
|
|
782
|
-
- Each area has own PRD, architecture
|
|
783
|
-
- Areas can work fully independently
|
|
784
|
-
- Quarterly integration points
|
|
785
|
-
|
|
786
|
-
**100+ developers:**
|
|
787
|
-
|
|
788
|
-
- Multiple products/services
|
|
789
|
-
- Each uses BMM independently
|
|
790
|
-
- Shared component teams provide APIs
|
|
791
|
-
- Microservices architecture essential
|
|
538
|
+
- **Real-time:** `sprint-status.yaml` updated by workflows
|
|
539
|
+
- **Epic completion:** Update architecture docs, API docs, README if changed
|
|
540
|
+
- **Sprint completion:** Incorporate retrospective insights
|
|
792
541
|
|
|
793
|
-
###
|
|
542
|
+
### 7. Metrics (Different from Traditional)
|
|
794
543
|
|
|
795
|
-
**
|
|
796
|
-
|
|
797
|
-
**Traditional metrics:**
|
|
798
|
-
|
|
799
|
-
- Story points per sprint (team)
|
|
800
|
-
- Velocity trends
|
|
801
|
-
- Burndown charts
|
|
802
|
-
|
|
803
|
-
**Agentic metrics:**
|
|
804
|
-
|
|
805
|
-
- Epics per week (per developer)
|
|
806
|
-
- Stories per day (per developer)
|
|
807
|
-
- Time to epic completion
|
|
808
|
-
- Code quality metrics (test coverage, review findings)
|
|
544
|
+
**Traditional:** Story points per sprint, burndown charts
|
|
545
|
+
**Agentic:** Epics per week, stories per day, time to epic completion
|
|
809
546
|
|
|
810
547
|
**Example velocity:**
|
|
811
548
|
|
|
@@ -817,126 +554,51 @@ git commit -m "Merge main, resolve conflicts"
|
|
|
817
554
|
|
|
818
555
|
## Common Scenarios
|
|
819
556
|
|
|
820
|
-
### Scenario 1: Startup (2
|
|
557
|
+
### Scenario 1: Startup (2 Developers)
|
|
821
558
|
|
|
822
559
|
**Project:** SaaS MVP (Level 3)
|
|
823
560
|
|
|
824
|
-
**Team:**
|
|
825
|
-
|
|
826
|
-
- Developer A (Full-stack, tech lead)
|
|
827
|
-
- Developer B (Full-stack)
|
|
828
|
-
|
|
829
561
|
**Distribution:**
|
|
830
562
|
|
|
831
563
|
```
|
|
832
564
|
Developer A:
|
|
833
|
-
├─ Epic 1: Authentication
|
|
565
|
+
├─ Epic 1: Authentication (3 days)
|
|
834
566
|
├─ Epic 3: Payment Integration (2 days)
|
|
835
567
|
└─ Epic 5: Admin Dashboard (3 days)
|
|
836
568
|
|
|
837
569
|
Developer B:
|
|
838
570
|
├─ Epic 2: Core Product Features (4 days)
|
|
839
|
-
├─ Epic 4: Analytics
|
|
840
|
-
└─ Epic 6:
|
|
571
|
+
├─ Epic 4: Analytics (3 days)
|
|
572
|
+
└─ Epic 6: Notifications (2 days)
|
|
841
573
|
|
|
842
|
-
Total: ~2 weeks
|
|
843
|
-
Traditional estimate: 3-4 months
|
|
574
|
+
Total: ~2 weeks
|
|
575
|
+
Traditional estimate: 3-4 months
|
|
844
576
|
```
|
|
845
577
|
|
|
846
|
-
**
|
|
847
|
-
|
|
848
|
-
- Daily async Slack updates
|
|
849
|
-
- Weekly 30min sync call
|
|
850
|
-
- Epic completion demos
|
|
851
|
-
- Shared docs/sprint-status.yaml in main repo
|
|
578
|
+
**BMM Setup:** Direct installation, both use Claude Code, minimal customization
|
|
852
579
|
|
|
853
|
-
|
|
580
|
+
### Scenario 2: Mid-Size Team (8 Developers)
|
|
854
581
|
|
|
855
|
-
|
|
856
|
-
- Both use Claude Code
|
|
857
|
-
- Minimal customization needed
|
|
858
|
-
|
|
859
|
-
---
|
|
860
|
-
|
|
861
|
-
### Scenario 2: Mid-Size Team (8-10 developers)
|
|
862
|
-
|
|
863
|
-
**Project:** Enterprise Platform Enhancement (Level 4)
|
|
864
|
-
|
|
865
|
-
**Team:**
|
|
866
|
-
|
|
867
|
-
- 2 Backend developers
|
|
868
|
-
- 2 Frontend developers
|
|
869
|
-
- 2 Full-stack developers
|
|
870
|
-
- 1 DevOps engineer
|
|
871
|
-
- 1 QA engineer (E2E testing epic)
|
|
582
|
+
**Project:** Enterprise Platform (Level 4)
|
|
872
583
|
|
|
873
584
|
**Distribution (Layer-Based):**
|
|
874
585
|
|
|
875
586
|
```
|
|
876
|
-
Backend
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
Developer 2:
|
|
883
|
-
├─ Epic 2: User Management API (3 days)
|
|
884
|
-
├─ Epic 4: Analytics API (3 days)
|
|
885
|
-
└─ Epic 6: Admin API (2 days)
|
|
886
|
-
|
|
887
|
-
Frontend Team:
|
|
888
|
-
Developer 3:
|
|
889
|
-
├─ Epic 7: Payment UI (2 days)
|
|
890
|
-
├─ Epic 9: Subscription Dashboard (3 days)
|
|
891
|
-
└─ Epic 11: User Settings (2 days)
|
|
892
|
-
|
|
893
|
-
Developer 4:
|
|
894
|
-
├─ Epic 8: Analytics Dashboard (3 days)
|
|
895
|
-
├─ Epic 10: Admin Panel (3 days)
|
|
896
|
-
└─ Epic 12: Notification Center (2 days)
|
|
897
|
-
|
|
898
|
-
Full-Stack Team:
|
|
899
|
-
Developer 5:
|
|
900
|
-
├─ Epic 13: Real-time Features (4 days)
|
|
901
|
-
└─ Epic 15: Search System (3 days)
|
|
902
|
-
|
|
903
|
-
Developer 6:
|
|
904
|
-
├─ Epic 14: Reporting Engine (4 days)
|
|
905
|
-
└─ Epic 16: Export Functionality (3 days)
|
|
906
|
-
|
|
907
|
-
DevOps:
|
|
908
|
-
Developer 7:
|
|
909
|
-
├─ Epic 17: CI/CD Pipeline (3 days)
|
|
910
|
-
├─ Epic 18: Monitoring & Alerts (2 days)
|
|
911
|
-
└─ Epic 19: Performance Optimization (3 days)
|
|
912
|
-
|
|
913
|
-
QA:
|
|
914
|
-
Developer 8:
|
|
915
|
-
└─ Epic 20: E2E Test Suite (5 days, after others complete)
|
|
916
|
-
|
|
917
|
-
Total: ~3 weeks with parallel work
|
|
918
|
-
Traditional estimate: 9-12 months with same team
|
|
919
|
-
```
|
|
587
|
+
Backend (2 devs): 6 API epics
|
|
588
|
+
Frontend (2 devs): 6 UI epics
|
|
589
|
+
Full-stack (2 devs): 4 integration epics
|
|
590
|
+
DevOps (1 dev): 3 infrastructure epics
|
|
591
|
+
QA (1 dev): 1 E2E testing epic
|
|
920
592
|
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
- Async daily updates in Slack
|
|
925
|
-
- Epic completion PRs reviewed by tech lead
|
|
926
|
-
- Weekly integration testing
|
|
927
|
-
|
|
928
|
-
**BMM Setup:**
|
|
929
|
-
|
|
930
|
-
- Git submodule approach
|
|
931
|
-
- Team config repo with shared baselines
|
|
932
|
-
- Personal customizations local only
|
|
933
|
-
- Mix of Claude Code, Cursor users
|
|
593
|
+
Total: ~3 weeks
|
|
594
|
+
Traditional estimate: 9-12 months
|
|
595
|
+
```
|
|
934
596
|
|
|
935
|
-
|
|
597
|
+
**BMM Setup:** Git submodule, team config repo, mix of Claude Code/Cursor users
|
|
936
598
|
|
|
937
|
-
### Scenario 3: Large Enterprise (50+
|
|
599
|
+
### Scenario 3: Large Enterprise (50+ Developers)
|
|
938
600
|
|
|
939
|
-
**Project:** Multi-Product Platform
|
|
601
|
+
**Project:** Multi-Product Platform
|
|
940
602
|
|
|
941
603
|
**Organization:**
|
|
942
604
|
|
|
@@ -947,94 +609,72 @@ Traditional estimate: 9-12 months with same team
|
|
|
947
609
|
**Distribution (Feature-Based):**
|
|
948
610
|
|
|
949
611
|
```
|
|
950
|
-
Product Team A: Payments
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
Product Team
|
|
955
|
-
├─ 12 epics across 10 developers
|
|
956
|
-
└─ 2-week delivery
|
|
612
|
+
Product Team A: Payments (10 epics, 2 weeks)
|
|
613
|
+
Product Team B: User Mgmt (12 epics, 2 weeks)
|
|
614
|
+
Product Team C: Analytics (8 epics, 1.5 weeks)
|
|
615
|
+
Product Team D: Admin Tools (10 epics, 2 weeks)
|
|
616
|
+
Product Team E: Mobile (15 epics, 3 weeks)
|
|
957
617
|
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
└─ 1.5-week delivery
|
|
618
|
+
Platform Team: Shared Services (continuous)
|
|
619
|
+
Infrastructure Team: DevOps (continuous)
|
|
961
620
|
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
Product Team E: Mobile Apps
|
|
967
|
-
├─ 15 epics across 10 developers
|
|
968
|
-
└─ 3-week delivery
|
|
621
|
+
Total: 3-4 months
|
|
622
|
+
Traditional estimate: 2-3 years
|
|
623
|
+
```
|
|
969
624
|
|
|
970
|
-
|
|
971
|
-
├─ 15 epics across 10 developers
|
|
972
|
-
└─ Continuous delivery
|
|
625
|
+
**BMM Setup:** Each team has own submodule config, org-wide base config, variety of IDE tools
|
|
973
626
|
|
|
974
|
-
|
|
975
|
-
├─ 8 epics across 5 developers
|
|
976
|
-
└─ Continuous delivery
|
|
977
|
-
```
|
|
627
|
+
---
|
|
978
628
|
|
|
979
|
-
|
|
629
|
+
## Summary
|
|
980
630
|
|
|
981
|
-
|
|
982
|
-
- Platform team provides APIs, runs 1 week ahead
|
|
983
|
-
- Quarterly integration milestones
|
|
984
|
-
- Automated testing & deployment
|
|
631
|
+
### Key Transformation
|
|
985
632
|
|
|
986
|
-
**
|
|
633
|
+
**Work Unit Changed:**
|
|
987
634
|
|
|
988
|
-
-
|
|
989
|
-
-
|
|
990
|
-
- Team-specific customizations in team repos
|
|
991
|
-
- Variety of IDE tools (Claude Code, Cursor, Windsurf, VS Code + extensions)
|
|
635
|
+
- **Old:** Story = unit of work assignment
|
|
636
|
+
- **New:** Epic = unit of work assignment
|
|
992
637
|
|
|
993
|
-
**
|
|
994
|
-
**Agentic delivery:** 3-4 months
|
|
638
|
+
**Why:** AI agents collapse story duration (days → hours), making epic ownership practical.
|
|
995
639
|
|
|
996
|
-
|
|
640
|
+
### Velocity Impact
|
|
997
641
|
|
|
998
|
-
|
|
642
|
+
- **Traditional:** Months for epic delivery, heavy coordination
|
|
643
|
+
- **Agentic:** Days for epic delivery, minimal coordination
|
|
644
|
+
- **Result:** 10-50× productivity gains
|
|
999
645
|
|
|
1000
|
-
###
|
|
646
|
+
### PM/UX Evolution
|
|
1001
647
|
|
|
1002
|
-
|
|
1003
|
-
2. **Velocity transformation** - What took months now takes days
|
|
1004
|
-
3. **Team scaling** - Smaller teams can deliver enterprise-scale projects
|
|
1005
|
-
4. **Git submodules** - Best practice for enterprise BMM management
|
|
1006
|
-
5. **Reduced coordination** - Epic ownership minimizes coordination overhead
|
|
1007
|
-
6. **Layer splitting viable** - Frontend/backend epic splits work well at high velocity
|
|
1008
|
-
7. **Tool flexibility** - Teams can use different AI tools with same BMM foundation
|
|
648
|
+
**BMad Method enables:**
|
|
1009
649
|
|
|
1010
|
-
|
|
650
|
+
- PMs to write AI-executable PRDs
|
|
651
|
+
- UX designers to validate through working prototypes
|
|
652
|
+
- Technical fluency without CS degrees
|
|
653
|
+
- Orchestration of cloud AI agent teams
|
|
654
|
+
- Career evolution to Full-Stack Product Lead
|
|
1011
655
|
|
|
1012
|
-
|
|
656
|
+
### Enterprise Adoption
|
|
1013
657
|
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
-
|
|
1017
|
-
- Months for epic delivery
|
|
658
|
+
**Git submodules:** Best practice for BMM management across teams
|
|
659
|
+
**Team flexibility:** Mix of tools (Claude Code, Cursor, Windsurf) with shared BMM foundation
|
|
660
|
+
**Scalable patterns:** Epic-based, layer-based, feature-based distribution strategies
|
|
1018
661
|
|
|
1019
|
-
|
|
662
|
+
### The Future (2026)
|
|
1020
663
|
|
|
1021
|
-
-
|
|
1022
|
-
- One developer per epic
|
|
1023
|
-
- Minimal coordination
|
|
1024
|
-
- Days for epic delivery
|
|
664
|
+
PMs write BMad PRDs → Stories auto-fed to cloud AI agents → Parallel implementation → Human review of PRs → Continuous deployment
|
|
1025
665
|
|
|
1026
|
-
**
|
|
666
|
+
**The future isn't AI replacing PMs—it's AI-augmented PMs becoming 10× more powerful.**
|
|
1027
667
|
|
|
1028
668
|
---
|
|
1029
669
|
|
|
1030
670
|
## Related Documentation
|
|
1031
671
|
|
|
1032
|
-
-
|
|
1033
|
-
-
|
|
1034
|
-
-
|
|
1035
|
-
-
|
|
1036
|
-
-
|
|
672
|
+
- [FAQ](./faq.md) - Common questions
|
|
673
|
+
- [Scale Adaptive System](./scale-adaptive-system.md) - Project levels explained
|
|
674
|
+
- [Quick Start Guide](./quick-start.md) - Getting started
|
|
675
|
+
- [Workflow Documentation](./README.md#-workflow-guides) - Complete workflow reference
|
|
676
|
+
- [Agents Guide](./agents-guide.md) - Understanding BMad agents
|
|
1037
677
|
|
|
1038
678
|
---
|
|
1039
679
|
|
|
1040
|
-
|
|
680
|
+
_BMad Method fundamentally changes how PMs work, how teams structure work, and how products get built. Understanding these patterns is essential for enterprise success in the age of AI agents._
|