Tech Debt Quadrant Model
Introducing the "Performance Debt Quadrant" model, a novel approach inspired by the Johari Window and the four quadrants of employee performance, it also combines the Bullseye Perf

Introducing the "Performance Debt Quadrant" model, a novel approach inspired by the Johari Window and the four quadrants of employee performance, it also combines the Bullseye Performance process. In this model, I try to align each quadrant with a specific aspect of technical debt management to provide a comprehensive framework for tackling this crucial issue to foster long-term success and innovation in paying off the debt.
Known Knowns or Intentional Debt: This quadrant corresponds to intentional technical debt, where teams knowingly take shortcuts or trade-offs to meet deadlines or goals. To address this, teams must acknowledge and document these decisions transparently. By fostering open communication and accountability, teams can mitigate the impact of intentional debt and prioritize repayment strategies effectively.
Known Unknowns or Unintentional Debt: Here lies unintentional technical debt, arising from mistakes or outdated practices. To navigate this quadrant, teams must invest in continuous improvement and education. By identifying areas of weakness through thorough code reviews, automated testing, and regular retrospectives, teams can proactively address unintentional debt before it accumulates and hampers productivity.
Unknown Knowns or Inevitable Debt: This quadrant encompasses inevitable technical debt stemming from external factors like changing technologies or regulations. To manage this, teams must stay vigilant and adaptable. By staying informed about industry trends, attending conferences, and fostering a culture of experimentation, teams can anticipate and prepare for inevitable debt, minimizing its impact on project progress.
Unknown Unknowns or Strategic Debt: Strategic technical debt, deliberately incurred to gain a competitive advantage or test hypotheses, resides here. To leverage this quadrant effectively, teams must approach strategic debt with caution and foresight. By conducting thorough risk assessments, weighing the long-term implications, and involving stakeholders in decision-making, teams can harness strategic debt as a tool for innovation while mitigating potential risks.
By conceptualizing technical debt through the lens of the Performance Debt Quadrant model, product managers, architects, and product owners can gain deeper insights into the nature of debt within their projects. With clear visibility into each quadrant, teams can develop tailored strategies to address and ultimately eliminate technical debt, fostering long-term success and innovation.
The Johari Window and Technical Debt Payoffβ
Similar to the Johari Window, the Performance Debt Quadrant model encourages teams to embrace transparency and open communication, fostering a culture of trust and collaboration. By acknowledging the existence of technical debt and actively working to address it, teams can build a solid foundation for sustainable growth and innovation, ultimately paying off the debt and achieving long-term success. We want to maximize the Known Knowns and minimize the Unknown Unknowns until we hit the Bullseye!
Bullseye Performance Processβ
The Bullseye Performance process is a continuous improvement framework that encourages teams to set clear goals, measure progress, and adjust strategies based on feedback. By aligning each quadrant with a specific aspect of technical debt management, the Performance Debt Quadrant model provides a comprehensive framework for tackling this crucial issue to foster long-term success and innovation.
Define the objectives and key results (OKRs) for each technical debt point you want to address. For example, if you're focusing on reducing intentional debt, your OKRs might include increasing code quality, reducing bug counts, and improving test coverage.
Measure progress by tracking relevant metrics and KPIs. Use tools like code quality analyzers, bug tracking systems, and test coverage reports to gain insights into your progress.
Adjust strategies based on feedback and results. If you're not seeing the desired improvements, re-evaluate your approach and consider alternative strategies. For example, if your efforts to reduce unintentional debt aren't yielding results, you might need to invest in additional training or tools to address the root causes of the debt.
By following the Bullseye Performance process, teams can systematically address technical debt and achieve long-term success and innovation.
Examples of Objectives and Key Results (OKRs) of the Technical Debt Quadrant Modelβ
| Quadrant | Objectives |
|---|---|
| Intentional Debt | 1. Improve code quality |
| 2. Reduce bug counts | |
| 3. Improve test coverage | |
| Unintentional Debt | 1. Improve developer knowledge |
| 2. Improve code maintainability | |
| 3. Reduce architectural debt | |
| Inevitable Debt | 1. Improve system scalability |
| 2. Improve system reliability | |
| 3. Improve system security | |
| Strategic Debt | 1. Improve product delivery speed |
| 2. Improve product quality | |
| 3. Improve product usability |
Known Knowns or Intentional Debtβ
Known Knowns or Intentional Debt refers to technical debt that is incurred deliberately, often to meet short-term goals or deadlines. For example, a team might choose to bypass code reviews to expedite the release of a new feature, resulting in a buildup of intentional debt. To address this, the team must acknowledge and document the intentional debt transparently, and prioritize repayment strategies to minimize its impact on long-term productivity and innovation.
Objective: Improve code qualityβ
-
Key Result: Reduce code smells by 30%
-
Key Result: Increase code review frequency by 50%
-
Key Result: Implement static code analysis in all projects
Objective: Reduce bug countsβ
-
Key Result: Decrease open bug count by 40%
-
Key Result: Increase bug resolution rate by 50%
-
Key Result: Implement automated bug detection in 100% of projects
Objective: Improve test coverageβ
-
Key Result: Increase unit test coverage to 80%
-
Key Result: Increase integration test coverage to 70%
-
Key Result: Implement code coverage reporting in all projects
Known Unknowns or Unintentional Debtβ
Known Unknowns or Unintentional Debt encompasses technical debt that arises from mistakes, outdated practices, or lack of knowledge. For example, a team might inadvertently introduce bugs or vulnerabilities due to a lack of automated testing or code reviews. To navigate this quadrant, the team must invest in continuous improvement and education, identifying areas of weakness through thorough code reviews, automated testing, and regular retrospectives to proactively address unintentional debt.
Objective: Improve developer knowledgeβ
-
Key Result: Conduct weekly technical training sessions
-
Key Result: Increase documentation coverage by 50%
-
Key Result: Implement a mentorship program for junior developers
Objective: Improve code maintainabilityβ
-
Key Result: Refactor 30% of legacy code
-
Key Result: Reduce code complexity metrics by 20%
-
Key Result: Implement a code review process for all changes
Objective: Reduce architectural debtβ
-
Key Result: Migrate 50% of monolithic services to microservices
-
Key Result: Implement a service mesh for 100% of microservices
-
Key Result: Reduce service coupling by 30%
Unknown Knowns or Inevitable Debtβ
Unknown Knowns or Inevitable Debt refers to technical debt that arises from external factors such as changing technologies or regulations. For example, a team might face inevitable debt when transitioning to a new framework or complying with updated security standards. To manage this, the team must stay vigilant and adaptable, stay informed about industry trends, attend conferences, and foster a culture of experimentation to anticipate and prepare for inevitable debt.
Objective: Improve system scalabilityβ
-
Key Result: Implement auto-scaling for 70% of services
-
Key Result: Reduce system load times by 30%
-
Key Result: Increase system capacity by 50%
Objective: Improve system reliabilityβ
-
Key Result: Implement automated failover for 100% of services
-
Key Result: Reduce system downtime by 50%
-
Key Result: Implement a disaster recovery plan
Objective: Improve system securityβ
-
Key Result: Implement automated security scanning for all code
-
Key Result: Reduce security vulnerabilities by 50%
-
Key Result: Implement a secure coding training program for all developers
Unknown Unknowns or Strategic Debtβ
Unknown Unknowns or Strategic Debt encompasses technical debt that is deliberately incurred to gain a competitive advantage or test hypotheses. For example, a team might choose to bypass certain best practices to expedite the development of a new product feature, taking on strategic debt in the process. To leverage this quadrant effectively, the team must approach strategic debt with caution and foresight, conducting thorough risk assessments, weighing the long-term implications, and involving stakeholders in decision-making to harness strategic debt as a tool for innovation while mitigating potential risks.
Objective: Improve product delivery speedβ
-
Key Result: Implement continuous delivery for 100% of projects
-
Key Result: Reduce time to market for new features by 30%
-
Key Result: Implement feature flagging for all new features
Objective: Improve product qualityβ
-
Key Result: Implement automated quality gates for all projects
-
Key Result: Reduce product defect rate by 20%
-
Key Result: Implement user acceptance testing for all new features
Objective: Improve product usabilityβ
-
Key Result: Implement user testing for all new features
-
Key Result: Reduce user-reported issues by 30%
-
Key Result: Implement a user feedback program for all products
By setting clear objectives and key results for each quadrant of the Technical Debt Quadrant Model, teams can systematically address technical debt and achieve long-term success and innovation.
Conclusionβ
The Performance Debt Quadrant model provides a comprehensive framework for tackling technical debt, aligning each quadrant with a specific aspect of debt management. By leveraging the Johari Window and the Bullseye Performance process, teams can gain deeper insights into the nature of debt within their projects and develop tailored strategies to address and ultimately eliminate technical debt, fostering long-term success and innovation.
Let me know in the comments if you have any questions or suggestions about the Performance Debt Quadrant model and how it can be applied to your projects.
Don't forget to subscribe to our YouTube channel for more actionable content and our newsletter for the latest insights, ideas, and strategies to help you achieve your goals.