Files
Antigravity bd495be965
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s
feat: design system overhaul — sidebar, AI chats, settings, brainstorm, color cleanup
- Sidebar: dynamic brand-accent colors, brainstorm section restyled
- AI chat general: popup panel with expand/collapse, hides when contextual AI open
- AI chat contextual: tabs reordered (Actions first), X close button, height fix
- Settings: all tabs restyled, 6 new color presets (sage, terracotta, iron, etc.)
- Global color cleanup: emerald/orange hardcoded → brand-accent dynamic
- Brainstorm page: orange → brand-accent throughout
- PageEntry animation component added to key pages
- Floating AI button: bg-brand-accent instead of hardcoded black
- i18n: all 15 locales updated with new AI/billing keys
- Billing: freemium quota tracking, BYOK, stripe subscription scaffolding
- Admin: integrated into new design
- AGENTS.md + CLAUDE.md project rules added
2026-05-16 12:59:30 +00:00

3.1 KiB

UX Scenarios: {{project_name}}

Design experiences, not screens — every page serves a user with a goal and an emotion.

Created: {{date}} Phase: 3 (Scenario Outline) + Phase 4 (UX Design) Agents: Saga (Scenario Outline), Freya (Page Specifications)


What Belongs Here

Scenarios organize the product into meaningful user journeys. Each scenario groups related pages. Each page gets a full specification that a developer can build from.

Folder structure per scenario:

C-UX-Scenarios/
├── 00-ux-scenarios.md          ← This file (scenario guide + page index)
├── 01-scenario-name/
│   ├── 1.1-page-name/
│   │   ├── 1.1-page-name.md   ← Page specification
│   │   └── Sketches/           ← Wireframes and concepts
│   ├── 1.2-page-name/
│   │   ├── 1.2-page-name.md
│   │   └── Sketches/
│   └── ...
├── 02-scenario-name/
│   └── ...
├── Components/                  ← Shared component specs
└── Features/
    └── Storyboards/             ← Multi-step interaction flows

Learn more:

  • WDS Course Module 08: Outline Scenarios — Design Experiences Not Screens
  • WDS Course Module 09: Conceptual Sketching
  • WDS Course Module 10: Storyboarding
  • WDS Course Module 11: Conceptual Specifications
  • WDS Course Tutorial 08: From Trigger Map to Scenarios

For Agents

Scenario Outline (Saga)

Workflow: skill:wds-3-scenarios Agent trigger: SC (Saga)

Page Specifications (Freya)

Workflow: skill:wds-4-ux-design Agent trigger: UX (Freya) Page template: ./resources/wds-4-ux-design/templates/page-specification.template.md Scenario template: ./resources/wds-4-ux-design/templates/scenario-overview.template.md Quality guide: ./resources/agent-guides/freya/specification-quality.md Object types: ./resources/wds-4-ux-design/object-types/

Specification Audit (Freya)

Workflow: skill:wds-4-ux-design Agent trigger: SA (Freya)

Before writing any page specification:

  1. Read B-Trigger-Map/ — know the personas and their driving forces
  2. Read the page specification template — use it as your scaffold, not memory
  3. Discuss the page purpose with the user before filling in details
  4. Each page folder needs a Sketches/ subfolder for wireframes

Harm: Producing page specs from memory of what the template "roughly" contains. Plausible-looking specs that use wrong structure break the pipeline — developers can't trust them, audits can't validate them, and the user must correct what should have been right.

Help: Reading the actual template into context, discussing page purpose with the user, then filling the template with specific content. Specs that follow the template work across projects, pass audits, and give developers confidence.


Scenarios

This section will be updated as scenarios are outlined during Phase 3.


Page Index

This section will be updated as page specifications are created during Phase 4.


Created using Whiteport Design Studio (WDS) methodology