mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
Style Guide Additions: - Add Reference Structure section with 6 document types (Index, Catalog, Deep-Dive, Configuration, Glossary, Comprehensive) - Add Glossary Structure section with table-based format leveraging Starlight's right-nav for navigation - Include checklists for both new document types Reference Docs Updated: - agents/index.md: Catalog format, universal commands tip admonition - configuration/core-tasks.md: Configuration format with admonitions - configuration/global-config.md: Table-based config reference - workflows/index.md: Minimal index format - workflows/core-workflows.md: Catalog format - workflows/document-project.md: Deep-dive with Quick Facts admonition - workflows/bmgd-workflows.md: Comprehensive format, removed ~30 hr rules Glossary Rewritten: - Converted from 373 lines with ### headers to 123 lines with tables - Right nav now shows 9 categories instead of 50+ terms - Added italic context markers (*BMGD.*, *Brownfield.*, etc.) - Alphabetized terms within categories - Removed redundant inline TOC All Docs: - Remove horizontal rules (---) per style guide - Remove "Related" sections (sidebar handles navigation) - Standardize admonition usage - Archive deleted workflow customization docs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
46 lines
1.8 KiB
Markdown
46 lines
1.8 KiB
Markdown
---
|
|
title: "BMad Builder (BMB)"
|
|
description: Create custom agents, workflows, and modules for BMad
|
|
---
|
|
|
|
Create custom agents, workflows, and modules for BMad — from simple personal assistants to full-featured professional tools.
|
|
|
|
## Quick Start
|
|
|
|
| Resource | Description |
|
|
|----------|-------------|
|
|
| **[Agent Creation Guide](/docs/tutorials/advanced/create-custom-agent.md)** | Step-by-step guide to building your first agent |
|
|
| **[Install Custom Modules](/docs/how-to/installation/install-custom-modules.md)** | Installing standalone simple and expert agents |
|
|
|
|
## Agent Architecture
|
|
|
|
| Type | Description |
|
|
|------|-------------|
|
|
| **Simple Agent** | Self-contained, optimized, personality-driven |
|
|
| **Expert Agent** | Memory, sidecar files, domain restrictions |
|
|
| **Module Agent** | Workflow integration, professional tools |
|
|
|
|
## Key Concepts
|
|
|
|
Agents are authored in YAML with Handlebars templating. The compiler auto-injects:
|
|
|
|
1. **Frontmatter** — Name and description from metadata
|
|
2. **Activation Block** — Steps, menu handlers, rules
|
|
3. **Menu Enhancement** — `*help` and `*exit` commands added automatically
|
|
4. **Trigger Prefixing** — Your triggers auto-prefixed with `*`
|
|
|
|
:::note[Learn More]
|
|
See [Custom Content Types](/docs/explanation/bmad-builder/custom-content-types.md) for detailed explanations of all content categories.
|
|
:::
|
|
|
|
## Reference Examples
|
|
|
|
Production-ready examples available in the BMB reference folder:
|
|
|
|
| Agent | Type | Description |
|
|
|-------|------|-------------|
|
|
| **commit-poet** | Simple | Commit message artisan with style customization |
|
|
| **journal-keeper** | Expert | Personal journal companion with memory and pattern recognition |
|
|
| **security-engineer** | Module | BMM security specialist with threat modeling |
|
|
| **trend-analyst** | Module | CIS trend intelligence expert |
|