/gaia-tech-debt-review
retiredWhat 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
/gaia-triage-findingsAfter 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:
| Output | Location | Description |
|---|---|---|
| Tech debt dashboard | .gaia/artifacts/implementation-artifacts/tech-debt-dashboard.md | Rolling 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.