Downloads
Download BMad Method resources for offline use, AI training, or integration.
Source Bundles
Section titled âSource Bundlesâ| File | Description |
|---|---|
| bmad-sources.zip | Complete BMad source files |
| bmad-prompts.zip | Agent and workflow prompts only |
LLM-Optimized Files
Section titled âLLM-Optimized FilesâThese files are designed for AI consumption - perfect for loading into Claude, ChatGPT, or any LLM context window.
| File | Description | Use Case |
|---|---|---|
| llms.txt | Documentation index with summaries | Quick overview, navigation |
| llms-full.txt | Complete documentation concatenated | Full context loading |
Using with LLMs
Section titled âUsing with LLMsâClaude Projects:
Upload llms-full.txt as project knowledgeChatGPT:
Paste llms.txt for navigation, or sections from llms-full.txt as neededAPI Usage:
import requestsdocs = requests.get("https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt").text# Include in your system prompt or contextInstallation Options
Section titled âInstallation OptionsâNPM (Recommended)
Section titled âNPM (Recommended)ânpx bmad-method@alpha installVersion Information
Section titled âVersion Informationâ- Current Version: See CHANGELOG
- Release Notes: Available on GitHub Releases
API Access
Section titled âAPI AccessâFor programmatic access to BMad documentation:
# Get documentation indexcurl https://bmad-code-org.github.io/BMAD-METHOD/llms.txt
# Get full documentationcurl https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txtContributing
Section titled âContributingâWant to improve BMad Method? Check out: