{% if s.questions %}

Priority questions

    {% for q in s.questions %}
  1. {{ q.q }}
    {{ q.why }} · {{ q.label }}
  2. {% endfor %}
{% include "_csrf.html" %}
Refining the model…
{% else %}
Discovery has converged — no high-value question remains. Generate the solution assessment or the PRD below.
{% endif %}