BMad Agents menu items are logically ordered and marked with optional or recommended and some required tags

This commit is contained in:
Brian Madison
2025-11-26 18:22:24 -06:00
parent 677c000820
commit dfc35f35f8
7 changed files with 23 additions and 27 deletions

View File

@@ -20,19 +20,19 @@ agent:
menu:
- trigger: brainstorm-project
workflow: "{project-root}/{bmad_folder}/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml"
description: Guided Brainstorming scoped to product development ideation and problem discovery
description: Guided Brainstorming session with final report (optional)
- trigger: research
workflow: "{project-root}/{bmad_folder}/bmm/workflows/1-analysis/research/workflow.yaml"
description: Guided Research scoped to market and competitive analysis of a product or feature
description: Guided Research scoped to market and competitive analysis (optional)
- trigger: product-brief
workflow: "{project-root}/{bmad_folder}/bmm/workflows/1-analysis/product-brief/workflow.yaml"
description: Create a Product Brief, a great input to then drive a PRD
description: Create a Product Brief (recommended input for PRD)
- trigger: document-project
workflow: "{project-root}/{bmad_folder}/bmm/workflows/document-project/workflow.yaml"
description: Generate comprehensive documentation of an existing codebase, including architecture, data flows, and API contracts, and other details to aid project understanding.
description: Document your existing project (optional, but recommended for existing brownfield project efforts)
- trigger: party-mode
workflow: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.yaml"