BMAD-METHOD/website/src/pages/downloads.md

2.4 KiB

Downloads

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

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

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

Source Bundles

Download the complete source code for offline development or contribution.

Bundle Contents
bmad-sources.zip Complete /src/ directory with all modules
bmad-prompts.zip Agent prompts and workflows from /_bmad/

Installation Options

npx bmad-method@alpha install

Manual Installation

  1. Download bmad-prompts.zip
  2. Extract to your project root
  3. Configure your IDE per the IDE Guides

Version Information

API Access

For programmatic access to BMAD documentation:

# 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: