tools/docs/_prompt-external-modules-page.md
Create a reference documentation page at docs/reference/modules.md that lists all official external BMad modules with descriptions and links.
Read tools/installer/external-official-modules.yaml — this is the authoritative registry of official external modules. Use the module names, codes, npm package names, and repository URLs from this file.
For each module in the registry, visit its GitHub repository (url in the YAML record) and read its README to get:
Create docs/reference/modules.md following the project's Reference Catalog structure (see docs/_STYLE_GUIDE.md):
1. Title + Hook
2. Items (## for each module)
- Brief description (one sentence)
- **Key Info:** as flat list (code, npm package, GitHub link)
3. Installation note
use @docs/_STYLE_GUIDE.md
---
title: Official Modules
---
## header with module name:::tip admonition about how to install modules (via npx bmad-method installer)Look at these files to match the tone and style of existing reference docs:
docs/reference/agents.mddocs/reference/commands.mddocs/reference/testing.md