Impeccable Harden
/impeccable harden
Prepare an interface for edge cases, errors, localization, and unpredictable content.
Command
/impeccable hardenWhat this command is for
Harden checks real-world failure modes such as overflow, missing data, slow loading, long translations, validation, offline behavior, and interrupted actions.
Use it when
- The happy path works and the interface is approaching production.
- Dynamic or user-generated content can break the current layout.
Probably not for: An early visual prototype that has not settled its main interaction yet.
Security evidence
This command runs as part of Impeccable. The parent skill page keeps the linked third-party audit results in one place.
Related commands
-
/impeccable adaptAdaptMake an interface work across screens, devices, input methods, and contexts. -
/impeccable onboardOnboardImprove first-run guidance, empty states, and the user’s path to initial value. -
/impeccable auditAuditRun a broad technical and interface-quality audit with prioritized findings.