II.
Workflow JSON
Structured · liveworkflow:tech-debt-sprint
Tech Debt Sprint json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:tech-debt-sprint",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Tech Debt Sprint",
"workflowKind": "development",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "moderate",
"description": "Dedicated sprint for tech debt reduction -- reviewing the tech debt\nregister, prioritizing items by risk and developer friction impact,\nallocating engineering time, executing refactoring and upgrades,\nvalidating improvements through tests and metrics, and updating\nthe debt register. Produces completed items summary and updated\ntech debt backlog. Excludes feature work.\n"
},
"outgoingEdges": [
{
"from": "workflow:tech-debt-sprint",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:tech-debt-sprint",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:tech-debt-sprint",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:tech-debt-sprint",
"to": "skill-area:code-quality",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:tech-debt-sprint",
"to": "skill-area:strangler-fig-pattern",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:tech-debt-sprint",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:tech-debt-sprint",
"to": "responsibility:tech-debt-management",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}