Files
BMAD-METHOD/src/modules/bmm/testarch/tea-index.csv
Murat K Ozcan df0c3e4bae Port TEA commands into workflows and preload Murat knowledge (#660)
* Port TEA commands into workflows and preload Murat knowledge

* Broke the giant knowledge dump into curated fragments under src/modules/bmm/testarch/knowledge/

* Broke the giant knowledge dump into curated fragments under src/modules/bmm/testarch/knowledge/

* updated the web bunles for tea, and spot updates for analyst and sm

* Replaced the old TEA brief with an indexed knowledge system: the agent now loads topic-specific
  docs from knowledge/ via tea-index.csv, workflows reference those fragments, and risk/level/
  priority guidance lives in the new fragment files

---------

Co-authored-by: Murat Ozcan <murat@mac.lan>
2025-09-30 15:19:55 -05:00

3.0 KiB
Raw Blame History

1idnamedescriptiontagsfragment_file
2fixture-architectureFixture ArchitectureComposable fixture patterns (pure function → fixture → merge) and reuse rulesfixtures,architecture,playwright,cypressknowledge/fixture-architecture.md
3network-firstNetwork-First SafeguardsIntercept-before-navigate workflow, HAR capture, deterministic waits, edge mockingnetwork,stability,playwright,cypressknowledge/network-first.md
4data-factoriesData Factories and API SetupFactories with overrides, API seeding, cleanup disciplinedata,factories,setup,apiknowledge/data-factories.md
5component-tddComponent TDD LoopRed→green→refactor workflow, provider isolation, accessibility assertionscomponent-testing,tdd,uiknowledge/component-tdd.md
6playwright-configPlaywright Config GuardrailsEnvironment switching, timeout standards, artifact outputsplaywright,config,envknowledge/playwright-config.md
7ci-burn-inCI and Burn-In StrategyStaged jobs, shard orchestration, burn-in loops, artifact policyci,automation,flakinessknowledge/ci-burn-in.md
8selective-testingSelective Test ExecutionTag/grep usage, spec filters, diff-based runs, promotion rulesrisk-based,selection,strategyknowledge/selective-testing.md
9feature-flagsFeature Flag GovernanceEnum management, targeting helpers, cleanup, release checklistsfeature-flags,governance,launchdarklyknowledge/feature-flags.md
10contract-testingContract Testing EssentialsPact publishing, provider verification, resilience coveragecontract-testing,pact,apiknowledge/contract-testing.md
11email-authEmail Authentication TestingMagic link extraction, state preservation, caching, negative flowsemail-authentication,security,workflowknowledge/email-auth.md
12error-handlingError Handling ChecksScoped exception handling, retry validation, telemetry loggingresilience,error-handling,stabilityknowledge/error-handling.md
13visual-debuggingVisual Debugging ToolkitTrace viewer usage, artifact expectations, accessibility integrationdebugging,dx,toolingknowledge/visual-debugging.md
14risk-governanceRisk GovernanceScoring matrix, category ownership, gate decision rulesrisk,governance,gatesknowledge/risk-governance.md
15probability-impactProbability and Impact ScaleShared definitions for scoring matrix and gate thresholdsrisk,scoring,scaleknowledge/probability-impact.md
16test-qualityTest Quality Definition of DoneExecution limits, isolation rules, green criteriaquality,definition-of-done,testsknowledge/test-quality.md
17nfr-criteriaNFR Review CriteriaSecurity, performance, reliability, maintainability status definitionsnfr,assessment,qualityknowledge/nfr-criteria.md
18test-levelsTest Levels FrameworkGuidelines for choosing unit, integration, or end-to-end coveragetesting,levels,selectionknowledge/test-levels-framework.md
19test-prioritiesTest Priorities MatrixP0P3 criteria, coverage targets, execution orderingtesting,prioritization,riskknowledge/test-priorities-matrix.md