But note that it's shipped as a babel plugin, so you shouldn't even need to care.
What this really is is "use the currently-most-popular JS transformation toolchain to transform cool-JS to works-in-browser-JS". Whether part X is in the ES6 standard and part Y might end up in ES7 is really mostly besides the point.
Anyway, I agree, the sooner Kneden becomes obsolete, the better!
This isn't like TypeScript or CoffeeScript where you're always transpiling.
If they are not though, Kneden will generate code that's probably more readable and smaller (no polyfill except for a Promise implementation).
I like async/await a lot, but I'm concerned at how much all of this JS machinery costs in terms of perf, especially compared to writing callback chains.
Maybe something changed since the last time I tried, or perhaps i mis-configured something? How are error messages and debugging with this plugin?