{
  "key": "content_gathering",
  "title": "Send us photos and content",
  "variables": {},
  "start": "send",
  "steps": [
    {
      "id": "send",
      "owner": "client",
      "instruction": "The more real photos and copy we have up front, the better — we'll use placeholders where things are missing, so nothing blocks. Two things help most right now: a couple of good **feature images** we can build the mockups around, and any general or specific direction on content.",
      "primary": {
        "label": "Uploaded",
        "to": "received"
      },
      "alternatives": [
        {
          "key": "later",
          "label": "I'll do it later",
          "kind": "flag",
          "tone": "ack"
        },
        {
          "key": "trouble",
          "label": "Having trouble",
          "kind": "flag",
          "tone": "attention"
        }
      ],
      "control": "link",
      "link": {
        "label": "Upload to Google Drive",
        "url": "https://drive.google.com/drive/folders/shared-with-you"
      }
    },
    {
      "id": "received",
      "owner": "team",
      "instruction": "Check what arrived; chase feature images if absent.",
      "primary": {
        "label": "Received",
        "to": "$done"
      },
      "alternatives": [
        {
          "key": "need_more",
          "label": "Need more — back to the client",
          "kind": "jump",
          "to": "send"
        }
      ]
    }
  ]
}
