← Back to arc detail

Review arc: {{ arc.get('name', arc_id) }}

id: {{ arc.get('id', arc_id) }} · slug: {{ arc_slug }} · status: {{ arc.status }}

{% if arc.get('headline_mechanic') %}

Headline mechanic (the deliverable that must have fired):

{{ arc.headline_mechanic }}
{% endif %}

anchor: {% if arc.anchor_task %}{{ arc.anchor_task }}{% else %}none{% endif %} · constituent tasks: {{ stats.completed }}/{{ stats.total }} completed ({{ "%.0f%%" % (stats.ratio * 100) }})

{% if recommendation and recommendation.present %}

Agent Recommendation {{ recommendation.verdict }} {% if recommendation.anchor_id %} from anchor task {{ recommendation.anchor_id }} {% endif %}

{% if recommendation.rationale_html %}
Rationale {{ recommendation.rationale_html | safe }}
{% endif %} {% if recommendation.evidence_html %}
Evidence {{ recommendation.evidence_html | safe }}
{% endif %} {% if recommendation.suggested_demo %}

Suggested demo: {{ recommendation.suggested_demo }}

{% endif %}
{% else %}
No agent recommendation yet. The anchor task does not have a ## Recommendation block. {% if arc.anchor_task %} Open {{ arc.anchor_task }} and write one before closing. {% endif %}
{% endif %} {% if reports %}
Reports: {% for r in reports %}{{ r.name }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
{% set _closed = arc.status in ('closed', 'abandoned') %} {% if not _closed %} Approve / Override → Close form {% endif %} Back to detail {% if _closed %} Arc is {{ arc.status }}; close form is no longer available. {% endif %}