addressed review comments

This commit is contained in:
Murat Ozcan 2025-11-11 09:42:29 -06:00
parent 3bf29959a6
commit 11b2cffaee
4 changed files with 4 additions and 10 deletions

View File

@ -167,7 +167,7 @@ Epic/Release Gate → TEA: *nfr-assess, *trace Phase 2 (release decision)
| **Phase 4 Per-Story** | *atdd, *automate, \*test-review, \*trace | Per story | Test implementation and quality validation |
| **Release Gate** | *nfr-assess, *trace (Phase 2: gate) | Per epic/release | Go/no-go decision |
**Note**: Like `*trace`, `*test-design` is now a two-phase workflow: Phase 1 (system-level testability review in Phase 3) + Phase 2 (epic-level test planning in Phase 4). Auto-detects mode based on project phase.
**Note**: Like `*trace`, `*test-design` is now a dual-mode workflow: system-level mode (testability review in Phase 3) and epic-level mode (test planning in Phase 4). Auto-detects mode based on project phase.
### Unique Directory Architecture

View File

@ -1,7 +0,0 @@
{
"permissions": {
"allow": ["Bash(tree:*)"],
"deny": [],
"ask": []
}
}

3
.gitignore vendored
View File

@ -41,6 +41,7 @@ cursor
.mcp.json
CLAUDE.local.md
.serena/
.claude/settings.local.json
# Project-specific
.bmad-core
@ -58,4 +59,4 @@ tools/template-test-generator/test-scenarios/
# Test Install Output
z*/
z*/.claude/settings.local.json

View File

@ -1,6 +1,6 @@
# Test Architect workflow: test-design
name: testarch-test-design
description: "Two-phase workflow: (1) System-level testability review in Phase 3, or (2) Epic-level test planning in Phase 4. Auto-detects mode based on project phase."
description: "Dual-mode workflow: (1) System-level testability review in Solutioning phase, or (2) Epic-level test planning in Implementation phase. Auto-detects mode based on project phase."
author: "BMad"
# Critical variables from config