Q: По каким поставщикам на конец месяца остались хвосты, которые выглядят как реальная проблема в цепочке документов и оплат?
Expected:
{
  "intent_class": "cross_entity",
  "requires": {
    "needs_cross_entity_join": true,
    "needs_causal_chain": true,
    "needs_period_cut": true
  },
  "expected_output_shape": "reconciliation_report",
  "route_hint": "hybrid_store_plus_live"
}

Q: Где по покупателям висит история "отгрузили - денег нет - закрытия нет", по кому уже нужна ручная проверка?
Expected:
{
  "intent_class": "cross_entity",
  "requires": {
    "needs_cross_entity_join": true,
    "needs_causal_chain": true,
    "needs_period_cut": true
  },
  "expected_output_shape": "reconciliation_report",
  "route_hint": "hybrid_store_plus_live"
}

Q: Какие реализации на конец периода зависли и будут портить картину по выручке, если их не проверить заранее?
Expected:
{
  "intent_class": "heavy_analytical",
  "requires": {
    "needs_cross_entity_join": false,
    "needs_causal_chain": false,
    "needs_ranking": true,
    "needs_period_cut": true
  },
  "expected_output_shape": "ranked_list",
  "route_hint": "batch_refresh_then_store"
}

Q: Где по 90/62 история похожа на "вроде все проведено, но закрытие держится на кривой связке"?
Expected:
{
  "intent_class": "cross_entity",
  "requires": {
    "needs_cross_entity_join": true,
    "needs_causal_chain": true
  },
  "expected_output_shape": "reconciliation_report",
  "route_hint": "hybrid_store_plus_live"
}

Q: Какие банковские движения выглядят так, будто выписка есть, а нормального отражения в учете не хватает?
Expected:
{
  "intent_class": "cross_entity",
  "requires": {
    "needs_cross_entity_join": true,
    "needs_causal_chain": true
  },
  "expected_output_shape": "reconciliation_report",
  "route_hint": "hybrid_store_plus_live"
}

Q: Где банк и бухгалтерский контур расходятся не по одной строке, а по повторяющемуся паттерну?
Expected:
{
  "intent_class": "heavy_analytical",
  "requires": {
    "needs_cross_entity_join": false,
    "needs_causal_chain": false,
    "needs_anomaly_summary": true,
    "needs_ranking": true
  },
  "expected_output_shape": "anomaly_summary",
  "route_hint": "batch_refresh_then_store"
}

Q: Какие товарные позиции уже продавали, а нормального прихода под них в базе не видно?
Expected:
{
  "intent_class": "cross_entity",
  "requires": {
    "needs_cross_entity_join": true,
    "needs_causal_chain": true
  },
  "expected_output_shape": "reconciliation_report",
  "route_hint": "hybrid_store_plus_live"
}

Q: Где по товарам отрицательные или подозрительные остатки, которые похожи на ошибку в учете?
Expected:
{
  "intent_class": "anomaly_probe",
  "requires": {
    "needs_cross_entity_join": false,
    "needs_causal_chain": false,
    "needs_anomaly_summary": true
  },
  "expected_output_shape": "anomaly_summary",
  "route_hint": "store_feature_risk"
}

Q: Что на 10 счете давно висит и должно быть списано или вручную перепроверено?
Expected:
{
  "intent_class": "anomaly_probe",
  "requires": {
    "needs_cross_entity_join": false,
    "needs_causal_chain": false,
    "needs_anomaly_summary": true
  },
  "expected_output_shape": "prioritized_review_list",
  "route_hint": "store_feature_risk"
}

Q: Какие записи на 97 счете больше всего похожи на ошибку в датах начала, конца или срока списания?
Expected:
{
  "intent_class": "rule_based_account_control",
  "requires": {
    "needs_cross_entity_join": false,
    "needs_causal_chain": false
  },
  "expected_output_shape": "prioritized_review_list",
  "route_hint": "store_feature_risk"
}

Q: Есть ли основные средства, по которым параметры карточки выглядят так, будто амортизацию задали "как получилось"?
Expected:
{
  "intent_class": "rule_based_account_control",
  "requires": {
    "needs_cross_entity_join": false,
    "needs_causal_chain": false
  },
  "expected_output_shape": "prioritized_review_list",
  "route_hint": "store_feature_risk"
}

# keep period_close_risk anchor

Q: Перед закрытием периода что у нас может взорваться в последний день?
Expected:
{
  "intent_class": "period_close_risk",
  "requires": {
    "needs_period_cut": true,
    "needs_ranking": false,
    "needs_exact_object_trace": false
  },
  "expected_output_shape": "prioritized_review_list",
  "route_hint": "batch_refresh_then_store"
}

# heavy-overview anchor

Q: Дай обзорный риск-срез перед сдачей отчетности: где максимальная концентрация ошибок.
Expected:
{
  "intent_class": "heavy_analytical",
  "requires": {
    "needs_cross_entity_join": false,
    "needs_causal_chain": false,
    "needs_ranking": true,
    "needs_anomaly_summary": true,
    "needs_period_cut": true
  },
  "expected_output_shape": "anomaly_summary",
  "route_hint": "batch_refresh_then_store"
}
