mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
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:
@@ -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'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user