I can understand people not wanting to write Makefile and most of them just ends up being .phony and a bunch of shell code in many cases.
Taskfile might be great for many use cases, but yes, why not just write a shell script. Almost every time I use a CI system, I end up falling back to just having it run a shell script, rather than relying on many of the build in features, because they are almost always a bit contrived. The same can be said for Makefile replacements, they try to predict what people need, and in the end it ends up being a fancy way of running a script.
You don't have to choose one. M approach is to keep most "tasks" in separate script files and use Task (or just, or make, or doit, or...) to call and glue them together.
You can choose to use XML without XSD. That's entirely up to you.
You cannot choose to use YAML without the string 'no' becoming boolean false.
Plenty of people complain about the complexity with XML, and there is a valid argument there. Using it as an argument in favour of YAML is kind of ridiculous.
> Taskfile is just a dialect of YAML format with a specific syntax
I imagined that. Ok bye
Just write a js or python script. Or even a shell script
Makefile syntax is bad but frankly YAML was a bad idea. (slightly less than XML sure)