| How does a user move through the product? | User Flow Creation | interaction-design.md ยง1 |
| How does a user complete a specific task? | Task Flow Design | interaction-design.md ยง2 |
| What does every state of this element look like? | State Design | interaction-design.md ยง3 |
| What happens when things go wrong or are empty? | Edge Case Handling | interaction-design.md ยง4 |
| How do we avoid overwhelming users with complexity? | Progressive Disclosure | interaction-design.md ยง5 |
| How do users know this is clickable/tappable? | Affordance Design | interaction-design.md ยง6 |
| How does the system communicate what just happened? | Feedback Design | interaction-design.md ยง7 |
| What does the UI text say? | Microcopy | interaction-design.md ยง8 |
| How do we quickly explore layout options? | Low-Fidelity Wireframing | wireframing-prototyping.md ยง1 |
| How do we document the final layout precisely? | High-Fidelity Wireframing | wireframing-prototyping.md ยง2 |
| How do we test navigation and transitions? | Interactive Prototyping | wireframing-prototyping.md ยง3 |
| How do we validate a concept in hours? | Rapid Prototyping | wireframing-prototyping.md ยง4 |
| Does this meet accessibility standards? | WCAG Compliance | usability-accessibility.md ยง1 |
| Can users navigate without a mouse? | Keyboard Navigation | usability-accessibility.md ยง2 |
| Does this work with VoiceOver / TalkBack? | Screen Reader Optimization | usability-accessibility.md ยง3 |
| Do colors pass contrast ratios? | Color Contrast | usability-accessibility.md ยง4 |
| Is focus management logical and visible? | Focus Management | usability-accessibility.md ยง5 |
| Does this work for diverse abilities and contexts? | Inclusive Design | usability-accessibility.md ยง6 |
| Are we asking too much of users' mental bandwidth? | Cognitive Load Management | usability-accessibility.md ยง7 |
| Does the design prevent mistakes? | Error Prevention | usability-accessibility.md ยง8 |
| Can users easily recover from errors? | Forgiveness Design | usability-accessibility.md ยง9 |
| Does this work on the smallest screen first? | Mobile-First Design | responsive-adaptive.md ยง1 |
| How does layout adapt across screen sizes? | Breakpoint Strategy | responsive-adaptive.md ยง2 |
| Are touch targets large enough to tap accurately? | Touch Target Sizing | responsive-adaptive.md ยง3 |
| How do grids and images adapt fluidly? | Responsive Layout Patterns | responsive-adaptive.md ยง4 |
| Are we following iOS / Android / Web conventions? | Platform-Specific Patterns | responsive-adaptive.md ยง5 |
| Does experience feel continuous across devices? | Cross-Device Continuity | responsive-adaptive.md ยง6 |