From eeb773c33d58ac7471bb2cc5468eaa37aec4e20b Mon Sep 17 00:00:00 2001 From: Daniel Bates Date: Fri, 20 Feb 2026 18:34:34 -0800 Subject: [PATCH] fix: correct step file path in check-implementation-readiness workflow (#1716) Fixes #1615 Co-authored-by: Claude Opus 4.6 Co-authored-by: Brian --- .../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 e4f145cfe..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: `{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md` to begin the workflow. +Read fully and follow: `./steps/step-01-document-discovery.md` to begin the workflow.