Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I think it answers my question, it seems that having to write those tools that need to be extended later gives you a good thought process.
It's funny that you say that you're not a developer because the way you write code is more elegant than the overwhelming majority of other solutions for this kata.
Consider the most voted solution for example, it simply hardcodes the type relations... but this mapping grows exponentially as more types are added :(