bmad-method 6.1.1-next.16 → 6.1.1-next.18

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/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.16",
4
+ "version": "6.1.1-next.18",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -29,7 +29,7 @@ agent:
29
29
 
30
30
  menu:
31
31
  - trigger: QA or fuzzy match on qa-automate
32
- exec: "{project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.md"
32
+ exec: "skill:bmad-qa-generate-e2e-tests"
33
33
  description: "[QA] Automate - Generate tests for existing features (simplified)"
34
34
 
35
35
  prompts:
@@ -23,10 +23,10 @@ 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",,,
30
30
  bmm,4-implementation,Code Review,CR,50,skill:bmad-code-review,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
31
- bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.md,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
31
+ bmm,4-implementation,QA Automation Test,QA,45,skill:bmad-qa-generate-e2e-tests,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
32
32
  bmm,4-implementation,Retrospective,ER,60,skill:bmad-retrospective,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
@@ -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
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-qa-generate-e2e-tests
3
+ description: 'Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"'
4
+ ---
5
+
6
+ Follow the instructions in [workflow.md](workflow.md).
@@ -1,8 +1,3 @@
1
- ---
2
- name: qa-generate-e2e-tests
3
- description: 'Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"'
4
- ---
5
-
6
1
  # QA Generate E2E Tests Workflow
7
2
 
8
3
  **Goal:** Generate automated API and E2E tests for implemented code.
@@ -25,8 +20,8 @@ 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/qa-generate-e2e-tests`
29
- - `checklist` = `{installed_path}/checklist.md`
23
+ - `installed_path` = `.`
24
+ - `checklist` = `./checklist.md`
30
25
  - `test_dir` = `{project-root}/tests`
31
26
  - `source_dir` = `{project-root}`
32
27
  - `default_output_file` = `{implementation_artifacts}/tests/test-summary.md`
@@ -1,3 +0,0 @@
1
- canonicalId: bmad-sprint-status
2
- type: workflow
3
- description: "Summarize sprint status and surface risks"
@@ -1,3 +0,0 @@
1
- canonicalId: bmad-qa-generate-e2e-tests
2
- type: workflow
3
- description: "Generate end-to-end automated tests for existing features"