Covariance matrices are hard to think about/provide priors for. So we parameterize the model as
\[
\Sigma_{\beta} = \text{diag}(\tau)\, \Omega_{\beta}\, \text{diag}(\tau)
\]
where \(\tau\) is a vector of scale parameters and \(\Omega\) is the correlation matrix of the individual slopes.
This parameterization enables us to give easy-to-understand priors to our parameters
\[
b_{j} \sim \text{Normal}(0, 1)
\]
\[
\tau_{j} \sim \text{Cauchy}_{+}(0, 1)
\] \[
\Omega \sim \text{LKJ}(4)
\]
\[
\xi \sim \text{Normal}(0, \sigma_{\xi}) \text{ with } \sigma_{\xi} \sim \text{Normal}_{+}(0, .5)
\]
(Priors values are obviously chosen to be context dependent)