Made by v0idOS
This plugin enforces a technical debt-first mindset by introducing dedicated skills for mapping, tracking, and prioritizing debt in your codebase.
/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.
- 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.mdbefore 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.