bmad-method 6.11.1-next.4 → 6.11.1-next.41

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 (168) hide show
  1. package/.claude-plugin/marketplace.json +1 -1
  2. package/AGENTS.md +12 -0
  3. package/CLAUDE.md +1 -0
  4. package/README.md +13 -19
  5. package/README_CN.md +0 -10
  6. package/README_KR.md +90 -0
  7. package/README_VN.md +0 -10
  8. package/greptile.json +52 -0
  9. package/package.json +7 -6
  10. package/src/bmm-skills/agents/bmad-agent-analyst/SKILL.md +1 -1
  11. package/src/bmm-skills/agents/bmad-agent-analyst/customize.toml +1 -3
  12. package/src/bmm-skills/agents/bmad-agent-architect/SKILL.md +1 -1
  13. package/src/bmm-skills/agents/bmad-agent-architect/customize.toml +1 -3
  14. package/src/bmm-skills/agents/bmad-agent-dev/SKILL.md +1 -1
  15. package/src/bmm-skills/agents/bmad-agent-dev/customize.toml +1 -3
  16. package/src/bmm-skills/agents/bmad-agent-pm/SKILL.md +1 -1
  17. package/src/bmm-skills/agents/bmad-agent-pm/customize.toml +1 -3
  18. package/src/bmm-skills/agents/bmad-agent-ux-designer/SKILL.md +1 -1
  19. package/src/bmm-skills/agents/bmad-agent-ux-designer/customize.toml +1 -3
  20. package/src/bmm-skills/module-help.csv +2 -2
  21. package/src/bmm-skills/plan/bmad-architecture/SKILL.md +1 -1
  22. package/src/bmm-skills/plan/bmad-architecture/customize.toml +5 -6
  23. package/src/bmm-skills/plan/bmad-create-epics-and-stories/SKILL.md +1 -1
  24. package/src/bmm-skills/plan/bmad-create-epics-and-stories/customize.toml +1 -3
  25. package/src/bmm-skills/plan/bmad-create-epics-and-stories/steps/step-04-final-validation.md +1 -1
  26. package/src/bmm-skills/plan/bmad-generate-project-context/SKILL.md +2 -0
  27. package/src/bmm-skills/plan/bmad-prd/SKILL.md +1 -1
  28. package/src/bmm-skills/plan/bmad-prd/customize.toml +5 -6
  29. package/src/bmm-skills/plan/bmad-prfaq/SKILL.md +1 -1
  30. package/src/bmm-skills/plan/bmad-prfaq/customize.toml +1 -3
  31. package/src/bmm-skills/plan/bmad-prfaq/references/verdict.md +1 -1
  32. package/src/bmm-skills/plan/bmad-product-brief/SKILL.md +1 -1
  33. package/src/bmm-skills/plan/bmad-product-brief/customize.toml +5 -6
  34. package/src/bmm-skills/plan/bmad-project-context/SKILL.md +24 -13
  35. package/src/bmm-skills/plan/bmad-project-context/references/best-practices.md +26 -7
  36. package/src/bmm-skills/plan/bmad-project-context/references/template.md +1 -1
  37. package/src/bmm-skills/plan/bmad-spec/SKILL.md +1 -1
  38. package/src/bmm-skills/plan/bmad-spec/customize.toml +5 -5
  39. package/src/bmm-skills/plan/bmad-sprint-planning/SKILL.md +1 -1
  40. package/src/bmm-skills/plan/bmad-sprint-planning/customize.toml +1 -3
  41. package/src/bmm-skills/plan/bmad-sprint-planning/scripts/__pycache__/sprint_plan.cpython-311.pyc +0 -0
  42. package/src/bmm-skills/plan/bmad-sprint-planning/scripts/tests/__pycache__/test_sprint_plan.cpython-311-pytest-9.1.1.pyc +0 -0
  43. package/src/bmm-skills/plan/bmad-ux/SKILL.md +1 -1
  44. package/src/bmm-skills/plan/bmad-ux/customize.toml +1 -3
  45. package/src/bmm-skills/ship/bmad-build/customize.toml +14 -17
  46. package/src/bmm-skills/ship/bmad-build/references/claims-check.md +14 -0
  47. package/src/bmm-skills/ship/bmad-build/review-prompts/edge-case-hunter.md +31 -7
  48. package/src/bmm-skills/ship/bmad-build/review-prompts/verification-gap.md +4 -4
  49. package/src/bmm-skills/ship/bmad-build/spec-template.md +26 -4
  50. package/src/bmm-skills/ship/bmad-build/step-01-clarify-and-route.md +20 -25
  51. package/src/bmm-skills/ship/bmad-build/step-02-plan.md +31 -16
  52. package/src/bmm-skills/ship/bmad-build/step-03-implement.md +4 -2
  53. package/src/bmm-skills/ship/bmad-build/step-04-review.md +49 -19
  54. package/src/bmm-skills/ship/bmad-build/step-05-present.md +6 -1
  55. package/src/bmm-skills/ship/bmad-build/step-oneshot.md +37 -19
  56. package/src/bmm-skills/ship/bmad-build/sync-sprint-status.md +1 -1
  57. package/src/bmm-skills/ship/bmad-build-auto/customize.toml +16 -18
  58. package/src/bmm-skills/ship/bmad-build-auto/references/claims-check.md +14 -0
  59. package/src/bmm-skills/ship/bmad-build-auto/review-prompts/edge-case-hunter.md +31 -7
  60. package/src/bmm-skills/ship/bmad-build-auto/review-prompts/verification-gap.md +4 -4
  61. package/src/bmm-skills/ship/bmad-build-auto/spec-template.md +4 -7
  62. package/src/bmm-skills/ship/bmad-build-auto/step-01-clarify-and-route.md +3 -2
  63. package/src/bmm-skills/ship/bmad-build-auto/step-03-implement.md +5 -1
  64. package/src/bmm-skills/ship/bmad-build-auto/step-04-review.md +58 -38
  65. package/src/bmm-skills/ship/bmad-build-auto/workflow.md +1 -1
  66. package/src/bmm-skills/ship/bmad-code-review/SKILL.md +1 -1
  67. package/src/bmm-skills/ship/bmad-code-review/customize.toml +14 -17
  68. package/src/bmm-skills/ship/bmad-code-review/references/claims-check.md +14 -0
  69. package/src/bmm-skills/ship/bmad-code-review/review-prompts/edge-case-hunter.md +31 -7
  70. package/src/bmm-skills/ship/bmad-code-review/review-prompts/verification-gap.md +4 -4
  71. package/src/bmm-skills/ship/bmad-code-review/steps/step-01-gather-context.md +30 -23
  72. package/src/bmm-skills/ship/bmad-code-review/steps/step-02-review.md +3 -3
  73. package/src/bmm-skills/ship/bmad-code-review/steps/step-03-triage.md +25 -21
  74. package/src/bmm-skills/ship/bmad-code-review/steps/step-04-present.md +20 -18
  75. package/src/bmm-skills/ship/bmad-correct-course/SKILL.md +13 -5
  76. package/src/bmm-skills/ship/bmad-correct-course/customize.toml +1 -3
  77. package/src/bmm-skills/ship/bmad-qa-generate-e2e-tests/SKILL.md +2 -2
  78. package/src/bmm-skills/ship/bmad-qa-generate-e2e-tests/customize.toml +1 -3
  79. package/src/bmm-skills/ship/bmad-retrospective/SKILL.md +1 -1
  80. package/src/bmm-skills/ship/bmad-retrospective/customize.toml +1 -3
  81. package/src/bmm-skills/ship/bmad-retrospective/scripts/__pycache__/sprint_status.cpython-311.pyc +0 -0
  82. package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_git_evidence.cpython-311-pytest-9.1.1.pyc +0 -0
  83. package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_sprint_status.cpython-311-pytest-9.1.1.pyc +0 -0
  84. package/src/bmm-skills/ship/{bmad-checkpoint-preview → bmad-walkthrough}/SKILL.md +4 -4
  85. package/src/bmm-skills/ship/{bmad-checkpoint-preview → bmad-walkthrough}/customize.toml +2 -4
  86. package/src/bmm-skills/ship/{bmad-checkpoint-preview → bmad-walkthrough}/step-05-wrapup.md +1 -1
  87. package/src/bmm-skills/v6-shims/README.md +1 -0
  88. package/src/bmm-skills/v6-shims/bmad-checkpoint-preview/SKILL.md +21 -0
  89. package/src/bmm-skills/v6-shims/bmad-create-architecture/SKILL.md +3 -1
  90. package/src/bmm-skills/v6-shims/bmad-create-architecture/customize.toml +1 -3
  91. package/src/bmm-skills/v6-shims/bmad-create-prd/SKILL.md +3 -1
  92. package/src/bmm-skills/v6-shims/bmad-create-prd/customize.toml +1 -3
  93. package/src/bmm-skills/v6-shims/bmad-create-story/SKILL.md +5 -3
  94. package/src/bmm-skills/v6-shims/bmad-create-story/customize.toml +1 -3
  95. package/src/bmm-skills/v6-shims/bmad-dev-auto/SKILL.md +2 -0
  96. package/src/bmm-skills/v6-shims/bmad-dev-story/SKILL.md +4 -2
  97. package/src/bmm-skills/v6-shims/bmad-dev-story/customize.toml +1 -6
  98. package/src/bmm-skills/v6-shims/bmad-document-project/SKILL.md +2 -0
  99. package/src/bmm-skills/v6-shims/bmad-domain-research/SKILL.md +3 -1
  100. package/src/bmm-skills/v6-shims/bmad-edit-prd/SKILL.md +3 -1
  101. package/src/bmm-skills/v6-shims/bmad-edit-prd/customize.toml +1 -3
  102. package/src/bmm-skills/v6-shims/bmad-market-research/SKILL.md +3 -1
  103. package/src/bmm-skills/v6-shims/bmad-quick-dev/SKILL.md +2 -0
  104. package/src/bmm-skills/v6-shims/bmad-sprint-status/SKILL.md +3 -1
  105. package/src/bmm-skills/v6-shims/bmad-sprint-status/customize.toml +1 -3
  106. package/src/bmm-skills/v6-shims/bmad-technical-research/SKILL.md +3 -1
  107. package/src/bmm-skills/v6-shims/bmad-validate-prd/SKILL.md +3 -1
  108. package/src/bmm-skills/v6-shims/bmad-validate-prd/customize.toml +1 -3
  109. package/src/core-skills/bmad-advanced-elicitation/SKILL.md +22 -23
  110. package/src/core-skills/bmad-brainstorming/SKILL.md +1 -1
  111. package/src/core-skills/bmad-brainstorming/customize.toml +5 -6
  112. package/src/core-skills/bmad-brainstorming/scripts/brain.py +19 -0
  113. package/src/core-skills/bmad-brainstorming/scripts/tests/test_brain.py +50 -0
  114. package/src/core-skills/bmad-customize/SKILL.md +1 -1
  115. package/src/core-skills/bmad-deep-recon/SKILL.md +1 -1
  116. package/src/core-skills/bmad-forge-idea/SKILL.md +1 -1
  117. package/src/core-skills/bmad-forge-idea/customize.toml +5 -6
  118. package/src/core-skills/bmad-forge-idea/scripts/resolve_personas.py +3 -1
  119. package/src/core-skills/bmad-forge-idea/scripts/tests/test_resolve_personas.py +22 -0
  120. package/src/core-skills/bmad-help/SKILL.md +1 -1
  121. package/src/core-skills/bmad-party-mode/SKILL.md +1 -1
  122. package/src/core-skills/bmad-party-mode/customize.toml +4 -4
  123. package/src/core-skills/bmad-party-mode/references/create-party.md +1 -1
  124. package/src/core-skills/bmad-party-mode/scripts/resolve_party.py +3 -1
  125. package/src/core-skills/bmad-party-mode/scripts/tests/test_resolve_party.py +22 -0
  126. package/src/core-skills/bmad-review/SKILL.md +6 -5
  127. package/src/core-skills/bmad-review/customize.toml +1 -1
  128. package/src/core-skills/bmad-review/references/lens-edge-case-hunter.md +18 -0
  129. package/src/core-skills/module-help.csv +1 -1
  130. package/src/core-skills/v6-shims/bmad-editorial-review/SKILL.md +2 -0
  131. package/src/core-skills/v6-shims/bmad-editorial-review-prose/SKILL.md +2 -0
  132. package/src/core-skills/v6-shims/bmad-editorial-review-structure/SKILL.md +2 -0
  133. package/src/core-skills/v6-shims/bmad-review-adversarial-general/SKILL.md +2 -0
  134. package/src/core-skills/v6-shims/bmad-review-edge-case-hunter/SKILL.md +2 -0
  135. package/src/core-skills/v6-shims/bmad-review-verification-gap/SKILL.md +2 -0
  136. package/src/scripts/__pycache__/config_utils.cpython-311.pyc +0 -0
  137. package/src/scripts/resolve_config.py +9 -1
  138. package/src/scripts/resolve_customization.py +72 -7
  139. package/src/scripts/tests/__pycache__/test_config_utils.cpython-311.pyc +0 -0
  140. package/src/scripts/tests/__pycache__/test_resolve_config.cpython-311.pyc +0 -0
  141. package/src/scripts/tests/__pycache__/test_resolve_customization.cpython-311.pyc +0 -0
  142. package/src/scripts/tests/test_resolve_config.py +28 -0
  143. package/src/scripts/tests/test_resolve_customization.py +102 -0
  144. package/tools/installer/commands/install.js +2 -0
  145. package/tools/installer/core/config.js +3 -0
  146. package/tools/installer/core/installer.js +57 -1
  147. package/tools/installer/core/manifest-generator.js +6 -0
  148. package/tools/installer/core/manifest.js +6 -0
  149. package/tools/installer/core/shim-policy.js +159 -0
  150. package/tools/installer/ide/platform-codes.yaml +13 -0
  151. package/tools/installer/modules/official-modules.js +38 -6
  152. package/tools/installer/prompts.js +15 -2
  153. package/tools/installer/ui.js +68 -3
  154. package/tools/skill-validator.md +2 -26
  155. package/tools/tests/__pycache__/test_validate_skills.cpython-311.pyc +0 -0
  156. package/tools/tests/fixtures/validate-skills/bmad/SKILL.md +8 -0
  157. package/tools/tests/fixtures/validate-skills/deprecated-shim/SKILL.md +9 -0
  158. package/tools/tests/fixtures/validate-skills/missing-trigger/SKILL.md +9 -0
  159. package/tools/tests/fixtures/validate-skills/with-trigger/SKILL.md +8 -0
  160. package/tools/tests/test_validate_skills.py +476 -0
  161. package/tools/validate-published-implementation-model.mjs +0 -9
  162. package/tools/validate_skills.py +698 -0
  163. package/tools/validate-skills.js +0 -735
  164. /package/src/bmm-skills/ship/{bmad-checkpoint-preview → bmad-walkthrough}/generate-trail.md +0 -0
  165. /package/src/bmm-skills/ship/{bmad-checkpoint-preview → bmad-walkthrough}/step-01-orientation.md +0 -0
  166. /package/src/bmm-skills/ship/{bmad-checkpoint-preview → bmad-walkthrough}/step-02-walkthrough.md +0 -0
  167. /package/src/bmm-skills/ship/{bmad-checkpoint-preview → bmad-walkthrough}/step-03-detail-pass.md +0 -0
  168. /package/src/bmm-skills/ship/{bmad-checkpoint-preview → bmad-walkthrough}/step-04-testing.md +0 -0
@@ -34,11 +34,11 @@
34
34
  "./src/bmm-skills/plan/bmad-sprint-planning",
35
35
  "./src/bmm-skills/plan/bmad-ux",
36
36
  "./src/bmm-skills/ship/bmad-build",
37
- "./src/bmm-skills/ship/bmad-checkpoint-preview",
38
37
  "./src/bmm-skills/ship/bmad-code-review",
39
38
  "./src/bmm-skills/ship/bmad-correct-course",
40
39
  "./src/bmm-skills/ship/bmad-qa-generate-e2e-tests",
41
40
  "./src/bmm-skills/ship/bmad-retrospective",
41
+ "./src/bmm-skills/ship/bmad-walkthrough",
42
42
  "./src/core-skills/bmad-advanced-elicitation",
43
43
  "./src/core-skills/bmad-brainstorming",
44
44
  "./src/core-skills/bmad-customize",
package/AGENTS.md CHANGED
@@ -10,3 +10,15 @@ Open source framework for structured, agent-assisted software delivery.
10
10
 
11
11
  - Skill validation rules are in `tools/skill-validator.md`.
12
12
  - Deterministic skill checks run via `npm run validate:skills` (included in `quality`).
13
+ - Documentation conventions are in `docs/_STYLE_GUIDE.md`.
14
+
15
+ ## Writing prompts
16
+
17
+ Skills, workflows, tasks, and agent definitions are prompt text that an agent reads in full on every run. Length and
18
+ ambiguity are paid on every run; a corner case is paid only when it occurs. So do not add instructions for exotic
19
+ cases — the model usually handles them from context, and the reviewing human can correct it when it does not.
20
+
21
+ ## Testing
22
+
23
+ Automated tests assert outcomes produced by deterministic code. Do not write automated tests for LLM output or for
24
+ static source text.
package/CLAUDE.md ADDED
@@ -0,0 +1 @@
1
+ @AGENTS.md
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ![BMad Method](banner-bmad-method.png)
2
2
 
3
+
4
+ [![Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=version)](https://www.npmjs.com/package/bmad-method)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289da?logo=discord&logoColor=white)](https://discord.gg/gk8jAdXWmj)
7
+
3
8
  **Agile Ai Driven Development — turn an idea or change request into working software without giving up the thinking.**
4
9
 
5
10
  Ai Driven Development (AiDD) covers the whole effort, not only the code: what to build, how it holds together, and how it changes as you learn. BMad Method is the agile way to do it — decisions stay explicit, context carries forward, and the process sizes itself to the work. Small changes go straight to build. Complex work gets the depth it needs. The same method covers a weekend prototype and a system with years of history behind it.
@@ -18,11 +23,11 @@ npx bmad-method install
18
23
 
19
24
  Open your project in your AI coding tool, invoke `bmad-build` with what you want to change, and keep making the decisions that matter. Run `bmad-help` whenever you want guidance on what comes next or what is optional.
20
25
 
21
- **[Build your first project with BMad →](https://docs.bmad-method.org/tutorials/getting-started/)**
26
+ **[Build your first project with BMad →](https://docs.bmad-method.org/start/build-your-first-change/)**
22
27
 
23
- **[Add BMad to an existing codebase →](https://docs.bmad-method.org/how-to/established-projects/)**
28
+ **[Add BMad to an existing codebase →](https://docs.bmad-method.org/existing-codebases/start-in-an-existing-codebase/)**
24
29
 
25
- BMad is free and open source, with no paywalled workflows or gated community. For prerelease builds, CI/CD, configuration overrides, and non-interactive setup, see the [installation guide](https://docs.bmad-method.org/how-to/install-bmad/).
30
+ BMad is free and open source, with no paywalled workflows or gated community. For installation prerequisites, updates, prerelease builds, and the installer's live automation help, see the [installation guide](https://docs.bmad-method.org/start/install-bmad/).
26
31
 
27
32
  ## Why BMad?
28
33
 
@@ -35,7 +40,7 @@ Coding assistants are effective at implementation, but they often turn unstated
35
40
  - **Guided collaboration** — Use structured workflows and multiple-agent discussions without handing over judgment.
36
41
  - **One delivery path** — Move from early thinking through reviewed implementation, correction, and learning.
37
42
 
38
- [See how the workflows fit together →](https://docs.bmad-method.org/reference/workflow-map/)
43
+ [See how much planning a change needs →](https://docs.bmad-method.org/plan/choose-a-planning-path/)
39
44
 
40
45
  ## BMad Ecosystem
41
46
 
@@ -56,14 +61,9 @@ Install the core method or add official modules for specialized work.
56
61
 
57
62
  ## Documentation
58
63
 
59
- - **[Getting Started](https://docs.bmad-method.org/tutorials/getting-started/)** — Install BMad and build a small project.
60
- - **[Workflow Map](https://docs.bmad-method.org/reference/workflow-map/)** — Understand the available paths and outputs.
61
- - **[Established Projects](https://docs.bmad-method.org/how-to/established-projects/)** — Add BMad to an existing codebase.
62
- - **[Upgrade to V6](https://docs.bmad-method.org/how-to/upgrade-to-v6/)** — Migrate from an earlier version.
63
-
64
- ## Roadmap
65
-
66
- See what is in progress and what is planned on the [public roadmap](https://docs.bmad-method.org/roadmap/).
64
+ - **[Build Your First Change](https://docs.bmad-method.org/start/build-your-first-change/)** — Install BMad and build a small project.
65
+ - **[Choose a Planning Path](https://docs.bmad-method.org/plan/choose-a-planning-path/)** — Pick how much planning a change needs and see what each planning skill produces.
66
+ - **[Start in an Existing Codebase](https://docs.bmad-method.org/existing-codebases/start-in-an-existing-codebase/)** — Add BMad to an existing codebase.
67
67
 
68
68
  ## Community
69
69
 
@@ -85,10 +85,4 @@ MIT License — see [LICENSE](LICENSE) for details.
85
85
 
86
86
  **BMad** and **BMAD-METHOD** are trademarks of BMad Code, LLC. See [TRADEMARK.md](TRADEMARK.md) for details.
87
87
 
88
- [![Contributors](https://contrib.rocks/image?repo=bmad-code-org/BMAD-METHOD)](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
89
-
90
- See [CONTRIBUTORS.md](CONTRIBUTORS.md) for contributor information.
91
-
92
- [![Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=version)](https://www.npmjs.com/package/bmad-method)
93
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
94
- [![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289da?logo=discord&logoColor=white)](https://discord.gg/gk8jAdXWmj)
88
+ If you would like to contribute, join us in the discord and read [CONTRIBUTORS.md](CONTRIBUTORS.md) first.
package/README_CN.md CHANGED
@@ -24,14 +24,6 @@
24
24
 
25
25
  ---
26
26
 
27
- ## 🚀 BMad 的下一步是什么?
28
-
29
- **V6 已经上线,而这只是开始。** BMad 仍在快速演进:跨平台智能体团队与子智能体集成、Skills 架构、BMad Builder v1、Dev Loop 自动化等能力都在持续推进。
30
-
31
- **[📍 查看完整路线图 →](https://docs.bmad-method.org/zh-cn/roadmap/)**
32
-
33
- ---
34
-
35
27
  ## 快速开始
36
28
 
37
29
  **先决条件**:[Node.js](https://nodejs.org) v20+
@@ -103,6 +95,4 @@ MIT 许可证 — 详见 [LICENSE](LICENSE)。
103
95
 
104
96
  **BMad** 和 **BMAD-METHOD** 是 BMad Code, LLC 的商标。详见 [TRADEMARK.md](TRADEMARK.md)。
105
97
 
106
- [![Contributors](https://contrib.rocks/image?repo=bmad-code-org/BMAD-METHOD)](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
107
-
108
98
  请参阅 [CONTRIBUTORS.md](CONTRIBUTORS.md) 了解贡献者信息。
package/README_KR.md ADDED
@@ -0,0 +1,90 @@
1
+ ![BMad Method](banner-bmad-method.png)
2
+
3
+ [![버전](https://img.shields.io/npm/v/bmad-method?color=blue&label=%EB%B2%84%EC%A0%84)](https://www.npmjs.com/package/bmad-method)
4
+ [![라이선스: MIT](https://img.shields.io/badge/%EB%9D%BC%EC%9D%B4%EC%84%A0%EC%8A%A4-MIT-yellow.svg)](LICENSE)
5
+ [![Discord](https://img.shields.io/badge/Discord-%EC%BB%A4%EB%AE%A4%EB%8B%88%ED%8B%B0%20%EC%B0%B8%EC%97%AC-7289da?logo=discord&logoColor=white)](https://discord.gg/gk8jAdXWmj)
6
+
7
+ [English](README.md) | [简体中文](README_CN.md) | [Tiếng Việt](README_VN.md) | 한국어
8
+
9
+ **애자일 AI 주도 개발 — 사고 과정을 포기하지 않고 아이디어나 변경 요청을 실제 작동하는 소프트웨어로 바꿉니다.**
10
+
11
+ AI 주도 개발(AiDD)은 코드 작성에 그치지 않습니다. 무엇을 만들지, 각 요소가 어떻게 맞물리는지, 새롭게 알게 된 내용에 따라 어떻게 바꿀지까지 개발 전반을 아우릅니다. BMad Method는 이를 애자일 방식으로 실천합니다. 결정은 명확히 남고 컨텍스트는 다음 작업으로 이어지며 작업 규모에 맞춰 절차도 달라집니다. 작은 변경은 바로 Build로 진행하고 복잡한 작업은 필요한 만큼 깊이 계획합니다. 주말에 만드는 프로토타입부터 오랜 역사를 지닌 시스템까지 같은 방법으로 다룹니다.
12
+
13
+ ![BMad 전달 루프: 막연한 생각은 구체화부터, 크고 명확한 아이디어는 계획부터 시작하며 작은 변경은 바로 구현 및 검증으로 이어집니다. 학습 및 조정 단계에서 얻은 내용은 다시 계획에 반영됩니다.](docs/images/bmad-delivery-loop-ko.svg)
14
+
15
+ _어디서든 시작하세요. BMad를 처음부터 끝까지 사용해도 되고 개요·사양·아키텍처만 기존 개발 흐름에 가져와도 됩니다._
16
+
17
+ ## 바로 시작하기
18
+
19
+ **필수 조건:** [Node.js](https://nodejs.org) 20.12+, [Python](https://www.python.org) 3.10+, [uv](https://docs.astral.sh/uv/)
20
+
21
+ ```bash
22
+ npx bmad-method install
23
+ ```
24
+
25
+ 프로젝트를 AI 코딩 도구에서 열고 `bmad-build`에 원하는 변경을 말하세요. 중요한 결정은 직접 내리면서 작업을 이어 가면 됩니다. 다음 단계나 선택 사항을 안내받고 싶을 때는 언제든 `bmad-help`를 실행하세요.
26
+
27
+ **[BMad로 첫 변경 사항 구현하기 →](https://docs.bmad-method.org/ko-kr/start/build-your-first-change/)**
28
+
29
+ **[기존 코드베이스에 BMad 적용하기 →](https://docs.bmad-method.org/ko-kr/how-to/established-projects/)**
30
+
31
+ BMad는 무료 오픈 소스이며 유료 전용 워크플로나 가입이 제한된 커뮤니티가 없습니다. 설치 필수 조건, 업데이트, 사전 릴리스 빌드, 설치 프로그램의 최신 자동화 도움말은 [설치 가이드](https://docs.bmad-method.org/ko-kr/start/install-bmad/)를 참고하세요.
32
+
33
+ ## 왜 BMad인가요?
34
+
35
+ 코딩 도우미는 구현에는 능숙하지만 명시하지 않은 가정을 그대로 코드로 옮기기도 합니다. BMad는 중요한 결정을 명확히 드러내고 다음 작업에 필요한 컨텍스트로 남기는 에이전트와 워크플로를 제공합니다. 판단은 사용자가 직접 내립니다.
36
+
37
+ - **작업에 맞는 절차** — 명확한 변경은 바로 구현하고 큰 과제는 더 깊이 계획합니다.
38
+ - **신규·기존 코드 모두 지원** — 빈 프로젝트에서 시작하거나, 물려받은 코드베이스의 컨텍스트를 검증해 현재 상태에 맞춰 작업합니다.
39
+ - **지속되는 컨텍스트** — 대화할 때마다 다시 설명하지 않아도 제품과 기술 결정을 다음 작업으로 이어 갑니다.
40
+ - **분야별 관점** — 필요할 때 제품, 아키텍처, UX, 개발, 테스트 전문가의 관점을 활용합니다.
41
+ - **안내형 협업** — 판단을 맡기지 않고도 구조화된 워크플로와 여러 에이전트의 토론을 활용합니다.
42
+ - **하나로 이어지는 개발 흐름** — 초기 구상부터 검토를 거친 구현, 방향 수정, 학습까지 한 흐름으로 진행합니다.
43
+
44
+ [워크플로가 어떻게 연결되는지 보기 →](https://docs.bmad-method.org/ko-kr/reference/workflow-map/)
45
+
46
+ ## BMad 생태계
47
+
48
+ 핵심 프레임워크만 설치하거나 전문 작업을 위한 공식 모듈을 추가합니다.
49
+
50
+ | 모듈 | 용도 |
51
+ | --- | --- |
52
+ | **[BMad Method](https://github.com/bmad-code-org/BMAD-METHOD)** | 새 프로토타입부터 기존 코드베이스까지 소프트웨어를 계획하고 완성합니다. |
53
+ | **[BMad Builder](https://github.com/bmad-code-org/bmad-builder)** | 스킬, 워크플로, 에이전트를 만듭니다. |
54
+ | **[BMad Creative Intelligence Suite](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite)** | 혁신, 디자인 사고, 스토리텔링을 위한 창의적 사고 파트너를 제공합니다. |
55
+ | **[BMad Test Architect](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise)** | BMad Method에 엔터프라이즈 테스트 기능을 더합니다. |
56
+ | **[BMad Loop](https://github.com/bmad-code-org/bmad-loop)** | 에픽 전체를 사람의 개입 없이 구현하고 검증한 뒤 회고합니다. |
57
+ | **[BMad Game Dev Studio](https://github.com/bmad-code-org/bmad-module-game-dev-studio)** | Unity, Unreal, Godot, Phaser를 비롯한 모든 프레임워크에서 게임을 구상하고 설계해 구현합니다. |
58
+
59
+ ## 웹에서 계획하기
60
+
61
+ [Web bundle](https://bmadcode.com/web-bundles/)은 일부 BMad 워크플로를 Google Gemini Gem과 ChatGPT Custom GPT로 패키징한 것입니다. 기존 웹 구독 환경에서 계획을 세운 뒤, 그 결과물을 AI 코딩 도구로 가져와 구현에 사용하세요.
62
+
63
+ ## 문서
64
+
65
+ - **[첫 변경 사항 구현하기](https://docs.bmad-method.org/ko-kr/start/build-your-first-change/)** — BMad를 설치하고 작은 프로젝트를 만듭니다.
66
+ - **[워크플로 맵](https://docs.bmad-method.org/ko-kr/reference/workflow-map/)** — 사용할 수 있는 경로와 산출물을 살펴봅니다.
67
+ - **[기존 프로젝트](https://docs.bmad-method.org/ko-kr/how-to/established-projects/)** — 기존 코드베이스에 BMad를 적용합니다.
68
+ - **[v6로 업그레이드](https://docs.bmad-method.org/ko-kr/how-to/upgrade-to-v6/)** — 이전 버전에서 마이그레이션합니다.
69
+
70
+ ## 커뮤니티
71
+
72
+ - [Discord](https://discord.gg/gk8jAdXWmj) — 도움을 받고 아이디어를 나누며 협업합니다.
73
+ - [YouTube](https://youtube.com/@BMadCode) — 튜토리얼과 마스터 클래스를 시청합니다.
74
+ - [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues) — 버그를 제보하고 기능을 요청합니다.
75
+ - [GitHub Discussions](https://github.com/bmad-code-org/BMAD-METHOD/discussions) — 커뮤니티의 긴 대화에 참여합니다.
76
+ - [BMad Code](https://bmadcode.com) — 더 넓은 BMad 생태계를 둘러봅니다.
77
+
78
+ ## 후원과 기여
79
+
80
+ BMad는 누구에게나 무료이며 앞으로도 계속 무료로 제공됩니다. 저장소에 스타를 누르거나 [커피 한 잔을 후원](https://buymeacoffee.com/bmad)해 주세요. 기업 후원은 <contact@bmadcode.com>으로 문의해 주세요.
81
+
82
+ 기여를 환영합니다. Pull Request를 열기 전에 [CONTRIBUTING.md](CONTRIBUTING.md)를 읽어 주세요.
83
+
84
+ ## 라이선스
85
+
86
+ MIT 라이선스를 따릅니다. 자세한 내용은 [LICENSE](LICENSE)를 참고하세요.
87
+
88
+ **BMad**와 **BMAD-METHOD**는 BMad Code, LLC의 상표입니다. 자세한 내용은 [TRADEMARK.md](TRADEMARK.md)를 참고하세요.
89
+
90
+ 기여하려면 Discord에 참여하고 먼저 [CONTRIBUTORS.md](CONTRIBUTORS.md)를 읽어 주세요.
package/README_VN.md CHANGED
@@ -28,14 +28,6 @@ Các công cụ AI truyền thống thường làm thay phần suy nghĩ của b
28
28
 
29
29
  ---
30
30
 
31
- ## 🚀 Điều gì tiếp theo cho BMad?
32
-
33
- **V6 đã có mặt và đây mới chỉ là khởi đầu!** BMad Method đang phát triển rất nhanh với các cải tiến như đội agent đa nền tảng và tích hợp sub-agent, kiến trúc Skills, BMad Builder v1, tự động hóa vòng lặp phát triển và nhiều thứ khác vẫn đang được xây dựng.
34
-
35
- **[📍 Xem lộ trình đầy đủ →](https://docs.bmad-method.org/vi-vn/roadmap/)**
36
-
37
- ---
38
-
39
31
  ## Bắt đầu nhanh
40
32
 
41
33
  **Điều kiện tiên quyết**: [Node.js](https://nodejs.org) v20+ · [Python](https://www.python.org) 3.10+ · [uv](https://docs.astral.sh/uv/)
@@ -104,6 +96,4 @@ Giấy phép MIT - xem [LICENSE](LICENSE) để biết chi tiết.
104
96
 
105
97
  **BMad** và **BMAD-METHOD** là các nhãn hiệu của BMad Code, LLC. Xem [TRADEMARK.md](TRADEMARK.md) để biết chi tiết.
106
98
 
107
- [![Contributors](https://contrib.rocks/image?repo=bmad-code-org/BMAD-METHOD)](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
108
-
109
99
  Xem [CONTRIBUTORS.md](CONTRIBUTORS.md) để biết thông tin về những người đóng góp.
package/greptile.json ADDED
@@ -0,0 +1,52 @@
1
+ {
2
+ "strictness": 2,
3
+ "commentTypes": ["logic", "syntax"],
4
+ "triggerOnUpdates": false,
5
+ "excludeAuthors": ["dependabot[bot]"],
6
+ "ignorePatterns": "greptile.json\neslint.config.mjs\n.claude/**\n.codex/**\n.agent/**\n.agentvibes/**\n.kiro/**\n.roo/**\n.github/chatmodes/**\ndist/**\nbuild/**\ncoverage/**\n.bundler-temp/**\n**/node_modules/**\n**/*.min.js\n**/*.generated.*\n**/*.bundle.md\npackage-lock.json\n**/*.png\n**/*.jpg\n**/*.svg\ntest/fixtures/**\ntools/tests/fixtures/**\ntest/template-test-generator/**\ntools/template-test-generator/test-scenarios/**\n_bmad*/**\nwebsite/public/**\nwebsite/diagrams/**\nz*/**\nsample-project/**\ntest-project-install/**\n**/validation-report-*.html\nCHANGELOG.md",
7
+ "instructions": "Most of this repo's source is prompt text read by agents at runtime, not executable code. Confine review of it to claims that can be checked against the repository: file paths and cross-references that do not resolve, invocation syntax that does not match the referenced skill, instructions that contradict another file, documented behavior that the code does not implement, and violations of the conventions in AGENTS.md. Do not comment on prompt wording, tone, phrasing, length, or how thorough an instruction feels \u2014 those are authoring decisions and are not yours to judge.",
8
+ "customContext": {
9
+ "files": [
10
+ {
11
+ "path": "AGENTS.md",
12
+ "description": "Repo conventions every change must satisfy"
13
+ },
14
+ {
15
+ "path": "tools/skill-validator.md",
16
+ "description": "Authoritative rule catalog for skills \u2014 SKILL.md metadata, workflow constraints, step file structure, path references, variable resolution, sequential execution, skill invocation syntax. Apply the whole catalog to changed skill files.",
17
+ "scope": ["src/bmm-skills/**", "src/core-skills/**"]
18
+ },
19
+ {
20
+ "path": "docs/_STYLE_GUIDE.md",
21
+ "description": "Documentation conventions: Google style, Diataxis structure, plus project-specific rules on headers, admonitions, and nesting",
22
+ "scope": ["docs/**"]
23
+ }
24
+ ],
25
+ "rules": [
26
+ {
27
+ "id": "docs-follow-source",
28
+ "rule": "Source changed. Check whether docs/ needs a matching update \u2014 new features, changed behavior, renamed concepts, altered CLI flags, or modified configuration options should all be reflected in the relevant doc pages. Flag missing or outdated docs.",
29
+ "scope": ["src/**"],
30
+ "severity": "medium"
31
+ },
32
+ {
33
+ "id": "agent-skill-shape",
34
+ "rule": "Agent skill. The persona is configured in customize.toml under [agent]: check that every {agent.*} placeholder the SKILL.md interpolates has a corresponding key there, and that menu entries name skills that exist in this repo.",
35
+ "scope": ["src/bmm-skills/agents/**"],
36
+ "severity": "high"
37
+ },
38
+ {
39
+ "id": "docs-links-resolve",
40
+ "rule": "Check that internal markdown links point at files that exist.",
41
+ "scope": ["docs/**/*.md"],
42
+ "severity": "medium"
43
+ },
44
+ {
45
+ "id": "tooling-exit-codes",
46
+ "rule": "Build and tooling script. Check error handling and that failures exit non-zero.",
47
+ "scope": ["tools/**", "src/scripts/**"],
48
+ "severity": "medium"
49
+ }
50
+ ]
51
+ }
52
+ }
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.11.1-next.4",
4
+ "version": "6.11.1-next.41",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -40,20 +40,21 @@
40
40
  "lint:fix": "eslint . --ext .js,.cjs,.mjs,.yaml --fix",
41
41
  "lint:md": "markdownlint-cli2 \"**/*.md\"",
42
42
  "prepare": "command -v husky >/dev/null 2>&1 && husky || exit 0",
43
- "quality": "npm run format:check && npm run lint && npm run lint:md && npm run docs:build && npm run test:site-url && npm run test:install && npm run test:urls && npm run test:renderer && npm run test:retrospective && npm run test:sprint-planning && npm run validate:refs && npm run validate:skills && npm run docs:validate-sidebar",
43
+ "quality": "npm run format:check && npm run lint && npm run lint:md && npm run docs:build && npm run test:site-url && npm run test:implementation-model && npm run test:install && npm run test:urls && npm run test:renderer && npm run test:retrospective && npm run test:sprint-planning && npm run validate:refs && npm run validate:skills && npm run docs:validate-sidebar",
44
44
  "rebundle": "node tools/installer/bundlers/bundle-web.js rebundle",
45
- "test": "npm run test:refs && npm run test:install && npm run test:urls && npm run test:site-url && npm run test:channels && npm run test:renderer && npm run test:retrospective && npm run test:sprint-planning && npm run test:skills && npm run lint && npm run lint:md && npm run format:check",
45
+ "test": "npm run test:refs && npm run test:install && npm run test:urls && npm run test:site-url && npm run test:implementation-model && npm run test:channels && npm run test:renderer && npm run test:retrospective && npm run test:sprint-planning && npm run test:skills && npm run lint && npm run lint:md && npm run format:check",
46
46
  "test:channels": "node test/test-installer-channels.js",
47
- "test:install": "node test/test-installation-components.js",
47
+ "test:implementation-model": "node test/test-validate-published-implementation-model.mjs",
48
+ "test:install": "node test/test-installation-components.js && node test/test-shim-policy.js",
48
49
  "test:refs": "node test/test-file-refs-csv.js",
49
50
  "test:renderer": "uv run --python 3.11 python -m unittest src/scripts/tests/test_config_utils.py src/scripts/tests/test_resolve_config.py src/scripts/tests/test_resolve_customization.py && node test/test-build-auto-renderer.js",
50
51
  "test:retrospective": "uv run --python 3.11 src/bmm-skills/ship/bmad-retrospective/scripts/tests/test_git_evidence.py && uv run --python 3.11 src/bmm-skills/ship/bmad-retrospective/scripts/tests/test_sprint_status.py",
51
52
  "test:site-url": "node test/test-site-url.mjs",
52
- "test:skills": "node test/test-validate-skills.js",
53
+ "test:skills": "uv run --python 3.11 python -m unittest tools/tests/test_validate_skills.py",
53
54
  "test:sprint-planning": "uv run --python 3.11 src/bmm-skills/plan/bmad-sprint-planning/scripts/tests/test_sprint_plan.py && node test/test-template-sync.js",
54
55
  "test:urls": "node test/test-parse-source-urls.js",
55
56
  "validate:refs": "node tools/validate-file-refs.js --strict",
56
- "validate:skills": "node tools/validate-skills.js --strict"
57
+ "validate:skills": "uv run --python 3.11 tools/validate_skills.py --strict"
57
58
  },
58
59
  "lint-staged": {
59
60
  "*.{js,cjs,mjs}": [
@@ -20,7 +20,7 @@ You are Mary, the Business Analyst. You bring deep expertise in market research,
20
20
 
21
21
  ### Step 1: Resolve the Agent Block
22
22
 
23
- Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key agent`
23
+ Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key agent`
24
24
 
25
25
  **If the script fails**, resolve the `agent` block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
26
26
 
@@ -35,9 +35,7 @@ activation_steps_append = []
35
35
  # - a file reference prefixed with `file:`, e.g. "file:{project-root}/docs/standards.md"
36
36
  # (glob patterns are supported; the file's contents are loaded and treated as facts).
37
37
 
38
- persistent_facts = [
39
- "file:{project-root}/**/project-context.md",
40
- ]
38
+ persistent_facts = []
41
39
 
42
40
  role = "Help the user ideate research and analyze before committing to a project in the BMad Method analysis phase."
43
41
  identity = "Channels Michael Porter's strategic rigor and Barbara Minto's Pyramid Principle discipline."
@@ -20,7 +20,7 @@ You are Winston, the System Architect. You turn product requirements and UX into
20
20
 
21
21
  ### Step 1: Resolve the Agent Block
22
22
 
23
- Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key agent`
23
+ Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key agent`
24
24
 
25
25
  **If the script fails**, resolve the `agent` block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
26
26
 
@@ -35,9 +35,7 @@ activation_steps_append = []
35
35
  # - a file reference prefixed with `file:`, e.g. "file:{project-root}/docs/standards.md"
36
36
  # (glob patterns are supported; the file's contents are loaded and treated as facts).
37
37
 
38
- persistent_facts = [
39
- "file:{project-root}/**/project-context.md",
40
- ]
38
+ persistent_facts = []
41
39
 
42
40
  role = "Convert the PRD and UX into technical architecture decisions that keep implementation on track during the BMad Method solutioning phase."
43
41
  identity = "Channels Martin Fowler's pragmatism and Werner Vogels's cloud-scale realism."
@@ -20,7 +20,7 @@ You are Amelia, the Senior Software Engineer. You execute approved stories with
20
20
 
21
21
  ### Step 1: Resolve the Agent Block
22
22
 
23
- Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key agent`
23
+ Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key agent`
24
24
 
25
25
  **If the script fails**, resolve the `agent` block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
26
26
 
@@ -35,9 +35,7 @@ activation_steps_append = []
35
35
  # - a file reference prefixed with `file:`, e.g. "file:{project-root}/docs/standards.md"
36
36
  # (glob patterns are supported; the file's contents are loaded and treated as facts).
37
37
 
38
- persistent_facts = [
39
- "file:{project-root}/**/project-context.md",
40
- ]
38
+ persistent_facts = []
41
39
 
42
40
  role = "Implement approved stories with test-first discipline and ship working, verified code during the BMad Method implementation phase."
43
41
  identity = "Disciplined in Kent Beck's TDD and the Pragmatic Programmer's precision."
@@ -20,7 +20,7 @@ You are John, the Product Manager. You drive PRD creation through user interview
20
20
 
21
21
  ### Step 1: Resolve the Agent Block
22
22
 
23
- Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key agent`
23
+ Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key agent`
24
24
 
25
25
  **If the script fails**, resolve the `agent` block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
26
26
 
@@ -35,9 +35,7 @@ activation_steps_append = []
35
35
  # - a file reference prefixed with `file:`, e.g. "file:{project-root}/docs/standards.md"
36
36
  # (glob patterns are supported; the file's contents are loaded and treated as facts).
37
37
 
38
- persistent_facts = [
39
- "file:{project-root}/**/project-context.md",
40
- ]
38
+ persistent_facts = []
41
39
 
42
40
  role = "Translate product vision into a validated PRD, epics, and stories that development can execute during the BMad Method planning phase."
43
41
  identity = "Thinks like Marty Cagan and Teresa Torres. Writes with Bezos's six-pager discipline."
@@ -20,7 +20,7 @@ You are Sally, the UX Designer. You translate user needs into interaction design
20
20
 
21
21
  ### Step 1: Resolve the Agent Block
22
22
 
23
- Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key agent`
23
+ Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key agent`
24
24
 
25
25
  **If the script fails**, resolve the `agent` block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
26
26
 
@@ -35,9 +35,7 @@ activation_steps_append = []
35
35
  # - a file reference prefixed with `file:`, e.g. "file:{project-root}/docs/standards.md"
36
36
  # (glob patterns are supported; the file's contents are loaded and treated as facts).
37
37
 
38
- persistent_facts = [
39
- "file:{project-root}/**/project-context.md",
40
- ]
38
+ persistent_facts = []
41
39
 
42
40
  role = "Turn user needs and the PRD into UX design specifications that inform architecture and implementation during the BMad Method planning phase."
43
41
  identity = "Grounded in Don Norman's human-centered design and Alan Cooper's persona discipline."
@@ -1,5 +1,5 @@
1
1
  module,skill,display-name,menu-code,description,action,args,phase,preceded-by,followed-by,required,output-location,outputs
2
- BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
2
+ BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/,
3
3
  BMad Method,bmad-project-context,Project Context,PC,"Set up or refresh a repo's agent instructions so AI agents work well in it: verified commands, policy, conventions that differ from defaults, and known pitfalls. Setup, refresh, record, and audit — replaces document-project and generate-project-context.",,,anytime,,,false,repo root,AGENTS.md managed block
4
4
  BMad Method,bmad-build,Build,BD,"The standard implementation flow: clarify intent, plan, implement, review, and present.",,,ship,bmad-sprint-planning,bmad-code-review,true,implementation_artifacts,spec and project implementation
5
5
  BMad Method,bmad-spec,Spec,SPC,"Condense any input (brief, PRD, transcript, brain dump, design folder, or several sources at once) into a short SPEC.md plus supporting files that later work builds from. Pins down what to build before deciding how. Works for software, game design, research, editorial, policy, business — anything with an intent behind it. Can also validate an existing spec.",,[path],anytime,,,false,{output_folder}/specs/spec-{slug},SPEC.md + companion files
@@ -14,6 +14,6 @@ BMad Method,bmad-create-epics-and-stories,Create Epics and Stories,CE,Break the
14
14
  BMad Method,bmad-sprint-planning,Sprint Planning,SP,"Checks the planning is complete enough to implement (PASS/CONCERNS/FAIL), then generates the sprint status file that implementation agents follow for every story.",,,plan,,,true,implementation_artifacts,sprint status
15
15
  BMad Method,bmad-sprint-planning,Sprint Status,SS,"Summarize sprint progress at any time: risks, open action items, and the recommended next action. Can also validate or repair the tracking file.",status,,anytime,,,false,,status summary
16
16
  BMad Method,bmad-code-review,Code Review,CR,Ad hoc review of any code change. An optional extra check after Build's built-in review.,,,ship,bmad-build,,false,,
17
- BMad Method,bmad-checkpoint-preview,Checkpoint,CK,"Guided walkthrough of a change, from purpose and context into details. Use for human review of commits, branches, or PRs.",,,ship,,,false,,
17
+ BMad Method,bmad-walkthrough,Walkthrough,WT,"Guided walkthrough of a change, from purpose and context into details. Use for human review of commits, branches, or PRs.",,,ship,,,false,,
18
18
  BMad Method,bmad-qa-generate-e2e-tests,QA Automation Test,QA,Generate automated API and end-to-end tests for implemented code. Not for code review or story validation — use Code Review for that.,,,ship,bmad-build,,false,implementation_artifacts,test suite
19
19
  BMad Method,bmad-retrospective,Retrospective,ER,"Optional at the end of an epic: review the completed work and lessons learned, and look ahead to the next epic. If major issues surfaced, consider Correct Course.",,,ship,bmad-code-review,,false,implementation_artifacts,retrospective
@@ -50,7 +50,7 @@ Writes go through the shared script (don't read the file back except on resume):
50
50
 
51
51
  **Forwarded activation:** if a caller invoked you with a stated intent and pre-resolved customization fields, honor them verbatim — skip your own intent inference, use the supplied values for those named fields, and resolve only the remaining fields from your own `customize.toml`.
52
52
 
53
- 1. Resolve customization: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow` (on failure read `{skill-root}/customize.toml`, use defaults). Run `{workflow.activation_steps_prepend}`, then `{workflow.activation_steps_append}`. Hold `{workflow.persistent_facts}` as standing context — the default loads `project-context.md`, load-bearing for brownfield — and consult `{workflow.external_sources}` on demand.
53
+ 1. Resolve customization: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key workflow` (on failure read `{skill-root}/customize.toml`, use defaults). Run `{workflow.activation_steps_prepend}`, then `{workflow.activation_steps_append}`. Hold `{workflow.persistent_facts}` as standing context — empty unless the user opted in — and consult `{workflow.external_sources}` on demand.
54
54
  2. Resolve config: `uv run {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (merges `_bmad/config.toml`, `_bmad/config.user.toml`, and the `_bmad/custom/` overrides). From the merged JSON resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{project_name}` (under `core`), `{planning_artifacts}` (under `modules.bmm`), and `{date}`; missing keys take neutral defaults, never block.
55
55
  3. Headless (no interactive user) → follow `references/headless.md` for the whole run. Otherwise greet `{user_name}` in `{communication_language}`. Detect the intent from the conversation and input — **create** (the default), **update** an existing spine, or **validate** one (see those sections). If the real ask is requirements / UX / a capability contract / epic breakdown / an agent, invoke the `bmad-prd`, `bmad-ux`, `bmad-spec`, `bmad-create-epics-and-stories`, or `bmad-workflow-builder` (if the BMad Builder module is installed) skill instead.
56
56
  4. If a run folder for this target already exists under `{workflow.spine_output_path}`, offer to resume from its memlog rather than restart.
@@ -24,14 +24,13 @@ activation_steps_append = []
24
24
  # Each entry is either a literal sentence, a skill prefixed with `skill:`, or a `file:`-prefixed
25
25
  # path/glob whose contents are loaded as facts.
26
26
  #
27
- # Default loads project-context.md if bmad-generate-project-context produced one — giving the
28
- # architect persistent awareness of the project's tech, domain, and conventions (load-bearing
29
- # for brownfield). Common opt-ins (set in team/user override TOML):
27
+ # Empty by default. Repo-wide context belongs in AGENTS.md (see bmad-project-context), which every
28
+ # skill already sees; use this for context only this skill needs, loaded on demand rather than
29
+ # carried as constant memory. Common opt-ins (set in team/user override TOML):
30
30
  # "Our org is AWS-only -- do not propose GCP or Azure."
31
31
  # "file:{project-root}/docs/engineering-standards.md"
32
- persistent_facts = [
33
- "file:{project-root}/**/project-context.md",
34
- ]
32
+ # "file:{project-root}/**/project-context.md" # if you keep a project-context.md
33
+ persistent_facts = []
35
34
 
36
35
  # Executed when the workflow completes (after the spine is final and the user has been told).
37
36
  # String scalar (single instruction) or array of instructions executed in order. Empty for none.
@@ -51,7 +51,7 @@ This uses **step-file architecture** for disciplined execution:
51
51
 
52
52
  ### Step 1: Resolve the Workflow Block
53
53
 
54
- Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow`
54
+ Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key workflow`
55
55
 
56
56
  **If the script fails**, resolve the `workflow` block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
57
57
 
@@ -30,9 +30,7 @@ activation_steps_append = []
30
30
  # - a file reference prefixed with `file:`, e.g. "file:{project-root}/docs/standards.md"
31
31
  # (glob patterns are supported; the file's contents are loaded and treated as facts).
32
32
 
33
- persistent_facts = [
34
- "file:{project-root}/**/project-context.md",
35
- ]
33
+ persistent_facts = []
36
34
 
37
35
  # Scalar: executed when the workflow reaches Step 4 (Final Validation) and the
38
36
  # user confirms [C] Complete — after the epics.md is saved and bmad-help is invoked.
@@ -138,6 +138,6 @@ Upon Completion of task output: offer to answer any questions about the Epics an
138
138
 
139
139
  ## On Complete
140
140
 
141
- Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete`
141
+ Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key workflow.on_complete`
142
142
 
143
143
  If the resolved `workflow.on_complete` is non-empty, follow it as the final terminal instruction before exiting.
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  name: bmad-generate-project-context
3
3
  description: 'Deprecated — forwards to bmad-project-context. Use when the user says "generate project context" or "create project context"'
4
+ metadata:
5
+ lifecycle: shim
4
6
  ---
5
7
 
6
8
  # DEPRECATED — forwards to bmad-project-context
@@ -17,7 +17,7 @@ You are a master facilitator and coach helping the user create, edit, or validat
17
17
 
18
18
  **Forwarded activation:** if a caller invoked you with a stated intent and pre-resolved customization fields (e.g. the `bmad-create-prd` / `bmad-edit-prd` / `bmad-validate-prd` shims), honor them verbatim — skip your own intent inference, use the supplied values for those named fields, and resolve only the remaining fields from your own `customize.toml`.
19
19
 
20
- 1. Resolve customization: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow`. On failure, read `{skill-root}/customize.toml` directly and use defaults.
20
+ 1. Resolve customization: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key workflow`. On failure, read `{skill-root}/customize.toml` directly and use defaults.
21
21
  2. Run `{workflow.activation_steps_prepend}`. Treat `{workflow.persistent_facts}` as foundational context (entries prefixed `file:` are loaded). `{workflow.external_sources}` is an org-configured registry of internal tools (knowledge bases, MCP tools); consult them alongside generic web research on the same triggers, org tools preferred when their directive matches. Research itself fires during Discovery — see **Research subagents**.
22
22
  3. Load `{project-root}/_bmad/bmm/config.yaml` (+ `config.user.yaml` if present). Resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{planning_artifacts}`, `{project_name}`, `{date}`. Missing keys → neutral defaults; never block.
23
23
  4. If headless, follow `references/headless.md` for the whole run. Otherwise greet the user **by name** using `{user_name}` and **in their language** using `{communication_language}` — and stay in `{communication_language}` for every turn for the entire run, not just the greeting. In the greeting, let the user know that at any point they can invoke `bmad-party-mode` for multi-agent perspectives or `bmad-advanced-elicitation` for deeper exploration on a specific section. Then scan for misroute on the first message: if the signal points elsewhere (game → BMad GDS; express build → `bmad-build`; one-pager → `bmad-product-brief`; vet product idea → `bmad-prfaq`; agent skill or custom agent → `bmad-workflow-builder`), suggest they might want the other options before continuing.
@@ -24,14 +24,13 @@ activation_steps_append = []
24
24
  # Each entry is either a literal sentence, a skill prefixed with `skill:`, or a `file:`-prefixed path/glob
25
25
  # whose contents are loaded as facts.
26
26
  #
27
- # Default loads project-context.md if bmad-generate-project-context has produced one — this gives
28
- # the facilitator persistent awareness of the project's tech, domain, and constraints without
29
- # re-asking. Common opt-ins (set in team/user override TOML):
27
+ # Empty by default. Repo-wide context belongs in AGENTS.md (see bmad-project-context), which every
28
+ # skill already sees; use this for context only this skill needs, loaded on demand rather than
29
+ # carried as constant memory. Common opt-ins (set in team/user override TOML):
30
+ # "file:{project-root}/**/project-context.md" # if you keep a project-context.md
30
31
  # "skill:acme-co:terms-and-conditions" # a skill that contains some relevant info
31
32
  # "Investor PRDs must include a market sizing section." # generic agent instruction
32
- persistent_facts = [
33
- "file:{project-root}/**/project-context.md",
34
- ]
33
+ persistent_facts = []
35
34
 
36
35
  # Executed when the workflow completes (after the user has been told the
37
36
  # PRD is ready). Accepts either a string scalar (single instruction)
@@ -30,7 +30,7 @@ The PRFAQ forces customer-first clarity: write the press release announcing the
30
30
 
31
31
  ### Step 1: Resolve the Workflow Block
32
32
 
33
- Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow`
33
+ Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key workflow`
34
34
 
35
35
  **If the script fails**, resolve the `workflow` block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
36
36
 
@@ -30,9 +30,7 @@ activation_steps_append = []
30
30
  # - a file reference prefixed with `file:`, e.g. "file:{project-root}/docs/standards.md"
31
31
  # (glob patterns are supported; the file's contents are loaded and treated as facts).
32
32
 
33
- persistent_facts = [
34
- "file:{project-root}/**/project-context.md",
35
- ]
33
+ persistent_facts = []
36
34
 
37
35
  # Scalar: executed when the workflow reaches its terminal stage (Stage 5: The Verdict),
38
36
  # after the PRFAQ and distillate have been delivered. Override wins. Leave empty for
@@ -78,6 +78,6 @@ purpose: "Token-efficient context for downstream PRD creation"
78
78
 
79
79
  This is the terminal stage. If the user wants to revise, loop back to the relevant stage. Otherwise, the workflow is done.
80
80
 
81
- Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete`
81
+ Run: `uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --project-root {project-root} --key workflow.on_complete`
82
82
 
83
83
  If the resolved `workflow.on_complete` is non-empty, follow it as the final terminal instruction before exiting.