Skip to content

[[[[Switch to English]]]]


title: 下载

下载 BMad 方法资源以供离线使用、AI 训练或集成。

源码包

从文档站点的 downloads/ 文件夹下载这些文件。

文件描述
bmad-sources.zip完整的 BMad 源文件
bmad-prompts.zip仅代理和工作流提示

LLM 优化文件

这些文件专为 AI 消费而设计 - 非常适合加载到 Claude、ChatGPT 或任何 LLM 上下文窗口中。请参阅下方的 API 访问 获取 URL。

文件描述用例
llms.txt带摘要的文档索引快速概览、导航
llms-full.txt完整的文档连接完整上下文加载

在 LLM 中使用

Claude Projects:

Upload llms-full.txt as project knowledge

ChatGPT:

Paste llms.txt for navigation, or sections from llms-full.txt as needed

API 使用:

python
import requests
docs = requests.get("https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt").text
# Include in your system prompt or context

安装选项

bash
npx bmad-method install

[[[[[更多详情]]]]]

版本信息

API 访问

以编程方式访问 BMad 文档:

bash
# 获取文档索引
curl https://bmad-code-org.github.io/BMAD-METHOD/llms.txt

# 获取完整文档
curl https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt

贡献

想要改进 BMad 方法?查看: