fix: remove workflow_path indirection, use direct relative paths
Replace the custom workflow_path variable with direct relative paths (../workflow.md, ../templates/epics-template.md) in all step files. Also remove duplicate epicsTemplate entry in step-01. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f76f7a3dcd
commit
44850e6408
|
|
@ -2,22 +2,16 @@
|
||||||
name: 'step-01-validate-prerequisites'
|
name: 'step-01-validate-prerequisites'
|
||||||
description: 'Validate required documents exist and extract all requirements for epic and story creation'
|
description: 'Validate required documents exist and extract all requirements for epic and story creation'
|
||||||
|
|
||||||
# Path Definitions
|
|
||||||
workflow_path: '.'
|
|
||||||
|
|
||||||
# File References
|
# File References
|
||||||
thisStepFile: './step-01-validate-prerequisites.md'
|
thisStepFile: './step-01-validate-prerequisites.md'
|
||||||
nextStepFile: './step-02-design-epics.md'
|
nextStepFile: './step-02-design-epics.md'
|
||||||
workflowFile: '{workflow_path}/workflow.md'
|
workflowFile: '../workflow.md'
|
||||||
outputFile: '{planning_artifacts}/epics.md'
|
outputFile: '{planning_artifacts}/epics.md'
|
||||||
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
epicsTemplate: '../templates/epics-template.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: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
|
||||||
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Step 1: Validate Prerequisites and Extract Requirements
|
# Step 1: Validate Prerequisites and Extract Requirements
|
||||||
|
|
|
||||||
|
|
@ -2,21 +2,16 @@
|
||||||
name: 'step-02-design-epics'
|
name: 'step-02-design-epics'
|
||||||
description: 'Design and approve the epics_list that will organize all requirements into user-value-focused epics'
|
description: 'Design and approve the epics_list that will organize all requirements into user-value-focused epics'
|
||||||
|
|
||||||
# Path Definitions
|
|
||||||
workflow_path: '.'
|
|
||||||
|
|
||||||
# File References
|
# File References
|
||||||
thisStepFile: './step-02-design-epics.md'
|
thisStepFile: './step-02-design-epics.md'
|
||||||
nextStepFile: './step-03-create-stories.md'
|
nextStepFile: './step-03-create-stories.md'
|
||||||
workflowFile: '{workflow_path}/workflow.md'
|
workflowFile: '../workflow.md'
|
||||||
outputFile: '{planning_artifacts}/epics.md'
|
outputFile: '{planning_artifacts}/epics.md'
|
||||||
|
epicsTemplate: '../templates/epics-template.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: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
|
||||||
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Step 2: Design Epic List
|
# Step 2: Design Epic List
|
||||||
|
|
|
||||||
|
|
@ -2,21 +2,16 @@
|
||||||
name: 'step-03-create-stories'
|
name: 'step-03-create-stories'
|
||||||
description: 'Generate all epics with their stories following the template structure'
|
description: 'Generate all epics with their stories following the template structure'
|
||||||
|
|
||||||
# Path Definitions
|
|
||||||
workflow_path: '.'
|
|
||||||
|
|
||||||
# File References
|
# File References
|
||||||
thisStepFile: './step-03-create-stories.md'
|
thisStepFile: './step-03-create-stories.md'
|
||||||
nextStepFile: './step-04-final-validation.md'
|
nextStepFile: './step-04-final-validation.md'
|
||||||
workflowFile: '{workflow_path}/workflow.md'
|
workflowFile: '../workflow.md'
|
||||||
outputFile: '{planning_artifacts}/epics.md'
|
outputFile: '{planning_artifacts}/epics.md'
|
||||||
|
epicsTemplate: '../templates/epics-template.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: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
|
||||||
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Step 3: Generate Epics and Stories
|
# Step 3: Generate Epics and Stories
|
||||||
|
|
|
||||||
|
|
@ -2,20 +2,15 @@
|
||||||
name: 'step-04-final-validation'
|
name: 'step-04-final-validation'
|
||||||
description: 'Validate complete coverage of all requirements and ensure implementation readiness'
|
description: 'Validate complete coverage of all requirements and ensure implementation readiness'
|
||||||
|
|
||||||
# Path Definitions
|
|
||||||
workflow_path: '.'
|
|
||||||
|
|
||||||
# File References
|
# File References
|
||||||
thisStepFile: './step-04-final-validation.md'
|
thisStepFile: './step-04-final-validation.md'
|
||||||
workflowFile: '{workflow_path}/workflow.md'
|
workflowFile: '../workflow.md'
|
||||||
outputFile: '{planning_artifacts}/epics.md'
|
outputFile: '{planning_artifacts}/epics.md'
|
||||||
|
epicsTemplate: '../templates/epics-template.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: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
|
||||||
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Step 4: Final Validation
|
# Step 4: Final Validation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue