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 knowledgeChatGPT:
Paste llms.txt for navigation, or sections from llms-full.txt as neededAPI 使用:
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版本信息
- 当前版本: 参阅 CHANGELOG
- 发行说明: 在 GitHub Releases 上可用
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 方法?查看: