Should we restrict stage name to certain characters? Maybe `[a-z][A-Z][0-9]{hyphen, underscore}`. YAML keys can contain any thing, even spaces. Allowing every kind of characters might create strange errors (which we might be unaware of). If we disallow, what characters should we disallow?