{
  "character": {
    "generation_strategy": "composite_grid",
    "grid_format": "2x3",
    "aspect_ratio": "1:1",
    "model_role": "exploration",
    "temperature": 0.68,
    "prompt_template": "casting_director",
    "diegetic_frame": "A premium television casting director's on-location makeup and wardrobe screen test.",
    "ref_handling": {
      "strategy": "vision_extraction",
      "inline_ref": false
    },
    "beauty_pass": true,
    "beauty_pass_temp": 0.2,
    "beauty_pass_model_role": "production"
  },
  "location": {
    "generation_strategy": "parallel_singles",
    "candidates_per_batch": 4,
    "aspect_ratio": "16:9",
    "model_role": "exploration",
    "temperature": 0.7,
    "prompt_template": "location_scout",
    "diegetic_frame": "A cinematic location scout's wide-angle photograph",
    "ref_handling": {
      "strategy": "direct_pass",
      "inline_ref": true
    },
    "stagger_delay_ms": 500
  },
  "wardrobe": {
    "generation_strategy": "composite_grid",
    "grid_format": "2x3",
    "aspect_ratio": "2:3",
    "model_role": "exploration",
    "temperature": 0.45,
    "prompt_template": "costume_designer",
    "diegetic_frame": "A costume designer's flat-lay technical photograph",
    "ref_handling": {
      "strategy": "hybrid",
      "inline_ref": "hero_image",
      "text_modifier": "vision_extraction"
    }
  },
  "hair_makeup": {
    "generation_strategy": "composite_grid",
    "grid_format": "2x2",
    "aspect_ratio": "1:1",
    "model_role": "exploration",
    "temperature": 0.35,
    "prompt_template": "makeup_continuity",
    "diegetic_frame": "A makeup artist's continuity polaroid contact sheet, harsh flash photography, extreme close-up macro shot of the face",
    "ref_handling": {
      "strategy": "hybrid",
      "inline_ref": "hero_image",
      "text_modifier": "vision_extraction"
    }
  },
  "props": {
    "generation_strategy": "composite_grid",
    "grid_format": "3x3",
    "aspect_ratio": "1:1",
    "model_role": "exploration",
    "temperature": 0.6,
    "prompt_template": "prop_master",
    "diegetic_frame": "A prop master's archival inventory grid, shot top-down on a cutting mat",
    "ref_handling": {
      "strategy": "direct_pass",
      "inline_ref": true
    }
  }
}
