debt-tracker

Read ERROR_LOG.md, PENDING_LOG.md, and memory/MEMORY.md to surface and prioritize technical debts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wendeus0/AI-dotfiles --skill debt-tracker
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: debt-tracker
Source: https://github.com/wendeus0/AI-dotfiles/tree/main/core/skills/debt-tracker
Command: npx skills add https://github.com/wendeus0/AI-dotfiles --skill debt-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill reads ERROR_LOG.md, PENDING_LOG.md, and memory/MEMORY.md to identify open technical debts and classify them by severity (P0, P1, P2) for effective prioritization.

Core Features & Use Cases

  • Reads ERROR_LOG.md, PENDING_LOG.md, and memory/MEMORY.md to surface open debts.
  • Classifies each item by severity with explicit criteria (P0/P1/P2) and records its origin.
  • Produces a ready-to-act backlog prioritized by impact and effort, helping teams plan fixes.

Quick Start

Run the debt-tracker to read ERROR_LOG.md, PENDING_LOG.md, and memory/MEMORY.md and generate a prioritized debt list.

Frequently Asked Questions about debt-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize technical debt for sprint planning?▼

Technical debt prioritization involves reading error and pending logs to surface open debts, classifying them by severity (P0, P1, P2), and outputting a ranked backlog ready for remediation work.

What is the best way to triage backlog items by risk severity?▼

Triage backlog items by risk severity by applying explicit P0, P1, and P2 severity levels to open technical debts and recording their origin to produce a prioritized list for remediation.

How do I generate a ranked backlog from error logs and memory files?▼

Generate a ranked backlog from error logs and memory files by reading ERROR_LOG.md, PENDING_LOG.md, and memory/MEMORY.md to identify open technical debts and rank them by impact and effort.

Can I use error logs for technical debt classification?▼

Yes, you can use error logs for technical debt classification by reading ERROR_LOG.md and PENDING_LOG.md to surface open debts and apply severity levels to categorize them for prioritization.

Does technical debt tracking work without external dependencies?▼

Yes, technical debt tracking works without external dependencies by reading local markdown files like ERROR_LOG.md, PENDING_LOG.md, and memory/MEMORY.md to surface and classify open technical debts.