bmad-method 6.2.3-next.18 → 6.2.3-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.
- package/README_VN.md +110 -0
- package/package.json +1 -1
- package/src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md +7 -0
- package/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md +2 -0
package/README_VN.md
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/bmad-method)
|
|
4
|
+
[](LICENSE)
|
|
5
|
+
[](https://nodejs.org)
|
|
6
|
+
[](https://discord.gg/gk8jAdXWmj)
|
|
7
|
+
|
|
8
|
+
[English](README.md) | [简体中文](README_CN.md) | Tiếng Việt
|
|
9
|
+
|
|
10
|
+
**Build More Architect Dreams** - một mô-đun khung phát triển hướng AI trong hệ sinh thái BMad, có khả năng thích ứng theo quy mô từ sửa lỗi nhỏ đến các hệ thống doanh nghiệp.
|
|
11
|
+
|
|
12
|
+
**100% miễn phí và mã nguồn mở.** Không có tường phí. Không có nội dung bị khóa. Không có Discord giới hạn quyền truy cập. Chúng tôi tin vào việc trao quyền cho mọi người, không chỉ cho những ai có thể trả tiền để vào một cộng đồng hay khóa học khép kín.
|
|
13
|
+
|
|
14
|
+
## Vì sao chọn BMad Method?
|
|
15
|
+
|
|
16
|
+
Các công cụ AI truyền thống thường làm thay phần suy nghĩ của bạn và tạo ra kết quả ở mức trung bình. Các agent chuyên biệt và quy trình làm việc có hướng dẫn của BMad hoạt động như những cộng tác viên chuyên gia, dẫn dắt bạn qua một quy trình có cấu trúc để khai mở tư duy tốt nhất của bạn cùng với AI.
|
|
17
|
+
|
|
18
|
+
- **Trợ giúp AI thông minh** - Gọi skill `bmad-help` bất kỳ lúc nào để biết bước tiếp theo
|
|
19
|
+
- **Thích ứng theo quy mô và miền bài toán** - Tự động điều chỉnh độ sâu lập kế hoạch theo độ phức tạp của dự án
|
|
20
|
+
- **Quy trình có cấu trúc** - Dựa trên các thực hành tốt nhất của agile xuyên suốt phân tích, lập kế hoạch, kiến trúc và triển khai
|
|
21
|
+
- **Agent chuyên biệt** - Hơn 12 chuyên gia theo vai trò như PM, Architect, Developer, UX, Scrum Master và nhiều vai trò khác
|
|
22
|
+
- **Party Mode** - Đưa nhiều persona agent vào cùng một phiên để cộng tác và thảo luận
|
|
23
|
+
- **Vòng đời hoàn chỉnh** - Từ động não ý tưởng cho đến triển khai
|
|
24
|
+
|
|
25
|
+
[Tìm hiểu thêm tại **docs.bmad-method.org**](https://docs.bmad-method.org/vi-vn/)
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## 🚀 Điều gì tiếp theo cho BMad?
|
|
30
|
+
|
|
31
|
+
**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.
|
|
32
|
+
|
|
33
|
+
**[📍 Xem lộ trình đầy đủ →](https://docs.bmad-method.org/vi-vn/roadmap/)**
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Bắt đầu nhanh
|
|
38
|
+
|
|
39
|
+
**Điều kiện tiên quyết**: [Node.js](https://nodejs.org) v20+
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
npx bmad-method install
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
> Muốn dùng bản prerelease mới nhất? Hãy dùng `npx bmad-method@next install`. Hãy kỳ vọng mức độ biến động cao hơn bản cài đặt mặc định.
|
|
46
|
+
|
|
47
|
+
Làm theo các lời nhắc của trình cài đặt, sau đó mở AI IDE của bạn như Claude Code hoặc Cursor trong thư mục dự án.
|
|
48
|
+
|
|
49
|
+
**Cài đặt không tương tác** (cho CI/CD):
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
[Xem toàn bộ tùy chọn cài đặt](https://docs.bmad-method.org/vi-vn/how-to/non-interactive-installation/)
|
|
56
|
+
|
|
57
|
+
> **Chưa chắc nên làm gì?** Hãy hỏi `bmad-help` - nó sẽ cho bạn biết chính xác bước nào tiếp theo và bước nào là tùy chọn. Bạn cũng có thể hỏi kiểu như `bmad-help Tôi vừa hoàn thành phần kiến trúc, tiếp theo tôi cần làm gì?`
|
|
58
|
+
|
|
59
|
+
## Mô-đun
|
|
60
|
+
|
|
61
|
+
BMad Method có thể được mở rộng bằng các mô-đun chính thức cho những miền chuyên biệt. Chúng có sẵn trong lúc cài đặt hoặc bất kỳ lúc nào sau đó.
|
|
62
|
+
|
|
63
|
+
| Module | Mục đích |
|
|
64
|
+
| ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
|
|
65
|
+
| **[BMad Method (BMM)](https://github.com/bmad-code-org/BMAD-METHOD)** | Khung lõi với hơn 34 quy trình |
|
|
66
|
+
| **[BMad Builder (BMB)](https://github.com/bmad-code-org/bmad-builder)** | Tạo agent và quy trình BMad tùy chỉnh |
|
|
67
|
+
| **[Test Architect (TEA)](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise)** | Chiến lược kiểm thử và tự động hóa dựa trên rủi ro |
|
|
68
|
+
| **[Game Dev Studio (BMGD)](https://github.com/bmad-code-org/bmad-module-game-dev-studio)** | Quy trình phát triển game (Unity, Unreal, Godot) |
|
|
69
|
+
| **[Creative Intelligence Suite (CIS)](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite)** | Đổi mới, động não ý tưởng, tư duy thiết kế |
|
|
70
|
+
|
|
71
|
+
## Tài liệu
|
|
72
|
+
|
|
73
|
+
[Trang tài liệu BMad Method](https://docs.bmad-method.org/vi-vn/) - bài hướng dẫn, hướng dẫn tác vụ, giải thích khái niệm và tài liệu tham chiếu
|
|
74
|
+
|
|
75
|
+
**Liên kết nhanh:**
|
|
76
|
+
- [Hướng dẫn bắt đầu](https://docs.bmad-method.org/vi-vn/tutorials/getting-started/)
|
|
77
|
+
- [Nâng cấp từ các phiên bản trước](https://docs.bmad-method.org/vi-vn/how-to/upgrade-to-v6/)
|
|
78
|
+
- [Tài liệu Test Architect](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/)
|
|
79
|
+
|
|
80
|
+
## Cộng đồng
|
|
81
|
+
|
|
82
|
+
- [Discord](https://discord.gg/gk8jAdXWmj) - Nhận trợ giúp, chia sẻ ý tưởng, cộng tác
|
|
83
|
+
- [Đăng ký trên YouTube](https://www.youtube.com/@BMadCode) - video hướng dẫn, lớp chuyên sâu và podcast (ra mắt tháng 2 năm 2025)
|
|
84
|
+
- [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues) - Báo lỗi và yêu cầu tính năng
|
|
85
|
+
- [Discussions](https://github.com/bmad-code-org/BMAD-METHOD/discussions) - Trao đổi cộng đồng
|
|
86
|
+
|
|
87
|
+
## Hỗ trợ BMad
|
|
88
|
+
|
|
89
|
+
BMad miễn phí cho tất cả mọi người - và sẽ luôn như vậy. Nếu bạn muốn hỗ trợ quá trình phát triển:
|
|
90
|
+
|
|
91
|
+
- ⭐ Hãy nhấn sao cho dự án ở góc trên bên phải của trang này
|
|
92
|
+
- ☕ [Buy Me a Coffee](https://buymeacoffee.com/bmad) - Tiếp thêm năng lượng cho quá trình phát triển
|
|
93
|
+
- 🏢 Tài trợ doanh nghiệp - Nhắn riêng trên Discord
|
|
94
|
+
- 🎤 Diễn thuyết và truyền thông - Sẵn sàng cho hội nghị, podcast, phỏng vấn (BM trên Discord)
|
|
95
|
+
|
|
96
|
+
## Đóng góp
|
|
97
|
+
|
|
98
|
+
Chúng tôi luôn chào đón đóng góp. Xem [CONTRIBUTING.md](CONTRIBUTING.md) để biết hướng dẫn.
|
|
99
|
+
|
|
100
|
+
## Giấy phép
|
|
101
|
+
|
|
102
|
+
Giấy phép MIT - xem [LICENSE](LICENSE) để biết chi tiết.
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
**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.
|
|
107
|
+
|
|
108
|
+
[](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
|
|
109
|
+
|
|
110
|
+
Xem [CONTRIBUTORS.md](CONTRIBUTORS.md) để biết thông tin về những người đóng góp.
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ title: '{title}'
|
|
|
3
3
|
type: 'feature' # feature | bugfix | refactor | chore
|
|
4
4
|
created: '{date}'
|
|
5
5
|
status: 'draft' # draft | ready-for-dev | in-progress | in-review | done
|
|
6
|
-
context: [] # optional:
|
|
6
|
+
context: [] # optional: project-wide standards/docs the implementation agent should load. Keep short — only what isn't already distilled into the spec body.
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
<!-- Target: 900–1300 tokens. Above 1600 = high risk of context rot.
|
|
@@ -42,6 +42,13 @@ Never ask extra questions if you already understand what the user intends.
|
|
|
42
42
|
1. Load context.
|
|
43
43
|
- List files in `{planning_artifacts}` and `{implementation_artifacts}`.
|
|
44
44
|
- If you find an unformatted spec or intent file, ingest its contents to form your understanding of the intent.
|
|
45
|
+
- Planning artifacts are the output of BMAD phases 1-3. Typical files include:
|
|
46
|
+
- **PRD** (`*prd*`) — product requirements and success criteria
|
|
47
|
+
- **Architecture** (`*architecture*`) — technical design decisions and constraints
|
|
48
|
+
- **UX/Design** (`*ux*`) — user experience and interaction design
|
|
49
|
+
- **Epics** (`*epic*`) — feature breakdown into implementable stories
|
|
50
|
+
- **Product Brief** (`*brief*`) — project vision and scope
|
|
51
|
+
- Scan the listing for files matching these patterns. If any look relevant to the current intent, load them selectively — you don't need all of them, but you need the right constraints and requirements rather than guessing from code alone.
|
|
45
52
|
2. Clarify intent. Do not fantasize, do not leave open questions. If you must ask questions, ask them as a numbered list. When the human replies, verify that every single numbered question was answered. If any were ignored, HALT and re-ask only the missing questions before proceeding. Keep looping until intent is clear enough to implement.
|
|
46
53
|
3. Version control sanity check. Is the working tree clean? Does the current branch make sense for this intent — considering its name and recent history? If the tree is dirty or the branch is an obvious mismatch, HALT and ask the human before proceeding. If version control is unavailable, skip this check.
|
|
47
54
|
4. Multi-goal check (see SCOPE STANDARD). If the intent fails the single-goal criteria:
|
|
@@ -24,6 +24,8 @@ Capture `baseline_commit` (current HEAD, or `NO_VCS` if version control is unava
|
|
|
24
24
|
|
|
25
25
|
Change `{spec_file}` status to `in-progress` in the frontmatter before starting implementation.
|
|
26
26
|
|
|
27
|
+
If `{spec_file}` has a non-empty `context:` list in its frontmatter, load those files before implementation begins. When handing to a sub-agent, include them in the sub-agent prompt so it has access to the referenced context.
|
|
28
|
+
|
|
27
29
|
Hand `{spec_file}` to a sub-agent/task and let it implement. If no sub-agents are available, implement directly.
|
|
28
30
|
|
|
29
31
|
**Path formatting rule:** Any markdown links written into `{spec_file}` must use paths relative to `{spec_file}`'s directory so they are clickable in VS Code. Any file paths displayed in terminal/conversation output must use CWD-relative format with `:line` notation (e.g., `src/path/file.ts:42`) for terminal clickability. No leading `/` in either case.
|