Skip to content
🤖 AI-optimized docs: llms-full.txt

Welcome

BMad Builder - A BMad Method EcoSystem Module

Section titled “BMad Builder - A BMad Method EcoSystem Module”

Build More, Architect Dreams.

What if your AI remembered everything? A fitness coach that tracks every PR. A writing partner that knows your characters better than you do. A research assistant that already knows how you work.

BMad Builder lets you create:

  • Personal AI Companions: Agents with memory that evolve with you over time
  • Domain Experts: Specialists for any field: legal, medical, creative, technical
  • Workflow Automations: Structured processes that guide you through complex tasks
  • Custom Modules: Bundle agents and workflows into shareable packages
FeatureWhy It Matters
Persistent MemoryAgents remember across sessions and keep improving
ComposableYour creations work alongside the entire BMad ecosystem
Skill-CompliantBuilt on open standards that work with any AI tool
ShareablePackage and distribute your modules to the BMad community

On first use, run bmad-bmb-setup to register BMad Builder in your project. This collects your preferences (name, language, output paths) and registers the builder’s capabilities with the help system so bmad-help can guide you.

Invoke the Agent Builder or Workflow Builder and describe what you want to create. Both walk you through a series of questions and produce a ready-to-use skill folder.

GoalBuilderMenu Code
AI companion with memoryAgent BuilderBA
Structured process / toolWorkflow BuilderBW
Package skills as moduleModule BuilderCM

The builders produce a complete skill folder. Copy it into your AI tool’s skills directory (.claude/skills/, .codex/skills/, .agents/skills/, or wherever your tool looks) and it’s immediately usable.

See the Builder Commands Reference for all capabilities, modes, and phases.

DomainExample
PersonalJournal companion, habit coach, learning tutor, friendly personal companions that remember
ProfessionalCode reviewer, documentation specialist, workflow automator
CreativeStory architect, character developer, campaign designer
Any DomainAnything you can describe as a repeatable process

Build better skills with these guides, drawn from real-world BMad development.

GuideWhat You’ll Learn
Progressive DisclosureStructure skills so they load only the context needed at each moment
Subagent PatternsSix orchestration patterns for parallel and hierarchical work
Skill Authoring Best PracticesCore principles, quality dimensions, and anti-patterns
SectionPurpose
Build Your First ModulePlan, build, scaffold, and validate a complete module
Distribute Your ModuleShare your module via any Git host for anyone to install
ConceptsAgent types, memory architecture, workflows, skills, and how they relate
Design PatternsProgressive disclosure, subagent orchestration, authoring best practices
ReferenceBuilder commands, workflow patterns