Skip to content

[[[[Switch to Chinese]]]]


title: Downloads

Download BMad Method resources for offline use, AI training, or integration.

Source Bundles

Download these from the downloads/ folder on the documentation site.

FileDescription
bmad-sources.zipComplete BMad source files
bmad-prompts.zipAgent and workflow prompts only

LLM-Optimized Files

These files are designed for AI consumption - perfect for loading into Claude, ChatGPT, or any LLM context window. See API Access below for URLs.

FileDescriptionUse Case
llms.txtDocumentation index with summariesQuick overview, navigation
llms-full.txtComplete documentation concatenatedFull context loading

Using with LLMs

Claude Projects:

Upload llms-full.txt as project knowledge

ChatGPT:

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

API Usage:

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

Installation Options

bash
npx bmad-method install

[[[[[More details]]]]]

Version Information

API Access

For programmatic access to BMad documentation:

bash
# Get documentation index
curl https://bmad-code-org.github.io/BMAD-METHOD/llms.txt

# Get full documentation
curl https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt

Contributing

Want to improve BMad Method? Check out: