mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-14 21:16:36 +03:00
1.2 KiB
1.2 KiB
Routing
Keep the semantic and interaction contract framework-agnostic first. Then use the current official documentation for the chosen framework or component library to implement it; do not assume a universal framework or library.
| Situation | Route |
|---|---|
| Hugo template architecture, theme-wide layout, or CMS rendering | hugo-theme and its design/accessibility reference |
| Stakeholder evidence and validation | product-discovery |
| Product scope, priority, or rationale | product-methodology |
| User-facing behavior, task flows, state/recovery models, or engineering UX handoff | product-design-and-ux; keep accessibility conformance depth here |
| Browser platform behavior | WHATWG HTML in source-index.md |
| ARIA roles/pattern contracts | WAI-ARIA 1.2 and APG in source-index.md |
| Framework-specific component API | Current official documentation after requirements are defined |
Do not route to a library merely because it advertises accessibility. Confirm its behavior against the user task and target browser/AT support.