17 lines
601 B
YAML
17 lines
601 B
YAML
code: bmo
|
|
name: "BMAD Orchestrator"
|
|
description: "Standalone BMAD orchestrator agent module"
|
|
module_version: 1.0.0
|
|
default_selected: false
|
|
module_greeting: >
|
|
BMAD Orchestrator est installe.
|
|
Vous pouvez maintenant router vos intentions BMAD en langage naturel.
|
|
|
|
agents:
|
|
- code: bmad-orchestrator
|
|
name: Orchestrator
|
|
title: BMAD Orchestrator
|
|
icon: "🧭"
|
|
team: software-development
|
|
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."
|