Files
BMAD-METHOD/docs/downloads.md
Alex Verkhovsky 91f6c41be1 docs: radical reduction of documentation scope for v6 beta (#1406)
* docs: radical reduction of documentation scope for v6 beta

Archive and basement unreviewed content to ship a focused, minimal doc set.

Changes:
- Archive stale how-to workflow guides (will rewrite for v6)
- Archive outdated explanation and reference content
- Move unreviewed content to basement for later review
- Reorganize TEA docs into dedicated /tea/ section
- Add workflow-map visual reference page
- Simplify getting-started tutorial and sidebar navigation
- Add explanation pages: brainstorming, adversarial-review, party-mode,
  quick-flow, advanced-elicitation
- Fix base URL handling for subdirectory deployments (GitHub Pages forks)

The goal is a minimal, accurate doc set for beta rather than
comprehensive but potentially misleading content.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* refactor: restructure BMM and agents documentation by consolidating and flattening index files.

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 14:00:26 -06:00

1.9 KiB

title
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.

File Description
bmad-sources.zip Complete BMad source files
bmad-prompts.zip Agent 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.

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

Installation Options

npx bmad-method@alpha install

More details

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: