Reference — generated from the toolkit
Source of truth: toolkit/registers/tech-debt-register.md. Edit it there; this page is regenerated on build.
Tech-debt register
One canonical register with a fixed schema. Every finding from the tech-debt audit lands here or it doesn't exist. Auto-fed by the scanning pipeline where possible.
Schema
| Field | Notes |
|---|---|
| ID | TD-NNNN |
| Type | complexity / duplication / dependency / build-friction / doc-gap |
| Product | which product |
| Evidence | link to analysis / hotspot / PR |
| Principal | one-off fix cost (est.) |
| Interest | ongoing drag (est.) |
| Risk | what it threatens |
| Proposed remediation | the fix |
| WSJF score | for the remediation backlog |
| Status | open / accepted (RA-link) / remediated |
Example row
| TD-0001 | build-friction | StudyBuddy | pipeline logs | 3d | ~2h/deploy | slow, error-prone releases | automate deploy step | (score) | open |
Seeded during STOP from the audit; kept live thereafter.