Refactoring is a key process to improve program comprehension and maintainability, and it is currently automated in many standard IDEs. To bring this automated support to the next level, we propose to put code transformations into a more elaborated flow of actions, e.g., move more classes after a Move Class refactoring is performed. Our approach recommends additional transformations that, if accepted by the developer, are applied automatically. The recommendations used as examples in this paper were identified by inspecting sequences of transformations performed by developers in two real-life use cases. On these real cases, our approach automated about a third of transformations that were otherwise performed manually for some refactoring such as Move Class and Extract Method.