II.
LibraryProcess overview
Reference · livelib-process:code-migration-modernization--technical-debt-remediation
specializations/code-migration-modernization/technical-debt-remediation overview
Technical Debt Remediation - Systematic process for identifying, categorizing, prioritizing, and addressing technical debt to improve code quality, reduce maintenance costs, and enable faster feature delivery.
Attributes
displayName
specializations/code-migration-modernization/technical-debt-remediation
description
Technical Debt Remediation - Systematic process for identifying, categorizing, prioritizing,
and addressing technical debt to improve code quality, reduce maintenance costs, and enable faster
feature 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', {
projectName: 'Core Platform Debt Remediation',
debtSources: ['sonarqube', 'code-review', 'incident-reports'],
businessPriorities: ['performance', 'security', 'maintainability'],
timelineConstraints: { sprintAllocation: '20%', deadline: '2025-Q4' }
});
usesAgents
- technical-debt-auditor
- migration-project-coordinator
- refactoring-pattern-applier
- regression-detector
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:code-migration-modernization·Specialization
lib_covers_topic1
- topic:refactoring·TopicRefactoring
lib_implements_workflow1
- workflow:technical-debt-reduction·WorkflowTechnical Debt Reduction
lib_involves_role2
- role:architect·RoleArchitect
- role:tech-lead·RoleTech Lead
lib_requires_skill_area3
- skill-area:strangler-fig-pattern·SkillAreaStrangler Fig Migration
- skill-area:parallel-run-migration·SkillAreaParallel-Run Migration
- skill-area:prioritization-frameworks·SkillAreaPrioritization Frameworks
uses_agent3
- lib-agent:code-migration-modernization--technical-debt-auditor·LibraryAgenttechnical-debt-auditor
- lib-agent:code-migration-modernization--migration-project-coordinator·LibraryAgentmigration-project-coordinator
- lib-agent:code-migration-modernization--regression-detector·LibraryAgentregression-detector
Incoming edges
None.