Hey let me know if this is on the wrong place, I'm new here.
So, I know it's really asking a lot and this sort of thing is not EASY to implement, but...
I wonder if there could be a script contraint of sorts where you could simply write a couple of lines in editor, and thus associate multiple transform pieces at once. It would take one or more bones, a target, and have an textbox interface, where you could write stuff like:
bones.local.scale.x = (180-target.local.rotation)/180
It could include a sort of [Serializefield] from unity that would spawn a slider in editor for certain variables, with given bounds:
[Slider(0.,360.)] float rot = 0.
It would be a very powerful tool only to be used in special cases, but I can see a couple of little scripts being made and shared around that would expand the possibilities or rigging greatly.