From bf24530ba669f74cf08c4dbaa0a9e16f3a7663f9 Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Mon, 29 Sep 2025 16:58:44 -0500 Subject: [PATCH 1/2] docs: spot update test architect --- src/modules/bmm/testarch/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/bmm/testarch/README.md b/src/modules/bmm/testarch/README.md index 17003412..bba53d96 100644 --- a/src/modules/bmm/testarch/README.md +++ b/src/modules/bmm/testarch/README.md @@ -17,7 +17,7 @@ last-redoc-date: 2025-09-30 - Product Manager `*plan-project` - Architect `*solution-architecture` 2. Confirm `bmad/bmm/config.yaml` defines `project_name`, `output_folder`, `dev_story_location`, and language settings. -3. Ensure a test harness exists; if not, schedule `*framework` before development. +3. Ensure a test test framework setup exists; if not, schedule `*framework` before development. 4. Skim supporting references under `./testarch/`: - `tea-knowledge.md` - `test-levels-framework.md` @@ -57,7 +57,7 @@ last-redoc-date: 2025-09-30 -### Brownfield Feature Enhancement (Level 2–3) +### Brownfield Feature Enhancement (Level 3–4) | Phase | Test Architect | Dev / Team | Outputs | | ----------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------- | From 24b3a42f85524f3e0b796e0afa9c5dcf1bc6a1b6 Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Mon, 29 Sep 2025 17:01:50 -0500 Subject: [PATCH 2/2] docs: improved tea wording --- src/modules/bmm/testarch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bmm/testarch/README.md b/src/modules/bmm/testarch/README.md index bba53d96..ffa6ec0d 100644 --- a/src/modules/bmm/testarch/README.md +++ b/src/modules/bmm/testarch/README.md @@ -17,7 +17,7 @@ last-redoc-date: 2025-09-30 - Product Manager `*plan-project` - Architect `*solution-architecture` 2. Confirm `bmad/bmm/config.yaml` defines `project_name`, `output_folder`, `dev_story_location`, and language settings. -3. Ensure a test test framework setup exists; if not, schedule `*framework` before development. +3. Ensure a test test framework setup exists; if not, use `*framework` command to create a test framework setup, prior to development. 4. Skim supporting references under `./testarch/`: - `tea-knowledge.md` - `test-levels-framework.md`