From 0782f357c33a00f83b0201a9387c2bc685f5b901 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 24 Dec 2025 05:21:27 -0800 Subject: [PATCH] docs: Update terminology from 'Requirement Delta' to 'Problem Statement' in step-02-investigate.md context. --- .../create-tech-spec/steps/step-02-investigate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md b/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md index 12e01f34..a431050c 100644 --- a/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +++ b/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md @@ -20,8 +20,8 @@ wipFile: '{implementation_artifacts}/tech-spec-wip.md' ## CONTEXT: -- Requires `{wipFile}` from Step 1 with the "Requirement Delta" defined. -- Focus: Map the requirement delta to specific anchor points in the codebase. +- Requires `{wipFile}` from Step 1 with the "Problem Statement" defined. +- Focus: Map the problem statement to specific anchor points in the codebase. - Output: Exact files to touch, classes/patterns to extend, and technical constraints identified. - Objective: Provide the implementation-ready ground truth for the plan.