Compare commits

..

No commits in common. "861716fbe3dd17618fa4e56eac5eca8c4ba39b61" and "42aa184074dd892e32e4d7a2f2a8832eaa11253f" have entirely different histories.

5 changed files with 16 additions and 10 deletions

View File

@ -1,5 +1,9 @@
--- ---
main_config: '{project-root}/_bmad/bmm/config.yaml' main_config: '{project-root}/_bmad/bmm/config.yaml'
# Related workflows
advanced_elicitation: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.md'
party_mode_exec: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
--- ---
# Quick Dev New Preview Workflow # Quick Dev New Preview Workflow

View File

@ -30,7 +30,7 @@ This step will generate content and present choices for each rule category:
## PROTOCOL INTEGRATION: ## PROTOCOL INTEGRATION:
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.md - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.md
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md - When 'P' selected: Execute {project-root}/_bmad/core/workflows/bmad-party-mode
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
- User accepts/rejects protocol changes before proceeding - User accepts/rejects protocol changes before proceeding

View File

@ -93,6 +93,7 @@ Final workflow completion steps:
```yaml ```yaml
--- ---
stepsCompleted: [1, 2, 3] stepsCompleted: [1, 2, 3]
workflowType: 'party-mode'
user_name: '{{user_name}}' user_name: '{{user_name}}'
date: '{{date}}' date: '{{date}}'
agents_loaded: true agents_loaded: true

View File

@ -114,6 +114,7 @@ Load step: `./steps/step-02-discussion-orchestration.md`
```yaml ```yaml
--- ---
stepsCompleted: [1] stepsCompleted: [1]
workflowType: 'party-mode'
user_name: '{{user_name}}' user_name: '{{user_name}}'
date: '{{date}}' date: '{{date}}'
agents_loaded: true agents_loaded: true

View File

@ -2,15 +2,15 @@
# allowing us to keep the source of these projects in separate repos. # allowing us to keep the source of these projects in separate repos.
modules: modules:
# bmad-builder: bmad-builder:
# url: https://github.com/bmad-code-org/bmad-builder url: https://github.com/bmad-code-org/bmad-builder
# module-definition: src/module.yaml module-definition: src/module.yaml
# code: bmb code: bmb
# name: "BMad Builder" name: "BMad Builder"
# description: "Agent, Workflow and Module Builder" description: "Agent, Workflow and Module Builder"
# defaultSelected: false defaultSelected: false
# type: bmad-org type: bmad-org
# npmPackage: bmad-builder npmPackage: bmad-builder
bmad-creative-intelligence-suite: bmad-creative-intelligence-suite:
url: https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite url: https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite