mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
fix bmb workflow paths
This commit is contained in:
@@ -55,7 +55,7 @@ agent:
|
||||
triggers:
|
||||
- party-mode:
|
||||
input: SPM or fuzzy match start party mode
|
||||
route: '{project-root}/{bmad_folder}/core/workflows/edit-agent/workflow.md'
|
||||
route: '{project-root}/.bmad/core/workflows/edit-agent/workflow.md'
|
||||
data: what is being discussed or suggested with the command
|
||||
type: exec
|
||||
- expert-chat:
|
||||
@@ -83,7 +83,7 @@ agent:
|
||||
|
||||
# Workflow for complex processes
|
||||
- trigger: 'generate-report'
|
||||
route: '{project-root}/{bmad_folder}/{custom_module}/workflows/report-gen/workflow.md'
|
||||
route: '{project-root}/.bmad/{custom_module}/workflows/report-gen/workflow.md'
|
||||
description: 'Generate detailed report 📊'
|
||||
|
||||
# Exec with internal prompt reference
|
||||
@@ -156,7 +156,7 @@ Expert agents support three types of menu actions:
|
||||
|
||||
```yaml
|
||||
- trigger: 'generate-report'
|
||||
route: '{project-root}/{bmad_folder}/{custom_module}/workflows/report-gen/workflow.md'
|
||||
route: '{project-root}/.bmad/{custom_module}/workflows/report-gen/workflow.md'
|
||||
description: 'Generate report 📊'
|
||||
```
|
||||
|
||||
@@ -171,7 +171,7 @@ Expert agents support three types of menu actions:
|
||||
|
||||
2. **Variable Usage**:
|
||||
- `{agent_sidecar_folder}` resolves to the agents sidecar folder destination after installation
|
||||
- `{bmad_folder}` resolves to .bmad
|
||||
- `.bmad` resolves to .bmad
|
||||
- `{custom_module}` resolves to custom/src/modules
|
||||
- `{module}` is your module code/name
|
||||
|
||||
@@ -268,7 +268,7 @@ Analyze the visual design with my signature dramatic flair
|
||||
menu: # Core interactions - multi: "[CH] Chat with Caravaggio or [SPM] Start Party Mode"
|
||||
triggers: - party-mode:
|
||||
input: SPM or fuzzy match start party mode
|
||||
route: "{project-root}/{bmad_folder}/core/workflows/edit-agent/workflow.md"
|
||||
route: "{project-root}/.bmad/core/workflows/edit-agent/workflow.md"
|
||||
data: what's being discussed, plus custom party agents if specified
|
||||
type: exec - expert-chat:
|
||||
input: CH or fuzzy match validate agent
|
||||
@@ -305,11 +305,11 @@ type: action
|
||||
triggers:
|
||||
- pitch-deck:
|
||||
input: PD or fuzzy match pitch deck
|
||||
route: "{project-root}/{bmad_folder}/{custom_module}/workflows/pitch-deck/workflow.md"
|
||||
route: "{project-root}/.bmad/{custom_module}/workflows/pitch-deck/workflow.md"
|
||||
description: 'Investor pitch deck 📈'
|
||||
- explainer:
|
||||
input: EX or fuzzy match explainer
|
||||
route: "{project-root}/{bmad_folder}/{custom_module}/workflows/explainer/workflow.md"
|
||||
route: "{project-root}/.bmad/{custom_module}/workflows/explainer/workflow.md"
|
||||
description: 'Video explainer 🎥'
|
||||
|
||||
- trigger: 'save-project'
|
||||
|
||||
Reference in New Issue
Block a user