II.
Workflow JSON
Structured · liveworkflow:bdd-specification-workshop
BDD Specification Workshop json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:bdd-specification-workshop",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-methodology-deep.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "BDD Specification Workshop",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-feature",
"complexity": "single-team",
"description": "Facilitates behavior-driven development specification workshops — bringing\ntogether product, development, and QA to collaboratively author Gherkin\nscenarios, resolve ambiguities in acceptance criteria, identify edge cases\nthrough example mapping, and produce an executable specification set before\nimplementation begins. Excludes test automation implementation.\n"
},
"outgoingEdges": [
{
"from": "workflow:bdd-specification-workshop",
"to": "role:qa-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bdd-specification-workshop",
"to": "role:product-owner",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bdd-specification-workshop",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bdd-specification-workshop",
"to": "skill-area:e2e-testing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:bdd-specification-workshop",
"to": "skill-area:contract-testing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:bdd-specification-workshop",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:bdd-specification-workshop",
"to": "responsibility:code-review-coverage",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:bdd-specification-workshop",
"to": "responsibility:retro-facilitation",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:bdd-specification-workshop",
"to": "org-unit:quality-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:bdd-specification-workshop",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}