### 1) Layer Upgrade: Workspace Cockpit as the missing synthesis

The screenshot clarifies a cockpit layer that binds workspace creation, scene capture, runtime truth, and visual backend into one operator experience. 

```mermaid
flowchart TD
  A[BridgeMind UI Reference] --> B[Runtime/UserExperience #344]
  A --> C[Runtime/VisualBackend #338]
  A --> D[Runtime/SessionTopology #320]
  A --> E[Runtime/Workspace #294]
  A --> F[Presentation/Runtime #291]

  B --> G[NEW: Runtime/WorkspaceCockpit]
  C --> G
  D --> G
  E --> G
  F --> G

  G --> H[Create Workspace]
  G --> I[Choose Layout]
  G --> J[Attach Sessions]
  G --> K[Capture Scene]
  G --> L[Restore / Branch Scene]
```

### 2) Runtime Truth → UI Projection

The UI should not invent state. It should project verified runtime reality: terminals, sessions, agents, scenes, snapshots, and acceptance gates.

```mermaid
flowchart LR
  A[Current Runtime Reality] --> B[Daemon / hnavig]
  B --> C[Session Graph #320]
  B --> D[Workspace Registry #294]
  B --> E[Snapshot Memory #278]
  B --> F[Breadcrumb Recovery #331]
  B --> G[Acceptance Gate #324]

  C --> H[Workspace Cockpit UI]
  D --> H
  E --> H
  F --> H
  G --> H

  H --> I[Operator Action]
  I --> J[Live Steering #345]
  J --> B
```

### 3) Experience Request to External Builder

This frames the ask: not “copy this UI,” but request lived design knowledge to help Miadi evolve its workspace cockpit story.

```mermaid
flowchart TD
  A[Ask Experienced Builder] --> B[Share Narrative of Design Choices]
  B --> C[Workspace Creation Flow]
  B --> D[Panel Separation Logic]
  B --> E[Terminal / Agent Runtime Model]
  B --> F[Scene Capture Patterns]
  B --> G[Failure / Recovery Lessons]

  C --> H[Miadi Workspace Cockpit Spec]
  D --> H
  E --> H
  F --> H
  G --> H

  H --> I[Agent Build Brief]
  I --> J[Prototype / Enhance Existing UI]
```
