Skip to content

参考

基于 bmad-code-org/BMAD-METHOD V6 的 README、docs 与 src/ 编写。

速查

  • npx bmad-method install(Node≥20.12/Python≥3.10/uv);预发布 @next
  • 非交互--directory <path> --modules bmm --tools claude-code --yes--set <module>.<key>=<value>
  • BMM 四阶段:1-analysis / 2-plan-workflows / 3-solutioning / 4-implementation
  • 域专家:analyst → pm + ux-designer → architect → dev
  • 导航bmad-help多角色bmad-party-mode
  • V6;MIT;BMad/BMAD-METHOD 为 BMad Code, LLC 商标

模块

模块用途
BMM(BMad Method)核心框架,34+ 工作流
BMB(BMad Builder)建自定义 agent 和工作流
TEA(Test Architect)基于风险的测试策略与自动化
BMGD(Game Dev Studio)游戏开发(Unity/Unreal/Godot)
CIS(Creative Intelligence Suite)创新、头脑风暴、设计思维

BMM 四阶段与域专家

阶段目录域专家 agent产出
1-analysisbmad-agent-analyst需求分析、研究、产品简报、PRFAQ
2-plan-workflowsbmad-agent-pmbmad-agent-ux-designerPRD、UX 规格
3-solutioningbmad-agent-architect架构、技术方案
4-implementationbmad-agent-dev敏捷实现

core-skills(跨模块通用)

技能作用
bmad-help智能向导:告诉你下一步、什么可选
bmad-party-mode多 agent persona 同场协作讨论
bmad-brainstorming头脑风暴
bmad-advanced-elicitation高级需求挖掘
bmad-forge-idea锻造想法
bmad-spec写规格
bmad-shard-doc把大文档分片
bmad-index-docs文档索引
bmad-review-adversarial-general通用对抗审查
bmad-review-edge-case-hunter边界情况猎手
bmad-review-verification-gap验证缺口审查
bmad-editorial-review-prose / -structure文稿/结构编辑审查
bmad-customize自定义

安装(含 CI/CD)

bash
# 交互
npx bmad-method install

# 非交互(CI/CD)
npx bmad-method install --directory /path --modules bmm --tools claude-code --yes

# 覆盖模块配置(可重复)
npx bmad-method install --yes --modules bmm --tools claude-code \
  --set bmm.project_knowledge=research --set bmm.user_skill_level=expert

# 看某模块的可用配置键
npx bmad-method install --list-options bmm

先决条件:Node ≥20.12、Python ≥3.10、uv。装完在 AI IDE(Claude Code/Cursor 等)打开项目。

Web Bundles

把规划技能打包为 Gemini Gems / ChatGPT Custom GPTs——在 web 订阅里做规划(brainstorm / product brief / PRFAQ / PRD / UX / market research),再带工件进 IDE 实现。省 metered IDE token。见 bmadcode.com/web-bundles

V6 主要变化

V6 引入:Cross Platform Agent Team、Sub Agent inclusion、Skills Architecture(把能力打包为 SKILL.md)、BMad Builder v1、Dev Loop Automation。从旧版升级见 upgrade-to-v6

资源链接