Preset Stacking
Definition
Applying multiple refinement presets sequentially, where the output of one preset becomes the input to the next.
Preset stacking enables complex text transformations by chaining simple, focused presets together. Instead of creating one monolithic preset that handles everything, you can compose smaller presets — one for grammar cleanup, one for tone adjustment, one for formatting — and stack them in the desired order.
This modular approach is more flexible and maintainable than complex single presets. It also allows reuse — the same grammar cleanup preset can be used in multiple stacks with different formatting or tone presets. Ummless processes stacked presets sequentially, passing the refined output of each stage to the next.