{% extends "base.html" %} {% set active_page = "gaps" %} {% block title %}{{ gap.topic }} — Gap Explorer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ gap.topic }}

{{ gap.severity | upper }}
{% if gap.category %} {{ gap.category }} {% endif %}

Description

{{ gap.description }}

{% if gap.evidence %}

Evidence

{{ gap.evidence }}

{% endif %}
Search related drafts {% if gap.category %} | Browse {{ gap.category }} drafts {% endif %}

Linked Proposals

New Proposal
{% if proposals %}
{% for p in proposals %}

{{ p.title }}

{% if p.description %}

{{ p.description[:120] }}{% if p.description | length > 120 %}...{% endif %}

{% endif %}
{{ p.status | upper }}
{% endfor %}
{% else %}

No proposals yet -- create one?

{% endif %}

Generate Internet-Draft

Use AI to generate a full Internet-Draft addressing this gap

Want to see what generated drafts look like without waiting? View the demo page with {{ generated_drafts | length }} pre-generated examples.
{% endblock %} {% block extra_scripts %} {% endblock %}