doc: upodated deisgn evolution log

This commit is contained in:
2026-08-05 11:26:36 +01:00
parent d6b8eb0f90
commit c584e9915b
+17
View File
@@ -2,9 +2,12 @@
A chronological record of why significant design decisions were made. This is NOT a changelog. It records the product's evolution of thinking. A chronological record of why significant design decisions were made. This is NOT a changelog. It records the product's evolution of thinking.
This document records discoveries, not decisions. Every entry represents our best understanding at that point in time and may later be superseded by a better model.
--- ---
## Phase 1 ## Phase 1
Simple conversational investigation Simple conversational investigation
Question → Answer interaction. Question → Answer interaction.
@@ -18,6 +21,7 @@ Conversation alone does not provide sufficient context during longer investigati
--- ---
## Phase 2 ## Phase 2
Persistent investigation notebook Persistent investigation notebook
Added: Added:
@@ -32,6 +36,7 @@ Users need persistent context rather than remembering previous answers.
--- ---
## Phase 3 ## Phase 3
Document workspace Document workspace
Created a coherent workspace with: Created a coherent workspace with:
@@ -50,6 +55,7 @@ The interface became usable but still behaved like a document rather than a work
--- ---
## Phase 4 (Current Exploration) ## Phase 4 (Current Exploration)
Facilitated Investigation Workshop Facilitated Investigation Workshop
Status: Status:
@@ -90,3 +96,14 @@ The engine facilitates thinking.
The user contributes evidence. The user contributes evidence.
The workspace captures shared understanding. The workspace captures shared understanding.
## Current Open Questions
The following are active explorations rather than decisions.
- What is the right metaphor for the product?
- Should the workspace resemble a facilitated workshop?
- How should decomposition be represented?
- What information belongs in shared understanding?
- What should the Investigation Map eventually become?
- How should wide thinking be reflected in the interface?