bmad-method 6.1.1-next.17 → 6.1.1-next.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (19) hide show
  1. package/README_CN.md +8 -8
  2. package/package.json +1 -1
  3. package/src/bmm/agents/analyst.agent.yaml +1 -1
  4. package/src/bmm/module-help.csv +2 -2
  5. package/src/bmm/workflows/1-analysis/research/bmad-skill-manifest.yaml +0 -5
  6. package/src/bmm/workflows/1-analysis/research/bmad-technical-research/SKILL.md +6 -0
  7. package/src/bmm/workflows/1-analysis/research/bmad-technical-research/bmad-skill-manifest.yaml +1 -0
  8. package/src/bmm/workflows/1-analysis/research/bmad-technical-research/research.template.md +29 -0
  9. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-01-init.md +2 -2
  10. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-02-technical-overview.md +2 -2
  11. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-03-integration-patterns.md +2 -2
  12. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-04-architectural-patterns.md +2 -2
  13. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-05-implementation-research.md +2 -2
  14. package/src/bmm/workflows/1-analysis/research/{workflow-technical-research.md → bmad-technical-research/workflow.md} +0 -4
  15. package/src/bmm/workflows/4-implementation/bmad-sprint-status/SKILL.md +6 -0
  16. package/src/bmm/workflows/4-implementation/bmad-sprint-status/bmad-skill-manifest.yaml +1 -0
  17. package/src/bmm/workflows/4-implementation/{sprint-status → bmad-sprint-status}/workflow.md +1 -6
  18. package/src/bmm/workflows/4-implementation/sprint-status/bmad-skill-manifest.yaml +0 -3
  19. /package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-06-research-synthesis.md +0 -0
package/README_CN.md CHANGED
@@ -20,7 +20,7 @@
20
20
  - **派对模式** — 将多个智能体角色带入一个会话进行协作和讨论
21
21
  - **完整生命周期** — 从想法开始(头脑风暴)到部署发布
22
22
 
23
- [在 **docs.bmad-method.org** 了解更多](http://docs.bmad-method.org)
23
+ [在 **docs.bmad-method.org** 了解更多](https://docs.bmad-method.org)
24
24
 
25
25
  ---
26
26
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  **V6 已到来,我们才刚刚开始!** BMad 方法正在快速发展,包括跨平台智能体团队和子智能体集成、技能架构、BMad Builder v1、开发循环自动化等优化,以及更多正在开发中的功能。
30
30
 
31
- **[📍 查看完整路线图 →](http://docs.bmad-method.org/roadmap/)**
31
+ **[📍 查看完整路线图 →](https://docs.bmad-method.org/roadmap/)**
32
32
 
33
33
  ---
34
34
 
@@ -40,7 +40,7 @@
40
40
  npx bmad-method install
41
41
  ```
42
42
 
43
- > 如果你获得的是过时的测试版,请使用:`npx bmad-method@6.0.1 install`
43
+ > 想要最新的预发布版本?使用 `npx bmad-method@next install`。相比默认安装,可能会有更多变更。
44
44
 
45
45
  按照安装程序提示操作,然后在项目文件夹中打开你的 AI IDE(Claude Code、Cursor 等)。
46
46
 
@@ -50,7 +50,7 @@ npx bmad-method install
50
50
  npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes
51
51
  ```
52
52
 
53
- [查看所有安装选项](http://docs.bmad-method.org/how-to/non-interactive-installation/)
53
+ [查看所有安装选项](https://docs.bmad-method.org/how-to/non-interactive-installation/)
54
54
 
55
55
  > **不确定该做什么?** 运行 `bmad-help` — 它会准确告诉你下一步做什么以及什么是可选的。你也可以问诸如 `bmad-help 我刚刚完成了架构设计,接下来该做什么?` 之类的问题。
56
56
 
@@ -62,17 +62,17 @@ BMad 方法通过官方模块扩展到专业领域。可在安装期间或之后
62
62
  | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
63
63
  | **[BMad Method (BMM)](https://github.com/bmad-code-org/BMAD-METHOD)** | 包含 34+ 工作流的核心框架 |
64
64
  | **[BMad Builder (BMB)](https://github.com/bmad-code-org/bmad-builder)** | 创建自定义 BMad 智能体和工作流 |
65
- | **[Test Architect (TEA)](https://github.com/bmad-code-org/tea)** | 基于风险的测试策略和自动化 |
65
+ | **[Test Architect (TEA)](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise)** | 基于风险的测试策略和自动化 |
66
66
  | **[Game Dev Studio (BMGD)](https://github.com/bmad-code-org/bmad-module-game-dev-studio)** | 游戏开发工作流(Unity、Unreal、Godot) |
67
67
  | **[Creative Intelligence Suite (CIS)](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite)** | 创新、头脑风暴、设计思维 |
68
68
 
69
69
  ## 文档
70
70
 
71
- [BMad 方法文档站点](http://docs.bmad-method.org) — 教程、指南、概念和参考
71
+ [BMad 方法文档站点](https://docs.bmad-method.org) — 教程、指南、概念和参考
72
72
 
73
73
  **快速链接:**
74
- - [入门教程](http://docs.bmad-method.org/tutorials/getting-started/)
75
- - [从先前版本升级](http://docs.bmad-method.org/how-to/upgrade-to-v6/)
74
+ - [入门教程](https://docs.bmad-method.org/tutorials/getting-started/)
75
+ - [从先前版本升级](https://docs.bmad-method.org/how-to/upgrade-to-v6/)
76
76
  - [测试架构师文档](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/)
77
77
 
78
78
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.1.1-next.17",
4
+ "version": "6.1.1-next.19",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -31,7 +31,7 @@ agent:
31
31
  description: "[DR] Domain Research: Industry domain deep dive, subject matter expertise and terminology"
32
32
 
33
33
  - trigger: TR or fuzzy match on technical-research
34
- exec: "{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md"
34
+ exec: "skill:bmad-technical-research"
35
35
  description: "[TR] Technical Research: Technical feasibility, architecture options and implementation approaches"
36
36
 
37
37
  - trigger: CB or fuzzy match on product-brief
@@ -13,7 +13,7 @@ bmm,anytime,Explain Concept,EC,,_bmad/bmm/agents/tech-writer/tech-writer.agent.y
13
13
  bmm,1-analysis,Brainstorm Project,BP,10,skill:bmad-brainstorming,bmad-brainstorming,false,analyst,data=_bmad/bmm/data/project-context-template.md,"Expert Guided Facilitation through a single or multiple techniques",planning_artifacts,"brainstorming session",
14
14
  bmm,1-analysis,Market Research,MR,20,_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md,bmad-bmm-market-research,false,analyst,Create Mode,"Market analysis competitive landscape customer needs and trends","planning_artifacts|project-knowledge","research documents",
15
15
  bmm,1-analysis,Domain Research,DR,21,skill:bmad-domain-research,bmad-bmm-domain-research,false,analyst,Create Mode,"Industry domain deep dive subject matter expertise and terminology","planning_artifacts|project_knowledge","research documents",
16
- bmm,1-analysis,Technical Research,TR,22,_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md,bmad-bmm-technical-research,false,analyst,Create Mode,"Technical feasibility architecture options and implementation approaches","planning_artifacts|project_knowledge","research documents",
16
+ bmm,1-analysis,Technical Research,TR,22,skill:bmad-technical-research,bmad-bmm-technical-research,false,analyst,Create Mode,"Technical feasibility architecture options and implementation approaches","planning_artifacts|project_knowledge","research documents",
17
17
  bmm,1-analysis,Create Brief,CB,30,skill:bmad-create-product-brief,bmad-bmm-create-product-brief,false,analyst,Create Mode,"A guided experience to nail down your product idea",planning_artifacts,"product brief",
18
18
  bmm,2-planning,Create PRD,CP,10,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md,bmad-bmm-create-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd,
19
19
  bmm,2-planning,Validate PRD,VP,20,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md,bmad-bmm-validate-prd,false,pm,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report",
@@ -23,7 +23,7 @@ bmm,3-solutioning,Create Architecture,CA,10,skill:bmad-create-architecture,bmad-
23
23
  bmm,3-solutioning,Create Epics and Stories,CE,30,skill:bmad-create-epics-and-stories,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories",
24
24
  bmm,3-solutioning,Check Implementation Readiness,IR,70,skill:bmad-check-implementation-readiness,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
25
25
  bmm,4-implementation,Sprint Planning,SP,10,skill:bmad-sprint-planning,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
26
- bmm,4-implementation,Sprint Status,SS,20,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.md,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
26
+ bmm,4-implementation,Sprint Status,SS,20,skill:bmad-sprint-status,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
27
27
  bmm,4-implementation,Validate Story,VS,35,skill:bmad-create-story,bmad-bmm-create-story,false,sm,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report",
28
28
  bmm,4-implementation,Create Story,CS,30,skill:bmad-create-story,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
29
29
  bmm,4-implementation,Dev Story,DS,40,skill:bmad-dev-story,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
@@ -2,8 +2,3 @@ workflow-market-research.md:
2
2
  canonicalId: bmad-market-research
3
3
  type: workflow
4
4
  description: "Conduct market research on competition and customers. Use when the user says 'create a market research report about [business idea]'"
5
-
6
- workflow-technical-research.md:
7
- canonicalId: bmad-technical-research
8
- type: workflow
9
- description: "Conduct technical research on technologies and architecture. Use when the user says 'create a technical research report on [topic]'"
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-technical-research
3
+ description: 'Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".'
4
+ ---
5
+
6
+ Follow the instructions in [workflow.md](workflow.md).
@@ -0,0 +1,29 @@
1
+ ---
2
+ stepsCompleted: []
3
+ inputDocuments: []
4
+ workflowType: 'research'
5
+ lastStep: 1
6
+ research_type: '{{research_type}}'
7
+ research_topic: '{{research_topic}}'
8
+ research_goals: '{{research_goals}}'
9
+ user_name: '{{user_name}}'
10
+ date: '{{date}}'
11
+ web_research_enabled: true
12
+ source_verification: true
13
+ ---
14
+
15
+ # Research Report: {{research_type}}
16
+
17
+ **Date:** {{date}}
18
+ **Author:** {{user_name}}
19
+ **Research Type:** {{research_type}}
20
+
21
+ ---
22
+
23
+ ## Research Overview
24
+
25
+ [Research overview and methodology will be appended here]
26
+
27
+ ---
28
+
29
+ <!-- Content will be appended sequentially through research workflow steps -->
@@ -78,7 +78,7 @@ For **{{research_topic}}**, I will research:
78
78
 
79
79
  - Document scope confirmation in research file
80
80
  - Update frontmatter: `stepsCompleted: [1]`
81
- - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md`
81
+ - Load: `./step-02-technical-overview.md`
82
82
 
83
83
  ## APPEND TO DOCUMENT:
84
84
 
@@ -132,6 +132,6 @@ When user selects 'C', append scope confirmation:
132
132
 
133
133
  ## NEXT STEP:
134
134
 
135
- After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md` to begin technology stack analysis.
135
+ After user selects 'C', load `./step-02-technical-overview.md` to begin technology stack analysis.
136
136
 
137
137
  Remember: This is SCOPE CONFIRMATION ONLY - no actual technical research yet, just confirming the research approach and scope!
@@ -180,7 +180,7 @@ _Source: [URL]_
180
180
 
181
181
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
182
182
  - Update frontmatter: `stepsCompleted: [1, 2]`
183
- - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md`
183
+ - Load: `./step-03-integration-patterns.md`
184
184
 
185
185
  ## APPEND TO DOCUMENT:
186
186
 
@@ -234,6 +234,6 @@ Content is already written to document when generated in step 4. No additional a
234
234
 
235
235
  ## NEXT STEP:
236
236
 
237
- After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md` to analyze APIs, communication protocols, and system interoperability for {{research_topic}}.
237
+ After user selects 'C', load `./step-03-integration-patterns.md` to analyze APIs, communication protocols, and system interoperability for {{research_topic}}.
238
238
 
239
239
  Remember: Always write research content to document immediately and emphasize current technology data with rigorous source verification!
@@ -189,7 +189,7 @@ _Source: [URL]_
189
189
 
190
190
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
191
191
  - Update frontmatter: `stepsCompleted: [1, 2, 3]`
192
- - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md`
192
+ - Load: `./step-04-architectural-patterns.md`
193
193
 
194
194
  ## APPEND TO DOCUMENT:
195
195
 
@@ -243,6 +243,6 @@ Content is already written to document when generated in step 4. No additional a
243
243
 
244
244
  ## NEXT STEP:
245
245
 
246
- After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md` to analyze architectural patterns, design decisions, and system structures for {{research_topic}}.
246
+ After user selects 'C', load `./step-04-architectural-patterns.md` to analyze architectural patterns, design decisions, and system structures for {{research_topic}}.
247
247
 
248
248
  Remember: Always write research content to document immediately and emphasize current integration data with rigorous source verification!
@@ -156,7 +156,7 @@ Show the generated architectural patterns and present continue option:
156
156
 
157
157
  - Append the final content to the research document
158
158
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
159
- - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md`
159
+ - Load: `./step-05-implementation-research.md`
160
160
 
161
161
  ## APPEND TO DOCUMENT:
162
162
 
@@ -197,6 +197,6 @@ When user selects 'C', append the content directly to the research document usin
197
197
 
198
198
  ## NEXT STEP:
199
199
 
200
- After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md` to focus on implementation approaches and technology adoption.
200
+ After user selects 'C' and content is saved to document, load `./step-05-implementation-research.md` to focus on implementation approaches and technology adoption.
201
201
 
202
202
  Remember: Always emphasize current architectural data and rigorous source verification!
@@ -179,7 +179,7 @@ Show the generated implementation research and present continue option:
179
179
 
180
180
  - Append the final content to the research document
181
181
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
182
- - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md`
182
+ - Load: `./step-06-research-synthesis.md`
183
183
 
184
184
  ## APPEND TO DOCUMENT:
185
185
 
@@ -230,4 +230,4 @@ When 'C' is selected:
230
230
 
231
231
  ## NEXT STEP:
232
232
 
233
- After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md` to produce the comprehensive technical research document with narrative introduction, detailed TOC, and executive summary.
233
+ After user selects 'C', load `./step-06-research-synthesis.md` to produce the comprehensive technical research document with narrative introduction, detailed TOC, and executive summary.
@@ -1,7 +1,3 @@
1
- ---
2
- name: technical-research
3
- description: 'Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".'
4
- ---
5
1
 
6
2
  # Technical Research Workflow
7
3
 
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-sprint-status
3
+ description: 'Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"'
4
+ ---
5
+
6
+ Follow the instructions in [workflow.md](workflow.md).
@@ -1,8 +1,3 @@
1
- ---
2
- name: sprint-status
3
- description: 'Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"'
4
- ---
5
-
6
1
  # Sprint Status Workflow
7
2
 
8
3
  **Goal:** Summarize sprint status, surface risks, and recommend the next workflow action.
@@ -25,7 +20,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
25
20
 
26
21
  ### Paths
27
22
 
28
- - `installed_path` = `{project-root}/_bmad/bmm/workflows/4-implementation/sprint-status`
23
+ - `installed_path` = `.`
29
24
  - `sprint_status_file` = `{implementation_artifacts}/sprint-status.yaml`
30
25
 
31
26
  ### Input Files
@@ -1,3 +0,0 @@
1
- canonicalId: bmad-sprint-status
2
- type: workflow
3
- description: "Summarize sprint status and surface risks"