II.
Workflow JSON
Structured · liveworkflow:technical-debt-portfolio-review
Technical Debt Portfolio Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:technical-debt-portfolio-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-cross-domain.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Technical Debt Portfolio Review",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Reviews and prioritizes the organization-wide technical debt\nportfolio -- inventorying debt items from static analysis findings,\ndeprecated dependency usage, and architecture deviation records,\nquantifying debt impact through incident correlation, developer\nvelocity drag, and security exposure metrics, classifying debt by\ntype (code, architecture, infrastructure, data, test) and ownership,\nevaluating debt interest rate by measuring how each item compounds\nmaintenance costs over time, reviewing debt payment progress against\nquarterly reduction targets, assessing the ratio of debt-reducing\nwork to feature work across teams, and modeling paydown scenarios\nwith estimated velocity improvement projections. Produces technical\ndebt inventory, impact-prioritized paydown roadmap, and quarterly\nprogress report. Excludes debt remediation implementation.\n"
},
"outgoingEdges": [
{
"from": "workflow:technical-debt-portfolio-review",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "role:principal-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "skill-area:dead-code-elimination",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "skill-area:dependency-upgrade-strategies",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "domain:databases",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "responsibility:cost-optimization",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "responsibility:dx-tooling-maintenance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "org-unit:architecture-guild",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:technical-debt-portfolio-review",
"to": "org-unit:engineering-productivity",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}