I started a quite nice mod and the more I progress, the more I think that maybe it would be interesting to split it into a rich animation framework (an ESM) that others could interface with, and an ESP (the mod itself for end-users). The problem is that I alraady have a good chunk of things already in place, many things that draw my attention (I am an experienced dev but a noob at TES modding), and as a result I do not want to bother to learn TESVSnip and others for now since I already have plenty of things to deal with.
So I would like a simple answer: will I be able in the future, through third-party tools, to split my mod if I continue to work on it for now as a single unified file ? Without having to reproduce the work done so far ? I guess the exact procedure will involve two copies, transform one into an ESM and the other into an ESP, then flag the ESP as being depdendent of the ESM (is it even possible for an existing esp file ?), then strip every one of those two files from the unwanted elements.