* Done! I've implemented the feature. Here's a summary of the changes to `vibe-kanban/frontend/src/components/ui-new/actions/index.ts`:
1. **Added `getNextWorkspaceId` helper function** (lines 184-196) - A reusable function that finds the next workspace to navigate to when removing a workspace from the active list
2. **Refactored `ArchiveWorkspace`** - Now uses the helper function instead of inline logic
3. **Updated `DeleteWorkspace`** - Added navigation logic that:
- Only triggers when deleting the currently viewed workspace
- Navigates to the next workspace in the list (or previous if at end)
- Falls back to `/workspaces/create` if no other workspaces exist
* Cleanup script changes for workspace a60eb506-5db1-4ba7-8ee6-26592885587b