From 09f3d2f39d425f2ccd58ecf312254e178b835ac9 Mon Sep 17 00:00:00 2001 From: Bernt Date: Thu, 2 Jul 2026 11:36:56 +0000 Subject: [PATCH] docs: Experience Audit updated with fixed matrix + placeholders for next screens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated audit framework with fixed 6-question matrix: 1. 3-Second Rule: understand purpose immediately 2. Three-Step Rule: Input → Processing → Outcome visible 3. Primary Decision: know what to do 4. Information Hierarchy: most important is largest 5. Cognitive Load: what can be removed 6. Call to Action: clear next action - Added One-Sentence Test: - Can user describe screen in one sentence? - Examples for Onboarding, Map View, Dashboard, Results - Two+ sentences = screen tries to do too much - Added placeholders for next screens: - Screen 3: Dashboard (Landvex) - Screen 4: Map View (Landvex/quiXzoom) - Screen 5: Results/Decision View (Landvex) - Priority order: Dashboard → Map View → Results → Search → Settings - Updated quiXzoom onboarding audit with new matrix format Rationale: Fixed matrix ensures consistent evaluation across all screens. One-Sentence Test reveals overloaded screens. Placeholders ready for next screens. Priority reflects user journey impact. --- docs/design/EXPERIENCE_AUDIT_QA.md | 76 +++++++++++++++++++++++------- 1 file changed, 60 insertions(+), 16 deletions(-) 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 | ---