Technical Debt Prioritization Framework Template
Criteria
Minimizes future risks and avoids slowing down the development of your software.
Code Knowledge. How are you familiar with the code?
Severity. How it affects the software's functionality or performance?
Dependency and Scale. How many components depend on that part of the code? The scale of impacted software architecture.โ
Cost of Fixing. How many story points would it cost to fix the technical debt issue?
Total Score = (Knowledge + Severity + Dependency) โ 3 * Cost
Learn More: