Audience
Reduce product entropy early and ship reusable foundations fast.
type DesignDebtAudit = { component: string; driftScore: number; missingStates: string[]; a11yGaps: string[]; fixPriority: "now" | "next" | "later"; };