From 754d633d09c6cd3bfe6b88e9136957bd38119b13 Mon Sep 17 00:00:00 2001 From: Etan Joseph Heyman Date: Mon, 23 Feb 2026 03:32:12 +0200 Subject: [PATCH] feat: add 8 community prompts Wide-open setups designed to invite sick AI answers. Co-Authored-By: Claude Opus 4.6 --- prompts.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/prompts.ts b/prompts.ts index 9b853cf..58a66bc 100644 --- a/prompts.ts +++ b/prompts.ts @@ -865,4 +865,14 @@ export const ALL_PROMPTS = [ "A good name for a mint for your butt", "A rejected Jelly Belly flavor", "The worst catchphrase for a Star Trek captain", + + // ── Community Prompts ───────────────────────────────────────────────────── + "Come up with the rejected third option for \"fight or flight\"", + "The most suspicious thing to whisper during a hug", + "A concerning hobby for a dentist to have", + "What the dog actually saw", + "A sign that your surgeon is winging it", + "A museum exhibit that got removed after one day", + "A terrible thing to yell during a moment of silence", + "What your sleep paralysis demon is actually thinking", ] as const;