What problem does it solve? Building Bayesian models correctly requires navigating prior selection, MCMC sampling, convergence diagnostics, and model comparison, where mistakes like divergences or poor parameterization silently invalidate results. ## Core Features & Use Cases - Standard Bayesian Workflow: Guides the full pipeline from data preparation and prior predictive checks through NUTS sampling, diagnostics, and posterior predictive validation. - Model Templates & Patterns: Provides ready-to-customize templates for linear regression, logistic regression, hierarchical models, Poisson regression, and time series with non-centered parameterization. - Diagnostics & Comparison Scripts: Includes automated R-hat, ESS, and divergence checks plus LOO/WAIC model comparison and Bayesian model averaging utilities. - Use Case: A researcher modeling grouped experimental data can start from the hierarchical model template, fit with NUTS, verify convergence with the diagnostics script, and compare against simpler models using LOO. ## Quick Start Use the pymc skill to build a Bayesian hierarchical regression model for my grouped dataset and check the sampling diagnostics.