Section 40 · Team & Development

Technical Debt Tracking

Audit technical debt visibility, management practices, and metrics

8 items 1 critical 7 recommended

This guide walks you through auditing a project's technical debt visibility, management, and metrics.

The Goal: Visible, Managed Debt

Technical debt is inevitable. The question is whether it's:

  • Visible — explicitly tracked, not just "known"
  • Structured — prioritized with enough context to act on
  • Managed — regularly reviewed, allocated time, actually reduced

Invisible debt compounds silently. This guide verifies the practices that keep debt under control.

Cross-references:

  • Section 8 (Testing & Code Metrics) covers CRAP score
  • Section 2 (Dependencies & Code Quality) covers dependency updates
  • Section 28 (Code Architecture) covers SOLID principles and quality tools

Before You Start

  1. Identify where debt is tracked (Linear, Jira, GitHub Issues, Notion, dedicated doc)
  2. Understand the team's sprint/planning cadence (affects review frequency expectations)
  3. Check team size (smaller teams may have informal but effective processes)