Design Technical Debt
Foundations & Process · longevity, process
Updated 2026-07-28
- Design debt is inconsistent experience caused by shortcuts.
- Examples:
- Different button styles.
- Duplicate components.
- Random spacing.
- Missing states.
- Fix it through:
- Consolidation.
- Documentation.
- Component updates.
- Small inconsistencies become large problems at scale.
Related guides