bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/tech-writer.md +82 -0
- package/.claude/commands/bmad/bmm/workflows/README.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
- package/.claude/commands/bmad/core/workflows/README.md +10 -0
- package/.claude/settings.local.json +4 -8
- package/CHANGELOG.md +305 -0
- package/README.md +88 -39
- package/bmad/_cfg/agent-manifest.csv +2 -1
- package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
- package/bmad/_cfg/files-manifest.csv +40 -62
- package/bmad/_cfg/ides/claude-code.yaml +1 -1
- package/bmad/_cfg/manifest.yaml +4 -3
- package/bmad/_cfg/task-manifest.csv +4 -1
- package/bmad/_cfg/tool-manifest.csv +1 -0
- package/bmad/_cfg/workflow-manifest.csv +3 -1
- 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/README.md.bak +169 -0
- package/bmad/bmm/agents/analyst.md.bak +67 -0
- package/bmad/bmm/agents/architect.md +0 -1
- package/bmad/bmm/agents/architect.md.bak +73 -0
- package/bmad/bmm/agents/dev.md.bak +69 -0
- package/bmad/bmm/agents/pm.md.bak +76 -0
- package/bmad/bmm/agents/sm.md +1 -1
- package/bmad/bmm/agents/sm.md.bak +85 -0
- package/bmad/bmm/agents/tea.md.bak +72 -0
- package/bmad/bmm/agents/tech-writer.md +82 -0
- package/bmad/bmm/agents/ux-designer.md.bak +71 -0
- package/bmad/bmm/config.yaml +2 -2
- package/bmad/bmm/docs/README.md +235 -0
- package/bmad/bmm/docs/agents-guide.md +1057 -0
- package/bmad/bmm/docs/brownfield-guide.md +471 -972
- package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
- package/bmad/bmm/docs/faq.md +589 -0
- package/bmad/bmm/docs/glossary.md +321 -0
- package/bmad/bmm/docs/party-mode.md +224 -0
- package/bmad/bmm/docs/quick-spec-flow.md +64 -57
- package/bmad/bmm/docs/quick-start.md +72 -47
- package/bmad/bmm/docs/scale-adaptive-system.md +332 -778
- package/bmad/bmm/docs/troubleshooting.md +680 -0
- package/bmad/bmm/{workflows/3-solutioning/architecture/README.md → docs/workflow-architecture-reference.md} +130 -77
- package/bmad/bmm/{workflows/document-project/README.md → docs/workflow-document-project-reference.md} +45 -2
- package/bmad/bmm/docs/workflows-analysis.md +670 -0
- package/bmad/bmm/docs/workflows-implementation.md +1758 -0
- package/bmad/bmm/docs/workflows-planning.md +1086 -0
- package/bmad/bmm/docs/workflows-solutioning.md +726 -0
- package/bmad/bmm/tasks/daily-standup.xml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md +2 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
- 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/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/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/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/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/cis/agents/brainstorming-coach.md.bak +62 -0
- package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
- package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
- package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
- package/bmad/cis/agents/storyteller.md.bak +59 -0
- package/bmad/cis/config.yaml +2 -2
- package/bmad/core/agents/bmad-master.md.bak +15 -13
- 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/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 +9 -9
- package/src/modules/bmm/docs/agents-guide.md +46 -98
- package/src/modules/bmm/docs/brownfield-guide.md +211 -90
- package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
- package/src/modules/bmm/docs/faq.md +10 -10
- package/src/modules/bmm/docs/glossary.md +36 -42
- package/src/modules/bmm/docs/party-mode.md +110 -1122
- package/src/modules/bmm/docs/quick-spec-flow.md +33 -33
- package/src/modules/bmm/docs/quick-start.md +29 -29
- package/src/modules/bmm/docs/scale-adaptive-system.md +303 -453
- package/src/modules/bmm/docs/troubleshooting.md +1 -1
- package/src/modules/bmm/docs/workflows-implementation.md +20 -21
- package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
- 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 +1 -1
- 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/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → src/modules/bmm/workflows/workflow-status/paths/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/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → src/modules/bmm/workflows/workflow-status/paths/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/bmad/bmm/tasks/retrospective.xml +0 -104
- package/bmad/bmm/testarch/README.md +0 -311
- 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/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/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/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/bmm/agents/{paige.md → paige.md.bak} +0 -0
|
@@ -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>
|
|
@@ -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>
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'tech writer'
|
|
3
|
+
description: 'Technical Writer'
|
|
4
|
+
---
|
|
5
|
+
|
|
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
|
+
|
|
8
|
+
```xml
|
|
9
|
+
<agent id="bmad/bmm/agents/tech-writer.md" name="paige" title="Technical Writer" icon="📚">
|
|
10
|
+
<activation critical="MANDATORY">
|
|
11
|
+
<step n="1">Load persona from this current agent file (already in context)</step>
|
|
12
|
+
<step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
|
|
13
|
+
- Load and read {project-root}/bmad/bmm/config.yaml NOW
|
|
14
|
+
- Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
|
|
15
|
+
- VERIFY: If config not loaded, STOP and report error to user
|
|
16
|
+
- DO NOT PROCEED to step 3 until config is successfully loaded and variables stored</step>
|
|
17
|
+
<step n="3">Remember: user's name is {user_name}</step>
|
|
18
|
+
<step n="4">CRITICAL: Load COMPLETE file {project-root}/src/modules/bmm/workflows/techdoc/documentation-standards.md into permanent memory and follow ALL rules within</step>
|
|
19
|
+
<step n="5">Load into memory {project-root}/bmad/bmm/config.yaml and set variables</step>
|
|
20
|
+
<step n="6">Remember the user's name is {user_name}</step>
|
|
21
|
+
<step n="7">ALWAYS communicate in {communication_language}</step>
|
|
22
|
+
<step n="8">ALWAYS write documentation in {document_output_language}</step>
|
|
23
|
+
<step n="9">CRITICAL: All documentation MUST follow CommonMark specification strictly - zero tolerance for violations</step>
|
|
24
|
+
<step n="10">CRITICAL: All Mermaid diagrams MUST use valid syntax - mentally validate before outputting</step>
|
|
25
|
+
<step n="11">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
|
|
26
|
+
ALL menu items from menu section</step>
|
|
27
|
+
<step n="12">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text</step>
|
|
28
|
+
<step n="13">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user
|
|
29
|
+
to clarify | No match → show "Not recognized"</step>
|
|
30
|
+
<step n="14">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item
|
|
31
|
+
(workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions</step>
|
|
32
|
+
|
|
33
|
+
<menu-handlers>
|
|
34
|
+
<handlers>
|
|
35
|
+
<handler type="workflow">
|
|
36
|
+
When menu item has: workflow="path/to/workflow.yaml"
|
|
37
|
+
1. CRITICAL: Always LOAD {project-root}/bmad/core/tasks/workflow.xml
|
|
38
|
+
2. Read the complete file - this is the CORE OS for executing BMAD workflows
|
|
39
|
+
3. Pass the yaml path as 'workflow-config' parameter to those instructions
|
|
40
|
+
4. Execute workflow.xml instructions precisely following all steps
|
|
41
|
+
5. Save outputs after completing EACH workflow step (never batch multiple steps together)
|
|
42
|
+
6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
|
|
43
|
+
</handler>
|
|
44
|
+
<handler type="action">
|
|
45
|
+
When menu item has: action="#id" → Find prompt with id="id" in current agent XML, execute its content
|
|
46
|
+
When menu item has: action="text" → Execute the text directly as an inline instruction
|
|
47
|
+
</handler>
|
|
48
|
+
|
|
49
|
+
</handlers>
|
|
50
|
+
</menu-handlers>
|
|
51
|
+
|
|
52
|
+
<rules>
|
|
53
|
+
- ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style
|
|
54
|
+
- Stay in character until exit selected
|
|
55
|
+
- Menu triggers use asterisk (*) - NOT markdown, display exactly as shown
|
|
56
|
+
- Number all lists, use letters for sub-options
|
|
57
|
+
- Load files ONLY when executing menu items or a workflow or command requires it. EXCEPTION: Config file MUST be loaded at startup step 2
|
|
58
|
+
- CRITICAL: Written File Output in workflows will be +2sd your communication style and use professional {communication_language}.
|
|
59
|
+
</rules>
|
|
60
|
+
</activation>
|
|
61
|
+
<persona>
|
|
62
|
+
<role>Technical Documentation Specialist + Knowledge Curator</role>
|
|
63
|
+
<identity>Experienced technical writer with deep expertise in documentation standards (CommonMark, DITA, OpenAPI), API documentation, and developer experience. Master of clarity - transforms complex technical concepts into accessible, well-structured documentation. Proficient in multiple style guides (Google Developer Docs, Microsoft Manual of Style) and modern documentation practices including docs-as-code, structured authoring, and task-oriented writing. Specializes in creating comprehensive technical documentation across the full spectrum - API references, architecture decision records, user guides, developer onboarding, and living knowledge bases.</identity>
|
|
64
|
+
<communication_style>Patient and supportive teacher who makes documentation feel approachable rather than daunting. Uses clear examples and analogies to explain complex topics. Balances precision with accessibility - knows when to be technically detailed and when to simplify. Encourages good documentation habits while being pragmatic about real-world constraints. Celebrates well-written docs and helps improve unclear ones without judgment.</communication_style>
|
|
65
|
+
<principles>I believe documentation is teaching - every doc should help someone accomplish a specific task, not just describe features. My philosophy embraces clarity above all - I use plain language, structured content, and visual aids (Mermaid diagrams) to make complex topics accessible. I treat documentation as living artifacts that evolve with the codebase, advocating for docs-as-code practices and continuous maintenance rather than one-time creation. I operate with a standards-first mindset (CommonMark, OpenAPI, style guides) while remaining flexible to project needs, always prioritizing the reader's experience over rigid adherence to rules.</principles>
|
|
66
|
+
</persona>
|
|
67
|
+
<menu>
|
|
68
|
+
<item cmd="*help">Show numbered menu</item>
|
|
69
|
+
<item cmd="*document-project" workflow="{project-root}/bmad/bmm/workflows/document-project/workflow.yaml">Comprehensive project documentation (brownfield analysis, architecture scanning)</item>
|
|
70
|
+
<item cmd="*create-api-docs" workflow="todo">Create API documentation with OpenAPI/Swagger standards</item>
|
|
71
|
+
<item cmd="*create-architecture-docs" workflow="todo">Create architecture documentation with diagrams and ADRs</item>
|
|
72
|
+
<item cmd="*create-user-guide" workflow="todo">Create user-facing guides and tutorials</item>
|
|
73
|
+
<item cmd="*audit-docs" workflow="todo">Review documentation quality and suggest improvements</item>
|
|
74
|
+
<item cmd="*generate-diagram" action="Create a Mermaid diagram based on user description. Ask for diagram type (flowchart, sequence, class, ER, state, git) and content, then generate properly formatted Mermaid syntax following CommonMark fenced code block standards.">Generate Mermaid diagrams (architecture, sequence, flow, ER, class, state)</item>
|
|
75
|
+
<item cmd="*validate-doc" action="Review the specified document against CommonMark standards, technical writing best practices, and style guide compliance. Provide specific, actionable improvement suggestions organized by priority.">Validate documentation against standards and best practices</item>
|
|
76
|
+
<item cmd="*improve-readme" action="Analyze the current README file and suggest improvements for clarity, completeness, and structure. Follow task-oriented writing principles and ensure all essential sections are present (Overview, Getting Started, Usage, Contributing, License).">Review and improve README files</item>
|
|
77
|
+
<item cmd="*explain-concept" action="Create a clear technical explanation with examples and diagrams for a complex concept. Break it down into digestible sections using task-oriented approach. Include code examples and Mermaid diagrams where helpful.">Create clear technical explanations with examples</item>
|
|
78
|
+
<item cmd="*standards-guide" action="Display the complete documentation standards from {project-root}/src/modules/bmm/workflows/techdoc/documentation-standards.md in a clear, formatted way for the user.">Show BMAD documentation standards reference (CommonMark, Mermaid, OpenAPI)</item>
|
|
79
|
+
<item cmd="*exit">Exit with confirmation</item>
|
|
80
|
+
</menu>
|
|
81
|
+
</agent>
|
|
82
|
+
```
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
- Path: `bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml`
|
|
73
73
|
- Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria
|
|
74
74
|
|
|
75
|
-
**tech-
|
|
75
|
+
**epic-tech-context**
|
|
76
76
|
|
|
77
77
|
- Path: `bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml`
|
|
78
78
|
- Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# epic-tech-context
|
|
6
|
+
|
|
7
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
8
|
+
|
|
9
|
+
<steps CRITICAL="TRUE">
|
|
10
|
+
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
|
11
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml
|
|
12
|
+
3. Pass the yaml path bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
13
|
+
4. Follow workflow.xml instructions EXACTLY as written
|
|
14
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
15
|
+
</steps>
|
|
@@ -12,6 +12,16 @@
|
|
|
12
12
|
- Path: `bmad/core/workflows/party-mode/workflow.yaml`
|
|
13
13
|
- Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
|
|
14
14
|
|
|
15
|
+
**brainstorming**
|
|
16
|
+
|
|
17
|
+
- Path: `bmad/core/workflows/brainstorming/workflow.yaml`
|
|
18
|
+
- Facilitate interactive brainstorming sessions using diverse creative techniques. This workflow facilitates interactive brainstorming sessions using diverse creative techniques. The session is highly interactive, with the AI acting as a facilitator to guide the user through various ideation methods to generate and refine creative solutions.
|
|
19
|
+
|
|
20
|
+
**party-mode**
|
|
21
|
+
|
|
22
|
+
- Path: `bmad/core/workflows/party-mode/workflow.yaml`
|
|
23
|
+
- Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
|
|
24
|
+
|
|
15
25
|
## Execution
|
|
16
26
|
|
|
17
27
|
When running any workflow:
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"permissions": {
|
|
3
3
|
"allow": [
|
|
4
|
-
"WebSearch",
|
|
5
4
|
"Bash(git add:*)",
|
|
6
|
-
"Bash(git
|
|
7
|
-
"Bash(git
|
|
8
|
-
"Bash(git commit:*)",
|
|
9
|
-
"Bash(git log:*)",
|
|
10
|
-
"Bash(git mv:*)",
|
|
11
|
-
"Bash(test:*)",
|
|
12
|
-
"Bash(find:*)",
|
|
5
|
+
"Bash(git commit -m \"$(cat <<''EOF''\nrefactor: comprehensive workflow modernization and standardization\n\n## Major Improvements\n\n### 1. Elicitation System Modernization\n- Removed legacy `<elicit-required />` tag from workflow.xml\n- Replaced with direct `<invoke-task halt=\"true\">{project-root}/bmad/core/tasks/adv-elicit.xml</invoke-task>` pattern\n- More explicit, self-documenting, and eliminates indirection layer\n- Added strategic elicitation points across all planning workflows:\n - PRD: After success criteria, scope, functional requirements, and final review\n - Create-Epics-And-Stories: After epic proposals and each epic''s stories\n - Architecture: After decisions, structure, patterns, implementation patterns, and final doc\n - Updated audit-workflow tag scanner to remove obsolete elicit-required reference\n\n### 2. Input Document Discovery Streamlined\n- Replaced verbose 19-line \"Input Document Discovery\" sections with single critical tag\n- New format: `<critical>Input documents specified in workflow.yaml input_file_patterns...</critical>`\n- Eliminates duplication - workflow.yaml already defines patterns\n- Updated across 6 workflows (PRD, create-epics-and-stories, architecture, tech-spec, UX, gate-check)\n- Saved ~114 lines of repeated bloat\n\n### 3. Scale System Migration (Levels 0-4 → 3 Tracks)\n- Updated PRD workflow from \"Level 0-4\" to \"Quick Flow / BMad Method / Enterprise Method\"\n- Changed `project_level` variable to `project_track`\n- Removed `target_scale` variable (no longer needed)\n- Updated workflow.yaml descriptions to reference tracks not levels\n- Updated checklist from \"Level 2\" and \"Level 3-4\" to \"BMad Method\" and \"Enterprise Method\"\n- Aligns with new scale-adaptive-system.md (3-track methodology)\n\n### 4. Epic/Story Template Standardization\n- Replaced hardcoded 8-epic template with clean repeating pattern using N/M variables\n- Added BDD-style acceptance criteria (Given/When/Then/And)\n- Removed instructional bloat from templates (moved to instructions.md where it belongs)\n- Template shows OUTPUT structure, instructions show PROCESS\n- Applied to both create-epics-and-stories and tech-spec workflows\n- Templates now use HTML comments to indicate repeating sections\n\n### 5. Workflow.yaml Pattern Consistency\n- Standardized input_file_patterns across all workflows\n- Separated `recommended_inputs` (semantic WHAT) from `input_file_patterns` (file discovery WHERE)\n- Removed duplication between recommended_inputs file paths and input_file_patterns\n- Create-epics-and-stories now uses proper whole/sharded pattern like architecture workflow\n- Solutioning-gate-check cleaned up to use semantic descriptions not file paths\n\n## Files Changed (18)\n- Core: workflow.xml (removed elicit-required tag and references)\n- Audit workflow: Updated tag pattern scanner\n- PRD workflow: Elicitation points, track migration, input discovery\n- Create-epics-and-stories: Template rebuild, BDD format, elicitation, input patterns\n- Tech-spec: Template rebuild, BDD format, input discovery\n- UX Design: Input discovery streamlined\n- Architecture: Elicitation at 5 key decision points, input discovery\n- Gate-check: Input pattern cleanup, input discovery\n\n## Impact\n- More consistent elicitation across workflows\n- Cleaner, more maintainable templates\n- Better separation of concerns (templates vs instructions)\n- Aligned with v6 3-track scale system\n- Reduced bloat and duplication significantly\nEOF\n)\")",
|
|
6
|
+
"Bash(git push)",
|
|
13
7
|
"Bash(git tag:*)",
|
|
8
|
+
"Bash(git log:*)",
|
|
9
|
+
"Bash(git commit:*)",
|
|
14
10
|
"Bash(git push:*)",
|
|
15
11
|
"Bash(npm publish:*)"
|
|
16
12
|
],
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,311 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [6.0.0-alpha.5]
|
|
6
|
+
|
|
7
|
+
**Release: November 4, 2025**
|
|
8
|
+
|
|
9
|
+
This alpha release represents a major refinement of BMM workflows, documentation accuracy, and the introduction of the revolutionary 3-track scale system. The focus is on workflow consistency, eliminating bloat, and providing accurate, reality-based guidance for modern AI-driven development.
|
|
10
|
+
|
|
11
|
+
### 🎯 3-Track Scale System - Revolutionary Simplification
|
|
12
|
+
|
|
13
|
+
**From 5 Levels to 3 Clear Tracks:**
|
|
14
|
+
|
|
15
|
+
The BMM scale system has been dramatically simplified from a confusing 5-level hierarchy (Levels 0-4) to 3 intuitive, preference-driven tracks:
|
|
16
|
+
|
|
17
|
+
- **Quick Flow** - Fast, lightweight development for small changes and quick iterations
|
|
18
|
+
- **BMad Method** - Balanced approach for most development projects
|
|
19
|
+
- **Enterprise Method** - Comprehensive methodology for large-scale, mission-critical systems
|
|
20
|
+
|
|
21
|
+
**Key Changes:**
|
|
22
|
+
|
|
23
|
+
- Replaced `project_level` variable with `project_track` throughout all workflows
|
|
24
|
+
- Updated 8 workflow path YAML files to reflect new track naming (removed level-based paths)
|
|
25
|
+
- Simplified workflow-init to guide users based on preference, not artificial "levels"
|
|
26
|
+
- Updated all documentation to reference tracks instead of levels
|
|
27
|
+
- Eliminated confusing "target_scale" variable (no longer needed)
|
|
28
|
+
|
|
29
|
+
**Impact:**
|
|
30
|
+
|
|
31
|
+
Users now choose development approach based on **project needs and team preference**, not arbitrary complexity levels. This aligns with how real teams actually work and removes decision paralysis.
|
|
32
|
+
|
|
33
|
+
**Documentation Updated:**
|
|
34
|
+
|
|
35
|
+
- `scale-adaptive-system.md` - Complete rewrite around 3-track methodology (756 line overhaul)
|
|
36
|
+
- `quick-start.md` - Updated to reference tracks
|
|
37
|
+
- `brownfield-guide.md` - Track-based guidance instead of level-based
|
|
38
|
+
- `glossary.md` - New track definitions, removed level references
|
|
39
|
+
- `workflow-status/init/instructions.md` - Major rewrite for track-based initialization (865 lines)
|
|
40
|
+
|
|
41
|
+
### ✨ Workflow Modernization & Standardization
|
|
42
|
+
|
|
43
|
+
**1. Elicitation System Modernization:**
|
|
44
|
+
|
|
45
|
+
- Removed legacy `<elicit-required />` XML tag from core workflow.xml
|
|
46
|
+
- Replaced with explicit `<invoke-task halt="true">adv-elicit.xml</invoke-task>` pattern
|
|
47
|
+
- More self-documenting and eliminates confusing indirection layer
|
|
48
|
+
- Added strategic elicitation points across all planning workflows:
|
|
49
|
+
- **PRD:** After success criteria, scope, functional requirements, and final review
|
|
50
|
+
- **Create-Epics-And-Stories:** After epic proposals and each epic's stories
|
|
51
|
+
- **Architecture:** After decisions, structure, patterns, implementation patterns, and final doc
|
|
52
|
+
- Updated audit-workflow to remove obsolete elicit-required tag scanning
|
|
53
|
+
|
|
54
|
+
**2. Input Document Discovery Streamlined:**
|
|
55
|
+
|
|
56
|
+
- Replaced verbose 19-line "Input Document Discovery" sections with single critical tag
|
|
57
|
+
- New concise format: `<critical>Input documents specified in workflow.yaml input_file_patterns...</critical>`
|
|
58
|
+
- Eliminates duplication (workflow.yaml already defines patterns - why repeat them?)
|
|
59
|
+
- Updated across 6 workflows: PRD, create-epics-and-stories, architecture, tech-spec, UX, gate-check
|
|
60
|
+
- **Saved ~114 lines of repeated bloat**
|
|
61
|
+
|
|
62
|
+
**3. Epic/Story Template Standardization:**
|
|
63
|
+
|
|
64
|
+
- Replaced hardcoded 8-epic templates with clean repeating patterns using N/M variables
|
|
65
|
+
- Added BDD-style acceptance criteria (Given/When/Then/And) for better clarity
|
|
66
|
+
- Removed instructional bloat from templates (moved to instructions.md where it belongs)
|
|
67
|
+
- **Principle:** Templates show OUTPUT structure, instructions show PROCESS
|
|
68
|
+
- Applied to both create-epics-and-stories and tech-spec workflows
|
|
69
|
+
- Templates now use HTML comments to clearly indicate repeating sections
|
|
70
|
+
|
|
71
|
+
**4. Workflow.yaml Pattern Consistency:**
|
|
72
|
+
|
|
73
|
+
- Standardized `input_file_patterns` across all workflows
|
|
74
|
+
- Separated `recommended_inputs` (semantic WHAT) from `input_file_patterns` (file discovery WHERE)
|
|
75
|
+
- Removed duplication between recommended_inputs file paths and input_file_patterns
|
|
76
|
+
- Create-epics-and-stories now uses proper whole/sharded pattern like architecture workflow
|
|
77
|
+
- Solutioning-gate-check cleaned up to use semantic descriptions not file paths
|
|
78
|
+
|
|
79
|
+
**Files Changed:** 18 files across core, planning, and solutioning workflows
|
|
80
|
+
|
|
81
|
+
### 📚 Documentation Accuracy Overhaul
|
|
82
|
+
|
|
83
|
+
**Agent YAML as Source of Truth:**
|
|
84
|
+
|
|
85
|
+
Fixed critical documentation inaccuracies by treating agent YAML files as the authoritative source:
|
|
86
|
+
|
|
87
|
+
**agents-guide.md Corrections:**
|
|
88
|
+
|
|
89
|
+
- Fixed Game Developer workflow names (dev-story → develop-story, added story-done)
|
|
90
|
+
- Added agent name "Paige" to Technical Writer (matches naming pattern)
|
|
91
|
+
- Corrected epic-tech-context ownership (Architect → SM agent across all docs)
|
|
92
|
+
- Updated agent reference tables to reflect actual capabilities from YAML configs
|
|
93
|
+
|
|
94
|
+
**workflows-implementation.md Corrections:**
|
|
95
|
+
|
|
96
|
+
- Fixed epic-tech-context agent attribution in 3 locations (Architect → SM)
|
|
97
|
+
- Updated multi-agent workflow ownership table
|
|
98
|
+
- Aligned all workflow descriptions with actual agent YAML definitions
|
|
99
|
+
|
|
100
|
+
**Impact:** Zero hallucination risk - documentation now accurately reflects what agents can actually do.
|
|
101
|
+
|
|
102
|
+
### 🏗️ Brownfield Development Reality Check
|
|
103
|
+
|
|
104
|
+
**Rewrote brownfield-guide.md Phase 0 Section:**
|
|
105
|
+
|
|
106
|
+
Replaced oversimplified 3-scenario model with **real-world guidance** for messy brownfield projects:
|
|
107
|
+
|
|
108
|
+
**New Scenarios (4 instead of 3):**
|
|
109
|
+
|
|
110
|
+
- **Scenario A:** No documentation → `document-project` workflow (existing)
|
|
111
|
+
- **Scenario B:** Docs exist but massive/outdated/incomplete → **document-project** (NEW - very common case)
|
|
112
|
+
- **Scenario C:** Good docs but massive files → **shard-doc → index-docs** (NEW - handles >500 line files)
|
|
113
|
+
- **Scenario D:** Confirmed AI-optimized docs → Skip Phase 0 (correctly marked as RARE)
|
|
114
|
+
|
|
115
|
+
**Key Additions:**
|
|
116
|
+
|
|
117
|
+
- Default recommendation: "Run document-project unless you have confirmed, trusted, AI-optimized docs"
|
|
118
|
+
- Quality assessment checklist (current, AI-optimized, comprehensive, trusted)
|
|
119
|
+
- Massive document handling guidance (>500 lines, 10+ sections triggers shard-doc)
|
|
120
|
+
- Explicit explanation of why regenerating is better than indexing bad docs
|
|
121
|
+
- Impact explanation: how outdated docs break AI workflows (token limits, wrong assumptions, broken integrations)
|
|
122
|
+
|
|
123
|
+
**Principle:** "When in doubt, run document-project" - Better to spend 10-30 minutes generating fresh docs than waste hours debugging AI agents with bad documentation.
|
|
124
|
+
|
|
125
|
+
### 🚀 PM/UX Evolution for Enterprise Agentic Development
|
|
126
|
+
|
|
127
|
+
**New Section: The Evolving Role of Product Managers & UX Designers**
|
|
128
|
+
|
|
129
|
+
Added comprehensive forward-looking guidance based on **November 2025 industry research**:
|
|
130
|
+
|
|
131
|
+
**Industry Trends:**
|
|
132
|
+
|
|
133
|
+
- 56% of product professionals cite AI/ML as top strategic focus
|
|
134
|
+
- PRD-to-Code automation: build and deploy apps in 10-15 minutes (current state)
|
|
135
|
+
- By 2026: Roles converging into "Full-Stack Product Lead" (PM + Design + Engineering)
|
|
136
|
+
- Very high salaries for AI Agent PMs who orchestrate autonomous development systems
|
|
137
|
+
|
|
138
|
+
**Role Transformation:**
|
|
139
|
+
|
|
140
|
+
- PMs evolving from spec writers → code orchestrators
|
|
141
|
+
- Writing AI-optimized PRDs that **feed agentic pipelines directly**
|
|
142
|
+
- UX designers generating production code with Figma-to-code tools
|
|
143
|
+
- Technical fluency becoming **table stakes**, not optional
|
|
144
|
+
- Reviewing PRs from AI agents alongside human developers
|
|
145
|
+
|
|
146
|
+
**How BMad Method Enables This Future (10 Ways):**
|
|
147
|
+
|
|
148
|
+
1. AI-Executable PRD Generation - PRDs become work packages for cloud agents
|
|
149
|
+
2. Automated Epic/Story Breakdown - No more manual story refinement sessions
|
|
150
|
+
3. Human-in-the-Loop Architecture - PMs learn while validating technical decisions
|
|
151
|
+
4. Cloud Agentic Pipeline Vision - Current (2025) + Future (2026) roadmap with diagrams
|
|
152
|
+
5. UX Design Integration - Designs validated through working prototypes
|
|
153
|
+
6. PM Technical Skills Development - Learn by doing through conversational workflows
|
|
154
|
+
7. Organizational Leverage - 1 PM → 20-50 AI agents (5-10× productivity multiplier)
|
|
155
|
+
8. Quality Consistency - What gets built matches what was specified
|
|
156
|
+
9. Rapid Prototyping - Hours to validate ideas vs months
|
|
157
|
+
10. Career Path Evolution - Positions PMs for emerging AI Agent PM, Full-Stack Product Lead roles
|
|
158
|
+
|
|
159
|
+
**Cloud Agentic Pipeline Vision:**
|
|
160
|
+
|
|
161
|
+
```
|
|
162
|
+
Current (2025): PM PRD → Stories → Human devs + BMad agents → PRs → Review → Deploy
|
|
163
|
+
Future (2026): PM PRD → Stories → Cloud AI agents → Auto PRs → Review → Auto-merge → Deploy
|
|
164
|
+
Time savings: 6-8 weeks → 2-5 days
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
**What Remains Human:**
|
|
168
|
+
|
|
169
|
+
- Product vision, empathy, creativity, judgment, ethics
|
|
170
|
+
- PMs spend MORE time on human elements (AI handles execution)
|
|
171
|
+
- Product leaders become "builder-thinkers" not just spec writers
|
|
172
|
+
|
|
173
|
+
### 📖 Document Tightening
|
|
174
|
+
|
|
175
|
+
**enterprise-agentic-development.md Overhaul:**
|
|
176
|
+
|
|
177
|
+
- Reduced from 1207 → 640 lines (47% reduction)
|
|
178
|
+
- 10× more BMad-centric - every section ties back to how BMad enables the future
|
|
179
|
+
- Removed redundant examples, consolidated sections, kept actionable insights
|
|
180
|
+
- Stronger value propositions for PMs, UX, enterprise teams throughout
|
|
181
|
+
|
|
182
|
+
**Key Message:** "The future isn't AI replacing PMs—it's AI-augmented PMs becoming 10× more powerful through BMad Method."
|
|
183
|
+
|
|
184
|
+
### 🛠️ Infrastructure & Quality
|
|
185
|
+
|
|
186
|
+
**Agent Naming Consistency:**
|
|
187
|
+
|
|
188
|
+
- Renamed `paige.agent.yaml` → `tech-writer.agent.yaml` (matches agent naming pattern)
|
|
189
|
+
- Updated all references across documentation and workflow files
|
|
190
|
+
|
|
191
|
+
**README Updates:**
|
|
192
|
+
|
|
193
|
+
- Updated local installation instructions
|
|
194
|
+
- Better hierarchy and clearer CTAs in root README
|
|
195
|
+
|
|
196
|
+
### 🔄 Breaking Changes
|
|
197
|
+
|
|
198
|
+
**Variable Renames:**
|
|
199
|
+
|
|
200
|
+
- `project_level` → `project_track` in PRD and all planning workflows
|
|
201
|
+
- Removed `target_scale` variable (no longer needed with 3-track system)
|
|
202
|
+
|
|
203
|
+
**Workflow Path Files:**
|
|
204
|
+
|
|
205
|
+
- Removed 9 level-based workflow paths (brownfield-level-0, greenfield-level-3, etc.)
|
|
206
|
+
- Added 6 new track-based workflow paths (quick-flow-greenfield, method-brownfield, enterprise-greenfield, etc.)
|
|
207
|
+
|
|
208
|
+
**Workflow Triggers:**
|
|
209
|
+
|
|
210
|
+
- Tech-spec workflow descriptions updated to reference tracks not levels
|
|
211
|
+
|
|
212
|
+
### 📊 Impact Summary
|
|
213
|
+
|
|
214
|
+
These changes bring BMM from alpha.4's solid foundation to alpha.5's **production-ready professionalism**:
|
|
215
|
+
|
|
216
|
+
- **Accuracy:** Documentation matches YAML source of truth (zero hallucination risk)
|
|
217
|
+
- **Simplicity:** 3-track system eliminates decision paralysis and artificial complexity
|
|
218
|
+
- **Reality:** Brownfield guidance handles messy real-world scenarios, not idealized ones
|
|
219
|
+
- **Forward-looking:** PM/UX evolution section positions BMad as essential framework for emerging roles
|
|
220
|
+
- **Consistency:** Standardized elicitation, input discovery, and template patterns across all workflows
|
|
221
|
+
- **Maintainability:** 47% documentation reduction + ~114 lines of bloat removed from workflows
|
|
222
|
+
- **Actionable:** Concrete workflows, commands, examples throughout all guidance
|
|
223
|
+
|
|
224
|
+
Users now have **trustworthy, reality-based, future-oriented guidance** for using BMad Method in both current workflows and emerging agentic development patterns.
|
|
225
|
+
|
|
226
|
+
### 📦 Files Changed
|
|
227
|
+
|
|
228
|
+
**Core & Infrastructure (3 files):**
|
|
229
|
+
|
|
230
|
+
- `bmad/core/tasks/workflow.xml` - Removed elicit-required tag
|
|
231
|
+
- `src/core/tasks/workflow.xml` - Removed elicit-required tag
|
|
232
|
+
- `package.json` - Version bump
|
|
233
|
+
|
|
234
|
+
**Documentation (8 files):**
|
|
235
|
+
|
|
236
|
+
- `src/modules/bmm/docs/README.md` - Track references
|
|
237
|
+
- `src/modules/bmm/docs/agents-guide.md` - Accuracy fixes, agent ownership corrections
|
|
238
|
+
- `src/modules/bmm/docs/brownfield-guide.md` - Phase 0 reality check, track migration
|
|
239
|
+
- `src/modules/bmm/docs/enterprise-agentic-development.md` - PM/UX evolution, 47% reduction
|
|
240
|
+
- `src/modules/bmm/docs/faq.md` - Track references
|
|
241
|
+
- `src/modules/bmm/docs/glossary.md` - Track definitions, removed levels
|
|
242
|
+
- `src/modules/bmm/docs/quick-spec-flow.md` - Track references
|
|
243
|
+
- `src/modules/bmm/docs/scale-adaptive-system.md` - Complete 3-track rewrite
|
|
244
|
+
|
|
245
|
+
**Workflow Paths (14 files):**
|
|
246
|
+
|
|
247
|
+
- Removed: 9 level-based paths (brownfield-level-0 through greenfield-level-4)
|
|
248
|
+
- Added: 6 track-based paths (quick-flow/method/enterprise × greenfield/brownfield)
|
|
249
|
+
|
|
250
|
+
**Planning Workflows (11 files):**
|
|
251
|
+
|
|
252
|
+
- PRD workflow: Elicitation, track migration, input discovery, checklist updates
|
|
253
|
+
- Create-epics-and-stories: Template rebuild, BDD format, elicitation, input patterns
|
|
254
|
+
- Tech-spec: Template rebuild, BDD format, input discovery
|
|
255
|
+
- Architecture: Elicitation points, input discovery
|
|
256
|
+
|
|
257
|
+
**Solutioning Workflows (2 files):**
|
|
258
|
+
|
|
259
|
+
- UX Design: Input discovery streamlined
|
|
260
|
+
- Gate-check: Input pattern cleanup, semantic descriptions
|
|
261
|
+
|
|
262
|
+
**Build & Utilities (2 files):**
|
|
263
|
+
|
|
264
|
+
- Audit workflow: Updated tag scanner (removed elicit-required)
|
|
265
|
+
- Workflow status init: Track-based initialization logic
|
|
266
|
+
|
|
267
|
+
**Total: 40+ files changed**
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
### Installation
|
|
272
|
+
|
|
273
|
+
```bash
|
|
274
|
+
npx bmad-method@6.0.0-alpha.5 install
|
|
275
|
+
```
|
|
276
|
+
|
|
277
|
+
For upgrading from alpha.4:
|
|
278
|
+
|
|
279
|
+
```bash
|
|
280
|
+
# Backup your customizations first
|
|
281
|
+
npx bmad-method@6.0.0-alpha.5 install
|
|
282
|
+
```
|
|
283
|
+
|
|
284
|
+
### Migration Notes
|
|
285
|
+
|
|
286
|
+
If upgrading from v6.0.0-alpha.4:
|
|
287
|
+
|
|
288
|
+
1. **Scale System Change:** The 5-level system (Levels 0-4) is now 3 tracks (Quick Flow, BMad Method, Enterprise Method)
|
|
289
|
+
- Existing projects continue to work - workflows auto-detect track from context
|
|
290
|
+
- New projects will use track-based initialization
|
|
291
|
+
- Review `docs/scale-adaptive-system.md` for the new mental model
|
|
292
|
+
|
|
293
|
+
2. **Workflow Improvements:**
|
|
294
|
+
- Better elicitation at strategic decision points (you'll be asked for input more frequently)
|
|
295
|
+
- Cleaner templates with BDD acceptance criteria
|
|
296
|
+
- More consistent input document discovery
|
|
297
|
+
|
|
298
|
+
3. **Documentation Accuracy:**
|
|
299
|
+
- Agent capabilities now match YAML definitions exactly
|
|
300
|
+
- Brownfield guidance handles real-world messy scenarios
|
|
301
|
+
- PM/UX evolution section shows future of AI-driven development
|
|
302
|
+
|
|
303
|
+
4. **Agent Naming:** Technical Writer agent file renamed (paige.agent.yaml → tech-writer.agent.yaml)
|
|
304
|
+
- No functional impact - just internal naming consistency
|
|
305
|
+
|
|
306
|
+
5. **No Breaking Changes:** Existing project structures, workflow outputs, and customizations remain compatible
|
|
307
|
+
|
|
308
|
+
---
|
|
309
|
+
|
|
5
310
|
## [6.0.0-alpha.4]
|
|
6
311
|
|
|
7
312
|
**Release: November 2, 2025**
|