fix: address PR review findings from party-mode skill conversion
- Fix bare directory ref missing /workflow.md in step-02-generate.md - Remove stale workflowType: 'party-mode' from workflow.md and step-03 - Remove unused decorative aliases from quick-dev-new-preview workflow Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0ba809c3e8
commit
a72fea3026
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
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
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ This step will generate content and present choices for each rule category:
|
|||
## PROTOCOL INTEGRATION:
|
||||
|
||||
- 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
|
||||
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md
|
||||
- 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
|
||||
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ Final workflow completion steps:
|
|||
```yaml
|
||||
---
|
||||
stepsCompleted: [1, 2, 3]
|
||||
workflowType: 'party-mode'
|
||||
user_name: '{{user_name}}'
|
||||
date: '{{date}}'
|
||||
agents_loaded: true
|
||||
|
|
|
|||
|
|
@ -114,7 +114,6 @@ Load step: `./steps/step-02-discussion-orchestration.md`
|
|||
```yaml
|
||||
---
|
||||
stepsCompleted: [1]
|
||||
workflowType: 'party-mode'
|
||||
user_name: '{{user_name}}'
|
||||
date: '{{date}}'
|
||||
agents_loaded: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue