1.0 KiB
1.0 KiB
UX Research Policy
Use a curated-first, live-web fallback policy.
- Search
.agents/skills/_shared/references/ux-research-registry.jsonfirst. - If no registry source supports the UX decision, search the web for authoritative sources.
- Prefer primary or recognized UX sources: W3C/WCAG, platform HIG/Material guidance, NN/g, Baymard, official product/design-system docs, peer-reviewed or well-scoped research.
- Add useful live-web findings back to the registry with
scripts/wireframe/update-research-registry.ps1. - Cite sources in
ux_spec.jsonwithregistry_id,url,claim, andused_for. - Do not write "research shows" unless the cited source directly supports the claim.
Citation Object
{
"registry_id": "nng-heuristics",
"title": "10 Usability Heuristics for User Interface Design",
"url": "https://www.nngroup.com/articles/ten-usability-heuristics/",
"claim": "Systems should keep users informed about status through timely feedback.",
"used_for": ["loading-state-patterns", "action-feedback"]
}