Would love to be able to store task documentation in the task code itself.
It's a common pattern, for example: Python does this with triple quoted strings at the file level.
Maybe a
{% docs %} {% enddocs %}
tag at the top of the file.
Just a thought. :)