vadugwi / pool.js
deucebucket's picture
All-neutral projective pool (multi-model consensus) + per-dimension scoring + reworded notes
4fcf639 verified
Raw
History Blame Contribute Delete
28.7 kB
// VADUGWI "Read the Room" probe pool.
// Sets window.RTR_POOL. cat in V A D U G W I; tier is always "N".
// Projective instrument: every scenario is a concrete, ambiguous-valence scene
// the reader colors themselves (gold standard: shoes collecting dust by the door).
// Neutralized via multi-model consensus (engine + DeepSeek + Codex/GPT + Gemini + OpenCode);
// every scene reads consensus-NEUTRAL across the panel.
window.RTR_POOL = [
// ===================== V — VALENCE (good/bad read) =====================
{ id: "v-n-001", cat: "V", tier: "N", text: "Your phone buzzes with a new message from an unknown number." },
{ id: "v-n-002", cat: "V", tier: "N", text: "A coworker asks if you have a minute to talk later." },
{ id: "v-n-003", cat: "V", tier: "N", text: "Your sibling sends a single word: 'call me.'" },
{ id: "v-n-004", cat: "V", tier: "N", text: "The weekend plans change and you end up with a free Saturday." },
{ id: "v-n-005", cat: "V", tier: "N", text: "Your boss schedules a one-on-one for tomorrow afternoon." },
{ id: "v-n-006", cat: "V", tier: "N", text: "You see a friend's suitcase beside your hallway radiator." },
{ id: "v-n-007", cat: "V", tier: "N", text: "You and your partner sit together for an hour this Saturday." },
{ id: "v-n-008", cat: "V", tier: "N", text: "An old classmate likes a photo you posted years ago." },
{ id: "v-n-009", cat: "V", tier: "N", text: "Your parent mails you a package with no note about what's inside." },
{ id: "v-n-010", cat: "V", tier: "N", text: "The restaurant is fully booked and you have to pick somewhere new." },
{ id: "v-n-011", cat: "V", tier: "N", text: "Your name comes up in a meeting you weren't in." },
{ id: "v-n-012", cat: "V", tier: "N", text: "A neighbor leaves a folded note tucked in your door." },
{ id: "v-n-013", cat: "V", tier: "N", text: "A name from your past appears in someone else's feed." },
{ id: "v-neg-001", cat: "V", tier: "N", text: "You receive a message on your phone about your plans tonight." },
{ id: "v-neg-002", cat: "V", tier: "N", text: "You see photos of a gathering that took place last night." },
{ id: "v-neg-003", cat: "V", tier: "N", text: "You look at the calendar and see the date you marked." },
{ id: "v-neg-004", cat: "V", tier: "N", text: "You listen to a voicemail about the timeline of your project." },
{ id: "v-neg-005", cat: "V", tier: "N", text: "You listen as your parent mentions your cousin's current job." },
{ id: "v-neg-006", cat: "V", tier: "N", text: "You open the fridge and find the container you labeled." },
{ id: "v-neg-007", cat: "V", tier: "N", text: "You watch as the person unwraps the gift and sets it down." },
{ id: "v-neg-008", cat: "V", tier: "N", text: "You check your flight app the night before your trip home." },
{ id: "v-neg-009", cat: "V", tier: "N", text: "You receive a call from your sibling after your birthday." },
{ id: "v-neg-010", cat: "V", tier: "N", text: "You read the name posted on the list for the new assignment." },
{ id: "v-neg-011", cat: "V", tier: "N", text: "You hear your name mentioned in a room nearby." },
{ id: "v-neg-012", cat: "V", tier: "N", text: "You watch your dog stand at the bottom of the stairs." },
{ id: "v-pos-001", cat: "V", tier: "N", text: "A friend calls and stays on the line without saying why." },
{ id: "v-pos-002", cat: "V", tier: "N", text: "You sit at the kitchen table as your parent pulls out a chair." },
{ id: "v-pos-003", cat: "V", tier: "N", text: "You see an email about the trip you booked months ago." },
{ id: "v-pos-004", cat: "V", tier: "N", text: "You find two plates set on the kitchen table before dinner." },
{ id: "v-pos-005", cat: "V", tier: "N", text: "You find a postcard with a foreign stamp in your mailbox." },
{ id: "v-pos-006", cat: "V", tier: "N", text: "You find every item moved off the kitchen counter." },
{ id: "v-pos-007", cat: "V", tier: "N", text: "A stranger holds up a wallet near the bench where you were sitting." },
{ id: "v-pos-008", cat: "V", tier: "N", text: "You notice a key lying on the entryway table." },
{ id: "v-pos-009", cat: "V", tier: "N", text: "A child runs across the room as you walk in." },
{ id: "v-pos-010", cat: "V", tier: "N", text: "A friend repeats a phrase you used weeks ago." },
{ id: "v-pos-011", cat: "V", tier: "N", text: "You open a card and find handwriting inside." },
{ id: "v-pos-012", cat: "V", tier: "N", text: "An email with a familiar subject line appears in your inbox." },
// ===================== A — AROUSAL (a jolt / a quiet) =====================
{ id: "a-n-001", cat: "A", tier: "N", text: "A door slams somewhere down the hall." },
{ id: "a-n-002", cat: "A", tier: "N", text: "Your phone lights up with three notifications at once." },
{ id: "a-n-003", cat: "A", tier: "N", text: "The room goes quiet the moment you walk in." },
{ id: "a-n-004", cat: "A", tier: "N", text: "You hear the hum of the refrigerator in the kitchen." },
{ id: "a-n-005", cat: "A", tier: "N", text: "Someone behind you suddenly says your name." },
{ id: "a-n-006", cat: "A", tier: "N", text: "Your name is called from across a hall of strangers." },
{ id: "a-n-007", cat: "A", tier: "N", text: "The lights flicker once and steady again." },
{ id: "a-n-008", cat: "A", tier: "N", text: "Your partner's tone shifts mid-sentence and you can't read it." },
{ id: "a-n-009", cat: "A", tier: "N", text: "A group chat you muted suddenly has forty new messages." },
{ id: "a-n-010", cat: "A", tier: "N", text: "The doorbell rings and you aren't expecting anyone." },
{ id: "a-n-011", cat: "A", tier: "N", text: "A bird taps the window beside you." },
{ id: "a-n-012", cat: "A", tier: "N", text: "Your phone rings at an hour when nobody usually calls." },
{ id: "a-neg-001", cat: "A", tier: "N", text: "You hear a sound from the next room while you are reading." },
{ id: "a-neg-002", cat: "A", tier: "N", text: "You hear a cabinet door close in the next room." },
{ id: "a-neg-003", cat: "A", tier: "N", text: "The sound of a car braking reaches you from the street behind." },
{ id: "a-neg-004", cat: "A", tier: "N", text: "You hear voices from the apartment above through the ceiling." },
{ id: "a-neg-005", cat: "A", tier: "N", text: "A person you know says your name from across the street." },
{ id: "a-neg-006", cat: "A", tier: "N", text: "You hear a car pass by on the street outside." },
{ id: "a-neg-007", cat: "A", tier: "N", text: "The door closes and the dishes rattle in the cupboard." },
{ id: "a-neg-008", cat: "A", tier: "N", text: "A dog behind a fence barks as you walk past the house." },
{ id: "a-neg-009", cat: "A", tier: "N", text: "A hand touches your arm in the crowd." },
{ id: "a-neg-010", cat: "A", tier: "N", text: "A glass slides off the table and onto the carpet." },
{ id: "a-neg-011", cat: "A", tier: "N", text: "A buzzer rings and the hallway fills with people." },
{ id: "a-neg-012", cat: "A", tier: "N", text: "You feel a draft of air in the hallway." },
{ id: "a-pos-001", cat: "A", tier: "N", text: "The room turns toward you as you step through the doorway." },
{ id: "a-pos-002", cat: "A", tier: "N", text: "The crowd rises and sits back down in a single motion." },
{ id: "a-pos-003", cat: "A", tier: "N", text: "Music starts playing from the speakers in the hallway." },
{ id: "a-pos-004", cat: "A", tier: "N", text: "Your name is the first one called from the list." },
{ id: "a-pos-005", cat: "A", tier: "N", text: "Your friend stands at the door with a bag in one hand." },
{ id: "a-pos-006", cat: "A", tier: "N", text: "Fireworks crack open above your head and the crowd gasps." },
{ id: "a-pos-007", cat: "A", tier: "N", text: "Your phone lights up with messages all at once." },
{ id: "a-pos-008", cat: "A", tier: "N", text: "The plane lifts off and your stomach drops." },
{ id: "a-pos-009", cat: "A", tier: "N", text: "A flash of light appears as you turn the corner." },
{ id: "a-pos-010", cat: "A", tier: "N", text: "The countdown hits zero and the street goes quiet." },
{ id: "a-pos-011", cat: "A", tier: "N", text: "Your partner takes both your hands and steps backward." },
{ id: "a-pos-012", cat: "A", tier: "N", text: "The roller coaster crests the top and hands tighten on the bar." },
// ===================== D — DOMINANCE (in control / not) =====================
{ id: "d-n-001", cat: "D", tier: "N", text: "The group turns to you to make the call on where to eat." },
{ id: "d-n-002", cat: "D", tier: "N", text: "Your boss asks what you think the team should do next." },
{ id: "d-n-003", cat: "D", tier: "N", text: "Someone hands you the keys and says, 'you drive.'" },
{ id: "d-n-004", cat: "D", tier: "N", text: "A vote splits down the middle and yours is the tiebreaker." },
{ id: "d-n-005", cat: "D", tier: "N", text: "Your sibling asks you to settle a family disagreement." },
{ id: "d-n-006", cat: "D", tier: "N", text: "The room goes silent, waiting for you to speak first." },
{ id: "d-n-007", cat: "D", tier: "N", text: "A junior coworker asks you to sign off on their plan." },
{ id: "d-n-008", cat: "D", tier: "N", text: "Your partner leaves the big decision entirely up to you." },
{ id: "d-n-009", cat: "D", tier: "N", text: "You're asked to lead the meeting with no warning." },
{ id: "d-n-010", cat: "D", tier: "N", text: "Someone disagrees with you in front of the whole table." },
{ id: "d-n-011", cat: "D", tier: "N", text: "The waiter looks to you to order for the table." },
{ id: "d-n-012", cat: "D", tier: "N", text: "A friend asks you to pick the movie everyone has to sit through." },
{ id: "d-neg-001", cat: "D", tier: "N", text: "You point to a note while the team looks at another screen." },
{ id: "d-neg-002", cat: "D", tier: "N", text: "Your boss circles one option on the printed plan." },
{ id: "d-neg-003", cat: "D", tier: "N", text: "Three people continue their conversation as you arrive." },
{ id: "d-neg-004", cat: "D", tier: "N", text: "Your parent places a signed form beside your keys." },
{ id: "d-neg-005", cat: "D", tier: "N", text: "The manager points to the numbers on the budget sheet." },
{ id: "d-neg-006", cat: "D", tier: "N", text: "The manager hands your folder to the person at the next desk." },
{ id: "d-neg-007", cat: "D", tier: "N", text: "A person moves into the space directly in front of you." },
{ id: "d-neg-008", cat: "D", tier: "N", text: "Your partner books the flight for both of you." },
{ id: "d-neg-009", cat: "D", tier: "N", text: "A printed page returns with red marks in the margins." },
{ id: "d-neg-010", cat: "D", tier: "N", text: "You read the new policy posted on the lobby door." },
{ id: "d-neg-011", cat: "D", tier: "N", text: "Another person repeats your suggestion to the group." },
{ id: "d-neg-012", cat: "D", tier: "N", text: "You listen as the committee assigns you to the task." },
{ id: "d-pos-001", cat: "D", tier: "N", text: "Your boss leaves the approval box blank and sets the folder in front of you." },
{ id: "d-pos-002", cat: "D", tier: "N", text: "The group follows the path you marked on the map." },
{ id: "d-pos-003", cat: "D", tier: "N", text: "You speak first during the scheduled conversation." },
{ id: "d-pos-004", cat: "D", tier: "N", text: "You manage the schedule for the next phase." },
{ id: "d-pos-005", cat: "D", tier: "N", text: "You set a boundary with a relative and they nod once, then leave." },
{ id: "d-pos-006", cat: "D", tier: "N", text: "You stand at the front to start the presentation." },
{ id: "d-pos-007", cat: "D", tier: "N", text: "You pick the option at the bottom of the list." },
{ id: "d-pos-008", cat: "D", tier: "N", text: "Your partner watches as you set the thermostat." },
{ id: "d-pos-009", cat: "D", tier: "N", text: "You slide a marked-up contract back across the table." },
{ id: "d-pos-010", cat: "D", tier: "N", text: "A colleague watches how you organize the files." },
{ id: "d-pos-011", cat: "D", tier: "N", text: "You say no and the other person says okay and picks up their coat." },
{ id: "d-pos-012", cat: "D", tier: "N", text: "You stand at the front as the room turns toward the screen." },
// ===================== U — URGENCY (time pressure / open time) =====================
{ id: "u-n-001", cat: "U", tier: "N", text: "A text comes in that just says 'when you get a sec.'" },
{ id: "u-n-002", cat: "U", tier: "N", text: "The calendar on your phone shows a meeting you scheduled last week." },
{ id: "u-n-003", cat: "U", tier: "N", text: "Your boss writes 'circle back on this' with no date attached." },
{ id: "u-n-004", cat: "U", tier: "N", text: "A friend asks if you're free 'sometime this week.'" },
{ id: "u-n-005", cat: "U", tier: "N", text: "The form says it's due 'soon' without saying when." },
{ id: "u-n-006", cat: "U", tier: "N", text: "Your sibling texts 'we need to sort the thing out eventually.'" },
{ id: "u-n-007", cat: "U", tier: "N", text: "A meeting gets a tentative hold on your calendar." },
{ id: "u-n-008", cat: "U", tier: "N", text: "Your partner says 'remind me to deal with that later.'" },
{ id: "u-n-009", cat: "U", tier: "N", text: "The dentist's office leaves a voicemail about scheduling." },
{ id: "u-n-010", cat: "U", tier: "N", text: "A coworker drops a task in your queue marked 'whenever.'" },
{ id: "u-n-011", cat: "U", tier: "N", text: "You see an unread email flagged but not yet opened." },
{ id: "u-n-012", cat: "U", tier: "N", text: "The kitchen timer shows three minutes left on a silent counter." },
{ id: "u-neg-001", cat: "U", tier: "N", text: "You check the clock as a text message appears on your phone." },
{ id: "u-neg-002", cat: "U", tier: "N", text: "You watch the cursor blink on the computer screen." },
{ id: "u-neg-003", cat: "U", tier: "N", text: "Your phone shows a message from your mother: \"call by 3:00.\"" },
{ id: "u-neg-004", cat: "U", tier: "N", text: "You see an email in your spam folder with a red exclamation mark." },
{ id: "u-neg-005", cat: "U", tier: "N", text: "The metal gate at the top of the escalator moves across the path." },
{ id: "u-neg-006", cat: "U", tier: "N", text: "You turn the car key while looking at the clock on the dash." },
{ id: "u-neg-007", cat: "U", tier: "N", text: "You watch the windshield wipers move across the glass." },
{ id: "u-neg-008", cat: "U", tier: "N", text: "Five people watch you as you pick up the final folder." },
{ id: "u-neg-009", cat: "U", tier: "N", text: "You see a stack of newspapers on the porch next door." },
{ id: "u-neg-010", cat: "U", tier: "N", text: "You watch the water in the pot begin to simmer." },
{ id: "u-neg-011", cat: "U", tier: "N", text: "You wait at the curb as the walk signal counts down." },
{ id: "u-neg-012", cat: "U", tier: "N", text: "You see the minutes change on the digital clock." },
{ id: "u-pos-001", cat: "U", tier: "N", text: "The receptionist says you can enter the office now." },
{ id: "u-pos-002", cat: "U", tier: "N", text: "A text arrives from a friend as you hear a knock on the door." },
{ id: "u-pos-003", cat: "U", tier: "N", text: "The contract states that the decision must be made by tonight." },
{ id: "u-pos-004", cat: "U", tier: "N", text: "Two tickets remain on the counter at the box office window." },
{ id: "u-pos-005", cat: "U", tier: "N", text: "You see a suitcase on the bed and a note with a departure time." },
{ id: "u-pos-006", cat: "U", tier: "N", text: "The host says they can seat you if you arrive in ten minutes." },
{ id: "u-pos-007", cat: "U", tier: "N", text: "The light shifts over the hills as the sun drops toward the horizon." },
{ id: "u-pos-008", cat: "U", tier: "N", text: "They call for someone to come on stage now, and you step forward." },
{ id: "u-pos-009", cat: "U", tier: "N", text: "You see a bus at the stop at the end of the block." },
{ id: "u-pos-010", cat: "U", tier: "N", text: "You see tonight's show time blinking beside a row of open seats." },
{ id: "u-pos-011", cat: "U", tier: "N", text: "You hear a friend say, \"Come here now,\" as footsteps pass your door." },
{ id: "u-pos-012", cat: "U", tier: "N", text: "You stand near a finish line while the timer counts down." },
// ===================== G — GRAVITY (weight / lightness) =====================
{ id: "g-n-001", cat: "G", tier: "N", text: "Your parent says 'there's something we should discuss' and waits." },
{ id: "g-n-002", cat: "G", tier: "N", text: "A letter from a lawyer's office sits unopened on the table." },
{ id: "g-n-003", cat: "G", tier: "N", text: "Your partner places their phone face down on the table between you." },
{ id: "g-n-004", cat: "G", tier: "N", text: "The doctor's office asks you to come in to talk in person." },
{ id: "g-n-005", cat: "G", tier: "N", text: "A coworker says 'this stays between us' before they start." },
{ id: "g-n-006", cat: "G", tier: "N", text: "Your sibling calls and the first thing they say is 'sit down.'" },
{ id: "g-n-007", cat: "G", tier: "N", text: "An email arrives marked 'confidential — please read carefully.'" },
{ id: "g-n-008", cat: "G", tier: "N", text: "Your boss closes the office door before saying anything." },
{ id: "g-n-009", cat: "G", tier: "N", text: "A friend says 'I've been meaning to tell you something.'" },
{ id: "g-n-010", cat: "G", tier: "N", text: "The whole family is asked to gather for an announcement." },
{ id: "g-n-011", cat: "G", tier: "N", text: "Your name is on an envelope with a government seal." },
{ id: "g-n-012", cat: "G", tier: "N", text: "Someone says 'we need to talk about money' over dinner." },
{ id: "g-neg-001", cat: "G", tier: "N", text: "The doctor enters the room with a folder and sits across from you." },
{ id: "g-neg-002", cat: "G", tier: "N", text: "You watch your parent place a medical form on the kitchen table." },
{ id: "g-neg-003", cat: "G", tier: "N", text: "A friend calls and asks if you have a minute." },
{ id: "g-neg-004", cat: "G", tier: "N", text: "You hold a letter with your address printed above a deadline." },
{ id: "g-neg-005", cat: "G", tier: "N", text: "You and your partner sit at opposite ends of the couch after dinner." },
{ id: "g-neg-006", cat: "G", tier: "N", text: "You see a company-wide meeting added to Friday's calendar." },
{ id: "g-neg-007", cat: "G", tier: "N", text: "You notice an old story of yours at the top of a group thread." },
{ id: "g-neg-008", cat: "G", tier: "N", text: "You stand beside an exam table while the vet reads from a chart." },
{ id: "g-neg-009", cat: "G", tier: "N", text: "Your sibling leaves a sealed envelope on your kitchen counter." },
{ id: "g-neg-010", cat: "G", tier: "N", text: "You are asked to say a few words at the gathering." },
{ id: "g-neg-011", cat: "G", tier: "N", text: "A notification states the project you submitted is currently being reviewed." },
{ id: "g-neg-012", cat: "G", tier: "N", text: "Your parent looks at you, then at the door, then back at you." },
{ id: "g-pos-001", cat: "G", tier: "N", text: "Your partner pauses, then reaches into their coat pocket." },
{ id: "g-pos-002", cat: "G", tier: "N", text: "The doctor points to the scan and says something about the cells." },
{ id: "g-pos-003", cat: "G", tier: "N", text: "You see a cardboard box sitting in the hallway." },
{ id: "g-pos-004", cat: "G", tier: "N", text: "Your parent says something you once hoped to hear, now spoken." },
{ id: "g-pos-005", cat: "G", tier: "N", text: "You watch several names change on a stack of signed papers." },
{ id: "g-pos-006", cat: "G", tier: "N", text: "You walk across the stage as people in the audience shift in their seats." },
{ id: "g-pos-007", cat: "G", tier: "N", text: "A friend sets a folded note beside your cup before leaving." },
{ id: "g-pos-008", cat: "G", tier: "N", text: "You hold a set of keys over an empty kitchen counter." },
{ id: "g-pos-009", cat: "G", tier: "N", text: "Your sibling stands at the door with a cake and a calendar." },
{ id: "g-pos-010", cat: "G", tier: "N", text: "You pull the cord beside the hospital bed and it chimes once." },
{ id: "g-pos-011", cat: "G", tier: "N", text: "Your mentor sets your work on the desk and studies it." },
{ id: "g-pos-012", cat: "G", tier: "N", text: "Two families sit across from each other at a long table." },
// ===================== W — SELF-WORTH (how you measure up) =====================
{ id: "w-n-001", cat: "W", tier: "N", text: "A coworker says 'you're a lot like your old boss.'" },
{ id: "w-n-002", cat: "W", tier: "N", text: "Someone notices the thing you've been quietly working on." },
{ id: "w-n-003", cat: "W", tier: "N", text: "Your name appears on a list you didn't know you were on." },
{ id: "w-n-004", cat: "W", tier: "N", text: "A friend says 'you've changed' and doesn't explain how." },
{ id: "w-n-005", cat: "W", tier: "N", text: "Your photo from years ago resurfaces in a group chat." },
{ id: "w-n-006", cat: "W", tier: "N", text: "A relative says 'you remind me so much of myself.'" },
{ id: "w-n-007", cat: "W", tier: "N", text: "Someone asks why you do the thing you do." },
{ id: "w-n-008", cat: "W", tier: "N", text: "You catch your reflection in a window mid-stride." },
{ id: "w-n-009", cat: "W", tier: "N", text: "You and a peer wait beside a posted cast list." },
{ id: "w-n-010", cat: "W", tier: "N", text: "Your old teacher recalls a story about you that you had forgotten." },
{ id: "w-n-011", cat: "W", tier: "N", text: "A stranger guesses your age, and they're a few years off." },
{ id: "w-n-012", cat: "W", tier: "N", text: "Someone asks what you've been up to since they last saw you." },
{ id: "w-neg-001", cat: "W", tier: "N", text: "Your boss circles three lines on your report during the meeting." },
{ id: "w-neg-002", cat: "W", tier: "N", text: "A parent stands in the doorway while you finish the task." },
{ id: "w-neg-003", cat: "W", tier: "N", text: "A peer shows the group the method you use every day." },
{ id: "w-neg-004", cat: "W", tier: "N", text: "Someone repeats your words in a different tone of voice." },
{ id: "w-neg-005", cat: "W", tier: "N", text: "Your partner looks at you and then looks at the clock." },
{ id: "w-neg-006", cat: "W", tier: "N", text: "You sit outside the interview room as names are called from a list." },
{ id: "w-neg-007", cat: "W", tier: "N", text: "A friend describes a habit of yours during dinner." },
{ id: "w-neg-008", cat: "W", tier: "N", text: "You stand near the chalk line while team captains point at names." },
{ id: "w-neg-009", cat: "W", tier: "N", text: "A sibling tells a story about you to the group." },
{ id: "w-neg-010", cat: "W", tier: "N", text: "Your draft returns with notes in a color you did not use." },
{ id: "w-neg-011", cat: "W", tier: "N", text: "A coworker looks over what you made and says it seems simple enough." },
{ id: "w-neg-012", cat: "W", tier: "N", text: "You scroll past a row of other people's updates." },
{ id: "w-pos-001", cat: "W", tier: "N", text: "Your boss singles out your work in front of the whole team." },
{ id: "w-pos-002", cat: "W", tier: "N", text: "A parent says you remind them of how they used to be." },
{ id: "w-pos-003", cat: "W", tier: "N", text: "A friend asks how you learned to do the thing on your desk." },
{ id: "w-pos-004", cat: "W", tier: "N", text: "Someone talks to you about the way they view themselves." },
{ id: "w-pos-005", cat: "W", tier: "N", text: "Your partner speaks about your place in their daily routine." },
{ id: "w-pos-006", cat: "W", tier: "N", text: "You watch a folder with your photo move to the center of the table." },
{ id: "w-pos-007", cat: "W", tier: "N", text: "You hand back a marked page with your notes beside your mentor's." },
{ id: "w-pos-008", cat: "W", tier: "N", text: "A stranger stops to talk about a project you completed." },
{ id: "w-pos-009", cat: "W", tier: "N", text: "Your sibling describes your position within the family." },
{ id: "w-pos-010", cat: "W", tier: "N", text: "You pause as several hands rise before your last slide appears." },
{ id: "w-pos-011", cat: "W", tier: "N", text: "Someone says your name while talking about their plans." },
{ id: "w-pos-012", cat: "W", tier: "N", text: "You stack a recent draft beside one from last year." },
// ===================== I — INTENT / CONNECTION (toward / away) =====================
{ id: "i-n-001", cat: "I", tier: "N", text: "An old friend texts 'we should catch up sometime.'" },
{ id: "i-n-002", cat: "I", tier: "N", text: "Your ex likes your post but doesn't say anything." },
{ id: "i-n-003", cat: "I", tier: "N", text: "A coworker invites you to a thing after work." },
{ id: "i-n-004", cat: "I", tier: "N", text: "Your parent leaves a voicemail and asks you to call back." },
{ id: "i-n-005", cat: "I", tier: "N", text: "Someone you barely know adds you and waves hello." },
{ id: "i-n-006", cat: "I", tier: "N", text: "A neighbor asks if you'd ever want to grab coffee." },
{ id: "i-n-007", cat: "I", tier: "N", text: "Your sibling starts a message, types, and stops." },
{ id: "i-n-008", cat: "I", tier: "N", text: "A friend you drifted from writes 'miss this' on a photo from three years ago." },
{ id: "i-n-009", cat: "I", tier: "N", text: "An invite to a reunion lands in your inbox." },
{ id: "i-n-010", cat: "I", tier: "N", text: "Your partner asks if you want company or some space tonight." },
{ id: "i-n-011", cat: "I", tier: "N", text: "Someone leaves the door open and says 'whenever you're ready.'" },
{ id: "i-n-012", cat: "I", tier: "N", text: "A group asks if you're in for the weekend, no pressure." },
{ id: "i-neg-001", cat: "I", tier: "N", text: "You see two typing dots appear, vanish, and appear again." },
{ id: "i-neg-002", cat: "I", tier: "N", text: "You sit across from someone who keeps turning a glass in place." },
{ id: "i-neg-003", cat: "I", tier: "N", text: "You hear a phone ring twice before the line switches to voicemail." },
{ id: "i-neg-004", cat: "I", tier: "N", text: "You see the date of the last message in your chat with a friend." },
{ id: "i-neg-005", cat: "I", tier: "N", text: "You notice one empty chair between you and your sibling at dinner." },
{ id: "i-neg-006", cat: "I", tier: "N", text: "You finish a sentence as someone reaches for their cup." },
{ id: "i-neg-007", cat: "I", tier: "N", text: "The reply to your message consists of a single word." },
{ id: "i-neg-008", cat: "I", tier: "N", text: "At the crosswalk, someone you know looks up as you pass." },
{ id: "i-neg-009", cat: "I", tier: "N", text: "Your partner stops speaking and looks at the wall clock." },
{ id: "i-neg-010", cat: "I", tier: "N", text: "Three people discuss a schedule while you stand near the table." },
{ id: "i-neg-011", cat: "I", tier: "N", text: "You speak; they nod once and turn a page." },
{ id: "i-neg-012", cat: "I", tier: "N", text: "Someone repeats a detail you mentioned earlier." },
{ id: "i-pos-001", cat: "I", tier: "N", text: "A friend calls and stays on the line without saying why." },
{ id: "i-pos-002", cat: "I", tier: "N", text: "Your parent calls while you are rinsing a cup." },
{ id: "i-pos-003", cat: "I", tier: "N", text: "A former classmate sends a message after several months." },
{ id: "i-pos-004", cat: "I", tier: "N", text: "Your partner's hand rests on the armrest beside yours." },
{ id: "i-pos-005", cat: "I", tier: "N", text: "A visitor arrives at your door on a Tuesday evening." },
{ id: "i-pos-006", cat: "I", tier: "N", text: "Your sibling leaves a voicemail while you are out." },
{ id: "i-pos-007", cat: "I", tier: "N", text: "A friend asks what you did during the afternoon." },
{ id: "i-pos-008", cat: "I", tier: "N", text: "You start a story, and they place both elbows on the table." },
{ id: "i-pos-009", cat: "I", tier: "N", text: "A friend stands next to you while waiting for the elevator." },
{ id: "i-pos-010", cat: "I", tier: "N", text: "Your partner sets a cup beside yours and waits." },
{ id: "i-pos-011", cat: "I", tier: "N", text: "Someone keeps one chair empty and taps its back when you enter." },
{ id: "i-pos-012", cat: "I", tier: "N", text: "The doorbell rings and a friend is standing on the porch." },
];
if (typeof module !== "undefined" && module.exports) { module.exports = window.RTR_POOL; }