II.
Workflow JSON
Structured · liveworkflow:codebase-health-refactoring-sprint
Codebase Health Refactoring Sprint json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:codebase-health-refactoring-sprint",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-codebase-health.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Codebase Health Refactoring Sprint",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Executes focused refactoring sprints to improve codebase health metrics —\nidentifying hotspots using code churn and complexity analysis (cyclomatic,\ncognitive), prioritizing refactoring targets by coupling with\nhigh-change-frequency modules, executing safe automated refactoring\noperations (extract method, rename, move) with comprehensive test\nvalidation, measuring before/after complexity scores and build time impact,\nand updating architecture documentation to reflect structural changes.\nProduces refactoring proposals with risk assessment, complexity delta\nreports, and architectural fitness function trends. Excludes feature\ndevelopment.\n"
},
"outgoingEdges": [
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "role:refactor-bot",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "skill-area:code-review-practice",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "skill-area:hexagonal-architecture",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "domain:operations",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "responsibility:run-architecture-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "responsibility:code-review-coverage",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "org-unit:architecture-guild",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}