debt-classification-taxonomy

Technical Debt Classification Taxonomy

Content Preview
# Technical Debt Classification Taxonomy

## Overview

This document provides a comprehensive taxonomy for classifying technical debt across different dimensions. Consistent classification is essential for tracking, prioritizing, and managing technical debt effectively across teams and projects.

## Primary Categories

### 1. Code Debt

**Definition**: Issues at the code level that make software harder to understand, modify, or maintain.

**Subcategories**:
- **Structural Issues**
  - `large_fun
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/debt-classification-taxonomy.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/tech-debt-tracker/references/debt-classification-taxonomy.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/debt-classification-taxonomy.md

Related Skills