[RGB]RGB sounds like a no-op. What we are denoting as [RGB] here is just the CIE L* component (from the CIE L*a*b* or CIE L*c*h* color spaces).
The CIE L*a*b* components (or Lab for short) of a pixel are (nonlinear) functions of its individual RGB components. The literature is plenty of descriptions about Lab<->RGB conversions, as well as descriptions about the Lab space. The same for the Lch space. Bruce Lindbloom is a great source of information on color theory:
http://www.brucelindbloom.com/Lab and Lch provide a
perfect (in the mathematical sense) separation between luminance and chrominance; this is precisely their key advantage. The CIE L* component is what we usually (and often informally) call
luminance. The a* and b* components define the chrominance (a* is the green-red ratio and b* is the blue-yellow ratio), as well as c* and h* (c* stands for
colorfulness, or color saturation, and h* is the hue). In PixInsight, many tools perform luminance/chrominance separations on the fly, using the Lab, Lch and CIE XYZ spaces (the latter for linear images).
So a [RGB]RGB "combination" looks like a transformation pair:
RGB->Lab, Lab->RGB
which is clearly a no-op. I guess that the actual reason why someone thinks this is of any value is:
RGB->Lab, <some black box transf. applied to L>, Lab->RGB
where the black box transformation is "something" that a particular software does behind the scenes, and without asking for the user's permission. I can't see any other reason why two successive transformations between color spaces (one being the inverse of the other) can do anything but wasting time.
Now regarding a [LRGB]-RGB combination, it is, in my opinion, a contradiction in terms. If the purpose of shooting an unfiltered luminance is to improve the signal (because the RGB data have been acquired with less exposure time and/or less spatial resolution), then why re-insert some noise from the RGB data in the luminance of the final result?
Then we could talk also about LRGB and whether it is a good idea or not, but that's a different (and longer) story.