{
  "references": [
    {
      "id": "BBC.R.01",
      "name": "bbc-brand-tokens.json",
      "desc": "Canonical machine-readable design tokens. Colors, fonts, gradients, voice, logos.",
      "href": "https://base.madebybbc.dev/bbc-brand-tokens.json",
      "type": "tokens-json"
    },
    {
      "id": "BBC.R.02",
      "name": "Golden Hour brand guide",
      "desc": "Full brand guide in the BBC Golden Hour visual language.",
      "href": "https://base.madebybbc.dev/bbc-brand-guide-golden-hour.html",
      "type": "brand-guide"
    },
    {
      "id": "BBC.R.03",
      "name": "Plate guide (local)",
      "desc": "Background inventory with text-safe-zone overlays — the canonical visual reference for plates.",
      "href": "file:///C:/Users/mail/OneDrive/Desktop/bbc-design-system/references/plate-guide.html",
      "type": "plate-guide"
    },
    {
      "id": "BBC.R.04",
      "name": "Pegasus proposal sample",
      "desc": "Full sample proposal HTML — the source structure I ported into the block library.",
      "href": "https://studio.thebumblebee.in/proposal/",
      "type": "sample-html"
    },
    {
      "id": "BBC.R.05",
      "name": "Block library (live)",
      "desc": "Every block + variant rendered with anchor IDs.",
      "href": "https://studio.thebumblebee.in/proposal/library/",
      "type": "design-system"
    },
    {
      "id": "BBC.R.06",
      "name": "BBC Intro Emailer (CC VS Code)",
      "desc": "12-slide company emailer — original deck patterns. Local sample.",
      "href": "file:///home/96VcJcJpItHAozqp/BBC%20Rebrand%2028th%20April%20Assets/Sample%20html%20built%20in%20bbc%20style/CC%20VS%20Code%20Email/emailer-modern.html",
      "type": "sample-html"
    },
    {
      "id": "BBC.R.07",
      "name": "BBC Deck (intro slides)",
      "desc": "1920×1080 deck slides as Figma exports.",
      "href": "file:///home/96VcJcJpItHAozqp/BBC%20Rebrand%2028th%20April%20Assets/BBC_HTML_Export/bbc-deck/index.html",
      "type": "sample-html"
    }
  ],
  "prompts": [
    {
      "id": "BBC.PR.01",
      "name": "Build a section with a numbered block ID",
      "template": "Build a section in BBC brand style using block <BBC.B.XXX>.\nUse the spec from https://studio.thebumblebee.in/design-system/blocks.json\nand pair it with plate <BBC.P.XX> from /design-system/plates.json.\n\nContent for the block:\n{ \"title\": \"...\", \"items\": [...] }\n\nOutput a single self-contained HTML snippet with inline styles (no external\nCSS imports). Use BBC tokens directly — gold #D4A03C, ember #B8423A, etc."
    },
    {
      "id": "BBC.PR.02",
      "name": "Compose a full template",
      "template": "Compose a BBC <document type — proposal / audit / report / case study / emailer>\nusing the block sequence from template <BBC.T.XX> in\nhttps://studio.thebumblebee.in/design-system/templates.json.\n\nInject this content into each block:\n[ paste your data shape per block here ]\n\nOutput a single self-contained HTML file linking the BBC web fonts and using\nthe brand tokens from /design-system/foundations.json."
    },
    {
      "id": "BBC.PR.03",
      "name": "Pick the right plate for my section",
      "template": "My section has text on the <left | right | centered>. Pick a plate from\nhttps://studio.thebumblebee.in/design-system/plates.json whose safeZone\nmatches. List 3 candidates with their IDs, then recommend one with reason."
    }
  ]
}