Summary
Design critique of the current Chorus desktop shell found a strong, distinctive visual system, but the first-run/empty experience does not yet guide users toward the core workflow of creating agents, sending the first message, and turning work into tasks.
Scope note: mobile/responsive behavior is intentionally out of scope for this issue. Treat this as a desktop web refinement/onboarding pass.
Evidence inspected
Ran the app locally at http://localhost:5173 against a temporary clean data directory because the default ~/.chorus database uses an old identity schema.
Screens reviewed locally:
- Desktop empty channel:
#all chat, no messages
- Desktop Tasks tab
- Desktop Create Agent modal
No browser console errors were observed during inspection.
Anti-pattern verdict
The interface does not look like generic 2024-2025 AI-generated SaaS. It avoids the usual tells: no gradient text, glowing dark dashboard, rounded glass cards, hero metric grid, or decorative blobs.
The design language is clear and memorable: sharp zero-radius surfaces, cream paper tones, mono labels, sparse industrial structure, and a Slack-like operator console layout.
Caveats:
Sidebar.css includes a menu box-shadow, contrary to docs/DESIGN.md (No box-shadow, anywhere).
- The modal backdrop blur is visually pleasant but slightly softer/glassier than the rest of the flat industrial system.
Priority problems
1. First-run empty states do not guide action
The default chat says: No messages yet. Be the first to say something! But a new user likely needs to understand how to create agents, message #all, and use tasks.
The Agents section is empty except for a tiny + control.
Why this matters: the app looks like a strong shell, but not like an onboarding path. Users must infer the core workflow.
Suggested fix:
- Add a stronger empty-state panel in
#all with explicit next actions, e.g.:
- Create your first agent
- Send a message to
#all
- Turn this message into a task
- Keep the industrial/mono style, but use grouping, border weight, and hierarchy to create a clear focal point.
- In the empty Agents section, show an inline
Create agent row, not only an icon.
2. Important controls are too cryptic
Several controls are icon-only or symbolic:
- Channel
+
- Team/member icon next to Channels
- Agent
+
- Member count button
SYS badge
- Footer settings button
Some icon buttons rely on title rather than visible copy or aria-label.
Why this matters: the aesthetic is coherent, but new users have to guess too much.
Suggested fix:
- Add
aria-label everywhere an icon-only button appears.
- Use visible labels in empty/first-run contexts, then collapse to icon-only once the section has content.
- Explain
SYS with accessible help text/tooltip or less cryptic copy.
3. Empty desktop screens are too flat
The desktop channel view has strong chrome but a very quiet center. The eye lands on #all, then a huge blank canvas. The primary path is present but under-directed.
Suggested fix:
- Give the empty center a designed focal object: compact instructions, suggested first prompt, and a
Create agent CTA.
- Preserve the monochrome industrial language; rely on scale, grouping, and border contrast rather than color/glow.
4. Tasks board feels unfinished when empty
The Tasks tab renders four thin columns across the top and a large unused plane. Only to do has an input; the other columns are just counters.
Suggested fix:
- Make each lane read as a real column/drop zone, even when empty.
- Explain whether tasks are created manually, from chat via
Also create as a task, or by agents.
- Visually connect the chat checkbox with the Tasks board behavior.
5. Design-system consistency cleanup
The current design depends on restraint. Small deviations dilute the signature.
Suggested fix:
- Replace shadows with border weight, nested borders, or flat contrast.
- Reconsider/reduce modal blur if it conflicts with the no-glass, no-elevation direction in
docs/DESIGN.md.
Acceptance criteria
Notes
The core visual direction is working. This should be treated as a desktop first-run refinement, not a redesign.
Summary
Design critique of the current Chorus desktop shell found a strong, distinctive visual system, but the first-run/empty experience does not yet guide users toward the core workflow of creating agents, sending the first message, and turning work into tasks.
Scope note: mobile/responsive behavior is intentionally out of scope for this issue. Treat this as a desktop web refinement/onboarding pass.
Evidence inspected
Ran the app locally at
http://localhost:5173against a temporary clean data directory because the default~/.chorusdatabase uses an old identity schema.Screens reviewed locally:
#allchat, no messagesNo browser console errors were observed during inspection.
Anti-pattern verdict
The interface does not look like generic 2024-2025 AI-generated SaaS. It avoids the usual tells: no gradient text, glowing dark dashboard, rounded glass cards, hero metric grid, or decorative blobs.
The design language is clear and memorable: sharp zero-radius surfaces, cream paper tones, mono labels, sparse industrial structure, and a Slack-like operator console layout.
Caveats:
Sidebar.cssincludes a menubox-shadow, contrary todocs/DESIGN.md(No box-shadow, anywhere).Priority problems
1. First-run empty states do not guide action
The default chat says:
No messages yet. Be the first to say something!But a new user likely needs to understand how to create agents, message#all, and use tasks.The Agents section is empty except for a tiny
+control.Why this matters: the app looks like a strong shell, but not like an onboarding path. Users must infer the core workflow.
Suggested fix:
#allwith explicit next actions, e.g.:#allCreate agentrow, not only an icon.2. Important controls are too cryptic
Several controls are icon-only or symbolic:
++SYSbadgeSome icon buttons rely on
titlerather than visible copy oraria-label.Why this matters: the aesthetic is coherent, but new users have to guess too much.
Suggested fix:
aria-labeleverywhere an icon-only button appears.SYSwith accessible help text/tooltip or less cryptic copy.3. Empty desktop screens are too flat
The desktop channel view has strong chrome but a very quiet center. The eye lands on
#all, then a huge blank canvas. The primary path is present but under-directed.Suggested fix:
Create agentCTA.4. Tasks board feels unfinished when empty
The Tasks tab renders four thin columns across the top and a large unused plane. Only
to dohas an input; the other columns are just counters.Suggested fix:
Also create as a task, or by agents.5. Design-system consistency cleanup
The current design depends on restraint. Small deviations dilute the signature.
Suggested fix:
docs/DESIGN.md.Acceptance criteria
#allstate provides clear first-run guidance and at least one obvious next action.Also create as a taskaffordance are visually/verbally connected to the Tasks board.Notes
The core visual direction is working. This should be treated as a desktop first-run refinement, not a redesign.