You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: highlight module creation and sharing across README and docs (#62)
- README restructured with Create/Share section at top, marketplace and open standard messaging
- All docs updated: em dashes removed, Claude-specific paths replaced with tool-agnostic examples
- How-to guide restructured per Diataxis conventions (action verb steps, Quick Path tip)
- Prose refined across all doc files for quality
- Style guide updated to match new conventions
Copy file name to clipboardExpand all lines: README.md
+23-19Lines changed: 23 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,37 @@
6
6
7
7
**Build More, Architect Dreams... With the BMad Builder!**
8
8
9
-
BMad Builder is so much more than a skill builder. BMad Method modules support:
9
+
## Create, Share, and Discover Modules
10
10
11
-
-**Agents** that transform your AI tool into exactly who you need to talk to — with memory that persists across sessions
12
-
-**Workflows** that go far beyond simple tasks into truly guided, facilitated processes that can produce near-infinite steps and turns as needed
13
-
-**Modules** that are entire ecosystems, not just skill packs — like the BMad Method module for agile AI-driven development. You can create simpler or vastly more complex modules for any entertainment or work purpose.
11
+
BMad Builder gives you the complete pipeline to create your own AI modules and share them with the world. Build agents with persistent memory, guided workflows, or full module ecosystems, then distribute them through the [BMad Marketplace](https://github.com/bmad-code-org/bmad-plugins-marketplace) or any compliant public marketplace.
12
+
13
+
The [Agent Skills open standard](https://agentskills.io/home) means your creations work across 40+ AI tools, not just one platform - but with the BMad Ecosystem they will also gain full integration.
14
+
15
+
| Guide | What It Covers |
16
+
| ----- | -------------- |
17
+
|**[Quick Start](https://bmad-builder-docs.bmad-method.org)**| Set up BMad Builder and build your first skill |
18
+
|**[Build Your First Module](https://bmad-builder-docs.bmad-method.org/tutorials/build-your-first-module/)**| Plan, build, scaffold, and validate a complete module |
19
+
|**[Distribute Your Module](https://bmad-builder-docs.bmad-method.org/how-to/distribute-your-module/)**| Package and share your module for anyone to install |
14
20
15
21
## The Dream
16
22
17
-
Imagine AI that truly knows you — a fitness coach that remembers every PR, a writing partner that knows your characters better than you do, a research assistant that learns your preferences.
23
+
Imagine AI that truly knows you. A fitness coach that remembers every PR. A writing partner that knows your characters better than you do. A research assistant that learns your preferences.
18
24
19
25
BMad Builder lets you create:
20
26
21
-
-**Personal AI Companions** — Agents with memory that evolve with you over time
22
-
-**Domain Experts** — Specialists for any field: legal, medical, creative, technical
23
-
-**Workflow Automations** — Structured processes that guide you through complex tasks
24
-
-**Custom Modules** — Bundle agents and workflows into shareable packages that can empower any type of business or domain
27
+
-**Personal AI Companions**: Agents with memory that evolve with you over time
28
+
-**Domain Experts**: Specialists for any field: legal, medical, creative, technical
29
+
-**Workflow Automations**: Structured processes that guide you through complex tasks
30
+
-**Custom Modules**: Bundle agents and workflows into shareable packages that can empower any type of business or domain
|**[Progressive Disclosure](/explanation/progressive-disclosure.md)**| Four layers of context loading — from frontmatter through step files |
22
+
|**[Progressive Disclosure](/explanation/progressive-disclosure.md)**| Four layers of context loading, from frontmatter through step files|
23
23
|**[Subagent Patterns](/explanation/subagent-patterns.md)**| Six orchestration patterns for parallel and hierarchical work |
24
24
|**[Skill Authoring Best Practices](/explanation/skill-authoring-best-practices.md)**| Core principles, common patterns, quality dimensions, and anti-patterns |
25
25
|**[Scripts in Skills](/explanation/scripts-in-skills.md)**| Why deterministic scripts make skills faster, cheaper, and more reliable |
0 commit comments