{
  "name": "summary",
  "family": "deck",
  "description": "요약 (3 핵심 포인트 + 다음 액션)",
  "vars": {
    "title": {"type": "string", "korean": true, "required": true, "example": "정리하며"},
    "eyebrow": {"type": "string", "korean": true, "required": true, "example": "요약"},
    "point1_title": {"type": "string", "korean": true, "required": true, "example": "데이터 기반 의사결정"},
    "point1_desc": {"type": "string", "korean": true, "required": true, "example": "주간 단위 KPI 검토를 정례화하여 빠르게 대응합니다."},
    "point2_title": {"type": "string", "korean": true, "required": true, "example": "고객 경험 우선"},
    "point2_desc": {"type": "string", "korean": true, "required": true, "example": "응대 시간을 30분 이내로 단축하고 만족도를 측정합니다."},
    "point3_title": {"type": "string", "korean": true, "required": true, "example": "팀 단위 실행"},
    "point3_desc": {"type": "string", "korean": true, "required": true, "example": "월간 회고를 통해 조직 학습을 누적합니다."},
    "action_label": {"type": "string", "korean": true, "required": true, "example": "다음 액션"},
    "action_copy": {"type": "string", "korean": true, "required": true, "example": "다음 주까지 실행 계획서를 정리해 공유합니다."}
  },
  "korean_slots": ["title", "eyebrow", "point1_title", "point1_desc", "point2_title", "point2_desc", "point3_title", "point3_desc", "action_label", "action_copy"]
}
