Skip to content

Commit 12d3492

Browse files
forcetrainerclaudealexeyv
authored
Add link auditor, reorganize documentation, and README update (#1277)
* feat: add link auditor tools and fix broken docs links - Add audit-doc-links.js to scan docs for broken links with auto-resolution - Add fix-doc-links.js to apply suggested fixes (dry-run by default) - Remove stale "Back to Core Concepts" breadcrumb links - Update BMad acronym to "Breakthrough Method of Agile AI Driven Development" - Update README links to docs.bmad-method.org - Simplify upgrade callout in getting-started tutorial Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: reorganize docs structure and archive v4 tutorial - Remove unused section index files (tutorials, how-to, explanation, reference) - Move getting-started-bmadv4.md to _archive - Update quick-start-bmgd.md to remove archived file reference - Update upgrade-to-v6.md - Update astro.config.mjs for new structure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: ignore underscore directories in link checker Update check-doc-links.js to skip _archive, _planning, and other underscore-prefixed directories when validating links. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: add v4 users section to README Add links to v4 documentation archive and upgrade guide for users migrating from previous versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: convert docs to site-relative links and add validation tools - Convert all relative links (./ ../) to site-relative paths (/path/) - Strip .md extensions and use trailing slashes for Astro/Starlight - Add fix-doc-links.js to convert relative links to site-relative - Add validate-doc-links.js to check links point to existing files - Remove old audit-doc-links.js and check-doc-links.js - Update build-docs.js to use new validation script - Add npm scripts: docs:fix-links, docs:validate-links - Update style guide with validation steps Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: standardize acronym to BMad across documentation Replace incorrect "BMAD" with correct "BMad" in text and frontmatter while preserving "BMAD-METHOD" in GitHub URLs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: fix BMad acronym and remove draft README - Correct acronym to "Breakthrough Method of Agile AI Driven Development" - Remove unused README-draft.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: standardize BMad acronym in README Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: standardize FAQ format across all FAQ pages - Add TOC with jump links under "## Questions" - Use ### headers for questions (no Q: prefix) - Direct answers without **A:** prefix - Remove horizontal rules and "Related Documentation" sections - End each FAQ with issue/Discord CTA - Update style guide with new FAQ guidelines - Delete redundant faq/index.md (sidebar handles navigation) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: use repo-relative links with .md for GitHub compatibility Convert all documentation links to repo-relative format (/docs/path/file.md) so they work when browsing on GitHub. The rehype plugin strips /docs/ prefix and converts .md to trailing slash at build time for Astro/Starlight. - Update rehype-markdown-links.js to strip /docs/ prefix from absolute paths - Update fix-doc-links.js to generate /docs/ prefixed paths with .md extension - Convert 217 links across 64 files to new format Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: handle /docs/ prefix in link validator Update resolveLink to strip /docs/ prefix from repo-relative links before checking if files exist. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: restore FAQ index page Re-add the FAQ index page that was accidentally deleted, with updated repo-relative link format. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Alex Verkhovsky <alexey.verkhovsky@gmail.com>
1 parent 677a002 commit 12d3492

File tree

90 files changed

+1410
-1208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+1410
-1208
lines changed

README.md

Lines changed: 40 additions & 198 deletions
Original file line numberDiff line numberDiff line change
@@ -1,237 +1,79 @@
1-
# BMad Method & BMad Core
1+
# BMad Method
22

3-
[![Stable Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=stable)](https://www.npmjs.com/package/bmad-method)
4-
[![Alpha Version](https://img.shields.io/npm/v/bmad-method/alpha?color=orange&label=alpha)](https://www.npmjs.com/package/bmad-method)
3+
[![Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=version)](https://www.npmjs.com/package/bmad-method)
54
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
65
[![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen)](https://nodejs.org)
76
[![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289da?logo=discord&logoColor=white)](https://discord.gg/gk8jAdXWmj)
87

9-
---
10-
11-
<div align="center">
12-
13-
## 🎉 NEW: BMAD V6 Installer - Create & Share Custom Content!
14-
15-
The completely revamped **BMAD V6 installer** now includes built-in support for creating, installing, and sharing custom modules, agents, workflows, templates, and tools! Build your own AI solutions or share them with your team - and real soon, with the whole BMad Community througha verified community sharing portal!
16-
17-
**✨ What's New:**
18-
19-
- 📦 **Streamlined Custom Module Installation** - Package your custom content as installable modules
20-
- 🤖 **Agent & Workflow Sharing** - Distribute standalone agents and workflows
21-
- 🔄 **Unitary Module Support** - Install individual components without full modules
22-
- ⚙️ **Dependency Management** - Automatic handling of module dependencies
23-
- 🛡️ **Update-Safe Customization** - Your custom content persists through updates
24-
25-
**📚 Learn More:**
26-
27-
- [**Custom Content Overview**](http://docs.bmad-method.org/explanation/bmad-builder/custom-content-types/) - Discover all supported content types
28-
- [**Installation Guide**](http://docs.bmad-method.org/how-to/installation/install-custom-modules/) - Learn to create and install custom content
29-
- [**2 Very simple Custom Modules of questionable quality**](./samples/sample-custom-modules/README.md) - if you want to download and try to install a custom shared module, get an idea of how to bundle and share your own, or create your own personal agents, workflows and modules.
30-
31-
</div>
32-
33-
---
34-
35-
## AI-Driven Agile Development That Scales From Bug Fixes to Enterprise
36-
37-
**Build More, Architect Dreams** (BMAD) with **21 specialized AI agents** across 4 official modules, and **50+ guided workflows** that adapt to your project's complexity—from quick bug fixes to enterprise platforms, and new step file workflows that allow for incredibly long workflows to stay on the rails longer than ever before!
38-
39-
Additionally - when we say 'Build More, Architect Dreams' - we mean it! The BMad Builder has landed, and now as of Alpha.15 is fully supported in the installation flow via NPX - custom stand along agents, workflows and the modules of your dreams! The community forge will soon open, endless possibility awaits!
8+
**Build More, Architect Dreams** — An AI-driven agile development framework with 21 specialized agents, 50+ guided workflows, and scale-adaptive intelligence that adjusts from bug fixes to enterprise systems.
409

41-
> **🚀 v6 is a MASSIVE upgrade from v4!** Complete architectural overhaul, scale-adaptive intelligence, visual workflows, and the powerful BMad Core framework. v4 users: this changes everything. [See what's new →](#whats-new-in-v6)
10+
## Why BMad?
4211

43-
> **📌 v6 Alpha Status:** Near-beta quality with vastly improved stability. Documentation is being finalized. New videos coming soon to [BMadCode YouTube](https://www.youtube.com/@BMadCode).
12+
Traditional AI tools do the thinking for you, producing average results. BMad agents act as expert collaborators who guide you through structured workflows to bring out your best thinking.
4413

45-
## 🎯 Why BMad Method?
14+
- **Scale-Adaptive**: Automatically adjusts planning depth based on project complexity (Level 0-4)
15+
- **Structured Workflows**: Grounded in agile best practices across analysis, planning, architecture, and implementation
16+
- **Specialized Agents**: 12+ domain experts (PM, Architect, Developer, UX, Scrum Master, and more)
17+
- **Complete Lifecycle**: From brainstorming to deployment, with just-in-time documentation
4618

47-
Unlike generic AI coding assistants, BMad Method provides **structured, battle-tested workflows** powered by specialized agents who understand agile development. Each agent has deep domain expertise—from product management to architecture to testing—working together seamlessly.
19+
## Quick Start
4820

49-
**✨ Key Benefits:**
50-
51-
- **Scale-Adaptive Intelligence** - Automatically adjusts planning depth from bug fixes to enterprise systems
52-
- **Complete Development Lifecycle** - Analysis → Planning → Architecture → Implementation
53-
- **Specialized Expertise** - 19 agents with specific roles (PM, Architect, Developer, UX Designer, etc.)
54-
- **Proven Methodologies** - Built on agile best practices with AI amplification
55-
- **IDE Integration** - Works with Claude Code, Cursor, Windsurf, VS Code
56-
57-
## 🏗️ The Power of BMad Core
58-
59-
**BMad Method** is actually a sophisticated module built on top of **BMad Core** (**C**ollaboration **O**ptimized **R**eflection **E**ngine). This revolutionary architecture means:
60-
61-
- **BMad Core** provides the universal framework for human-AI collaboration
62-
- **BMad Method** leverages Core to deliver agile development workflows
63-
- **BMad Builder** lets YOU create custom modules as powerful as BMad Method itself
64-
65-
With **BMad Builder**, you can architect both simple agents and vastly complex domain-specific modules (legal, medical, finance, education, creative) that will soon be sharable in an **official community marketplace**. Imagine building and sharing your own specialized AI team!
66-
67-
## 📊 See It In Action
68-
69-
<p align="center">
70-
<img src="./docs/tutorials/getting-started/images/workflow-method-greenfield.svg" alt="BMad Method Workflow" width="100%">
71-
</p>
72-
73-
<p align="center">
74-
<em>Complete BMad Method workflow showing all phases, agents, and decision points</em>
75-
</p>
76-
77-
## 🚀 Get Started in 3 Steps
78-
79-
### 1. Install BMad Method
21+
**Prerequisites**: [Node.js](https://nodejs.org) v20+
8022

8123
```bash
82-
# Install v6 RECOMMENDED
8324
npx bmad-method@alpha install
8425
```
8526

86-
```bash
87-
# Install v4 Legacy (not recommended if starting fresh)
88-
npx bmad-method install
89-
# OR
90-
npx bmad-method@latest install
91-
```
92-
93-
94-
### 2. Initialize Your Project
27+
Follow the installer prompts to configure your project. Then run:
9528

96-
Load any agent in your IDE and run:
97-
98-
```
29+
```bash
9930
*workflow-init
10031
```
10132

102-
This analyzes your project and recommends the right workflow track.
103-
104-
### 3. Choose Your Track
105-
106-
BMad Method adapts to your needs with three intelligent tracks:
107-
108-
| Track | Use For | Planning | Time to Start |
109-
| ----------------- | ------------------------- | ----------------------- | ------------- |
110-
| **⚡ Quick Flow** | Bug fixes, small features | Tech spec only | < 5 minutes |
111-
| **📋 BMad Method** | Products, platforms | PRD + Architecture + UX | < 15 minutes |
112-
| **🏢 Enterprise** | Compliance, scale | Full governance suite | < 30 minutes |
113-
114-
> **Not sure?** Run `*workflow-init` and let BMad analyze your project goal.
115-
116-
## 🔄 How It Works: 4-Phase Methodology
117-
118-
BMad Method guides you through a proven development lifecycle:
119-
120-
1. **📊 Analysis** (Optional) - Brainstorm, research, and explore solutions
121-
2. **📝 Planning** - Create PRDs, tech specs, or game design documents
122-
3. **🏗️ Solutioning** - Design architecture, UX, and technical approach
123-
4. **⚡ Implementation** - Story-driven development with continuous validation
124-
125-
Each phase has specialized workflows and agents working together to deliver exceptional results.
126-
127-
## 🤖 Meet Your Team
128-
129-
**12 Specialized Agents** working in concert:
130-
131-
| Development | Architecture | Product | Leadership |
132-
| ----------- | -------------- | ----------- | ------------ |
133-
| Developer | Architect | PM | Scrum Master |
134-
| UX Designer | Test Architect | Analyst | BMad Master |
135-
| | | Tech Writer | |
33+
This analyzes your project and recommends a track:
13634

137-
**Test Architect** integrates with `@seontechnologies/playwright-utils` for production-ready web app fixture-based utilities.
35+
| Track | Best For | Time to First Story |
36+
| --------------- | ------------------------- | ------------------- |
37+
| **Quick Flow** | Bug fixes, small features | ~5 minutes |
38+
| **BMad Method** | Products and platforms | ~15 minutes |
39+
| **Enterprise** | Compliance-heavy systems | ~30 minutes |
13840

139-
Each agent brings deep expertise and can be customized to match your team's style.
41+
## Modules
14042

141-
## 📦 What's Included
43+
| Module | Purpose |
44+
| ------------------------------------- | -------------------------------------------------------- |
45+
| **BMad Method (BMM)** | Core agile development with 34 workflows across 4 phases |
46+
| **BMad Builder (BMB)** | Create custom agents and domain-specific modules |
47+
| **Creative Intelligence Suite (CIS)** | Innovation, brainstorming, and problem-solving |
14248

143-
### Official Modules
49+
## Documentation
14450

145-
- **BMad Method (BMM)** - Complete agile development framework
146-
- 12 specialized agents
147-
- 34 workflows across 4 phases
148-
- Stand Along Quick Spec Flow for a streamlined simple implementation process
149-
- [→ Documentation Hub](http://docs.bmad-method.org/explanation/bmm/)
51+
**[Full Documentation](http://docs.bmad-method.org)** — Tutorials, how-to guides, concepts, and reference
15052

151-
- **BMad Builder (BMB)** - Create custom agents and workflows
152-
- Build anything from simple agents to complex modules
153-
- Create domain-specific solutions (legal, medical, finance, education)
154-
- [→ Builder Guide](http://docs.bmad-method.org/explanation/bmad-builder/)
155-
156-
- **Creative Intelligence Suite (CIS)** - Innovation & problem-solving
157-
- Brainstorming, design thinking, storytelling
158-
- 5 creative facilitation workflows
159-
- [→ Creative Workflows](http://docs.bmad-method.org/explanation/creative-intelligence/)
160-
161-
### Key Features
162-
163-
- **🎨 Customizable Agents** - Modify personalities, expertise, and communication styles
164-
- **🌐 Multi-Language Support** - Separate settings for communication and code output
165-
- **📄 Document Sharding** - 90% token savings for large projects
166-
- **🔄 Update-Safe** - Your customizations persist through updates
167-
- **🚀 Web Bundles** - Use in ChatGPT, Claude Projects, or Gemini Gems
168-
169-
## 📚 Documentation
170-
171-
### Quick Links
172-
173-
- **[Quick Start Guide](http://docs.bmad-method.org/tutorials/getting-started/getting-started-bmadv6/)** - 15-minute introduction
174-
- **[Complete BMM Documentation](http://docs.bmad-method.org/explanation/bmm/)** - All guides and references
175-
- **[Agent Customization](http://docs.bmad-method.org/how-to/customization/customize-agents/)** - Personalize your agents
176-
- **[All Documentation](http://docs.bmad-method.org/)** - Complete documentation index
53+
- [Getting Started Tutorial](http://docs.bmad-method.org/tutorials/getting-started/getting-started-bmadv6/)
54+
- [Upgrading from Previous Versions](http://docs.bmad-method.org/how-to/installation/upgrade-to-v6/)
17755

17856
### For v4 Users
17957

18058
- **[v4 Documentation](https://github.com/bmad-code-org/BMAD-METHOD/tree/V4/docs)**
181-
- **[v4 to v6 Upgrade Guide](http://docs.bmad-method.org/how-to/installation/upgrade-to-v6/)**
182-
183-
## 💬 Community & Support
184-
185-
- **[Discord Community](https://discord.gg/gk8jAdXWmj)** - Get help, share projects
186-
- **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs, request features
187-
- **[YouTube Channel](https://www.youtube.com/@BMadCode)** - Video tutorials and demos
188-
- **[Web Bundles](https://bmad-code-org.github.io/bmad-bundles/)** - Pre-built agent bundles (Currently not functioning, reworking soon)
189-
- **[Code of Conduct](.github/CODE_OF_CONDUCT.md)** - Community guidelines
190-
191-
## 🛠️ Development
192-
193-
If you would like to contribute, first check the [CONTRIBUTING.md](CONTRIBUTING.md) for full development guidelines.
194-
195-
## What's New in v6
196-
197-
**v6 represents a complete architectural revolution from v4:**
198-
199-
### 🚀 Major Upgrades
200-
201-
- **BMad Core Framework** - Modular architecture enabling custom domain solutions
202-
- **Scale-Adaptive Intelligence** - Automatic adjustment from bug fixes to enterprise
203-
- **Visual Workflows** - Beautiful SVG diagrams showing complete methodology
204-
- **BMad Builder Module** - Create and share your own AI agent teams
205-
- **50+ Workflows** - Up from 20 in v4, covering every development scenario
206-
- **19 Specialized Agents** - Enhanced with customizable personalities and expertise
207-
- **Update-Safe Customization** - Your configs persist through all updates
208-
- **Web Bundles** - Use agents in ChatGPT, Claude, and Gemini
209-
- **Multi-Language Support** - Separate settings for communication and code
210-
- **Document Sharding** - 90% token savings for large projects
21159

212-
### 🔄 For v4 Users
60+
## Community
21361

214-
- **[Comprehensive Upgrade Guide](http://docs.bmad-method.org/how-to/installation/upgrade-to-v6/)** - Step-by-step migration
215-
- **[v4 Documentation Archive](https://github.com/bmad-code-org/BMAD-METHOD/tree/V4)** - Legacy reference
216-
- Backwards compatibility where possible
217-
- Smooth migration path with installer detection
62+
- [Discord](https://discord.gg/gk8jAdXWmj) — Get help, share ideas, collaborate
63+
- [YouTube](https://www.youtube.com/@BMadCode) — Video tutorials and updates
64+
- [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues) — Bug reports and feature requests
65+
- [Discussions](https://github.com/bmad-code-org/BMAD-METHOD/discussions) — Community conversations
21866

219-
## 📄 License
67+
## Contributing
22068

221-
MIT License - See [LICENSE](LICENSE) for details.
69+
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
22270

223-
**Trademarks:** BMad™ and BMAD-METHOD™ are trademarks of BMad Code, LLC.
71+
## License
22472

225-
Supported by:&nbsp;&nbsp;<a href="https://m.do.co/c/00f11bd932bb"><img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" height="24" alt="DigitalOcean" style="vertical-align: middle;"></a>
73+
MIT License — see [LICENSE](LICENSE) for details.
22674

22775
---
22876

229-
<p align="center">
230-
<a href="https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors">
231-
<img src="https://contrib.rocks/image?repo=bmad-code-org/BMAD-METHOD" alt="Contributors">
232-
</a>
233-
</p>
77+
**BMad** and **BMAD-METHOD** are trademarks of BMad Code, LLC.
23478

235-
<p align="center">
236-
<sub>Built with ❤️ for the human-AI collaboration community</sub>
237-
</p>
79+
[![Contributors](https://contrib.rocks/image?repo=bmad-code-org/BMAD-METHOD)](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)

docs/404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ template: splash
66

77
The page you're looking for doesn't exist or has been moved.
88

9-
[Return to Home](/)
9+
[Return to Home](/docs/index.md)

docs/_STYLE_GUIDE.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Documentation Style Guide
22

3-
Internal guidelines for maintaining consistent, high-quality documentation across the BMAD Method project. This document is not included in the Starlight sidebar — it's for contributors and maintainers, not end users.
3+
Internal guidelines for maintaining consistent, high-quality documentation across the BMad Method project. This document is not included in the Starlight sidebar — it's for contributors and maintainers, not end users.
44

55
## Quick Principles
66

@@ -9,6 +9,27 @@ Internal guidelines for maintaining consistent, high-quality documentation acros
99
3. **Strategic visuals** — Use admonitions, tables, and diagrams purposefully
1010
4. **Scannable content** — Headers, lists, and callouts help readers find what they need
1111

12+
## Validation Steps
13+
14+
Before submitting documentation changes, run these checks from the repo root:
15+
16+
1. **Fix link format** — Convert relative links (`./`, `../`) to site-relative paths (`/path/`)
17+
```bash
18+
npm run docs:fix-links # Preview changes
19+
npm run docs:fix-links -- --write # Apply changes
20+
```
21+
22+
2. **Validate links** — Check all links point to existing files
23+
```bash
24+
npm run docs:validate-links # Preview issues
25+
npm run docs:validate-links -- --write # Auto-fix where possible
26+
```
27+
28+
3. **Build the site** — Verify no build errors
29+
```bash
30+
npm run docs:build
31+
```
32+
1233
## Tutorial Structure
1334

1435
Every tutorial should follow this structure:
@@ -223,16 +244,33 @@ Instead, break into separate sections or use an admonition for context.
223244

224245
## FAQ Sections
225246

226-
Format as bold question followed by answer paragraph:
247+
Use a TOC with jump links, `###` headers for questions, and direct answers:
227248

228249
```md
229-
**Do I always need architecture?**
250+
## Questions
251+
252+
- [Do I always need architecture?](#do-i-always-need-architecture)
253+
- [Can I change my plan later?](#can-i-change-my-plan-later)
254+
255+
### Do I always need architecture?
256+
230257
Only for BMad Method and Enterprise tracks. Quick Flow skips to implementation.
231258

232-
**Can I change my plan later?**
259+
### Can I change my plan later?
260+
233261
Yes. The SM agent has a `correct-course` workflow for handling scope changes.
262+
263+
**Have a question not answered here?** Please [open an issue](...) or ask in [Discord](...) so we can add it!
234264
```
235265

266+
### FAQ Guidelines
267+
268+
- **TOC at top** — Jump links under `## Questions` for quick navigation
269+
- **`###` headers** — Questions are scannable and linkable (no `Q:` prefix)
270+
- **Direct answers** — No `**A:**` prefix, just the answer
271+
- **No "Related Documentation"** — Sidebar handles navigation; avoid repetitive links
272+
- **End with CTA** — "Have a question not answered here?" with issue/Discord links
273+
236274
## Folder Structure Blocks
237275

238276
Show project structure in "What You've Accomplished":
File renamed without changes.

docs/downloads.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Downloads
33
---
44

5-
Download BMAD Method resources for offline use, AI training, or integration.
5+
Download BMad Method resources for offline use, AI training, or integration.
66

77
## Source Bundles
88

99
| File | Description |
1010
|------|-------------|
11-
| **[bmad-sources.zip](/downloads/bmad-sources.zip)** | Complete BMAD source files |
11+
| **[bmad-sources.zip](/downloads/bmad-sources.zip)** | Complete BMad source files |
1212
| **[bmad-prompts.zip](/downloads/bmad-prompts.zip)** | Agent and workflow prompts only |
1313

1414
## LLM-Optimized Files
@@ -54,7 +54,7 @@ npx bmad-method@alpha install
5454

5555
## API Access
5656

57-
For programmatic access to BMAD documentation:
57+
For programmatic access to BMad documentation:
5858

5959
```bash
6060
# Get documentation index
@@ -66,7 +66,7 @@ curl https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt
6666

6767
## Contributing
6868

69-
Want to improve BMAD Method? Check out:
69+
Want to improve BMad Method? Check out:
7070

7171
- [Contributing Guide](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CONTRIBUTING.md)
7272
- [GitHub Repository](https://github.com/bmad-code-org/BMAD-METHOD)

0 commit comments

Comments
 (0)