prioritization-framework

Technical Debt Prioritization Framework

Content Preview
# Technical Debt Prioritization Framework

## Introduction

Technical debt prioritization is a critical capability that separates high-performing engineering teams from those struggling with maintenance burden. This framework provides multiple approaches to systematically prioritize technical debt based on business value, risk, effort, and strategic alignment.

## Core Principles

### 1. Business Value Alignment
Technical debt work must connect to business outcomes. Every debt item should have a
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/prioritization-framework.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/tech-debt-tracker/references/prioritization-framework.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/tech-debt-tracker/references/prioritization-framework.md

Related Skills