mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-09-19 08:11:52 +08:00
57ad793167
* refactor(bmm): move agent skills into agents/ * refactor(bmm): collapse phase folders into planning/ and shipping/ Skills reorganize from numbered pipeline folders (1-analysis, 2-plan-workflows, 3-solutioning, 4-implementation) into two sets: planning/ and shipping/. Path and phase-label references updated across marketplace.json, module-help.csv, tests, and bmad-help; also trues up two marketplace paths that were stale on main (create-story/dev-story already lived in v6-shims). * refactor(bmm): shorten skill folders to plan/ and ship/ * refactor(bmm): retire tech-writer agent (Paige on hiatus) Paige's capabilities were generic LLM defaults with no domain substance; her one real menu item (DP) dispatches bmad-document-project, which stays directly invocable and remains on the Analyst menu. Added to removals.txt so installs clean up, and docs (all languages) carry a hiatus notice — she returns in the future far more capable.
2.4 KiB
2.4 KiB
title, description, sidebar
| title | description | sidebar | ||
|---|---|---|---|---|
| Các agent | Các agent mặc định của BMM cùng skill ID, trigger menu và workflow chính |
|
Các Agent Mặc Định
Trang này liệt kê các agent mặc định của BMM (bộ Agile suite) được cài cùng với BMad Method, bao gồm skill ID, trigger menu và workflow chính của chúng. Mỗi agent được gọi dưới dạng một skill.
Ghi Chú
- Mỗi agent đều có sẵn dưới dạng một skill do trình cài đặt tạo ra. Skill ID, ví dụ
bmad-dev, được dùng để gọi agent. - Trigger là các mã menu ngắn, ví dụ
CP, cùng với các fuzzy match hiển thị trong menu của từng agent. - Việc tạo test QA do workflow skill
bmad-qa-generate-e2e-testsđảm nhận, khả dụng thông qua Developer agent. Module Test Architect (TEA) đầy đủ nằm trong một module riêng.
| Agent | Skill ID | Trigger | Workflow chính |
|---|---|---|---|
| Analyst (Mary) | bmad-analyst |
BP, MR, DR, TR, CB, WB, DP |
Brainstorm, Market Research, Domain Research, Technical Research, Create Brief, PRFAQ Challenge, Document Project |
| Product Manager (John) | bmad-pm |
CP, VP, EP, CE, IR, CC |
Create/Validate/Edit PRD, Create Epics and Stories, Implementation Readiness, Correct Course |
| Architect (Winston) | bmad-architect |
CA, IR |
Create Architecture, Implementation Readiness |
| Developer (Amelia) | bmad-agent-dev |
BD, QA, CR, SP, ER |
Build, QA Test Generation, Code Review, Sprint Planning, Epic Retrospective |
| UX Designer (Sally) | bmad-ux-designer |
CU |
Create UX Design |
:::note[Paige đâu rồi?]
Technical Writer (Paige) đang tạm nghỉ — cô ấy sẽ trở lại trong tương lai với năng lực mạnh hơn nhiều. Tài liệu dự án vẫn được hỗ trợ: trigger DP (Document Project) khả dụng qua Analyst agent, hoặc gọi trực tiếp skill bmad-document-project.
:::
Các Loại Trigger
Trigger trong menu agent sẽ nạp một file workflow có cấu trúc. Bạn gõ mã trigger, agent sẽ bắt đầu workflow và nhắc bạn nhập thông tin ở từng bước.
Ví dụ: CP (Create PRD), CA (Create Architecture), BD (Build)