Estimate: 45m · Depends on: 6.10.1, 6.10.2
Type: design (the planning-time design gate, Principle #13 + the design-reference rule). The org-admin design (6.10.1) draws "New workspace" only as a ROW in the always-present org menu ("Adds the workspace switcher") — it does NOT draw the surface that row OPENS. Story 1.2 never drew it either (1.2.1’s switcher mockup ends at the membership list + "Invite teammates"). So the create-workspace flow is currently UNDESIGNED, and the implementation cards that build it (6.10.5 wires the org-menu entry; 6.10.9 builds the create+clone) would have to improvise it — forbidden (notes.html #31; design gate "unspecified == no design"). This card draws it.
Why a NEW card, not a 6.10.1 reopen. 6.10.1 is shipped/done; the create-workspace flow is a distinct, multi-state surface (a launched dialog + a source picker + a header/settings TRANSITION) that earns its own asset. It lives in the SAME design area: extend motir-core/design/org-admin/ with a same-basename trio create-workspace.{mock.html,design-notes.md,png} (the design-asset is THREE files — notes + .mock.html source + a .png export; the PNG is the board-visible face and is REQUIRED — MOTIR.md § design DoD). Build it from the SHIPPED design system (the components/ui/* primitives + the --el-* colour tokens + the [data-display-style] shape tokens) — no .pen, no Tier-0 --color-*, no hand-rolled spacing.
Mirror (cited — the create-with-config-copy shape). Jira’s "create project" lets you share/copy settings from an existing project (the scheme-copy dialog) so the new project opens already configured; Linear’s create-team flow names the team and starts it from the workspace’s defaults. Draw THAT shape — a name-it dialog whose new workspace is seeded by copying a source workspace’s config (6.10.2 §6e / 6.10.9), distinct from a blank create.
Surfaces to draw (multi-panel board, EVERY panel — the multi-panel rule, mistake #31):
Dialog composing FormField + Input for the workspace name (+ the auto-derived slug/identifier, shown editable or as a passive preview — DECIDE and draw, mirroring how 1.2/project-create handle the slug) + the create/cancel Buttons. Because exactly one workspace exists, the copy source is IMPLICIT — draw a passive "Starts with a copy of {Workspace}’s setup (workflows, fields, labels, boards…)" affordance, NOT an active picker. NAME the exact copy-scope copy string so the user knows what is and isn’t copied (config yes; work items / content no — 6.10.9).Select/Combobox of the org’s workspaces, DEFAULTING to the active workspace) — this is the 6.10.9 "source workspace" choice made visible. Draw the chosen-source row + the "what gets copied" explanation. (Optionally a "Start blank" option — DECIDE in the notes whether blank-create is offered at all, given copy-on-create is the product’s "looks-inherited" behaviour.)Acme to Acme › {New Workspace} (the workspace switcher renders for the FIRST time), and the single folded Settings home SPLITS into a per-workspace Settings area (6.10.2 §6d). Draw both states and NAME, in the notes, where the user lands after create (the new workspace active, on its project list / a "create your first project" empty state — DECIDE) and where focus goes.Also write design/org-admin/create-workspace.design-notes.md naming the exact primitives per surface (Dialog, FormField, Input, Select/Combobox, Button, the switcher pattern), the exact copy strings (in/for the orgAdmin i18n namespace 6.10.5 adds), the per---el-* colour role per element (use the palette, not grey-only — finding #54), and the DECISIONS this card is pinning so they are fixed at design time, NOT improvised in code: (a) slug editable vs auto/preview; (b) whether a "Start blank" option exists alongside copy-on-create; (c) the post-create landing + focus; (d) the who-can-create gate’s visual treatment. It MUST cross-reference 6.10.9 (the copy-on-create scope it visualises) and state that no billing/credit surface appears here (7.12.5 / Epic 8). Include the "primitives composed (no hand-rolling)" checklist.
Branch. design/PROD-6.10.10-create-workspace-flow. The design/* prefix gate skips CI E2E + the Vercel preview deploy (MOTIR.md § Plan-seed Workflow) — this PR only edits design/org-admin/create-workspace.**, no app code.
motir-core/design/org-admin/create-workspace.mock.html exists and renders the five panels above, referencing ONLY --el-* tokens + [data-display-style] shape tokens (no Tier-0 --color-*, no hand-rolled spacing); a same-basename .png export is committed (the board-visible face).Acme → Acme › {ws} (switcher appears) and the Settings home split, with the post-create landing + focus named in the notes.design/org-admin/create-workspace.design-notes.md exists, names every primitive + every copy string + the per-element --el-* role, and PINS the four decisions (slug edit; blank-vs-copy; post-create landing; who-can-create treatment); it cross-refs 6.10.9 and states billing is 7.12.5 / Epic 8 (absent here).design/ subtask, not a code workaround.design-notes.md (the org menu this dialog launches from; mirror its layout + notes shape).motir-core/components/ui/Dialog.tsx, Input.tsx, Button.tsx, the Select/Combobox + FormField primitives — the composable surface.motir-core/app/globals.css — the --el-* colour + [data-display-style] shape tokens.