Skip to content

v0idOS/debt-destroyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Debt Destroyer Plugin for Claude Code

Made by v0idOS

This plugin enforces a technical debt-first mindset by introducing dedicated skills for mapping, tracking, and prioritizing debt in your codebase.

Skills

  • /map-debt - Scans the active context/files for technical debt and generates a comprehensive debt map.
  • /prioritize-debt - Analyzes the debt map and prioritizes issues based on impact vs effort.
  • /resolve-debt - Focuses Claude on refactoring a specific piece of debt before moving on to new features.

Known Limitations

  • Scope it yourself with /map-debt: The plugin relies on you to specify which directories or files to scan. It will not (and should not) attempt to scan an entire legacy monorepo automatically.
  • LLM debt estimates are approximations, not guarantees: Prioritization matrices (impact vs. effort) are generated by the LLM based on text analysis. They might miss deep architectural coupling. Do not treat them as absolute truth.
  • Always review the DEBT_MAP.md before running /resolve-debt: Refactoring based on LLM assumptions carries risk. Review the mapped debt items and ensure you understand the blast radius before letting Claude resolve them.

About

A Claude Code plugin that maps, prioritizes, and resolves technical debt before you ship new features. 3 slash commands: /map-debt /prioritize-debt /resolve-debt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors