Currently, episoap is geared toward easily generating template RMarkdown reports, which is great for analysts that don't want to get into code. However, analysts that are happy to get into code could also benefit from a template for common analysis upon which to build. One option would be to just output a template .R script, but scripts are often not very scalable as analyses get more complicated. Instead, you could consider outputting files that are compatible with pipeline software, like targets or orderly2.
I'm not sure if this is really within the scope of episoap but in general, it feels like the epiverse has a ton of very useful pieces for epi analyses that would benefit from being brought together in templates that could easily be called and built upon.