Estimate: 65m · Depends on: 6.11.1, 6.11.5
Build the admin triage inbox per the 6.11.1 design, over the 6.11.3 queue read + the 6.11.5 actions service. A paginated/infinite queue list (kind icon, title, submitter [member avatar, or avatar + a "Public" chip for a signed-in non-member], age, snippet) + a detail pane (full body, comments, attachments, attribution) + the action bar wiring Accept, Promote (the backlog / sprint / epic / story parent + position picker), Decline, Mark duplicate / Merge (the canonical-item picker), and Snooze (the time picker). It uses ONLY shipped components/ui/* primitives + --el-* / [data-display-style] tokens (no Tier-0 --color-*, no raw spacing/radius), renders the empty state ("No items to triage"), and is paginated (finding #57). The promote/merge pickers reuse the existing item-picker / parent-picker primitives.
Watch the Radix-portal-in-dialog gotcha if the promote/merge picker is a popover rendered inside a modal (gate the portal on not-in-dialog).
--el-* + [data-display-style] tokens + shipped components/ui/*; the empty + loading + error states render; AA contrast holds for the "Public" chip + the destructive Decline.motir-core/components/ui/* + app/globals.css token layers; the existing item-picker / parent-picker primitives.motir-core/CLAUDE.md § colour + shape tokens; the portal-popover-in-Radix-Dialog gotcha note.