From 11b2f68038a51bf534797d5d459279f1761e135f Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sun, 25 Jan 2026 01:01:33 -0800 Subject: [PATCH] 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 --- .../steps/step-01-document-discovery.md | 2 +- .../steps/step-02-prd-analysis.md | 2 +- .../steps/step-03-epic-coverage-validation.md | 2 +- .../steps/step-04-ux-alignment.md | 2 +- .../steps/step-05-epic-quality-review.md | 2 +- .../steps/step-06-final-assessment.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md index fccb7da2..7202f883 100644 --- a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +++ b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md @@ -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' diff --git a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md index 5dd08705..0e568963 100644 --- a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +++ b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md @@ -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' diff --git a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md index 981a5b63..1952b6b9 100644 --- a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +++ b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md @@ -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' diff --git a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md index 33aad045..1ad10789 100644 --- a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +++ b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md @@ -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' diff --git a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md index 0203cdc1..d7d3842b 100644 --- a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +++ b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md @@ -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' diff --git a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md index cc826ee9..b54cbcbc 100644 --- a/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +++ b/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md @@ -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'