{
  "$schema": "https://songforgeai.com/rnb-corpus.schema.json",
  "name": "R&B Excellence Reference Corpus",
  "version": "0.1.0",
  "publishedAt": "2026-05-21",
  "license": "CC BY 4.0 — Attribution required. Lyrics NOT reproduced; title + artist + year + structural metadata only.",
  "summary": "Verified-hit R&B songs across the 5 substyles, with structural metadata + craft analysis + expected rubric band + songwriter paradigm + production envelope. 30 entries: 6 per substyle. Used by R11.5 calibration to detect rubric mis-scoring. Credential-validated (Billboard Hot 100 / R&B chart / RIAA Diamond / Grammy / canonical-historical).",
  "methodology": [
    "Each entry is a verified R&B hit selected from Billboard Hot 100, Billboard R&B/Hip-Hop Songs chart, RIAA Platinum+, Grammy R&B nominees/winners, or canonical-historical status.",
    "Substyle classification follows the R4 RNB_SUBSTYLES registry: classic-soul / neo-soul / contemporary-rnb / alternative-rnb / trap-soul. Edge cases noted in substyleNote.",
    "Songwriter paradigm follows the R1 RnbSubstyleData typology: harmony-first (Babyface) / concept-first (Ne-Yo) / groove-first (The-Dream) / stream-of-consciousness (SZA-Fauntleroy).",
    "Expected composite is the band the SongForgeAI rubric SHOULD score this song in. Any verified Diamond / multi-Grammy / Billboard #1 hit that scores below 85 indicates a rubric calibration bug.",
    "Cliché usage notes follow the R3 Forbidden Archive tier system. Most verified hits avoid all 10 modes.",
    "Lyrics NOT reproduced; title + artist + year forms the stable reference."
  ],
  "schema": {
    "id": "string — stable identifier (rnb-NNN)",
    "title": "string",
    "artist": "string",
    "year": "number",
    "substyle": "string — one of 5 substyle ids",
    "substyleNote": "string (optional) — edge-case note",
    "songwriterParadigm": "string — one of 4 paradigm values",
    "hitCredential": "string — Billboard / RIAA / Grammy / canonical",
    "expectedBand": "string — S+ | S | A+ | A | B+ | B",
    "expectedComposite": "number",
    "structure": "string",
    "titlePlacement": "string",
    "titleCarriesEmotionalMath": "boolean",
    "estimatedTimeToHookSeconds": "number",
    "clicheTier1Used": "string[] — AID-Violation archive entries (should be empty for hits)",
    "failureModesAvoided": "string[] — specific R3 archive entries this song does NOT trigger",
    "substyleSignals": "string[] — substyle profile signals this song exhibits",
    "notable": "string[] — craft observations"
  },
  "entries": [
    {
      "id": "rnb-001",
      "title": "What's Going On",
      "artist": "Marvin Gaye",
      "year": 1971,
      "substyle": "classic-soul",
      "songwriterParadigm": "harmony-first",
      "hitCredential": "Billboard Hot 100 #2; National Recording Registry; Rolling Stone #4 greatest songs of all time; canonical Motown",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro vamp",
      "titlePlacement": "Title in chorus 6×; question-as-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 18,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — names brothers + crying mothers + war",
        "Generic Romance Mush — social-protest specificity",
        "Filler On Downbeat",
        "Closed Vowel On Peak"
      ],
      "substyleSignals": [
        "Lush strings + brass + gospel organ + polished backing vocals",
        "Direct + declarative + public-facing register",
        "Bridge required + load-bearing (Motown convention)"
      ],
      "notable": [
        "Canonical example of socially-conscious R&B — protest framed as plea for love + understanding",
        "Demonstrates classic soul's tolerance for political specificity within the genre's intimate vocal frame",
        "The genre-defining 1970s Motown record; sets the craft bar for harmony-first writing"
      ]
    },
    {
      "id": "rnb-002",
      "title": "I Want You Back",
      "artist": "The Jackson 5",
      "year": 1969,
      "substyle": "classic-soul",
      "songwriterParadigm": "harmony-first",
      "hitCredential": "Billboard Hot 100 #1; RIAA Platinum; Grammy Hall of Fame; National Recording Registry",
      "expectedBand": "S",
      "expectedComposite": 92,
      "structure": "Intro hook → Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge → Chorus",
      "titlePlacement": "Title in chorus 8×; immediate emotional thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 0,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Hook Buried — chorus hook in intro",
        "Closed Vowel On Peak — 'back' on EY-OW landing",
        "Asymmetric Line Lengths"
      ],
      "substyleSignals": [
        "Motown Detroit production",
        "Sustained-belt tradition demands VDA ≥ 0.75 — met",
        "Harmony-first craft (rich chord ground supports young vocal lead)"
      ],
      "notable": [
        "Defines the Motown intro-as-hook tradition — title arrives at 0:00",
        "Canonical first-listen-memorable R&B chart entry"
      ]
    },
    {
      "id": "rnb-003",
      "title": "Sittin' On the Dock of the Bay",
      "artist": "Otis Redding",
      "year": 1968,
      "substyle": "classic-soul",
      "songwriterParadigm": "harmony-first",
      "hitCredential": "Billboard Hot 100 #1; RIAA Platinum; Grammy Hall of Fame; National Recording Registry; canonical Stax",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro whistled vamp",
      "titlePlacement": "Title in chorus 4×; image-as-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 22,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — names Georgia / Frisco Bay / ships rolling in / tide",
        "Generic Romance Mush",
        "Performative Vulnerability — vulnerability shown through landscape"
      ],
      "substyleSignals": [
        "Memphis-Stax production",
        "Concrete-image-rich verses (the AID rule rendered with mastery)",
        "Bridge required + load-bearing"
      ],
      "notable": [
        "Canonical R&B song demonstrating SA#23 directly — vulnerability shown via specific geographic + sensory receipts",
        "Released posthumously after Redding's 1967 plane crash; whistled outro became the song's emotional signature"
      ]
    },
    {
      "id": "rnb-004",
      "title": "Respect",
      "artist": "Aretha Franklin",
      "year": 1967,
      "substyle": "classic-soul",
      "songwriterParadigm": "harmony-first",
      "hitCredential": "Billboard Hot 100 #1; RIAA Platinum; Grammy winner Best R&B Solo Vocal 1968; canonical civil rights + feminist anthem",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge (sock-it-to-me) → Chorus → Outro vamp",
      "titlePlacement": "Title in chorus 6× + spelling-it-out 'R-E-S-P-E-C-T'",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 12,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Generic Romance Mush — power dynamic specificity",
        "Coercion Without Agency — Aretha's reframe of Redding's original lyric",
        "Hook Buried — chorus by 0:12"
      ],
      "substyleSignals": [
        "Sustained-belt VDA peak — RESPECT lands EH-EH-EH-EE",
        "Bridge required + iconic (sock-it-to-me)",
        "Concept-first paradigm crossover (Aretha's reframe was concept-driven)"
      ],
      "notable": [
        "The genre-defining moment Aretha Franklin reframed Otis Redding's original by spelling the title — title-as-physical-act craft",
        "Demonstrates classic soul's capacity for political + personal empowerment in one song"
      ]
    },
    {
      "id": "rnb-005",
      "title": "A Change Is Gonna Come",
      "artist": "Sam Cooke",
      "year": 1964,
      "substyle": "classic-soul",
      "songwriterParadigm": "harmony-first",
      "hitCredential": "Billboard Hot 100 #31; RIAA Gold; National Recording Registry; Rolling Stone Top 20 greatest songs of all time; canonical civil rights anthem",
      "expectedBand": "S+",
      "expectedComposite": 97,
      "structure": "Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro",
      "titlePlacement": "Title in chorus 4× as faith-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 38,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — names rivers, tents, brothers, brother carrying me",
        "Performative Vulnerability — testimony framed in lived experience",
        "Generic Romance Mush"
      ],
      "substyleSignals": [
        "Gospel-influenced production",
        "Lush strings + brass arrangement",
        "Bridge load-bearing (testimony pivot)"
      ],
      "notable": [
        "Canonical example of R&B carrying civil-rights testimony in personal voice",
        "Demonstrates the harmony-first paradigm at its most dignified — Cooke's chord progressions are still studied as craft template"
      ]
    },
    {
      "id": "rnb-006",
      "title": "Ain't No Sunshine",
      "artist": "Bill Withers",
      "year": 1971,
      "substyle": "classic-soul",
      "songwriterParadigm": "harmony-first",
      "hitCredential": "Billboard Hot 100 #3; RIAA Platinum; Grammy winner Best R&B Song 1972; canonical Stax-era",
      "expectedBand": "S",
      "expectedComposite": 93,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge ('I know I know I know' × 26) → Chorus",
      "titlePlacement": "Title in chorus 6×; absence-as-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 14,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — concrete absence imagery throughout",
        "Closed Vowel On Peak — 'sunshine' on UH-AY-IY landing"
      ],
      "substyleSignals": [
        "Minimal Stax production (acoustic guitar + sparse strings)",
        "Bridge load-bearing (the iconic 26x 'I know' repetition)"
      ],
      "notable": [
        "Canonical example of the bridge as load-bearing emotional pivot — Withers' improvised 'I know' chant was kept in the final recording",
        "Title-as-image craft — 'sunshine' as concrete absence marker"
      ]
    },
    {
      "id": "rnb-007",
      "title": "On & On",
      "artist": "Erykah Badu",
      "year": 1997,
      "substyle": "neo-soul",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard Hot 100 #12; RIAA Platinum; Grammy winner Best Female R&B Vocal Performance 1998; canonical Baduizm-era neo-soul",
      "expectedBand": "S",
      "expectedComposite": 93,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro vamp",
      "titlePlacement": "Title in chorus 5×; existential-affirmation thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 28,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — Five-Percent Nation teachings woven through imagery",
        "Generic Romance Mush — spiritual specificity",
        "Cliché Rhyme Pair"
      ],
      "substyleSignals": [
        "Live keys + Rhodes + organic horns + hip-hop drum loops",
        "Jazz-influenced harmony + phrasing",
        "Conscious R&B register"
      ],
      "notable": [
        "The genre-defining neo-soul breakthrough; Badu's writing redefined the lane",
        "Demonstrates stream-of-consciousness paradigm at neo-soul scale — spiritual-aphoristic writing within commercial chart success"
      ]
    },
    {
      "id": "rnb-008",
      "title": "Doo Wop (That Thing)",
      "artist": "Lauryn Hill",
      "year": 1998,
      "substyle": "neo-soul",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard Hot 100 #1 (2 weeks); RIAA 2× Platinum; Grammy winner Best R&B Song 1999; Miseducation parent album won Album of the Year",
      "expectedBand": "S",
      "expectedComposite": 93,
      "structure": "Verse (M) → Pre-Chorus → Chorus → Verse (F) → Pre-Chorus → Chorus → Bridge → Chorus",
      "titlePlacement": "Title 'doo wop' in chorus 6× as instructional warning thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 32,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — verses are character sketches of specific behaviors",
        "Coercion Without Agency — addresses BOTH gendered failures",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "Live horns + classic doo-wop harmony + hip-hop drum loops",
        "Conscious R&B register",
        "Bridge required + load-bearing (Lauryn's iconic rap-sing fusion)"
      ],
      "notable": [
        "Genre-defining women-conscious R&B — dual-verse architecture (one for men, one for women)",
        "Demonstrates how neo-soul carries social commentary in personal voice"
      ]
    },
    {
      "id": "rnb-009",
      "title": "Brown Sugar",
      "artist": "D'Angelo",
      "year": 1995,
      "substyle": "neo-soul",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard Hot 100 #22; RIAA Platinum; canonical Brown Sugar-era neo-soul foundational text",
      "expectedBand": "S",
      "expectedComposite": 90,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro vamp",
      "titlePlacement": "Title 'brown sugar' in chorus 5×; metaphor-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 26,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Generic Romance Mush — extended metaphor specificity",
        "Cliché Rhyme Pair",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "Live keys + Rhodes + organic horns",
        "Falsetto vocal tradition",
        "Stream-of-consciousness lyric construction"
      ],
      "notable": [
        "Genre-defining neo-soul album; brown sugar as personification metaphor for marijuana was foundational neo-soul move",
        "D'Angelo's writing process — improvised melodies + raw phrasing — became the canonical paradigm for the substyle"
      ]
    },
    {
      "id": "rnb-010",
      "title": "A Long Walk",
      "artist": "Jill Scott",
      "year": 2000,
      "substyle": "neo-soul",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard R&B/Hip-Hop Songs Top 30; Grammy nominee Best Female R&B Vocal Performance 2002; canonical Philly-soul-derived neo-soul",
      "expectedBand": "A+",
      "expectedComposite": 87,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro",
      "titlePlacement": "Title in chorus 4×; activity-as-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 35,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — names specific places + walking pace",
        "Generic Romance Mush — intimate-specific imagery",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "Live keys + Rhodes + organic horns",
        "Conversational + intimate register",
        "Jazz-tinged phrasing"
      ],
      "notable": [
        "Demonstrates neo-soul's tolerance for everyday-action specificity (a walk) as song subject",
        "Jill Scott's debut album Who Is Jill Scott? Words and Sounds Vol. 1 defined the substyle's commercial credibility"
      ]
    },
    {
      "id": "rnb-011",
      "title": "Ms. Jackson",
      "artist": "OutKast",
      "year": 2000,
      "substyle": "neo-soul",
      "substyleNote": "Hip-hop / neo-soul fusion; classed under neo-soul for its stream-of-consciousness lyric + live keyboard production + jazz-tinged phrasing",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard Hot 100 #1; RIAA 2× Platinum; Grammy winner Best Rap Performance by Duo/Group 2002",
      "expectedBand": "S",
      "expectedComposite": 91,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge → Chorus",
      "titlePlacement": "Title 'Ms. Jackson' in chorus 4× + 'I'm sorry Ms. Jackson' apology hook",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 17,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — names specific relational dynamics + apologies",
        "Generic Romance Mush — letter-to-ex's-mother specificity",
        "Cliché Rhyme Pair"
      ],
      "substyleSignals": [
        "Live keys + organic instrumentation",
        "Conversational confessional register",
        "Hip-hop crossover characteristic of neo-soul era"
      ],
      "notable": [
        "Apology-letter-as-song-premise is canonical R&B narrative specificity craft",
        "Demonstrates the genre's tolerance for unconventional addressees (the ex's mother)"
      ]
    },
    {
      "id": "rnb-012",
      "title": "The Light",
      "artist": "Common (feat. Erykah Badu)",
      "year": 2000,
      "substyle": "neo-soul",
      "substyleNote": "Hip-hop / neo-soul fusion; classed under neo-soul for conscious-rap register + live instrumentation + Badu feature",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard Hot 100 #44; Grammy nominee Best Rap Solo Performance 2001; canonical conscious-rap-meets-neo-soul",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "Verse → Chorus → Verse → Chorus → Bridge → Chorus",
      "titlePlacement": "Title in chorus 5×; spiritual-affirmation thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 22,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Generic Romance Mush — concrete cherished-details specificity",
        "Telling Not Showing — names rings, vows, butterflies in stomach",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "Live keys + soul samples",
        "Conscious R&B register",
        "Stream-of-consciousness rap-sing fusion"
      ],
      "notable": [
        "Canonical neo-soul love song; Common's 'There are times when you'll need someone' verse opening is concrete-detail R&B masterclass"
      ]
    },
    {
      "id": "rnb-013",
      "title": "End of the Road",
      "artist": "Boyz II Men",
      "year": 1992,
      "substyle": "contemporary-rnb",
      "songwriterParadigm": "harmony-first",
      "substyleNote": "Boyz II Men sit at the seam between classic soul + contemporary R&B; classed under contemporary R&B for Babyface songwriting credit + radio-friendly form + chart performance",
      "hitCredential": "Billboard Hot 100 #1 (13 weeks — record at time); RIAA 4× Platinum; Grammy winner Best R&B Vocal Performance by Duo/Group 1993",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Spoken intro → Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge → Chorus → Outro vamp",
      "titlePlacement": "Title in chorus 6× as relationship-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 38,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — Babyface verse craft provides receipts",
        "Closed Vowel On Peak — 'end of the road' on EH-AH-OW",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "Babyface harmony-first paradigm",
        "Sustained-belt vocal tradition",
        "Bridge required + load-bearing (the iconic spoken bridge)"
      ],
      "notable": [
        "Held #1 Hot 100 for 13 consecutive weeks — the longest at the time (later tied by 'I Will Always Love You')",
        "Babyface's harmony-first paradigm at peak craft scale"
      ]
    },
    {
      "id": "rnb-014",
      "title": "Confessions Part II",
      "artist": "Usher",
      "year": 2004,
      "substyle": "contemporary-rnb",
      "songwriterParadigm": "concept-first",
      "hitCredential": "Billboard Hot 100 #1 (4 weeks); RIAA Diamond; Grammy winner Best Contemporary R&B Album 2005",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Intro → Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge → Chorus → Outro",
      "titlePlacement": "Title 'confessions' framed across both songs in the saga; chorus 5× per song",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 24,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — narrative scenario specificity at canonical level",
        "Generic Romance Mush",
        "Performative Vulnerability — confession is literal act"
      ],
      "substyleSignals": [
        "Concept-first paradigm — narrative drives music",
        "Radio-friendly form + title repetition",
        "Bridge required (emotional pivot)"
      ],
      "notable": [
        "The genre-defining narrative-confession R&B record; Usher's 'Confessions' double song is canonical contemporary R&B storytelling",
        "Demonstrates concept-first paradigm at Diamond-certified commercial scale"
      ]
    },
    {
      "id": "rnb-015",
      "title": "Snooze",
      "artist": "SZA",
      "year": 2022,
      "substyle": "contemporary-rnb",
      "substyleNote": "Sits at the seam between contemporary R&B + alternative R&B; classed under contemporary for chart performance + radio-friendly form",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard Hot 100 #2; RIAA 6× Platinum; Grammy nominee Record of the Year + Song of the Year 2024",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Intro → Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge → Chorus → Outro fade",
      "titlePlacement": "Title concept 'snooze' in chorus 6× as devotion-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 22,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — domestic-detail specificity (washing dishes, the bedroom)",
        "Generic Romance Mush — obsessive-attachment specificity",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "Stream-of-consciousness paradigm + radio-friendly form fusion",
        "Sleep-as-devotion metaphor",
        "Modern contemporary R&B production"
      ],
      "notable": [
        "Canonical example of 2020s contemporary R&B narrative-confessional craft",
        "Demonstrates how SZA's stream-of-consciousness writing can land at radio-friendly chart-topping scale"
      ]
    },
    {
      "id": "rnb-016",
      "title": "Made for Me",
      "artist": "Muni Long",
      "year": 2023,
      "substyle": "contemporary-rnb",
      "songwriterParadigm": "concept-first",
      "hitCredential": "Billboard Hot 100 #21; Grammy nominee Best R&B Song 2024",
      "expectedBand": "A+",
      "expectedComposite": 88,
      "structure": "Intro → Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge → Chorus",
      "titlePlacement": "Title 'made for me' in chorus 6× as devotional-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 18,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Generic Romance Mush — declarative sincerity with receipts in verses",
        "Performative Vulnerability",
        "Cliché Rhyme Pair"
      ],
      "substyleSignals": [
        "Concept-first paradigm (the 'made for me' premise dictates structure)",
        "Open-vowel-favored chorus phrasing",
        "Modern radio-friendly contemporary R&B production"
      ],
      "notable": [
        "Modern contemporary R&B at chart-friendly scale",
        "Demonstrates how 'almost disbelieving sincerity' (Muni Long signature) works as chart-friendly contemporary register"
      ]
    },
    {
      "id": "rnb-017",
      "title": "Let Me Love You",
      "artist": "Mario",
      "year": 2004,
      "substyle": "contemporary-rnb",
      "songwriterParadigm": "concept-first",
      "hitCredential": "Billboard Hot 100 #1 (9 weeks); RIAA 2× Platinum; Grammy nominee Best Male R&B Vocal Performance 2006",
      "expectedBand": "S",
      "expectedComposite": 92,
      "structure": "Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge → Chorus",
      "titlePlacement": "Title 'let me love you' in chorus 6×; permission-as-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 30,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Generic Romance Mush — specific relational scenario",
        "Performative Vulnerability",
        "Closed Vowel On Peak"
      ],
      "substyleSignals": [
        "Ne-Yo songwriting (concept-first paradigm)",
        "Sustained-belt VDA target met",
        "Bridge required + load-bearing"
      ],
      "notable": [
        "Ne-Yo's first major songwriting hit; defined the concept-first paradigm at chart scale",
        "Demonstrates how a clear narrative premise generates the structure"
      ]
    },
    {
      "id": "rnb-018",
      "title": "We Belong Together",
      "artist": "Mariah Carey",
      "year": 2005,
      "substyle": "contemporary-rnb",
      "songwriterParadigm": "harmony-first",
      "hitCredential": "Billboard Hot 100 #1 (14 weeks); RIAA 3× Platinum; Grammy winner Best Female R&B Vocal Performance + Best R&B Song 2006",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Intro → Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge → Chorus → Outro melisma",
      "titlePlacement": "Title 'we belong together' in chorus 5×; thesis-and-plea",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 26,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — names Bobby Womack records, calling friends, phone listening",
        "Closed Vowel On Peak — 'together' on UH-EH-ER",
        "Melisma Overdose — restricted to chorus cadences"
      ],
      "substyleSignals": [
        "Sustained-belt + melismatic decoration on chorus only",
        "Harmony-first paradigm (Jermaine Dupri + Mariah co-write)",
        "Bridge required"
      ],
      "notable": [
        "Held #1 Hot 100 for 14 consecutive weeks (record-tying)",
        "Demonstrates melisma RESTRICTED to phrase-end cadences — the discipline R3 #6 codifies"
      ]
    },
    {
      "id": "rnb-019",
      "title": "Pyramids",
      "artist": "Frank Ocean",
      "year": 2012,
      "substyle": "alternative-rnb",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Channel ORANGE parent album won Grammy Best Urban Contemporary Album 2013; Pitchfork BNM; canonical alt R&B foundational text",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Two-movement structure: Movement I (5:30 Cleopatra historical) → instrumental bridge → Movement II (strip club present-day)",
      "titlePlacement": "Title 'pyramids' across both movements as historical-anchor",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 40,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — extended metaphor with specific historical + present receipts",
        "Generic Romance Mush — Cleopatra/strip-club dual narrative specificity",
        "Hook Buried — though TtH 40s, alt-R&B substyle allows"
      ],
      "substyleSignals": [
        "Multi-part non-traditional song form",
        "Atmospheric + minimalist production",
        "Frank Ocean's image-heavy stream-of-consciousness writing"
      ],
      "notable": [
        "The genre-defining alt R&B extended-narrative song; nearly 10 minutes; two-world structure",
        "Demonstrates alt R&B's tolerance for formal asymmetry when the imagery + concept earn it"
      ]
    },
    {
      "id": "rnb-020",
      "title": "Bad Habit",
      "artist": "Steve Lacy",
      "year": 2022,
      "substyle": "alternative-rnb",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard Hot 100 #1 (3 weeks); RIAA 4× Platinum; Grammy nominee Record of the Year 2023",
      "expectedBand": "S",
      "expectedComposite": 92,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Instrumental break → Second section (different feel) → Outro",
      "titlePlacement": "Title 'bad habit' in chorus 4× as regret-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 35,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Generic Romance Mush — missed-opportunity specificity",
        "Performative Vulnerability",
        "Cliché Rhyme Pair"
      ],
      "substyleSignals": [
        "Two-part form (alt R&B asymmetry tolerance)",
        "Lo-fi atmospheric production",
        "Restrained title repetition (4× alt R&B norm)"
      ],
      "notable": [
        "Tyler the Creator suggested removing a single 'you' from the chorus to improve memorability — canonical example of micro-revision for hook",
        "Demonstrates alt R&B's commercial viability at #1 Hot 100 scale"
      ]
    },
    {
      "id": "rnb-021",
      "title": "Kill Bill",
      "artist": "SZA",
      "year": 2022,
      "substyle": "alternative-rnb",
      "substyleNote": "Sits at seam between contemporary + alternative R&B; classed alt for narrative oddity + dark-comic antihero framing",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard Hot 100 #1; RIAA 5× Platinum; Grammy winner Best Pop Duo/Group Performance 2024",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Intro → Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge (final-act escalation) → Chorus",
      "titlePlacement": "Title 'kill bill' as Tarantino-reference + escalating-threat thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 28,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Generic Romance Mush — obsession-with-receipts specificity",
        "Performative Vulnerability — speaker self-implicates",
        "Cliché Rhyme Pair"
      ],
      "substyleSignals": [
        "Alt R&B atmospheric production + sub-bass",
        "Dark-comic antihero narrative framing",
        "Stream-of-consciousness escalation"
      ],
      "notable": [
        "Canonical example of alt R&B's tolerance for violent-fantasy specificity inside genre conventions",
        "Demonstrates how SZA escalates from passive jealousy to active violence over the song's arc"
      ]
    },
    {
      "id": "rnb-022",
      "title": "Get You",
      "artist": "Daniel Caesar (feat. Kali Uchis)",
      "year": 2016,
      "substyle": "alternative-rnb",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Billboard Hot 100 #93; RIAA 4× Platinum; Grammy nominee Best R&B Performance 2018",
      "expectedBand": "A+",
      "expectedComposite": 88,
      "structure": "Intro → Verse → Pre-Chorus → Chorus → Verse (Kali Uchis) → Pre-Chorus → Chorus → Bridge → Chorus",
      "titlePlacement": "Title 'get you' in chorus 5× as devotional-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 30,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Generic Romance Mush — specific gratitude-context",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "Gospel-tinged alt R&B harmony",
        "Atmospheric production",
        "Restrained title repetition"
      ],
      "notable": [
        "Demonstrates alt R&B's tolerance for direct emotional gratitude when the production frames it appropriately"
      ]
    },
    {
      "id": "rnb-023",
      "title": "Cranes in the Sky",
      "artist": "Solange",
      "year": 2016,
      "substyle": "alternative-rnb",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "A Seat at the Table parent album debuted Billboard 200 #1; Grammy winner Best R&B Performance 2017; canonical alt R&B Black-feminist text",
      "expectedBand": "S",
      "expectedComposite": 92,
      "structure": "Intro → Verse (catalog of attempted escapes) → Chorus → Verse → Chorus → Outro vamp",
      "titlePlacement": "Title 'cranes in the sky' in chorus 5× as oblique-image-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 45,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — verse is catalog of specific actions (drank, slept, traveled, read, ran, danced)",
        "Generic Romance Mush — escape-from-grief specificity"
      ],
      "substyleSignals": [
        "Atmospheric Raphael Saadiq production",
        "Stream-of-consciousness coping-catalog structure",
        "Title-as-oblique-image (cranes blocking the view)"
      ],
      "notable": [
        "Canonical example of catalog-of-specific-actions verse craft — every line names a different escape attempt",
        "Demonstrates alt R&B's capacity for political + personal coping in one frame"
      ]
    },
    {
      "id": "rnb-024",
      "title": "Cellophane",
      "artist": "FKA twigs",
      "year": 2019,
      "substyle": "alternative-rnb",
      "songwriterParadigm": "stream-of-consciousness",
      "hitCredential": "Pitchfork BNM; canonical post-2010s alt R&B experimental text",
      "expectedBand": "A+",
      "expectedComposite": 87,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro",
      "titlePlacement": "Title 'cellophane' in chorus 4× as transparency-metaphor thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 28,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Telling Not Showing — material-image specificity (cellophane as visible-but-thin metaphor)",
        "Cliché Rhyme Pair"
      ],
      "substyleSignals": [
        "Minimalist piano + sub-bass production",
        "Atmospheric vocal processing",
        "Stream-of-consciousness writing"
      ],
      "notable": [
        "Demonstrates alt R&B's tolerance for extreme production minimalism — piano + voice + sparse texture",
        "Title as material-metaphor for visible vulnerability"
      ]
    },
    {
      "id": "rnb-025",
      "title": "Don't",
      "artist": "Bryson Tiller",
      "year": 2015,
      "substyle": "trap-soul",
      "songwriterParadigm": "groove-first",
      "hitCredential": "Billboard Hot 100 #13; RIAA 5× Platinum; canonical trap-soul foundational text",
      "expectedBand": "S",
      "expectedComposite": 92,
      "structure": "Intro → Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Bridge → Chorus → Outro",
      "titlePlacement": "Title 'don't' as imperative-thesis throughout chorus",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 24,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Coercion Without Agency — imperative directed at speaker, not addressee",
        "Generic Romance Mush — specific scenario specificity",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "808 sub-bass groove-first paradigm",
        "Half-time feel",
        "Behind-the-beat phrasing",
        "Pitch-processed vocals"
      ],
      "notable": [
        "The genre-defining trap-soul foundational track; T R A P S O U L parent album defined the substyle",
        "Demonstrates groove-first paradigm at chart-friendly scale"
      ]
    },
    {
      "id": "rnb-026",
      "title": "Sober",
      "artist": "dvsn",
      "year": 2016,
      "substyle": "trap-soul",
      "songwriterParadigm": "groove-first",
      "hitCredential": "Billboard R&B/Hip-Hop Top 30; OVO Sound foundational track; canonical late-2010s trap soul",
      "expectedBand": "A+",
      "expectedComposite": 87,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro",
      "titlePlacement": "Title 'sober' in chorus 5× as state-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 25,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Coercion Without Agency",
        "Generic Romance Mush — substance-use specificity"
      ],
      "substyleSignals": [
        "808 sub-bass groove-first paradigm",
        "Half-time R&B feel",
        "OVO Sound production aesthetic"
      ],
      "notable": [
        "Demonstrates trap soul's tolerance for substance-use realism without glamorization",
        "OVO Sound era trap soul at peak"
      ]
    },
    {
      "id": "rnb-027",
      "title": "Girls Need Love",
      "artist": "Summer Walker",
      "year": 2018,
      "substyle": "trap-soul",
      "songwriterParadigm": "groove-first",
      "hitCredential": "Billboard Hot 100 #28; RIAA 4× Platinum",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "Intro → Verse → Pre-Chorus → Chorus → Verse → Pre-Chorus → Chorus → Outro",
      "titlePlacement": "Title 'girls need love' in chorus 5× as thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 22,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Coercion Without Agency — female-perspective trap soul rebalances the lane",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "808 sub-bass groove-first",
        "Half-time feel",
        "Female-perspective trap soul (genre-expanding)"
      ],
      "notable": [
        "Female-perspective trap soul redefined the lane's gender frame",
        "Demonstrates how groove-first paradigm carries empowerment narrative"
      ]
    },
    {
      "id": "rnb-028",
      "title": "Crew",
      "artist": "GoldLink (feat. Brent Faiyaz + Shy Glizzy)",
      "year": 2017,
      "substyle": "trap-soul",
      "songwriterParadigm": "groove-first",
      "hitCredential": "Billboard Hot 100 #45; RIAA 4× Platinum; Grammy nominee Best Rap/Sung Performance 2018",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "Verse (GoldLink rap) → Chorus (Brent Faiyaz) → Verse → Chorus → Verse (Shy Glizzy) → Chorus",
      "titlePlacement": "Title 'crew' in chorus 5× as loyalty-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 18,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Coercion Without Agency",
        "Generic Romance Mush — specific friendship + loyalty receipts"
      ],
      "substyleSignals": [
        "808 sub-bass groove-first",
        "Rap-sung hybrid (genre-typical)",
        "Half-time R&B feel"
      ],
      "notable": [
        "Demonstrates trap soul's tolerance for rap-sung hybrid vocal arrangement",
        "Loyalty-as-thesis instead of romantic relationship — substyle thematic expansion"
      ]
    },
    {
      "id": "rnb-029",
      "title": "Allergic",
      "artist": "Brent Faiyaz",
      "year": 2022,
      "substyle": "trap-soul",
      "songwriterParadigm": "groove-first",
      "hitCredential": "Billboard R&B/Hip-Hop Top 20; RIAA Platinum; modern trap soul peak",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro",
      "titlePlacement": "Title 'allergic' in chorus 4× as repulsion-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 28,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Coercion Without Agency",
        "Generic Romance Mush — repulsion specificity"
      ],
      "substyleSignals": [
        "808 sub-bass + auto-tune",
        "Half-time feel",
        "Modern Brent Faiyaz aesthetic"
      ],
      "notable": [
        "Demonstrates 2022-era trap soul evolution toward more polished production",
        "Title-as-physical-condition metaphor for emotional repulsion — concrete receipt craft"
      ]
    },
    {
      "id": "rnb-030",
      "title": "Earned It",
      "artist": "The Weeknd",
      "year": 2014,
      "substyle": "trap-soul",
      "substyleNote": "The Weeknd's trap-soul-adjacent material; classed under trap-soul for 808 production + dark-mood aesthetic",
      "songwriterParadigm": "groove-first",
      "hitCredential": "Billboard Hot 100 #3; RIAA 9× Platinum; Grammy winner Best R&B Performance 2016 + Best Song Written for Visual Media 2016",
      "expectedBand": "S+",
      "expectedComposite": 96,
      "structure": "Intro → Verse → Chorus → Verse → Chorus → Bridge → Chorus → Outro",
      "titlePlacement": "Title 'earned it' in chorus 4× as devotional-thesis",
      "titleCarriesEmotionalMath": true,
      "estimatedTimeToHookSeconds": 28,
      "clicheTier1Used": [],
      "failureModesAvoided": [
        "Coercion Without Agency — devotional reciprocity framing",
        "Generic Romance Mush — specific devotional context",
        "Performative Vulnerability"
      ],
      "substyleSignals": [
        "808 sub-bass + cinematic strings",
        "Falsetto vocal tradition",
        "Modern trap-soul crossover production"
      ],
      "notable": [
        "Demonstrates how trap soul's production aesthetic adapts to soundtrack contexts (50 Shades of Grey)",
        "Grammy winner Best R&B Performance — institutional validation of the substyle"
      ]
    }
  ]
}
