From 048f31f43bec3dc3e038c0b58e5c2a17cb929043 Mon Sep 17 00:00:00 2001 From: robbond Date: Wed, 5 Aug 2026 12:14:30 +0100 Subject: [PATCH] experiment: replace landing with workshop introduction - Added Welcome card (Before we begin) to idle state - Reduced textarea from 10 to 6 rows - Added reassurance text below Analyse button - Removed redundant empty-state placeholder - Closed Experiment 03 (Partially confirmed) in evolution log - Added Experiment 04: Facilitated Workshop Introduction - Added Entry Experience section to UX guidelines --- .claude/ux-guidelines.md | 14 ++++++++ components/scenario-form.jsx | 70 +++++++++++++++++++++--------------- docs/design-evolution-log.md | 59 +++++++++++++++++++++++++++++- 3 files changed, 114 insertions(+), 29 deletions(-) diff --git a/.claude/ux-guidelines.md b/.claude/ux-guidelines.md index bac835b..0ec43f3 100644 --- a/.claude/ux-guidelines.md +++ b/.claude/ux-guidelines.md @@ -322,3 +322,17 @@ Headings should be clean. Remove unnecessary subheadings that duplicate context. Cards should have consistent border radius, padding, and heading treatment across the workspace. An Investigation Map Preview should look provisional — lighter borders, muted text, subtle background — so the user knows it is a preview rather than completed content. + +## Entry Experience + +The landing page is not the investigation workspace. + +The landing page welcomes the user. + +The landing page explains what will happen. + +Complexity appears progressively. + +Users begin with observations rather than conclusions. + +The Confidence Engine behaves like a facilitator introducing a workshop — calm, patient, and focused on understanding before acting. diff --git a/components/scenario-form.jsx b/components/scenario-form.jsx index 3e7447c..d65be3d 100644 --- a/components/scenario-form.jsx +++ b/components/scenario-form.jsx @@ -377,27 +377,49 @@ export default function ScenarioForm() { return (
{status === "idle" && ( -
-