From 855cf705bff7efc4ee6ea8866a4be82eb3b1e7cb Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 24 Dec 2025 05:18:41 -0800 Subject: [PATCH] docs: reposition deep exploration isolation guideline within universal code investigation section --- .../create-tech-spec/steps/step-02-investigate.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 8dfd0eb8..12e01f34 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 @@ -38,6 +38,8 @@ wipFile: '{implementation_artifacts}/tech-spec-wip.md' **Universal Code Investigation:** +_Isolate deep exploration in sub-agents/tasks where available. Return distilled summaries only to prevent context snowballing._ + a) **Build on Step 1's Quick Scan** Review what was found in Step 1's orient scan. Then ask: @@ -60,7 +62,6 @@ For each file/directory provided: - Identify standard project utilities or boilerplate that SHOULD be used. - Document this as "Confirmed Clean Slate" - establishing that no legacy constraints exist. -_Isolate deep exploration in sub-agents/tasks where available. Return distilled summaries only to prevent context snowballing._ c) **Document Technical Context**