add bmad techniques to the project

This commit is contained in:
2026-03-12 13:34:41 +01:00
parent ca80c3e6c7
commit e8052abf79
516 changed files with 88575 additions and 0 deletions

10
_bmad/tea/module-help.csv Normal file
View File

@@ -0,0 +1,10 @@
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
tea,0-learning,Teach Me Testing,TMT,10,_bmad/tea/workflows/testarch/teach-me-testing/workflow.md,bmad-tea-teach-me-testing,false,tea,Create Mode,"Teach testing fundamentals through 7 sessions (TEA Academy)",test_artifacts,"progress file|session notes|certificate",
tea,3-solutioning,Test Design,TD,10,_bmad/tea/workflows/testarch/test-design/workflow.yaml,bmad-tea-testarch-test-design,false,tea,Create Mode,"Risk-based test planning",test_artifacts,"test design document",
tea,3-solutioning,Test Framework,TF,20,_bmad/tea/workflows/testarch/framework/workflow.yaml,bmad-tea-testarch-framework,false,tea,Create Mode,"Initialize production-ready test framework",test_artifacts,"framework scaffold",
tea,3-solutioning,CI Setup,CI,30,_bmad/tea/workflows/testarch/ci/workflow.yaml,bmad-tea-testarch-ci,false,tea,Create Mode,"Configure CI/CD quality pipeline",test_artifacts,"ci config",
tea,4-implementation,ATDD,AT,10,_bmad/tea/workflows/testarch/atdd/workflow.yaml,bmad-tea-testarch-atdd,false,tea,Create Mode,"Generate failing tests (TDD red phase)",test_artifacts,"atdd tests",
tea,4-implementation,Test Automation,TA,20,_bmad/tea/workflows/testarch/automate/workflow.yaml,bmad-tea-testarch-automate,false,tea,Create Mode,"Expand test coverage",test_artifacts,"test suite",
tea,4-implementation,Test Review,RV,30,_bmad/tea/workflows/testarch/test-review/workflow.yaml,bmad-tea-testarch-test-review,false,tea,Validate Mode,"Quality audit (0-100 scoring)",test_artifacts,"review report",
tea,4-implementation,NFR Assessment,NR,40,_bmad/tea/workflows/testarch/nfr-assess/workflow.yaml,bmad-tea-testarch-nfr,false,tea,Create Mode,"Non-functional requirements",test_artifacts,"nfr report",
tea,4-implementation,Traceability,TR,50,_bmad/tea/workflows/testarch/trace/workflow.yaml,bmad-tea-testarch-trace,false,tea,Create Mode,"Coverage traceability and gate",test_artifacts,"traceability matrix|gate decision",
1 module phase name code sequence workflow-file command required agent options description output-location outputs
2 tea 0-learning Teach Me Testing TMT 10 _bmad/tea/workflows/testarch/teach-me-testing/workflow.md bmad-tea-teach-me-testing false tea Create Mode Teach testing fundamentals through 7 sessions (TEA Academy) test_artifacts progress file|session notes|certificate
3 tea 3-solutioning Test Design TD 10 _bmad/tea/workflows/testarch/test-design/workflow.yaml bmad-tea-testarch-test-design false tea Create Mode Risk-based test planning test_artifacts test design document
4 tea 3-solutioning Test Framework TF 20 _bmad/tea/workflows/testarch/framework/workflow.yaml bmad-tea-testarch-framework false tea Create Mode Initialize production-ready test framework test_artifacts framework scaffold
5 tea 3-solutioning CI Setup CI 30 _bmad/tea/workflows/testarch/ci/workflow.yaml bmad-tea-testarch-ci false tea Create Mode Configure CI/CD quality pipeline test_artifacts ci config
6 tea 4-implementation ATDD AT 10 _bmad/tea/workflows/testarch/atdd/workflow.yaml bmad-tea-testarch-atdd false tea Create Mode Generate failing tests (TDD red phase) test_artifacts atdd tests
7 tea 4-implementation Test Automation TA 20 _bmad/tea/workflows/testarch/automate/workflow.yaml bmad-tea-testarch-automate false tea Create Mode Expand test coverage test_artifacts test suite
8 tea 4-implementation Test Review RV 30 _bmad/tea/workflows/testarch/test-review/workflow.yaml bmad-tea-testarch-test-review false tea Validate Mode Quality audit (0-100 scoring) test_artifacts review report
9 tea 4-implementation NFR Assessment NR 40 _bmad/tea/workflows/testarch/nfr-assess/workflow.yaml bmad-tea-testarch-nfr false tea Create Mode Non-functional requirements test_artifacts nfr report
10 tea 4-implementation Traceability TR 50 _bmad/tea/workflows/testarch/trace/workflow.yaml bmad-tea-testarch-trace false tea Create Mode Coverage traceability and gate test_artifacts traceability matrix|gate decision