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
package/bmad/bmm/README.md
CHANGED
|
@@ -2,168 +2,127 @@
|
|
|
2
2
|
|
|
3
3
|
Core orchestration system for AI-driven agile development, providing comprehensive lifecycle management through specialized agents and workflows.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- [Essential Reading](#essential-reading)
|
|
8
|
-
- [Documentation](#documentation)
|
|
9
|
-
- [Module Structure](#module-structure)
|
|
10
|
-
- [Quick Start](#quick-start)
|
|
11
|
-
- [Key Concepts](#key-concepts)
|
|
12
|
-
- [Scale Levels](#scale-levels)
|
|
13
|
-
- [Story Lifecycle](#story-lifecycle)
|
|
14
|
-
- [Best Practices](#best-practices)
|
|
15
|
-
|
|
16
|
-
## Essential Reading
|
|
17
|
-
|
|
18
|
-
**[📖 BMM v6 Workflows Guide](./workflows/README.md)** - Required reading before using BMM. Explains the revolutionary workflow system and component integration.
|
|
19
|
-
|
|
20
|
-
## Documentation
|
|
21
|
-
|
|
22
|
-
All BMM-specific documentation is organized in the `docs/` folder:
|
|
23
|
-
|
|
24
|
-
### Getting Started
|
|
25
|
-
|
|
26
|
-
- **[Quick Start Guide](./docs/quick-start.md)** - Step-by-step guide to building your first project with BMM
|
|
27
|
-
- **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Rapid Level 0-1 development for bug fixes and small features
|
|
28
|
-
|
|
29
|
-
### Core Concepts
|
|
30
|
-
|
|
31
|
-
- **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Understanding BMad Method's 5-level system (Level 0-4)
|
|
32
|
-
- **[Brownfield Guide](./docs/brownfield-guide.md)** - Guidance for working with existing codebases
|
|
33
|
-
|
|
34
|
-
### Workflows & Reference
|
|
35
|
-
|
|
36
|
-
- **[Workflows Guide](./workflows/README.md)** - Complete v6 workflow system (ESSENTIAL)
|
|
37
|
-
- **[Test Architect Guide](./testarch/README.md)** - Testing strategy and quality assurance
|
|
5
|
+
---
|
|
38
6
|
|
|
39
|
-
##
|
|
7
|
+
## 📚 Complete Documentation
|
|
40
8
|
|
|
41
|
-
|
|
9
|
+
👉 **[BMM Documentation Hub](./docs/README.md)** - Start here for complete guides, tutorials, and references
|
|
42
10
|
|
|
43
|
-
**
|
|
11
|
+
**Quick Links:**
|
|
44
12
|
|
|
45
|
-
- **
|
|
46
|
-
- **
|
|
47
|
-
- **
|
|
48
|
-
- **
|
|
49
|
-
- **
|
|
50
|
-
- **TEA** - Test Architect for quality assurance
|
|
51
|
-
- **UX** - User experience design
|
|
13
|
+
- **[Quick Start Guide](./docs/quick-start.md)** - New to BMM? Start here (15 min)
|
|
14
|
+
- **[Agents Guide](./docs/agents-guide.md)** - Meet your 12 specialized AI agents (45 min)
|
|
15
|
+
- **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - How BMM adapts to project size (42 min)
|
|
16
|
+
- **[FAQ](./docs/faq.md)** - Quick answers to common questions
|
|
17
|
+
- **[Glossary](./docs/glossary.md)** - Key terminology reference
|
|
52
18
|
|
|
53
|
-
|
|
19
|
+
---
|
|
54
20
|
|
|
55
|
-
|
|
56
|
-
- **Game Developer** - Game-specific implementation
|
|
57
|
-
- **Game Architect** - Game systems and infrastructure
|
|
21
|
+
## 🏗️ Module Structure
|
|
58
22
|
|
|
59
|
-
|
|
23
|
+
This module contains:
|
|
60
24
|
|
|
61
|
-
|
|
25
|
+
```
|
|
26
|
+
bmm/
|
|
27
|
+
├── agents/ # 12 specialized AI agents (PM, Architect, SM, DEV, TEA, etc.)
|
|
28
|
+
├── workflows/ # 34 workflows across 4 phases + testing
|
|
29
|
+
├── teams/ # Pre-configured agent groups
|
|
30
|
+
├── tasks/ # Atomic work units
|
|
31
|
+
├── testarch/ # Comprehensive testing infrastructure
|
|
32
|
+
└── docs/ # Complete user documentation
|
|
33
|
+
```
|
|
62
34
|
|
|
63
|
-
|
|
35
|
+
### Agent Roster
|
|
64
36
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
37
|
+
**Core Development:** PM, Analyst, Architect, SM, DEV, TEA, UX Designer, Technical Writer
|
|
38
|
+
**Game Development:** Game Designer, Game Developer, Game Architect
|
|
39
|
+
**Orchestration:** BMad Master (from Core)
|
|
68
40
|
|
|
69
|
-
|
|
41
|
+
👉 **[Full Agents Guide](./docs/agents-guide.md)** - Roles, workflows, and when to use each agent
|
|
70
42
|
|
|
71
|
-
|
|
72
|
-
- Routes to appropriate documentation level
|
|
43
|
+
### Workflow Phases
|
|
73
44
|
|
|
74
|
-
**
|
|
45
|
+
**Phase 0:** Documentation (brownfield only)
|
|
46
|
+
**Phase 1:** Analysis (optional) - 5 workflows
|
|
47
|
+
**Phase 2:** Planning (required) - 6 workflows
|
|
48
|
+
**Phase 3:** Solutioning (Level 3-4) - 2 workflows
|
|
49
|
+
**Phase 4:** Implementation (iterative) - 10 workflows
|
|
50
|
+
**Testing:** Quality assurance (parallel) - 9 workflows
|
|
75
51
|
|
|
76
|
-
|
|
77
|
-
- `tech-spec` - Epic technical specifications
|
|
52
|
+
👉 **[Workflow Guides](./docs/README.md#-workflow-guides)** - Detailed documentation for each phase
|
|
78
53
|
|
|
79
|
-
|
|
54
|
+
---
|
|
80
55
|
|
|
81
|
-
|
|
82
|
-
- `story-context` - Inject expertise
|
|
83
|
-
- `dev-story` - Implement
|
|
84
|
-
- `code-review` - Validate quality
|
|
56
|
+
## 🚀 Getting Started
|
|
85
57
|
|
|
86
|
-
|
|
58
|
+
**New Project:**
|
|
87
59
|
|
|
88
|
-
|
|
60
|
+
```bash
|
|
61
|
+
# Install BMM
|
|
62
|
+
npx bmad-method@alpha install
|
|
89
63
|
|
|
90
|
-
|
|
64
|
+
# Load Analyst agent in your IDE, then:
|
|
65
|
+
*workflow-init
|
|
66
|
+
```
|
|
91
67
|
|
|
92
|
-
|
|
68
|
+
**Existing Project (Brownfield):**
|
|
93
69
|
|
|
94
|
-
|
|
70
|
+
```bash
|
|
71
|
+
# Document your codebase first
|
|
72
|
+
*document-project
|
|
95
73
|
|
|
96
|
-
|
|
74
|
+
# Then initialize
|
|
75
|
+
*workflow-init
|
|
76
|
+
```
|
|
97
77
|
|
|
98
|
-
|
|
78
|
+
👉 **[Quick Start Guide](./docs/quick-start.md)** - Complete setup and first project walkthrough
|
|
99
79
|
|
|
100
|
-
|
|
101
|
-
2. **Wait for menu** to appear
|
|
102
|
-
3. **Run workflow:**
|
|
103
|
-
```
|
|
104
|
-
*prd
|
|
105
|
-
```
|
|
80
|
+
---
|
|
106
81
|
|
|
107
|
-
|
|
82
|
+
## 🎯 Key Concepts
|
|
108
83
|
|
|
109
|
-
-
|
|
110
|
-
- [Cursor](../../../docs/ide-info/cursor.md)
|
|
111
|
-
- [VS Code](../../../docs/ide-info/windsurf.md)
|
|
112
|
-
- [Others](../../../docs/ide-info/)
|
|
84
|
+
### Scale-Adaptive Design
|
|
113
85
|
|
|
114
|
-
|
|
86
|
+
BMM automatically adjusts to project complexity (Levels 0-4):
|
|
115
87
|
|
|
116
|
-
|
|
88
|
+
- **Level 0-1:** Quick Spec Flow for bug fixes and small features
|
|
89
|
+
- **Level 2:** PRD with optional architecture
|
|
90
|
+
- **Level 3-4:** Full PRD + comprehensive architecture
|
|
117
91
|
|
|
118
|
-
|
|
92
|
+
👉 **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Complete level breakdown
|
|
119
93
|
|
|
120
|
-
|
|
121
|
-
| ----- | ------------- | ----------------- |
|
|
122
|
-
| 0 | Single change | Minimal |
|
|
123
|
-
| 1 | 1-10 | Light PRD |
|
|
124
|
-
| 2 | 5-15 | Focused PRD |
|
|
125
|
-
| 3 | 12-40 | Full architecture |
|
|
126
|
-
| 4 | 40+ | Enterprise scale |
|
|
94
|
+
### Story-Centric Implementation
|
|
127
95
|
|
|
128
|
-
|
|
96
|
+
Stories move through a defined lifecycle: `backlog → drafted → ready → in-progress → review → done`
|
|
129
97
|
|
|
130
|
-
|
|
98
|
+
Just-in-time epic context and story context provide exact expertise when needed.
|
|
131
99
|
|
|
132
|
-
|
|
133
|
-
BACKLOG → TODO → IN PROGRESS → DONE
|
|
134
|
-
```
|
|
100
|
+
👉 **[Implementation Workflows](./docs/workflows-implementation.md)** - Complete story lifecycle guide
|
|
135
101
|
|
|
136
|
-
|
|
137
|
-
- **TODO** - Ready for SM drafting
|
|
138
|
-
- **IN PROGRESS** - Approved for DEV
|
|
139
|
-
- **DONE** - Completed with metrics
|
|
102
|
+
### Multi-Agent Collaboration
|
|
140
103
|
|
|
141
|
-
|
|
104
|
+
Use party mode to engage all 19+ agents (from BMM, CIS, BMB, custom modules) in group discussions for strategic decisions, creative brainstorming, and complex problem-solving.
|
|
142
105
|
|
|
143
|
-
|
|
106
|
+
👉 **[Party Mode Guide](./docs/party-mode.md)** - How to orchestrate multi-agent collaboration
|
|
144
107
|
|
|
145
|
-
|
|
108
|
+
---
|
|
146
109
|
|
|
147
|
-
|
|
110
|
+
## 📖 Additional Resources
|
|
148
111
|
|
|
149
|
-
|
|
112
|
+
- **[Brownfield Guide](./docs/brownfield-guide.md)** - Working with existing codebases
|
|
113
|
+
- **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Fast-track for Level 0-1 projects
|
|
114
|
+
- **[Enterprise Agentic Development](./docs/enterprise-agentic-development.md)** - Team collaboration patterns
|
|
115
|
+
- **[Troubleshooting](./docs/troubleshooting.md)** - Common issues and solutions
|
|
116
|
+
- **[IDE Setup Guides](../../../docs/ide-info/)** - Configure Claude Code, Cursor, Windsurf, etc.
|
|
150
117
|
|
|
151
|
-
|
|
152
|
-
2. **Respect scale** - Don't over-document small projects
|
|
153
|
-
3. **Trust the process** - Methodology carefully designed
|
|
154
|
-
4. **Use status file** - Single source of truth for stories
|
|
118
|
+
---
|
|
155
119
|
|
|
156
|
-
##
|
|
120
|
+
## 🤝 Community
|
|
157
121
|
|
|
158
|
-
- **[
|
|
159
|
-
- **[
|
|
160
|
-
- **[
|
|
161
|
-
- **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Understanding project levels
|
|
162
|
-
- **[Brownfield Guide](./docs/brownfield-guide.md)** - Working with existing code
|
|
163
|
-
- **[Workflows Guide](./workflows/README.md)** - Complete workflow reference
|
|
164
|
-
- **[Test Architect Guide](./testarch/README.md)** - Testing strategy
|
|
165
|
-
- **[IDE Setup](../../../docs/ide-info/)** - Environment configuration
|
|
122
|
+
- **[Discord](https://discord.gg/gk8jAdXWmj)** - Get help, share feedback (#general-dev, #bugs-issues)
|
|
123
|
+
- **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs or request features
|
|
124
|
+
- **[YouTube](https://www.youtube.com/@BMadCode)** - Video tutorials and walkthroughs
|
|
166
125
|
|
|
167
126
|
---
|
|
168
127
|
|
|
169
|
-
|
|
128
|
+
**Ready to build?** → [Start with the Quick Start Guide](./docs/quick-start.md)
|
|
@@ -63,7 +63,6 @@ You must fully embody this agent's persona and follow all activation instruction
|
|
|
63
63
|
<menu>
|
|
64
64
|
<item cmd="*help">Show numbered menu</item>
|
|
65
65
|
<item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations</item>
|
|
66
|
-
<item cmd="*correct-course" workflow="{project-root}/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml">Course Correction Analysis</item>
|
|
67
66
|
<item cmd="*create-architecture" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Produce a Scale Adaptive Architecture</item>
|
|
68
67
|
<item cmd="*validate-architecture" validate-workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Validate Architecture Document</item>
|
|
69
68
|
<item cmd="*solutioning-gate-check" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml">Validate solutioning complete, ready for Phase 4 (Level 2-4 only)</item>
|
package/bmad/bmm/agents/sm.md
CHANGED
|
@@ -70,7 +70,7 @@ You must fully embody this agent's persona and follow all activation instruction
|
|
|
70
70
|
<item cmd="*help">Show numbered menu</item>
|
|
71
71
|
<item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations</item>
|
|
72
72
|
<item cmd="*sprint-planning" workflow="{project-root}/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml">Generate or update sprint-status.yaml from epic files</item>
|
|
73
|
-
<item cmd="*epic-tech-context" workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Use the PRD and Architecture to create a Tech-Spec for a specific epic</item>
|
|
73
|
+
<item cmd="*epic-tech-context" workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Use the PRD and Architecture to create a Epic-Tech-Spec for a specific epic</item>
|
|
74
74
|
<item cmd="*validate-epic-tech-context" validate-workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Validate latest Tech Spec against checklist</item>
|
|
75
75
|
<item cmd="*create-story" workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">Create a Draft Story</item>
|
|
76
76
|
<item cmd="*validate-create-story" validate-workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">(Optional) Validate Story Draft with Independent Review</item>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: '
|
|
3
|
-
description: '
|
|
2
|
+
name: 'tech writer'
|
|
3
|
+
description: 'Technical Writer'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
7
7
|
|
|
8
8
|
```xml
|
|
9
|
-
<agent id="bmad/bmm/agents/
|
|
9
|
+
<agent id="bmad/bmm/agents/tech-writer.md" name="paige" title="Technical Writer" icon="📚">
|
|
10
10
|
<activation critical="MANDATORY">
|
|
11
11
|
<step n="1">Load persona from this current agent file (already in context)</step>
|
|
12
12
|
<step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
|
package/bmad/bmm/config.yaml
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# BMM Module Configuration
|
|
2
2
|
# Generated by BMAD installer
|
|
3
|
-
# Version: 6.0.0-alpha.
|
|
4
|
-
# Date: 2025-11-
|
|
3
|
+
# Version: 6.0.0-alpha.5
|
|
4
|
+
# Date: 2025-11-05T04:14:53.511Z
|
|
5
5
|
|
|
6
6
|
project_name: BMAD-METHOD
|
|
7
7
|
include_game_planning: false
|
|
8
|
-
user_skill_level:
|
|
8
|
+
user_skill_level: expert
|
|
9
9
|
tech_docs: "{project-root}/docs"
|
|
10
10
|
dev_story_location: "{project-root}/docs/stories"
|
|
11
|
+
install_user_docs: false
|
|
11
12
|
tea_use_mcp_enhancements: false
|
|
12
13
|
|
|
13
14
|
# Core Configuration Values
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<i>Primary: Sarah (PO), Bob (SM), James (Dev)</i>
|
|
65
65
|
<i>Secondary: Murat (TEA)</i>
|
|
66
66
|
</context>
|
|
67
|
-
<context type="architecture
|
|
67
|
+
<context type="validate-architecture">
|
|
68
68
|
<i>Primary: Winston (Architect), James (Dev), Murat (TEA)</i>
|
|
69
69
|
<i>Secondary: Sarah (PO)</i>
|
|
70
70
|
</context>
|
|
@@ -9,26 +9,8 @@
|
|
|
9
9
|
<critical>Communicate all responses in {communication_language} and tailor to {user_skill_level}</critical>
|
|
10
10
|
<critical>Generate all documents in {document_output_language}</critical>
|
|
11
11
|
<critical>SAVE PROGRESS after each major step - use <template-output> tags throughout</critical>
|
|
12
|
-
|
|
13
12
|
<critical>DOCUMENT OUTPUT: Professional, specific, actionable UX design decisions WITH RATIONALE. User skill level ({user_skill_level}) affects conversation style ONLY, not document content.</critical>
|
|
14
|
-
|
|
15
|
-
## 📚 Input Document Discovery
|
|
16
|
-
|
|
17
|
-
This workflow requires: PRD or product brief, and may reference epics/stories, brainstorming documents, or brownfield project documentation.
|
|
18
|
-
|
|
19
|
-
**Discovery Process** (execute for each referenced document):
|
|
20
|
-
|
|
21
|
-
1. **Search for whole document first** - Use fuzzy file matching to find the complete document
|
|
22
|
-
2. **Check for sharded version** - If whole document not found, look for `{doc-name}/index.md`
|
|
23
|
-
3. **If sharded version found**:
|
|
24
|
-
- Read `index.md` to understand the document structure
|
|
25
|
-
- Read ALL section files listed in the index
|
|
26
|
-
- Treat the combined content as if it were a single document
|
|
27
|
-
4. **Brownfield projects**: The `document-project` workflow always creates `{output_folder}/docs/index.md`
|
|
28
|
-
|
|
29
|
-
**Priority**: If both whole and sharded versions exist, use the whole document.
|
|
30
|
-
|
|
31
|
-
**Fuzzy matching**: Be flexible with document names - users may use variations in naming conventions.
|
|
13
|
+
<critical>Input documents specified in workflow.yaml input_file_patterns - workflow engine handles fuzzy matching, whole vs sharded document discovery automatically</critical>
|
|
32
14
|
|
|
33
15
|
<step n="0" goal="Validate workflow readiness" tag="workflow-status">
|
|
34
16
|
<action>Check if {output_folder}/bmm-workflow-status.yaml exists</action>
|
|
@@ -234,21 +234,22 @@
|
|
|
234
234
|
- [ ] Dependencies on external systems documented
|
|
235
235
|
- [ ] Data requirements specified
|
|
236
236
|
|
|
237
|
-
###
|
|
237
|
+
### Track-Appropriate Detail
|
|
238
238
|
|
|
239
|
-
**If
|
|
240
|
-
|
|
241
|
-
- [ ] PRD supports lightweight tech-spec workflow
|
|
242
|
-
- [ ] 5-15 story scope reasonable for project size
|
|
243
|
-
- [ ] Complexity appropriate for small team/solo dev
|
|
244
|
-
|
|
245
|
-
**If Level 3-4:**
|
|
239
|
+
**If BMad Method:**
|
|
246
240
|
|
|
247
241
|
- [ ] PRD supports full architecture workflow
|
|
248
242
|
- [ ] Epic structure supports phased delivery
|
|
249
|
-
- [ ] Scope appropriate for
|
|
243
|
+
- [ ] Scope appropriate for product/platform development
|
|
250
244
|
- [ ] Clear value delivery through epic sequence
|
|
251
245
|
|
|
246
|
+
**If Enterprise Method:**
|
|
247
|
+
|
|
248
|
+
- [ ] PRD addresses enterprise requirements (security, compliance, multi-tenancy)
|
|
249
|
+
- [ ] Epic structure supports extended planning phases
|
|
250
|
+
- [ ] Scope includes security, devops, and test strategy considerations
|
|
251
|
+
- [ ] Clear value delivery with enterprise gates
|
|
252
|
+
|
|
252
253
|
---
|
|
253
254
|
|
|
254
255
|
## 10. Quality and Polish
|
|
@@ -9,55 +9,44 @@
|
|
|
9
9
|
|
|
10
10
|
## Overview
|
|
11
11
|
|
|
12
|
-
This document provides the
|
|
12
|
+
This document provides the complete epic and story breakdown for {{project_name}}, decomposing the requirements from the [PRD](./PRD.md) into implementable stories.
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
{{epics_summary}}
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
- Complete story breakdown with user stories
|
|
18
|
-
- Acceptance criteria for each story
|
|
19
|
-
- Story sequencing and dependencies
|
|
16
|
+
---
|
|
20
17
|
|
|
21
|
-
|
|
18
|
+
<!-- Repeat for each epic (N = 1, 2, 3...) -->
|
|
22
19
|
|
|
23
|
-
|
|
24
|
-
- Subsequent epics build progressively, each delivering significant end-to-end value
|
|
25
|
-
- Stories within epics are vertically sliced and sequentially ordered
|
|
26
|
-
- No forward dependencies - each story builds only on previous work
|
|
20
|
+
## Epic {{N}}: {{epic_title_N}}
|
|
27
21
|
|
|
28
|
-
|
|
22
|
+
{{epic_goal_N}}
|
|
29
23
|
|
|
30
|
-
|
|
24
|
+
<!-- Repeat for each story (M = 1, 2, 3...) within epic N -->
|
|
31
25
|
|
|
32
|
-
|
|
26
|
+
### Story {{N}}.{{M}}: {{story_title_N_M}}
|
|
33
27
|
|
|
34
|
-
|
|
28
|
+
As a {{user_type}},
|
|
29
|
+
I want {{capability}},
|
|
30
|
+
So that {{value_benefit}}.
|
|
35
31
|
|
|
36
|
-
**
|
|
32
|
+
**Acceptance Criteria:**
|
|
37
33
|
|
|
38
|
-
|
|
39
|
-
**
|
|
34
|
+
**Given** {{precondition}}
|
|
35
|
+
**When** {{action}}
|
|
36
|
+
**Then** {{expected_outcome}}
|
|
40
37
|
|
|
41
|
-
|
|
42
|
-
I want [goal/desire],
|
|
43
|
-
So that [benefit/value].
|
|
38
|
+
**And** {{additional_criteria}}
|
|
44
39
|
|
|
45
|
-
**
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
3. [etc.]
|
|
40
|
+
**Prerequisites:** {{dependencies_on_previous_stories}}
|
|
41
|
+
|
|
42
|
+
**Technical Notes:** {{implementation_guidance}}
|
|
49
43
|
|
|
50
|
-
|
|
51
|
-
```
|
|
44
|
+
<!-- End story repeat -->
|
|
52
45
|
|
|
53
|
-
|
|
46
|
+
---
|
|
54
47
|
|
|
55
|
-
|
|
56
|
-
- **Sequential ordering** - Logical progression within epic
|
|
57
|
-
- **No forward dependencies** - Only depend on previous work
|
|
58
|
-
- **AI-agent sized** - Completable in 2-4 hour focused session
|
|
59
|
-
- **Value-focused** - Integrate technical enablers into value-delivering stories
|
|
48
|
+
<!-- End epic repeat -->
|
|
60
49
|
|
|
61
50
|
---
|
|
62
51
|
|
|
63
|
-
|
|
52
|
+
_For implementation: Use the `create-story` workflow to generate individual story implementation plans from this epic breakdown._
|