Skip to content
🤖 Consolidated, AI-optimized BMAD docs: llms-full.txt. Fetch this plain text file for complete context.

Downloads

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

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

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

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

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:

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

For programmatic access to BMad documentation:

Terminal window
# 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

Want to improve BMad Method? Check out: