II.
Responsibility JSON
Structured · liveresponsibility:tech-debt-management
Tech debt management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:tech-debt-management",
"_kind": "Responsibility",
"_file": "role/responsibilities/responsibilities-expanded.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Tech debt management",
"cadence": "quarterly",
"description": "Track, prioritize, and schedule technical debt remediation. Maintain\na tech-debt register and negotiate allocation with product stakeholders.\n"
},
"outgoingEdges": [
{
"from": "responsibility:tech-debt-management",
"to": "role:tech-lead",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:tech-debt-management",
"to": "role:staff-engineer",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:tech-debt-management",
"to": "role:engineering-manager",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:tech-debt-management",
"to": "skill-area:code-quality",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "workflow:feature-flag-lifecycle-governance",
"to": "responsibility:tech-debt-management",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:tech-debt-sprint",
"to": "responsibility:tech-debt-management",
"kind": "triggers_responsibility",
"attributes": {}
}
]
}