{
  "spec_version": "1.0.0",
  "document_type": "presentation_format",
  "format_id": "format.executive_brief.v1",
  "display_name": "Executive Brief (6–12 slides)",
  "intended_use": "decision_support_presentations",
  "updated_at": "2026-02-04T15:25:41Z",
  "audience_fit": {
    "primary": [
      "school_principals",
      "educational_leaders"
    ],
    "region": "Bulgaria"
  },
  "constraints": {
    "slide_count": {
      "min": 6,
      "max": 12
    },
    "time_min": {
      "min": 7,
      "max": 20
    },
    "text_per_slide_max_chars": 200,
    "numbers_preferred": true,
    "policy_alignment_hint": true
  },
  "structure": {
    "segments": [
      {
        "id": "one_slide_problem",
        "slides": {
          "min": 1,
          "max": 1
        },
        "purpose": "problem_definition"
      },
      {
        "id": "current_state",
        "slides": {
          "min": 1,
          "max": 2
        },
        "purpose": "current_state_snapshot"
      },
      {
        "id": "options",
        "slides": {
          "min": 2,
          "max": 4
        },
        "purpose": "options_comparison"
      },
      {
        "id": "risk_and_mitigation",
        "slides": {
          "min": 1,
          "max": 2
        },
        "purpose": "risk_register_light"
      },
      {
        "id": "recommendation",
        "slides": {
          "min": 1,
          "max": 1
        },
        "purpose": "clear_recommendation"
      },
      {
        "id": "next_steps",
        "slides": {
          "min": 1,
          "max": 2
        },
        "purpose": "pilot_and_timeline"
      }
    ],
    "mandatory_elements": [
      "options_table",
      "risk_mitigation",
      "next_steps"
    ]
  },
  "generation_rules": {
    "tone": "calm_authoritative",
    "logic": "compare_then_decide",
    "avoid": [
      "long_storytelling",
      "too_many_examples"
    ],
    "prefer": [
      "tables",
      "bullets",
      "clear_numbers"
    ]
  },
  "assertions": [
    {
      "id": "eb1_slide_count",
      "type": "hard",
      "rule": "slide_count <= 12"
    },
    {
      "id": "eb2_options",
      "type": "hard",
      "rule": "must_include_options_table == true"
    }
  ]
}