Merge pull request #2000 from bmad-code-org/fix/broken-party-mode-refs

fix: replace broken party-mode workflow refs with skill syntax
This commit is contained in:
Alex Verkhovsky 2026-03-15 02:48:30 -06:00 committed by GitHub
commit 71c6d5c924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
# Task References # Task References
advancedElicitationTask: 'skill:bmad-advanced-elicitation' advancedElicitationTask: 'skill:bmad-advanced-elicitation'
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md' partyModeWorkflow: 'skill:bmad-party-mode'
--- ---
# Step 2: Product Vision Discovery # Step 2: Product Vision Discovery

View File

@ -4,7 +4,7 @@ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
# Task References # Task References
advancedElicitationTask: 'skill:bmad-advanced-elicitation' advancedElicitationTask: 'skill:bmad-advanced-elicitation'
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md' partyModeWorkflow: 'skill:bmad-party-mode'
--- ---
# Step 3: Target Users Discovery # Step 3: Target Users Discovery

View File

@ -4,7 +4,7 @@ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
# Task References # Task References
advancedElicitationTask: 'skill:bmad-advanced-elicitation' advancedElicitationTask: 'skill:bmad-advanced-elicitation'
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md' partyModeWorkflow: 'skill:bmad-party-mode'
--- ---
# Step 4: Success Metrics Definition # Step 4: Success Metrics Definition

View File

@ -4,7 +4,7 @@ outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
# Task References # Task References
advancedElicitationTask: 'skill:bmad-advanced-elicitation' advancedElicitationTask: 'skill:bmad-advanced-elicitation'
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md' partyModeWorkflow: 'skill:bmad-party-mode'
--- ---
# Step 5: MVP Scope Definition # Step 5: MVP Scope Definition

View File

@ -6,7 +6,7 @@ description: 'Discovery & Understanding - Understand what user wants to edit and
altStepFile: './step-e-01b-legacy-conversion.md' altStepFile: './step-e-01b-legacy-conversion.md'
prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md' prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
advancedElicitationTask: 'skill:bmad-advanced-elicitation' advancedElicitationTask: 'skill:bmad-advanced-elicitation'
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md' partyModeWorkflow: 'skill:bmad-party-mode'
--- ---
# Step E-1: Discovery & Understanding # Step E-1: Discovery & Understanding

View File

@ -5,7 +5,7 @@ description: 'Document Discovery & Confirmation - Handle fresh context validatio
# File references (ONLY variables used in this step) # File references (ONLY variables used in this step)
nextStepFile: './step-v-02-format-detection.md' nextStepFile: './step-v-02-format-detection.md'
advancedElicitationTask: 'skill:bmad-advanced-elicitation' advancedElicitationTask: 'skill:bmad-advanced-elicitation'
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md' partyModeWorkflow: 'skill:bmad-party-mode'
prdPurpose: '../data/prd-purpose.md' prdPurpose: '../data/prd-purpose.md'
--- ---

View File

@ -5,7 +5,7 @@ description: 'Document Discovery & Confirmation - Handle fresh context validatio
# File references (ONLY variables used in this step) # File references (ONLY variables used in this step)
nextStepFile: './step-v-02-format-detection.md' nextStepFile: './step-v-02-format-detection.md'
advancedElicitationTask: 'skill:bmad-advanced-elicitation' advancedElicitationTask: 'skill:bmad-advanced-elicitation'
partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md' partyModeWorkflow: 'skill:bmad-party-mode'
prdPurpose: '../data/prd-purpose.md' prdPurpose: '../data/prd-purpose.md'
--- ---

View File

@ -31,7 +31,7 @@ This step will generate content and present choices for each rule category:
## PROTOCOL INTEGRATION: ## PROTOCOL INTEGRATION:
- When 'A' selected: Execute skill:bmad-advanced-elicitation - When 'A' selected: Execute skill:bmad-advanced-elicitation
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md - When 'P' selected: Execute skill: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
@ -276,7 +276,7 @@ After each category, show the generated rules and present choices:
#### If 'P' (Party Mode): #### If 'P' (Party Mode):
- Execute party-mode workflow with category rules context - Execute skill:bmad-party-mode with category rules context
- Process collaborative insights on implementation patterns - Process collaborative insights on implementation patterns
- Ask user: "Accept these changes to {{category}} rules? (y/n)" - Ask user: "Accept these changes to {{category}} rules? (y/n)"
- If yes: Update content, then return to A/P/C menu - If yes: Update content, then return to A/P/C menu

View File

@ -34,7 +34,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
### Related Workflows ### Related Workflows
- `quick_spec_workflow` = `skill:bmad-quick-spec` - `quick_spec_workflow` = `skill:bmad-quick-spec`
- `party_mode_exec` = `{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md` - `party_mode_exec` = `skill:bmad-party-mode`
- `advanced_elicitation` = `skill:bmad-advanced-elicitation` - `advanced_elicitation` = `skill:bmad-advanced-elicitation`
--- ---

View File

@ -3,7 +3,7 @@ main_config: '{project-root}/_bmad/bmm/config.yaml'
# Checkpoint handler references # Checkpoint handler references
advanced_elicitation: 'skill:bmad-advanced-elicitation' advanced_elicitation: 'skill:bmad-advanced-elicitation'
party_mode_exec: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md' party_mode_exec: 'skill:bmad-party-mode'
--- ---
# Quick-Spec Workflow # Quick-Spec Workflow

View File

@ -142,7 +142,7 @@ Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue - Sav
#### Menu Handling Logic: #### Menu Handling Logic:
- IF A: Invoke the `bmad-advanced-elicitation` skill, and when finished redisplay the menu - IF A: Invoke the `bmad-advanced-elicitation` skill, and when finished redisplay the menu
- IF P: Read fully and follow: `{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md` and when finished redisplay the menu - IF P: Read fully and follow: `skill:bmad-party-mode` and when finished redisplay the menu
- IF C: Save content to {outputFile}, update frontmatter, then read fully and follow: ./step-06-innovation.md - IF C: Save content to {outputFile}, update frontmatter, then read fully and follow: ./step-06-innovation.md
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#n-present-menu-options) - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#n-present-menu-options)