86 lines
2.6 KiB
Markdown
86 lines
2.6 KiB
Markdown
---
|
|
slug: /
|
|
sidebar_position: 1
|
|
title: Welcome to BMAD
|
|
---
|
|
|
|
# BMAD Method Documentation
|
|
|
|
> **Build More, Architect Dreams** — An AI-driven agile development framework with specialized agents, guided workflows, and scale-adaptive intelligence.
|
|
|
|
---
|
|
|
|
## Choose Your Path
|
|
|
|
<div className="row">
|
|
<div className="col col--6 margin-bottom--lg">
|
|
<div className="card">
|
|
<div className="card__header">
|
|
<h3>Tutorials</h3>
|
|
</div>
|
|
<div className="card__body">
|
|
<p>Learn BMAD step by step. Start here if you're new.</p>
|
|
</div>
|
|
<div className="card__footer">
|
|
<a className="button button--primary button--block" href="/docs/tutorials">Start Learning</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div className="col col--6 margin-bottom--lg">
|
|
<div className="card">
|
|
<div className="card__header">
|
|
<h3>How-To Guides</h3>
|
|
</div>
|
|
<div className="card__body">
|
|
<p>Solve specific problems. Task-focused, practical guides.</p>
|
|
</div>
|
|
<div className="card__footer">
|
|
<a className="button button--primary button--block" href="/docs/how-to">Find a Guide</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div className="col col--6 margin-bottom--lg">
|
|
<div className="card">
|
|
<div className="card__header">
|
|
<h3>Explanation</h3>
|
|
</div>
|
|
<div className="card__body">
|
|
<p>Understand the concepts. Why BMAD works the way it does.</p>
|
|
</div>
|
|
<div className="card__footer">
|
|
<a className="button button--primary button--block" href="/docs/explanation">Explore Concepts</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div className="col col--6 margin-bottom--lg">
|
|
<div className="card">
|
|
<div className="card__header">
|
|
<h3>Reference</h3>
|
|
</div>
|
|
<div className="card__body">
|
|
<p>Look up details. Agents, workflows, configuration options.</p>
|
|
</div>
|
|
<div className="card__footer">
|
|
<a className="button button--primary button--block" href="/docs/reference">Browse Reference</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
## Quick Links
|
|
|
|
- **New to BMAD?** → [Quick Start Tutorial](/docs/tutorials/getting-started/quick-start-bmm)
|
|
- **Installing?** → [Installation Guide](/docs/how-to/installation)
|
|
- **What are agents?** → [Understanding Agents](/docs/explanation/core-concepts/what-are-agents)
|
|
- **Looking for a workflow?** → [Workflow Reference](/docs/reference/workflows)
|
|
|
|
---
|
|
|
|
## Community
|
|
|
|
- [Discord](https://discord.gg/gk8jAdXWmj) — Get help, share ideas
|
|
- [GitHub](https://github.com/bmad-code-org/BMAD-METHOD) — Source code, issues
|
|
- [YouTube](https://www.youtube.com/@BMadCode) — Video tutorials
|