diff --git a/docs/design/EXPERIENCE_AUDIT_QA.md b/docs/design/EXPERIENCE_AUDIT_QA.md index a5ce0d6b4..61ebf86b4 100644 --- a/docs/design/EXPERIENCE_AUDIT_QA.md +++ b/docs/design/EXPERIENCE_AUDIT_QA.md @@ -15,14 +15,26 @@ ### The Six Questions -| # | Question | Answer | -|---|----------|--------| -| 1 | Does the user understand the purpose in 3 seconds? | ✅ / ⚠️ / ❌ | -| 2 | Is "Reality → Decision" visible in the flow? | ✅ / ⚠️ / ❌ | -| 3 | Is there a clear primary decision? | ✅ / ⚠️ / ❌ | -| 4 | Is there visual noise? | List items | -| 5 | What is the user's decision on this screen? | Free text | -| 6 | What information can be removed without harming the decision? | Free text | +| # | Control | Question | Answer | +|---|---------|----------|--------| +| 1 | **3-Second Rule** | Do I understand the purpose immediately? | ✅ / ⚠️ / ❌ | +| 2 | **Three-Step Rule** | Is Input → Processing → Outcome visible? | ✅ / ⚠️ / ❌ | +| 3 | **Primary Decision** | Do I know what to do here? | ✅ / ⚠️ / ❌ | +| 4 | **Information Hierarchy** | Is the most important thing largest and clearest? | ✅ / ⚠️ / ❌ | +| 5 | **Cognitive Load** | Can anything be removed without harming the decision? | List items | +| 6 | **Call to Action** | Is there a clear next action? | ✅ / ⚠️ / ❌ | + +### One-Sentence Test + +**"Can the user describe this screen in a single sentence?"** + +Examples: +- Onboarding: "I can earn money by photographing missions." +- Map View: "I find missions near me." +- Dashboard: "I see what I've earned and what to do next." +- Landvex Results: "I get a decision basis based on real observations." + +If it takes two or three sentences, the screen is trying to do too much. ### Scoring @@ -124,16 +136,48 @@ --- +## Screen 3: Dashboard (Placeholder) + +**Product:** Landvex +**Status:** ⏳ Awaiting screen + +### One-Sentence Test + +Target: "I see what I've earned and what to do next." + +--- + +## Screen 4: Map View (Placeholder) + +**Product:** Landvex / quiXzoom +**Status:** ⏳ Awaiting screen + +### One-Sentence Test + +Target: "I find missions near me." + +--- + +## Screen 5: Results/Decision View (Placeholder) + +**Product:** Landvex +**Status:** ⏳ Awaiting screen + +### One-Sentence Test + +Target: "I get a decision basis based on real observations." + +--- + ## Next Screens to Audit -| Priority | Screen | Product | -|----------|--------|---------| -| 1 | Dashboard | Landvex | -| 2 | Map View | Landvex | -| 3 | Search | Landvex | -| 4 | Mission Details | quiXzoom | -| 5 | Results/Decision View | Landvex | -| 6 | Settings/Profile | Both | +| Priority | Screen | Product | Status | +|----------|--------|---------|--------| +| 1 | Dashboard | Landvex | ⏳ Awaiting screen | +| 2 | Map View | Landvex/quiXzoom | ⏳ Awaiting screen | +| 3 | Results/Decision View | Landvex | ⏳ Awaiting screen | +| 4 | Search | Landvex | ⏳ Awaiting screen | +| 5 | Settings/Profile | Both | ⏳ Awaiting screen | ---