fix: remove unused frontmatter refs from step files

Drop thisStepFile, workflowFile, and epicsTemplate (where unused in
body) from all step frontmatter. Only keep variables actually
referenced in step body content.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-03-14 06:11:21 -06:00
parent 44850e6408
commit a99b9cbb7c
4 changed files with 0 additions and 11 deletions

View File

@ -3,9 +3,7 @@ name: 'step-01-validate-prerequisites'
description: 'Validate required documents exist and extract all requirements for epic and story creation'
# File References
thisStepFile: './step-01-validate-prerequisites.md'
nextStepFile: './step-02-design-epics.md'
workflowFile: '../workflow.md'
outputFile: '{planning_artifacts}/epics.md'
epicsTemplate: '../templates/epics-template.md'

View File

@ -3,11 +3,8 @@ name: 'step-02-design-epics'
description: 'Design and approve the epics_list that will organize all requirements into user-value-focused epics'
# File References
thisStepFile: './step-02-design-epics.md'
nextStepFile: './step-03-create-stories.md'
workflowFile: '../workflow.md'
outputFile: '{planning_artifacts}/epics.md'
epicsTemplate: '../templates/epics-template.md'
# Task References
advancedElicitationTask: 'skill:bmad-advanced-elicitation'

View File

@ -3,11 +3,8 @@ name: 'step-03-create-stories'
description: 'Generate all epics with their stories following the template structure'
# File References
thisStepFile: './step-03-create-stories.md'
nextStepFile: './step-04-final-validation.md'
workflowFile: '../workflow.md'
outputFile: '{planning_artifacts}/epics.md'
epicsTemplate: '../templates/epics-template.md'
# Task References
advancedElicitationTask: 'skill:bmad-advanced-elicitation'

View File

@ -3,10 +3,7 @@ name: 'step-04-final-validation'
description: 'Validate complete coverage of all requirements and ensure implementation readiness'
# File References
thisStepFile: './step-04-final-validation.md'
workflowFile: '../workflow.md'
outputFile: '{planning_artifacts}/epics.md'
epicsTemplate: '../templates/epics-template.md'
# Task References
advancedElicitationTask: 'skill:bmad-advanced-elicitation'