{{ summary.active }}
Active
{{ summary.go }}
GO
{{ summary.no_go }}
NO-GO
{{ summary.pending }}
Pending
{{ assumptions_total }}
Assumptions
All Active Pending GO NO-GO
{% if inception_tasks %} {# T-2040: bound rendered height — render the first _inc_cap cards, wrap the overflow in a collapsed
(display:none → excluded from scrollHeight and full_page screenshots, yet still in the DOM and one click away; nothing dropped). #} {% set _inc_cap = 20 %} {% for t in inception_tasks %} {% if loop.index == _inc_cap + 1 %}
Show {{ inception_tasks|length - _inc_cap }} more inception{{ 's' if (inception_tasks|length - _inc_cap) != 1 }} — older / already decided {% endif %}
{{ t.id }} — {{ t.name }} {% set dec = t._decision | lower %} {% if dec == 'go' %} GO {% elif dec in ('no-go', 'no_go') %} NO-GO {% elif dec == 'defer' %} DEFER {% else %} PENDING {% endif %} {% if t._location == 'active' %} ACTIVE {% endif %}
{% if t.description %}

{{ t.description[:200] }}{% if t.description|length > 200 %}...{% endif %}

{% endif %} {% if t._recommendation %}
Recommendation: {% if t._rec_type %} {{ t._rec_type }} {% endif %} {% if t._has_artifact %} Research artifact {% endif %}

{{ t._recommendation[:200] }}{% if t._recommendation|length > 200 %}...{% endif %}

{% endif %} {% if t._assumption_total > 0 %}
Assumptions: {{ t._assumption_validated }} validated, {{ t._assumption_untested }} untested, {{ t._assumption_invalidated }} invalidated
{% if t._assumption_total > 0 %}
{% endif %}
{% endif %}
Owner: {{ t.owner | default('unassigned') }} | Status: {{ t.status }} | Created: {{ t.created | default('unknown') }} {% if t.date_finished %} | Finished: {{ t.date_finished }}{% endif %}
{% endfor %} {% if inception_tasks|length > _inc_cap %}
{% endif %} {% else %}

No Inception Tasks

No inception tasks found. Start one with fw inception start "Problem to explore"

{% endif %}