{
  "required": [
    {
      "id": "research",
      "label": "Website research",
      "type": "StoredWebsiteResearchResult",
      "description": "The coding agent researches the website and writes this structure, or imports an existing Wiggly export. See the research object in fixtures/agent-cookie-gift.json for the complete shape. Replace all fixture facts and URLs. No Wiggly account or NIM key is required."
    },
    {
      "id": "storySubject",
      "label": "Story focus",
      "type": "product | brand | customer-problem | custom",
      "description": "What the 3D Breakdown should explain."
    }
  ],
  "conditional": [
    {
      "when": "storySubject is product",
      "field": "productHandle",
      "rule": "The chosen product must exist in the catalog and have a usable image."
    },
    {
      "when": "storySubject is custom",
      "field": "brief",
      "rule": "The brief must be at least eight characters and remains creative direction, not factual evidence."
    }
  ]
}
