|
1 | 1 | --- |
2 | 2 | title: Welcome |
3 | 3 | description: BMad Builder - Tool for creating custom BMad agents and modules |
4 | | -template: splash |
5 | | -hero: |
6 | | - title: BMad Builder |
7 | | - subtitle: Tool for creating custom BMad agents and modules |
8 | | - tagline: Create specialized AI agents with unique personalities, commands, and persistent memory. |
9 | | - actions: |
10 | | - - text: Get Started |
11 | | - link: /tutorials/ |
12 | | - variant: primary |
13 | | - - text: View on GitHub |
14 | | - link: https://github.com/bmad-code-org/bmad-builder |
15 | | - variant: minimal |
16 | 4 | --- |
17 | 5 |
|
18 | | -## Quick Start |
| 6 | +# BMad Builder |
19 | 7 |
|
20 | | -[**Tutorials**](/tutorials/) - Step-by-step guides to create your first agent. |
| 8 | +Tool for creating custom BMad agents and modules. |
21 | 9 |
|
22 | | -[**How-To Guides**](/how-to/) - Practical guides for specific tasks. |
| 10 | +If you're comfortable working with AI coding assistants like Claude, Cursor, or GitHub Copilot, you're ready to get started. |
23 | 11 |
|
24 | | -[**Explanation**](/explanation/) - Learn how BMad Builder works under the hood. |
| 12 | +--- |
| 13 | + |
| 14 | +## Quick Links |
| 15 | + |
| 16 | +| Section | Purpose | |
| 17 | +| ------- | ------- | |
| 18 | +| **[Tutorials](/tutorials/)** | Step-by-step guides to create your first agent | |
| 19 | +| **[How-To Guides](/how-to/)** | Practical guides for specific tasks | |
| 20 | +| **[Explanation](/explanation/)** | Learn how BMad Builder works under the hood | |
| 21 | +| **[Reference](/reference/)** | Technical reference for configuration and options | |
| 22 | + |
| 23 | +## What You Can Build |
| 24 | + |
| 25 | +| Type | Description | Workflow | |
| 26 | +|------|-------------|----------| |
| 27 | +| **Agents** | Domain experts with specialized knowledge and tools | `/bmb-agent` | |
| 28 | +| **Workflows** | Structured processes with steps and decision points | `/bmb-workflow` | |
| 29 | +| **Modules** | Packaged agents + workflows ready to share | `/bmb-module` | |
| 30 | + |
| 31 | +--- |
| 32 | + |
| 33 | +## Community |
25 | 34 |
|
26 | | -[**Reference**](/reference/) - Technical reference for configuration and options. |
| 35 | +- **[Discord](https://discord.gg/gk8jAdXWmj)** — Get help and share your creations |
| 36 | +- **[GitHub](https://github.com/bmad-code-org/bmad-builder)** — Source code and contributions |
| 37 | +- **[BMad Method Docs](https://docs.bmad-method.org)** — Core framework documentation |
0 commit comments