II.
Workflow JSON
Structured · liveworkflow:sprint-retrospective
Sprint Retrospective json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:sprint-retrospective",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Sprint Retrospective",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "per-sprint",
"complexity": "simple",
"description": "Structured team reflection at sprint end — collecting what went well,\nwhat did not, and actionable improvements. Facilitator guides\ndiscussion, team votes on action items, and items are tracked to\ncompletion. Distinct from general retrospective in being sprint-scoped.\n"
},
"outgoingEdges": [
{
"from": "workflow:sprint-retrospective",
"to": "role:scrum-master",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:sprint-retrospective",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:sprint-retrospective",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:sprint-retrospective",
"to": "skill-area:agile-delivery",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:sprint-retrospective",
"to": "skill-area:team-management",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:sprint-retrospective",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:sprint-retrospective",
"to": "domain:project-management",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:sprint-retrospective",
"to": "responsibility:retro-facilitation",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}