All checks were successful
ci / fast (linux) (push) Successful in 6m46s
Install BMAD workflow framework with agent commands and templates. Create product brief, PRD, project context, and architecture decision document covering networking/persistence strategy, JS engine evolution path, threading model, web_api scaling, system integration, and tab/process model. Add generated project documentation (architecture overview, component inventory, development guide, source tree analysis). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3.1 KiB
3.1 KiB
title, version, workflowType, inputDocuments, sourceWorkflow, generatedBy, generatedAt, projectName
| title | version | workflowType | inputDocuments | sourceWorkflow | generatedBy | generatedAt | projectName |
|---|---|---|---|---|---|---|---|
| TEA Test Design → BMAD Handoff Document | 1.0 | testarch-test-design-handoff | testarch-test-design | TEA Master Test Architect | {timestamp} | {project_name} |
TEA → BMAD Integration Handoff
Purpose
This document bridges TEA's test design outputs with BMAD's epic/story decomposition workflow (create-epics-and-stories). It provides structured integration guidance so that quality requirements, risk assessments, and test strategies flow into implementation planning.
TEA Artifacts Inventory
| Artifact | Path | BMAD Integration Point |
|---|---|---|
| Test Design Document | {test_design_path} |
Epic quality requirements, story acceptance criteria |
| Risk Assessment | (embedded in test design) | Epic risk classification, story priority |
| Coverage Strategy | (embedded in test design) | Story test requirements |
Epic-Level Integration Guidance
Risk References
Quality Gates
Story-Level Integration Guidance
P0/P1 Test Scenarios → Story Acceptance Criteria
Data-TestId Requirements
Risk-to-Story Mapping
| Risk ID | Category | P×I | Recommended Story/Epic | Test Level |
|---|
Recommended BMAD → TEA Workflow Sequence
- TEA Test Design (
TD) → produces this handoff document - BMAD Create Epics & Stories → consumes this handoff, embeds quality requirements
- TEA ATDD (
AT) → generates acceptance tests per story - BMAD Implementation → developers implement with test-first guidance
- TEA Automate (
TA) → generates full test suite - TEA Trace (
TR) → validates coverage completeness
Phase Transition Quality Gates
| From Phase | To Phase | Gate Criteria |
|---|---|---|
| Test Design | Epic/Story Creation | All P0 risks have mitigation strategy |
| Epic/Story Creation | ATDD | Stories have acceptance criteria from test design |
| ATDD | Implementation | Failing acceptance tests exist for all P0/P1 scenarios |
| Implementation | Test Automation | All acceptance tests pass |
| Test Automation | Release | Trace matrix shows ≥80% coverage of P0/P1 requirements |