diff --git a/docs/explanation/named-agents.md b/docs/explanation/named-agents.md index 8642f79ff..779fd8624 100644 --- a/docs/explanation/named-agents.md +++ b/docs/explanation/named-agents.md @@ -80,7 +80,7 @@ Concrete example: a team commits a single file telling Amelia to always use the For the full customization surface and worked examples, see: - [How to Customize BMad](../how-to/customize-bmad.md) — the reference for what's customizable and how merge works -- [How to Extend BMad for Your Organization](../how-to/extend-bmad-for-your-org.md) — four worked recipes spanning agent-wide rules, workflow conventions, external publishing, and template swaps +- [How to Expand BMad for Your Organization](../how-to/expand-bmad-for-your-org.md) — four worked recipes spanning agent-wide rules, workflow conventions, external publishing, and template swaps ## The Bigger Idea diff --git a/docs/how-to/customize-bmad.md b/docs/how-to/customize-bmad.md index d0986e4e0..b04fbeb26 100644 --- a/docs/how-to/customize-bmad.md +++ b/docs/how-to/customize-bmad.md @@ -270,7 +270,7 @@ The same field conventions cross the agent/workflow boundary: `activation_steps_ ## Worked Examples -For complete, enterprise-oriented recipes — shaping an agent across every workflow it dispatches, enforcing org conventions, publishing outputs to Confluence and Jira, and swapping in your own output templates — see [How to Extend BMad for Your Organization](./extend-bmad-for-your-org.md). +For complete, enterprise-oriented recipes — shaping an agent across every workflow it dispatches, enforcing org conventions, publishing outputs to Confluence and Jira, and swapping in your own output templates — see [How to Expand BMad for Your Organization](./expand-bmad-for-your-org.md). ## Troubleshooting diff --git a/docs/how-to/extend-bmad-for-your-org.md b/docs/how-to/expand-bmad-for-your-org.md similarity index 99% rename from docs/how-to/extend-bmad-for-your-org.md rename to docs/how-to/expand-bmad-for-your-org.md index a9195b65a..cbfbd568b 100644 --- a/docs/how-to/extend-bmad-for-your-org.md +++ b/docs/how-to/expand-bmad-for-your-org.md @@ -1,5 +1,5 @@ --- -title: 'How to Extend BMad for Your Organization' +title: 'How to Expand BMad for Your Organization' description: Four customization patterns that reshape BMad without forking — org conventions, agent-wide rules, external publishing, and template swaps sidebar: order: 9 diff --git a/docs/index.md b/docs/index.md index acbb7ad96..f4a617d00 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,7 +33,7 @@ These docs are organized into four sections based on what you're trying to do: | **Explanation** | Understanding-oriented. Deep dives into concepts and architecture. Read when you want to know *why*. | | **Reference** | Information-oriented. Technical specifications for agents, workflows, and configuration. | -## Extend and Customize +## Expand and Customize Want to expand BMad with your own agents, workflows, or modules? The **[BMad Builder](https://bmad-builder-docs.bmad-method.org/)** provides the framework and tools for creating custom extensions, whether you're adding new capabilities to BMad or building entirely new modules from scratch.