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

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

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
Alex Verkhovsky
2026-01-25 01:57:50 -08:00
committed by GitHub
parent e7a34a2b61
commit 02513c721f
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'
# 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
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'
# 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
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'
# 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
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'
# 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
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'
# 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
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'
# 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
thisStepFile: './step-06-final-assessment.md'