Estimate: 45m
Type: design (the planning-time design gate, Principle #13 + the design-reference rule). The org admin UI (6.10.5) depends on this card; without it the surfaces would be improvised, which is forbidden (notes.html #31).
Produce the design asset for the org administration surfaces under motir-core/design/org-admin/. Author it as a *.mock.html mockup built from the real design system (the shipped components/ui/* primitives + the --el-* colour tokens + the [data-display-style] shape tokens) — NOT a .pen. The HTML route is preferred when a coding agent produces the design (no translation gap; the reviewer sees the actual tokens). A PNG export is optional; the .mock.html is the source of truth (MOTIR.md § Design-reference rule).
Mirror (cited — the org-above-workspace admin shape). Atlassian administers the org at admin.atlassian.com (users, billing, multiple sites) with the ORG admin above site admins; Linear’s workspace Owner holds the org-root settings (members, billing, security). Draw THAT shape — an org-scoped admin area distinct from the existing workspace settings — minus billing (billing/credit surfaces are 7.12.5 / Epic 8, NOT this area).
Surfaces to draw (multi-panel board, EVERY panel — the multi-panel rule, mistake #31):
MemberRole (an org admin spans all workspaces; a workspace member does not). Draw the role-explanation copy.Also write design/org-admin/design-notes.md naming the exact primitives used per surface, the exact copy strings, the placement decisions (esp. WHERE the org switcher sits relative to the workspace switcher), the per---el-* colour role for each element (use the palette, not grey-only — finding #54; e.g. a per-org-role tint or a Pill tone for the role chips), and a "primitives composed (no hand-rolling)" checklist (the design-notes.md convention 1.3.3 / 1.5.1 / 7.0.1 established). It MUST state, in writing, that billing/credit/usage is 7.12.5 / Epic 8 and absent here, and that the cross-ORG platform-staff console is Epic 10 (this is the tenant org admin, not the platform console).
Branch. design/PROD-6.10.1-org-admin. The design/* prefix gate skips CI E2E + the Vercel preview deploy (MOTIR.md § Plan-seed Workflow) — this PR only edits design/org-admin/**, no app code.
motir-core/design/org-admin/org-admin.mock.html exists, renders the five panels above, and references ONLY --el-* tokens + [data-display-style] shape tokens (no Tier-0 --color-*, no hand-rolled spacing — the motir-core/CLAUDE.md § colour / shape rules).motir-core/design/org-admin/design-notes.md exists, names every primitive composed + every copy string + the per-element --el-* role, states WHERE the org switcher sits vs the workspace switcher, and STATES that billing/credit is 7.12.5 / Epic 8 and the cross-org platform console is Epic 10 — both out of scope here.Card, Pill, Button, EmptyState, a table/list pattern, a switcher/menu pattern, the skeleton/loader) — if a genuinely new primitive is needed, that is a NEW design/ subtask, not a code workaround.motir-core/design/ready/ (7.0.1) + the existing workspace-settings design area — the closest existing design layouts; mirror their layout + design-notes.md shape.motir-core/components/ui/Pill.tsx, Card.tsx, Button.tsx, EmptyState.tsx — the composable surface.motir-core/app/globals.css — the --el-* colour + [data-display-style] shape tokens.