Deconvolution should be done in the linear stage, star reduction in the nonlinear stage. However, it doesn't hurt to go away from common wisdom, and test tools in areas where they weren't meant to be used. At least you'll learn when (not) to use a tool.
My normal workflow for rgb after stacking:
1. inspect the r, g, and b masters. If there is a substantial difference in average/median pixel values, I use LinearFit to "align the histograms". Otherwise:
2. combine r, g, and b masters in channelcombination.
3. Crop any stacking artefacts with DynamicCrop
4. CanonBandingReduction if needed.
Cooled CMOS cameras can have horizontal bands when used with short exposures at high gain. If I do get this, I use CBR.
5. DBE with normalisation checked in the correction field.
6. Background neutralisation.
7. Colour calibration.
Nowadays I use Photometric Colour Calibration, in which case steps 5 and 6 are one process
8. Deconvolution. If I also have a luminance master, I only do convolution on this.
Sometimes I get weird artefacts (coloured pixels) around stars if I do deconvolution on an rgb image. If I don't have an L master, I extract a synthetic L from the rgb image and do a deconvolution on this. Later on I then do LRGB combination, in the nonlinear stage.
Not all images need deconvolution, but if you finetune the deringing and regularisation parameters, you can only target the stars in deconvolution, making them a bit tighter.
8. Noise reduction with Jon Ristas methods, TGV and MMT, or a variation thereof.
9. Histogram transformation on L, Arcsinh stretch on rgb. (But sometimes I find that Arcsinh stretch clips the blackpoint too much. I need to refine this step.)
10. Refining the stretch of L.
11. HDRcompression.
12. Make sure that the histograms of both L and rgb are roughly the same, then use LRGB combination with chroma noise reduction.
13. Further stretch refinements and colour saturation increase.
14. Star reduction using Morphology Transform.
This step not only reduces stars, it also dims them. I make a new star mask that only targets the center portion of stars and use MLT with a positive bias on layers 1, 2 and 3, to sharpen the stars a little.
If the background shows colour noise, I use ACDNR after stretching on chrominance only, to neutralise this.