diff --git a/docs/modules/bmm-bmad-method/index.md b/docs/modules/bmm-bmad-method/index.md index 3083b1f2..c01f8978 100644 --- a/docs/modules/bmm-bmad-method/index.md +++ b/docs/modules/bmm-bmad-method/index.md @@ -40,7 +40,7 @@ First know there is the full BMad Method Process and then there is a Quick Flow - Implementation in minutes, not days - Has a specialized single agent that does all of this: **[Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)** -- **Testing posture (optional)** - Choose TEA engagement: none, TEA-only (standalone), or integrated by track. See **[Test Architect Guide](./test-architecture.md)**. +- **TEA engagement (optional)** - Choose TEA engagement: none, TEA-only (standalone), or integrated by track. See **[Test Architect Guide](./test-architecture.md)**. ## 🤖 Agents and Collaboration diff --git a/docs/modules/bmm-bmad-method/quick-start.md b/docs/modules/bmm-bmad-method/quick-start.md index e4efa79c..78143418 100644 --- a/docs/modules/bmm-bmad-method/quick-start.md +++ b/docs/modules/bmm-bmad-method/quick-start.md @@ -179,7 +179,7 @@ Once epics and stories are created: **Why run this?** It ensures all your planning assets align properly before you start building. -#### Optional: Testing Posture (TEA) +#### Optional: TEA Engagement Testing is not mandated by BMad. Decide how you want to engage TEA: diff --git a/docs/modules/bmm-bmad-method/test-architecture.md b/docs/modules/bmm-bmad-method/test-architecture.md index ac7542b4..c7296af7 100644 --- a/docs/modules/bmm-bmad-method/test-architecture.md +++ b/docs/modules/bmm-bmad-method/test-architecture.md @@ -21,20 +21,20 @@ BMad does not mandate TEA. There are five valid ways to use it (or skip it). Pic 3. **Integrated: Greenfield Simple (BMad Method)** - Phase 3: system-level `*test-design`, then `*framework` and `*ci`. - Phase 4: per-epic `*test-design`, optional `*atdd`, then `*automate` and optional `*test-review`. - - Gate: `*trace` Phase 2. + - Gate (Phase 2): `*trace`. 4. **Integrated: Brownfield Enterprise** - Phase 2: baseline `*trace`. - Phase 3: system-level `*test-design`, then `*framework` and `*ci`. - Phase 4: per-epic `*test-design` focused on regression and integration risks. - - Gate: `*nfr-assess` (if not done earlier) and `*trace` Phase 2. + - Gate (Phase 2): `*trace`; `*nfr-assess` (if not done earlier). - For brownfield BMad Method, follow the same flow with `*nfr-assess` optional. 5. **Integrated: Greenfield Enterprise** - Phase 2: `*nfr-assess`. - Phase 3: system-level `*test-design`, then `*framework` and `*ci`. - Phase 4: per-epic `*test-design`, plus `*atdd`/`*automate`/`*test-review`. - - Gate: `*trace` Phase 2 and archive artifacts as needed. + - Gate (Phase 2): `*trace`; archive artifacts as needed. If you are unsure, default to the integrated path for your track and adjust later. diff --git a/docs/modules/bmm-bmad-method/workflows-solutioning.md b/docs/modules/bmm-bmad-method/workflows-solutioning.md index 3b6590e2..8cd61852 100644 --- a/docs/modules/bmm-bmad-method/workflows-solutioning.md +++ b/docs/modules/bmm-bmad-method/workflows-solutioning.md @@ -434,7 +434,7 @@ Architecture documents are living. Update them as you learn during implementatio **Key Difference:** Enterprise adds optional extended workflows AFTER architecture but BEFORE create-epics-and-stories. Everything else is identical to BMad Method. -**Note:** TEA (Test Architect) operates across all phases and validates architecture testability but is not a Phase 3-specific workflow. See [Test Architecture Guide](../../../../docs/modules/bmm-bmad-method/test-architecture.md) for TEA's full lifecycle integration. +**Note:** TEA (Test Architect) operates across all phases and validates architecture testability but is not a Phase 3-specific workflow. See [Test Architecture Guide](./test-architecture.md) for TEA's full lifecycle integration. ---