Kickoff
{% if kickoff.running %}

A kickoff review is running; garden tick (or garden watch) writes the report when it finishes.

{% elif not kickoff.has_report %}

No kickoff report yet. Before this phase's tasks start taking runs, a planner-tier review can flag design gaps, goals with no measurable outcome, questions for you, and docs that need attention.

{% else %}

Kickoff report

{% if kickoff.design_tasks %}
Design needed:
{% endif %} {% if kickoff.doc_tasks %}
Docs that need attention:
{% endif %} {% if kickoff.questions %}
Questions still open:

Answer them from the Inbox.

{% endif %} {% if not kickoff.design_tasks and not kickoff.doc_tasks and not kickoff.questions %}

Nothing this kickoff raised is still open.

{% endif %}
{% endif %}