What problem does it solve? Building Bayesian models correctly requires navigating prior selection, MCMC sampling configuration, 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 standardization and prior predictive checks through NUTS sampling, diagnostics (R-hat, ESS, divergences), and posterior predictive validation. - Model Templates and Patterns: Provides ready-to-customize templates for linear regression and hierarchical models with non-centered parameterization, plus patterns for logistic, Poisson, time series, and mixture models. - Diagnostic and Comparison Scripts: Includes scripts that automate convergence checks, generate diagnostic report plots, and compare models with LOO/WAIC including Pareto-k reliability checks and model averaging. - Use Case: A researcher modeling grouped experimental data can use the hierarchical model template to fit a multilevel regression, verify convergence with the diagnostics script, and compare it against simpler models using LOO. ## Quick Start Use the pymc skill to build a Bayesian hierarchical regression model for my grouped dataset and check its sampling diagnostics.