# Send Tech Debt Tracker to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tech-debt-tracker",
    "name": "Tech Debt Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/alirezarezvani/tech-debt-tracker",
    "canonicalUrl": "https://clawhub.ai/alirezarezvani/tech-debt-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/tech-debt-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tech-debt-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "assets/historical_debt_2024-01-15.json",
      "assets/historical_debt_2024-02-01.json",
      "assets/sample_codebase/src/frontend.js",
      "assets/sample_codebase/src/payment_processor.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "tech-debt-tracker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T09:57:56.793Z",
      "expiresAt": "2026-05-08T09:57:56.793Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tech-debt-tracker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tech-debt-tracker",
        "contentDisposition": "attachment; filename=\"tech-debt-tracker-2.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tech-debt-tracker"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tech-debt-tracker"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tech-debt-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/tech-debt-tracker",
    "agentUrl": "https://openagent3.xyz/skills/tech-debt-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tech-debt-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tech-debt-tracker/agent.md"
  }
}
```
## Documentation

### Tech Debt Tracker

Tier: POWERFUL 🔥
Category: Engineering Process Automation
Expertise: Code Quality, Technical Debt Management, Software Engineering

### Overview

Tech debt is one of the most insidious challenges in software development - it compounds over time, slowing down development velocity, increasing maintenance costs, and reducing code quality. This skill provides a comprehensive framework for identifying, analyzing, prioritizing, and tracking technical debt across codebases.

Tech debt isn't just about messy code - it encompasses architectural shortcuts, missing tests, outdated dependencies, documentation gaps, and infrastructure compromises. Like financial debt, it accrues "interest" through increased development time, higher bug rates, and reduced team velocity.

### What This Skill Provides

This skill offers three interconnected tools that form a complete tech debt management system:

Debt Scanner - Automatically identifies tech debt signals in your codebase
Debt Prioritizer - Analyzes and prioritizes debt items using cost-of-delay frameworks
Debt Dashboard - Tracks debt trends over time and provides executive reporting

Together, these tools enable engineering teams to make data-driven decisions about tech debt, balancing new feature development with maintenance work.

### Technical Debt Classification Framework

→ See references/debt-frameworks.md for details

### Phase 1: Foundation (Weeks 1-2)

Set up debt scanning infrastructure
Establish debt taxonomy and scoring criteria
Scan initial codebase and create baseline inventory
Train team on debt identification and reporting

### Phase 2: Process Integration (Weeks 3-4)

Integrate debt tracking into sprint planning
Establish debt budgets and allocation rules
Create stakeholder reporting templates
Set up automated debt scanning in CI/CD

### Phase 3: Optimization (Weeks 5-6)

Refine scoring algorithms based on team feedback
Implement trend analysis and predictive metrics
Create specialized debt reduction initiatives
Establish cross-team debt coordination processes

### Phase 4: Maturity (Ongoing)

Continuous improvement of detection algorithms
Advanced analytics and prediction models
Integration with planning and project management tools
Organization-wide debt management best practices

### Success Criteria

Quantitative Metrics:

25% reduction in debt interest rate within 6 months
15% improvement in development velocity
30% reduction in production defects
20% faster code review cycles

Qualitative Metrics:

Improved developer satisfaction scores
Reduced context switching during feature development
Faster onboarding for new team members
Better predictability in feature delivery timelines

### 1. Analysis Paralysis

Problem: Spending too much time analyzing debt instead of fixing it.
Solution: Set time limits for analysis, use "good enough" scoring for most items.

### 2. Perfectionism

Problem: Trying to eliminate all debt instead of managing it.
Solution: Focus on high-impact debt, accept that some debt is acceptable.

### 3. Ignoring Business Context

Problem: Prioritizing technical elegance over business value.
Solution: Always tie debt work to business outcomes and customer impact.

### 4. Inconsistent Application

Problem: Some teams adopt practices while others ignore them.
Solution: Make debt tracking part of standard development workflow.

### 5. Tool Over-Engineering

Problem: Building complex debt management systems that nobody uses.
Solution: Start simple, iterate based on actual usage patterns.

Technical debt management is not just about writing better code - it's about creating sustainable development practices that balance short-term delivery pressure with long-term system health. Use these tools and frameworks to make informed decisions about when and how to invest in debt reduction.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: alirezarezvani
- Version: 2.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T09:57:56.793Z
- Expires at: 2026-05-08T09:57:56.793Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tech-debt-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/tech-debt-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/tech-debt-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tech-debt-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/tech-debt-tracker)