AARRR Growth Metrics Report

{{ report.title }}

{{ report.subtitle }}

{% if report.generated_at %}生成时间:{{ report.generated_at }}{% endif %} {% if report.run_id %}Run ID:{{ report.run_id }}{% endif %} {% if report.model %}模型:{{ report.model }}{% endif %}

管理层摘要

{% if report.summary_cards %}
{% for card in report.summary_cards %}
{{ card.label }} {{ card.value }}
{% endfor %}
{% endif %} {% if report.summary_bullets %} {% endif %}
{% if report.north_star %}

北极星指标

North Star Metric {{ report.north_star }}
{% if report.north_star_reason %}

{{ report.north_star_reason }}

{% endif %}
{% endif %}

AARRR 增长链路

{% for stage in report.aarrr_stages %}
{{ stage.name }}
{% if stage.health_metric %}
{{ stage.health_metric }}
{% endif %} {% if stage.diagnostic_metrics %}
{{ stage.diagnostic_metrics | join(' · ') }}
{% endif %}
{% endfor %}
{% if report.warning_rows %}

预警规则

{% for row in report.warning_rows %} {% endfor %}
指标 正常 黄色预警 红色预警
{{ row.metric }} {{ row.green }} {{ row.yellow }} {{ row.red }}
{% endif %} {% for section in report.sections %}

{{ section.title }}

{{ section.body_html | safe }}
{% endfor %}

附录

本报告由文档评审控制台生成。Markdown 源文件、工具调用轨迹与 Rubric 评分结果请见同目录产物。