fix(workflow): correct stale path references in check-implementation-readiness steps

Directory was renamed in 1da77058 but step file contents weren't updated.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-01-25 01:01:33 -08:00
parent 9b8ce69f37
commit 11b2f68038
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ name: 'step-01-document-discovery'
description: 'Discover and inventory all project documents, handling duplicates and organizing file structure' description: 'Discover and inventory all project documents, handling duplicates and organizing file structure'
# Path Definitions # Path Definitions
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness' workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness'
# File References # File References
thisStepFile: './step-01-document-discovery.md' thisStepFile: './step-01-document-discovery.md'

View File

@ -3,7 +3,7 @@ name: 'step-02-prd-analysis'
description: 'Read and analyze PRD to extract all FRs and NFRs for coverage validation' description: 'Read and analyze PRD to extract all FRs and NFRs for coverage validation'
# Path Definitions # Path Definitions
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness' workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness'
# File References # File References
thisStepFile: './step-02-prd-analysis.md' thisStepFile: './step-02-prd-analysis.md'

View File

@ -3,7 +3,7 @@ name: 'step-03-epic-coverage-validation'
description: 'Validate that all PRD FRs are covered in epics and stories' description: 'Validate that all PRD FRs are covered in epics and stories'
# Path Definitions # Path Definitions
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness' workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness'
# File References # File References
thisStepFile: './step-03-epic-coverage-validation.md' thisStepFile: './step-03-epic-coverage-validation.md'

View File

@ -3,7 +3,7 @@ name: 'step-04-ux-alignment'
description: 'Check for UX document and validate alignment with PRD and Architecture' description: 'Check for UX document and validate alignment with PRD and Architecture'
# Path Definitions # Path Definitions
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness' workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness'
# File References # File References
thisStepFile: './step-04-ux-alignment.md' thisStepFile: './step-04-ux-alignment.md'

View File

@ -3,7 +3,7 @@ name: 'step-05-epic-quality-review'
description: 'Validate epics and stories against create-epics-and-stories best practices' description: 'Validate epics and stories against create-epics-and-stories best practices'
# Path Definitions # Path Definitions
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness' workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness'
# File References # File References
thisStepFile: './step-05-epic-quality-review.md' thisStepFile: './step-05-epic-quality-review.md'

View File

@ -3,7 +3,7 @@ name: 'step-06-final-assessment'
description: 'Compile final assessment and polish the readiness report' description: 'Compile final assessment and polish the readiness report'
# Path Definitions # Path Definitions
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness' workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness'
# File References # File References
thisStepFile: './step-06-final-assessment.md' thisStepFile: './step-06-final-assessment.md'