From 8f05a4f9d8e45179156fa73ac9b94570fe9d5ec9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 19 Feb 2026 10:57:05 -0800 Subject: [PATCH] fix: correct step file path in check-implementation-readiness workflow Fixes #1615 Co-Authored-By: Claude Opus 4.6 --- .../3-solutioning/check-implementation-readiness/workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md b/src/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md index 49d2afab9..0c20e032a 100644 --- a/src/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +++ b/src/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md @@ -51,4 +51,4 @@ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve: ### 2. First Step EXECUTION -Read fully and follow: `./step-01-document-discovery.md` to begin the workflow. +Read fully and follow: `./steps/step-01-document-discovery.md` to begin the workflow.