From a4597374801e43f0cf7dc569c0b21997c92ab696 Mon Sep 17 00:00:00 2001 From: murat Date: Tue, 23 Dec 2025 09:04:14 -0600 Subject: [PATCH] docs: addressed PR comments --- src/modules/bmm/workflows/testarch/test-design/checklist.md | 6 +++--- .../bmm/workflows/testarch/test-design/instructions.md | 2 +- .../workflows/testarch/test-design/test-design-template.md | 4 ++-- src/modules/bmm/workflows/testarch/trace/trace-template.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/modules/bmm/workflows/testarch/test-design/checklist.md b/src/modules/bmm/workflows/testarch/test-design/checklist.md index 24089fae..ac16c066 100644 --- a/src/modules/bmm/workflows/testarch/test-design/checklist.md +++ b/src/modules/bmm/workflows/testarch/test-design/checklist.md @@ -152,8 +152,8 @@ ### Workflow Dependencies -- [ ] Can proceed to `atdd` workflow with P0 scenarios -- [ ] `atdd` is a separate workflow and must be run explicitly (not auto-run) +- [ ] Can proceed to `*atdd` workflow with P0 scenarios +- [ ] `*atdd` is a separate workflow and must be run explicitly (not auto-run) - [ ] Can proceed to `automate` workflow with full coverage plan - [ ] Risk assessment informs `gate` workflow criteria - [ ] Integrates with `ci` workflow execution order @@ -177,7 +177,7 @@ 1. [ ] Review risk assessment with team 2. [ ] Prioritize mitigation for high-priority risks (score ≥6) 3. [ ] Allocate resources per estimates -4. [ ] Run `atdd` workflow to generate P0 tests (separate workflow; not auto-run) +4. [ ] Run `*atdd` workflow to generate P0 tests (separate workflow; not auto-run) 5. [ ] Set up test data factories and fixtures 6. [ ] Schedule team review of test design document diff --git a/src/modules/bmm/workflows/testarch/test-design/instructions.md b/src/modules/bmm/workflows/testarch/test-design/instructions.md index 14a2419e..217d7c86 100644 --- a/src/modules/bmm/workflows/testarch/test-design/instructions.md +++ b/src/modules/bmm/workflows/testarch/test-design/instructions.md @@ -764,7 +764,7 @@ After completing this workflow, provide a summary: 1. Review risk assessment with team 2. Prioritize mitigation for high-risk items (score ≥6) -3. Run `atdd` workflow to generate failing tests for P0 scenarios (separate workflow; not auto-run by `test-design`) +3. Run `*atdd` to generate failing tests for P0 scenarios (separate workflow; not auto-run by `*test-design`) 4. Allocate resources per effort estimates 5. Set up test data factories and fixtures ``` diff --git a/src/modules/bmm/workflows/testarch/test-design/test-design-template.md b/src/modules/bmm/workflows/testarch/test-design/test-design-template.md index cc3581ed..a064fe58 100644 --- a/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +++ b/src/modules/bmm/workflows/testarch/test-design/test-design-template.md @@ -250,8 +250,8 @@ ## Follow-on Workflows (Manual) -- Run `atdd` to generate failing P0 tests (separate workflow; not auto-run). -- Run `automate` for broader coverage once implementation exists. +- Run `*atdd` to generate failing P0 tests (separate workflow; not auto-run). +- Run `*automate` for broader coverage once implementation exists. --- diff --git a/src/modules/bmm/workflows/testarch/trace/trace-template.md b/src/modules/bmm/workflows/testarch/trace/trace-template.md index b2042eca..ddc74019 100644 --- a/src/modules/bmm/workflows/testarch/trace/trace-template.md +++ b/src/modules/bmm/workflows/testarch/trace/trace-template.md @@ -6,7 +6,7 @@ --- -Note: This workflow does not generate tests. If gaps exist, run `atdd` or `automate` to create coverage. +Note: This workflow does not generate tests. If gaps exist, run `*atdd` or `*automate` to create coverage. ## PHASE 1: REQUIREMENTS TRACEABILITY