II.
LibraryProcess JSON
Structured · livelib-process:code-migration-modernization--technical-debt-remediation
specializations/code-migration-modernization/technical-debt-remediation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:code-migration-modernization--technical-debt-remediation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/code-migration-modernization/technical-debt-remediation",
"description": "Technical Debt Remediation - Systematic process for identifying, categorizing, prioritizing,\nand addressing technical debt to improve code quality, reduce maintenance costs, and enable faster\nfeature delivery.",
"libraryPath": "library/specializations/code-migration-modernization/technical-debt-remediation.js",
"specialization": "code-migration-modernization",
"references": [
"- Managing Technical Debt: https://martinfowler.com/bliki/TechnicalDebt.html",
"- Technical Debt Quadrant: https://martinfowler.com/bliki/TechnicalDebtQuadrant.html",
"- Clean Architecture: https://www.oreilly.com/library/view/clean-architecture/9780134494166/"
],
"example": "const result = await orchestrate('specializations/code-migration-modernization/technical-debt-remediation', {\n projectName: 'Core Platform Debt Remediation',\n debtSources: ['sonarqube', 'code-review', 'incident-reports'],\n businessPriorities: ['performance', 'security', 'maintainability'],\n timelineConstraints: { sprintAllocation: '20%', deadline: '2025-Q4' }\n});",
"usesAgents": [
"technical-debt-auditor",
"migration-project-coordinator",
"refactoring-pattern-applier",
"regression-detector"
]
},
"outgoingEdges": [
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "skill-area:strangler-fig-pattern",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "skill-area:parallel-run-migration",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "skill-area:prioritization-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "topic:refactoring",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "role:architect",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "workflow:technical-debt-reduction",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "specialization:code-migration-modernization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "lib-agent:code-migration-modernization--technical-debt-auditor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "lib-agent:code-migration-modernization--migration-project-coordinator",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:code-migration-modernization--technical-debt-remediation",
"to": "lib-agent:code-migration-modernization--regression-detector",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}