assess-technical-debt

Installation
SKILL.md

Assess Technical Debt

Surface the structural debt that routine review keeps out of scope: long-lived complexity, deprecated APIs, duplication, and tangled architecture that need deliberate refactoring. Project-wide, analysis-only. Ranks each finding by impact and effort and writes .turbo/technical-debt.md and .turbo/technical-debt.html.

Task Tracking

At the start, use TaskCreate to create a task for each phase:

  1. Scope and partition
  2. Run debt analysis agents
  3. Run /evaluate-findings skill
  4. Rank and write markdown report
  5. Generate HTML report

Step 1: Scope and Partition

If $ARGUMENTS specifies paths, assess those directly (skip the question).

Otherwise, use AskUserQuestion to confirm scope:

Installs
1
GitHub Stars
401
First Seen
Aug 16, 2026
assess-technical-debt — tobihagemann/turbo