forWorkspace($workspaceId) ->where('slug', $slug) ->first(); if (! $sprint) { throw new \InvalidArgumentException("Sprint not found: {$slug}"); } return $sprint; } }