From d43d5234443eb16ae491b1df32c1f008468fbb10 Mon Sep 17 00:00:00 2001 From: Bernt Date: Thu, 2 Jul 2026 11:33:50 +0000 Subject: [PATCH] docs: Three-Step Rule + quiXzoom audit improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - EXPERIENCE_AUDIT_QA.md updated: - quiXzoom onboarding: 8 specific improvements - Headline: 'Fota. Skicka. Få betalt.' (three verbs) - First card: show payment upfront - 100% card: larger number, smaller text - Payment card: remove Stripe, add 'Få betalt varje måndag' - Flexibility: 'Jobba när du vill' - CTA: clearer pre-registration - Key numbers: 100% | /bin/bash | Every Monday | 4K - Visual flow: 📷 → ✅ → 💰 - THREE_STEP_RULE.md (v1.0, LOCKED): - Universal product summary: Input → Processing → Outcome - Landvex: Reality → AI Analysis → Decision - quiXzoom: Photo → Approval → Payment - Applies to landing pages, onboarding, presentations, UX - Verification table for both products Rationale: Common language between products. Three steps = three seconds. Every product must be summarizable as Input → Processing → Outcome. This unifies Landvex and quiXzoom under the same conceptual model. --- docs/design/EXPERIENCE_AUDIT_QA.md | 13 +++++ docs/design/THREE_STEP_RULE.md | 89 ++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 docs/design/THREE_STEP_RULE.md diff --git a/docs/design/EXPERIENCE_AUDIT_QA.md b/docs/design/EXPERIENCE_AUDIT_QA.md index 32bfb311e..a5ce0d6b4 100644 --- a/docs/design/EXPERIENCE_AUDIT_QA.md +++ b/docs/design/EXPERIENCE_AUDIT_QA.md @@ -55,6 +55,9 @@ |----------|-------|----------------| | Medium | "kr" used instead of USD/EUR | Update per Valutaregel (MEMORY.md §0) | | Low | Launch date creates hesitation | Remove or de-emphasize | +| Low | Technical term "Stripe Connect" | Replace with "Få betalt varje måndag" | +| Low | Missing visual flow after photo | Add: Foto → Godkänd → Utbetalning | +| Low | Missing key numbers | Add: 100%, $0 fee, 24h | ### Core Principle Alignment @@ -62,6 +65,16 @@ **Note:** This is correct for the audience (Zoomers), but quiXzoom should also have a decision-maker landing page. +**Improvements per audit:** +1. **Headline:** "Fota. Skicka. Få betalt." (three verbs, three seconds) +2. **First card:** "Välj ett uppdrag nära dig — se exakt vad du får betalt" +3. **100% card:** "Du behåller 100% av ersättningen" (larger number, smaller text) +4. **Payment card:** "Få betalt varje måndag" (remove Stripe mention) +5. **Flexibility card:** "Jobba när du vill" (faster) +6. **CTA:** "Lanseras augusti 2026 — Förregistrera dig idag" +7. **Key numbers:** 100% | $0 | Every Monday | 4K +8. **Visual flow:** 📷 → ✅ → 💰 (Foto → Godkänd → Utbetalning) + --- ## Screen 2: Landvex Decision Intelligence Process diff --git a/docs/design/THREE_STEP_RULE.md b/docs/design/THREE_STEP_RULE.md new file mode 100644 index 000000000..8c84c2700 --- /dev/null +++ b/docs/design/THREE_STEP_RULE.md @@ -0,0 +1,89 @@ +# THREE-STEP RULE + +**Universal Product Summary for Landvex & quiXzoom** + +| | | +|---|---| +| **Version** | 1.0 | +| **Status** | LOCKED | +| **Scope** | All Landvex & quiXzoom products, communication, UX | + +--- + +## The Rule + +**Every product must be summarizable as a three-step chain:** + +``` +Input → Processing → Outcome +``` + +--- + +## Landvex + +``` +Reality → AI Analysis → Decision +``` + +| Step | Description | +|------|-------------| +| **Input** | Video, photos, sensors, drones | +| **Processing** | AI analysis, contradiction detection, scoring | +| **Outcome** | Decision basis (0–100 score) | + +--- + +## quiXzoom + +``` +Photo → Approval → Payment +``` + +| Step | Description | +|------|-------------| +| **Input** | Photo from mobile, drone, camera | +| **Processing** | Quality check, verification, approval | +| **Outcome** | Payment (100% to Zoomer) | + +--- + +## Application + +### Landing Pages +Every landing page must show the three steps visually. + +### Onboarding +Every onboarding must walk through the three steps. + +### Presentations +Every presentation slide must follow the three-step structure. + +### UX +Every screen must make clear: where am I in the three steps? + +--- + +## Verification + +| Product | Input | Processing | Outcome | Status | +|---------|-------|------------|---------|--------| +| Landvex | ✅ | ✅ | ✅ | Verified | +| quiXzoom | ✅ | ✅ | ✅ | Verified | + +--- + +## ÄNDRINGSHISTORIA + +| Version | Datum | Beskrivning | +|---------|-------|-------------| +| 1.0 | 2026-07-02 | Initial three-step rule for all products | + +--- + +## STATUS + +**LOCKED** + +- Mindre revideringar: 1.x-serien +- Brytande ändringar: Kräver Architecture Review, ny major-version (2.0+)