How would you input sequential data?

Let's say I want a user to enter a sequence, such as boxing combos (e.g., jab-cross-hook) or even skateboarding tricks, along with individual moves/tricks, how would you go about designing the UX for this? I initially thought about doing something like Input of sequential data, where items are tags set with a comma, and sequences are created by tags separated by spacebar and distinguished by a shared background (similar to date ranges inside of date pickers), but was curious to see any alternatives.