================================================================================
TOP_PRIORITY_HIGH_IMPACT_FIXES_5_12_26.txt
CollabORhythm / Collabtunes — Final Handoff to Production Implementation Claude
Generated: 5.12.26
FORMAT: Impact tier | Fix description | Time estimate | Risk level
================================================================================

================================================================================
TIER 1 — ONE-LINE FIXES WITH MAXIMUM IMPACT
(Do these first. Each takes under 5 minutes. Each unblocks major systems.)
================================================================================

FIX-01 | Front Door Bouncer default state
IMPACT:  Makes the entire rating gate system work correctly
FILE:    FRONT_DOOR_BOUNCER_FIXED_COLOR_HTML.txt
CHANGE:  let selectedRating = ratings[4];  →  let selectedRating = ratings[0];
TIME:    2 minutes
RISK:    Zero — single variable assignment change
BLOCKS:  Entire safe-mode routing system until this is fixed

FIX-02 | Remove dev test pages from public nav
IMPACT:  Cleans up professional presentation; removes 4 dead-end visitor traps
CHANGE:  Delete 4 nav entries: HTML test1/2/3/(HTML 4)
TIME:    5 minutes in Yola
RISK:    Zero — pages still exist, just not linked from nav
AFFECTS: All visitors to the site

FIX-03 | Fix Revenue Streams broken URL
IMPACT:  Stops sending visitors to internal dev page
CHANGE:  Update /practice-head/ to correct destination (Tom confirms URL)
TIME:    2 minutes in Yola
RISK:    Zero — simple URL update
AFFECTS: Both homepage nav AND Switchboard Quicklinks table

================================================================================
TIER 2 — HIGH IMPACT, MODERATE EFFORT
(Do these after Tier 1. Each takes under 30 minutes. Each fixes a live public problem.)
================================================================================

FIX-04 | Gate NC-17 and X Quick Guide pages
IMPACT:  Stops X/NC-17 content from being publicly accessible without consent
PAGES:   /1-to-34-quick-guide-23-to-nc-17/ + /1-to-34-quick-guide-x/
APPROACH: Add bouncer check on page load — redirect to selection if not rated
TIME:    20 minutes
RISK:    Low — only affects users who haven't selected a rating
AFFECTS: All visitors who hit these pages directly

FIX-05 | Fix X-rated HOW I GOT HERE nav labels
IMPACT:  Removes explicit language from public nav visible to all visitors
CHANGE:  Change nav label text for Full Dirty and Full Talk w/Claude AI versions
         Either neutral labels OR remove from nav + gate pages themselves
TIME:    15 minutes in Yola nav editor
RISK:    Low — label change only, pages still exist
AFFECTS: Every visitor who sees the nav menu

FIX-06 | Gate Full Texts of Lyrics page
IMPACT:  Prevents X-rated lyrics from being accessible on safe-mode route
PAGE:    /8-of-35-full-texts-of-lyrics/
TIME:    20 minutes
RISK:    Low — gating only, content unchanged
AFFECTS: Entire content safety architecture

FIX-07 | Front Door subtitle copy change
IMPACT:  Removes pre-selection profanity from welcome experience
CHANGE:  "Bad Mutha Fucka mode" → neutral copy before rating selected
TIME:    5 minutes
RISK:    Zero — copy edit only
AFFECTS: First impression for every new visitor

================================================================================
TIER 3 — HIGH VALUE CLEANUP (Pre-generator — do before mass page production)
================================================================================

FIX-08 | Update Switchboard Quicklinks to include missing pages
IMPACT:  Page claims "every page" — currently missing ~25 pages including X-rated versions
TIME:    45 minutes
RISK:    Low — additive only, no existing rows changed
AFFECTS: Anyone using Quicklinks as the site directory (many users)

FIX-09 | Execute chapter drift fix (after Tom decides Option A or B)
IMPACT:  Fixes label/URL mismatch across 17 chapters — major professionalism issue
TIME:    Option A (label fix): 60 minutes | Option B (URL fix): 3–4 hours + redirects
RISK:    Option A: Low | Option B: High — broken bookmarks, external links
AFFECTS: All 17 drifted chapters and anything linking to them

FIX-10 | Process mood_settings_ratings_explicit_for_all_34_albums
IMPACT:  Unlocks confirmed per-album ratings for all 34 collections
         Without this, bouncer routing for albums 13–34 is incomplete
TIME:    30–60 minutes to extract and populate
RISK:    Zero — read-only operation, data extraction
AFFECTS: Entire rating gate system completeness

FIX-11 | Resolve duplicate Chapter 18 and Lady Weaver conflicts
IMPACT:  Fixes two broken nav slots that cause visitor confusion
TIME:    30 minutes (after Tom decides)
RISK:    Low — removing/redirecting duplicate, not deleting content
AFFECTS: Navigation integrity for Songbook section

FIX-12 | Build Website Mission Statement page
IMPACT:  Priority identity page — currently placeholder
         Every new visitor should be able to find this
TIME:    45 minutes
RISK:    Zero — new page build, nothing existing is changed
AFFECTS: New visitor onboarding and site credibility

FIX-13 | Build PDF landing page
IMPACT:  PDF currently direct-download with no landing page
         Visitors can't bookmark, share, or reference the PDF page cleanly
TIME:    30 minutes
RISK:    Zero — new page, existing PDF link unchanged
AFFECTS: Book download discoverability

================================================================================
TIER 4 — MOST DANGEROUS UNRESOLVED PROBLEMS
(These are the highest-risk items if left unaddressed)
================================================================================

DANGER-01 | X-rated content on public internet without gate (LIVE NOW)
RISK:       Legal exposure, reputational damage, minor accessibility
STATUS:     5 blockers live — see UNRESOLVED_BLOCKERS file
ACTION:     Fix-04, Fix-05, Fix-06 above — do immediately

DANGER-02 | DEFAMATION_RISK_REGISTRY not yet reviewed
RISK:       Content with potential defamation exposure is unquantified
           Could be in publicly accessible pages already
STATUS:     Tom has not reviewed this file yet
ACTION:     Tom reviews before any additional content is made public

DANGER-03 | Chapter drift not fixed before generator build
RISK:       Generator will hard-code wrong chapter numbers into 34+ pages
           Fixing after mass production = editing 34 pages individually
STATUS:     Tom decision pending
ACTION:     Resolve BEFORE starting Phase 5 (AIO generation)

DANGER-04 | GX delta:1 not verified before generator build
RISK:       Generator will display wrong GX scores on 6 Song List pages
           Creates public canon inconsistency
STATUS:     Tom verification pending
ACTION:     Resolve in Phase 4 before generation begins

DANGER-05 | SL22–24 URL format inconsistency not resolved
RISK:       Generator may produce wrong URLs for newest 3 Set Lists
STATUS:     Tom decision pending
ACTION:     Resolve before Set List generation (Phase 5.5+)

================================================================================
SYSTEMS AFFECTING THE MOST PAGES (Fix these = fix many pages at once)
================================================================================

SYSTEM                          | PAGES AFFECTED | STATUS
--------------------------------|----------------|------------------
Rating gate / bouncer logic     | ALL 121+ pages | Fix-01 thru Fix-07
Chapter numbering (drift)       | 17 chapters    | Pending Tom decision
Switchboard Quicklinks table    | Site directory | Fix-08
Nav menu labels                 | ALL pages      | Fix-02, Fix-05, Fix-09
Internal link URLs              | ALL generated  | Use URL_AUTHORITY_REGISTRY
Visual palette                  | ALL HTML files | Already correct in FIXED versions
15-block AIO template           | 34 album pages | Phase 4–5 work

================================================================================
END TOP_PRIORITY_HIGH_IMPACT_FIXES_5_12_26.txt
================================================================================
