@firstpick/pi-skill-tech-debt-tracker

Agents should invoke this skill when identifying, categorizing, prioritizing, or planning technical debt work, debt sprints, cleanup backlogs, TODO consolidation, or long-term maintainability risks. Tracks debt with severity/effort.

Packages

Package details

skill

Install @firstpick/pi-skill-tech-debt-tracker from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-skill-tech-debt-tracker
Package
@firstpick/pi-skill-tech-debt-tracker
Version
0.1.5
Published
Aug 7, 2026
Downloads
387/mo · 23/wk
Author
firstpick
License
MIT
Types
skill
Size
8.8 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Technical Debt Tracker

Turn recurring maintenance problems into a clear, prioritized cleanup list.

Helpful when

  • TODOs and workarounds are scattered across a project.
  • The same problems keep slowing down changes.
  • You need to choose what cleanup work is worth doing next.

What to share with Pi

  • Known problems, TODOs, or project files
  • How each problem affects users or the team
  • Time, staffing, and release constraints

Try asking

Turn these maintenance problems into a prioritized cleanup backlog. Explain impact, effort, dependencies, and a sensible order.

What you’ll get

  • A grouped debt inventory
  • Priority based on impact and effort
  • Suggested sequencing and ownership

Keep in mind

Priorities depend on real business and team constraints. By default, the workflow records debt in the host’s MEMORY.md Tech Debt Registry; confirm that location or request a report-only backlog when no memory file is available.

Install

pi install npm:@firstpick/pi-skill-tech-debt-tracker

Restart Pi if the skill does not appear in your current session.

Technical details

See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.