diff --git a/_bmad/custom/config.toml b/_bmad/custom/config.toml new file mode 100644 index 000000000..9b9c8c3c6 --- /dev/null +++ b/_bmad/custom/config.toml @@ -0,0 +1,12 @@ +# Team / enterprise overrides for _bmad/config.toml. +# Committed to the repo — applies to every developer on the project. +# Tables deep-merge over base config; keyed entries merge by key. + +# Orchestrator agent — enable in custom installs +[agents.bmad-orchestrator] +name = "Orchestrator" +title = "BMAD Orchestrator" +icon = "🧭" +team = "software-development" +module = "bmm" +description = "Routes natural-language intent to the right BMAD skill or named agent, verifies lightweight prerequisites, and suggests the next step without forcing the user to memorize commands."