/gaia-tech-debt-review

retired
Category:
Sprint Management
Lifecycle phase:
4 -- Implementation
Status:
Retired -- merged into /gaia-triage-findings
This command is retired. Its tech-debt capability now runs as a phase of /gaia-triage-findings. Run that command instead -- it produces the same dashboard at the same path. /gaia-tech-debt-review is no longer a live, runnable command. This page is kept so existing links do not break.

What it does

/gaia-tech-debt-review has been retired. The technical-debt aggregation, classification, scoring, aging, and dashboard generation it used to perform are now a built-in phase of /gaia-triage-findings, which runs the tech-debt phase automatically after triaging findings. There is no separate command to run.

Retired -- run this instead

Run /gaia-triage-findings:

/gaia-triage-findings

After triaging findings, that command automatically runs the tech-debt phase -- it classifies each item as DESIGN, CODE, TEST, or INFRASTRUCTURE, scores by Impact and Risk minus Effort, computes sprint aging, detects STALE TARGET / UNASSIGNED / RESOLVED items, merges duplicates, and writes the rolling dashboard with trend comparison against the previous run. The dashboard output path is unchanged: .gaia/artifacts/implementation-artifacts/tech-debt-dashboard.md.

Outputs

The tech-debt dashboard is now produced by /gaia-triage-findings. The output location is unchanged:

OutputLocationDescription
Tech debt dashboard.gaia/artifacts/implementation-artifacts/tech-debt-dashboard.mdRolling dashboard with scores, aging, and trends -- written by the tech-debt phase of /gaia-triage-findings.

What to run next

  • /gaia-triage-findings -- the replacement command; triages findings and then runs the tech-debt phase that builds the dashboard.
  • /gaia-correct-course -- inject urgent debt items into the current sprint.
  • /gaia-retro -- review the debt dashboard during the retrospective.