Tech Debt Triage

Scores, prioritizes, and plans technical debt remediation from codebase metrics and developer feedback.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/cdalsoniii/brightpath-coder --skill tech-debt-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tech Debt Triage
Source: https://github.com/cdalsoniii/brightpath-coder/tree/main/.cursor/skills/tech-debt-triage
Command: npx skills add https://github.com/cdalsoniii/brightpath-coder --skill tech-debt-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of managing and prioritizing technical debt by providing a structured approach to scoring, planning, and identifying remediation efforts.

Core Features & Use Cases

  • Automated Scoring: Assigns scores to technical debt items based on impact, effort, and contagion.
  • Prioritization: Creates a prioritized backlog of technical debt items.
  • Roadmap Planning: Identifies quick wins and outlines a remediation roadmap.
  • Use Case: During sprint planning, use this Skill to automatically assess the technical debt in a specific module, identify the most critical issues, and suggest which ones can be tackled in the upcoming sprint.

Quick Start

Use the tech debt triage skill to score and prioritize technical debt for the order processing module.

Frequently Asked Questions about Tech Debt Triage

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

FAQPage Schema
How do I prioritize technical debt items in a codebase for sprint planning?

Technical debt prioritization involves scoring items by impact, effort, and contagion to identify high-impact, low-effort quick wins and generate a structured remediation roadmap for efficient sprint planning.

What is tech debt contagion analysis and when do I need it?

Tech debt contagion analysis evaluates how technical debt spreads across interconnected codebase modules. You need it during remediation planning to understand the blast radius of code quality issues before refactoring.

How do I score technical debt to find quick wins during remediation?

You score technical debt by collecting codebase metrics and developer feedback to assign values based on impact and effort. This scoring identifies high-impact, low-effort quick wins for your remediation roadmap.

Can I create a tech debt remediation roadmap using codebase metrics and developer feedback?

Yes, you can create a remediation roadmap by combining codebase metrics and developer feedback to triage technical debt, prioritize the backlog, and outline actionable steps for upcoming sprints.

What's the best way to manage developer experience issues caused by accumulated code quality debt?

Managing developer experience issues requires proactive debt management: collect developer feedback, score codebase quality issues by contagion impact, and prioritize the resulting backlog to plan targeted remediation.