cb57bc3042
Integrate impeccable design quality tools
...
Selective integration from pbakaus/impeccable (Apache 2.0):
Reference material (docs/reference/impeccable/):
- 7 design guides: typography, color-and-contrast, spatial-design,
motion-design, interaction-design, responsive-design, ux-writing
- 3 critique references: cognitive-load, heuristics-scoring, personas
- 4 skill references for internal use: audit, critique, polish,
frontend-design (anti-patterns list)
New skills:
- /audit — technical quality scoring (0-20) across 5 dimensions:
accessibility, performance, theming, responsive, design quality
- /critique — UX design review using Nielsen's 10 heuristics (0-40),
adapted for FA's sensitive audience context
Updated skills:
- /review-component — added interactive states checklist and design
anti-patterns checklist (8 checks each)
- /preflight — added visual QA spot-check section (transitions,
focus-visible, touch targets, spacing consistency)
No code changes — all existing components, tokens, and theme untouched.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 16:35:39 +11:00
e4f9edd97f
Add preflight quality check skill
...
Runs 5 checks before commit: TypeScript compilation, Storybook build,
token sync verification, hardcoded values scan, and component exports.
Integrates with the git workflow to catch issues before they hit the repo.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:22:10 +11:00