420 lines
6.9 KiB
Markdown
420 lines
6.9 KiB
Markdown
|
|
# Daily Single Choice Weekday System
|
||
|
|
|
||
|
|
This is the weekday question system for Closer daily questions.
|
||
|
|
|
||
|
|
It is not a normal mixed question pack. It is a daily single choice pack where each weekday has its own theme.
|
||
|
|
|
||
|
|
## Pack Identity
|
||
|
|
|
||
|
|
Recommended file id:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_single_choice_weekly_v1
|
||
|
|
```
|
||
|
|
|
||
|
|
Recommended file name:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_single_choice_weekly_v1.json
|
||
|
|
```
|
||
|
|
|
||
|
|
Current compatibility option:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_fun_multiple_choice_v3.json
|
||
|
|
```
|
||
|
|
|
||
|
|
Use the old filename only if the app code still expects it. The content should still be single choice.
|
||
|
|
|
||
|
|
|
||
|
|
## Required Pack Counts
|
||
|
|
|
||
|
|
This special daily pack should use these counts unless the app code is changed and the README explains why:
|
||
|
|
|
||
|
|
* total questions: 500
|
||
|
|
* free questions: 75
|
||
|
|
* premium questions: 425
|
||
|
|
* question type: 500 single_choice
|
||
|
|
|
||
|
|
These counts are different from standard 250 question category packs. Do not apply the normal 140 multi_choice, 50 single_choice, 35 scale, 15 this_or_that, and 10 written mix to this daily pack.
|
||
|
|
|
||
|
|
## Required Question Type
|
||
|
|
|
||
|
|
Every question in this pack must use:
|
||
|
|
|
||
|
|
```json
|
||
|
|
"type": "single_choice"
|
||
|
|
```
|
||
|
|
|
||
|
|
Single choice means the user picks one best answer.
|
||
|
|
|
||
|
|
Every question must have 4 to 6 short options. Four is preferred for daily questions.
|
||
|
|
|
||
|
|
## Daily Voice Standard
|
||
|
|
|
||
|
|
Daily questions should sound like two people deciding what to do, say, eat, watch, laugh about, try, or enjoy together today.
|
||
|
|
|
||
|
|
They should be:
|
||
|
|
|
||
|
|
* quick
|
||
|
|
* warm
|
||
|
|
* concrete
|
||
|
|
* playful
|
||
|
|
* easy to answer
|
||
|
|
* relationship focused
|
||
|
|
* doable in normal life
|
||
|
|
|
||
|
|
They should not sound like:
|
||
|
|
|
||
|
|
* therapy homework
|
||
|
|
* a self-help worksheet
|
||
|
|
* an HR wellness survey
|
||
|
|
* a communication framework
|
||
|
|
* generic AI relationship advice
|
||
|
|
|
||
|
|
If the question sounds like a couples counselor wrote it, rewrite it.
|
||
|
|
|
||
|
|
## Banned Daily Tone Words
|
||
|
|
|
||
|
|
Avoid these in daily questions unless there is a very specific reason:
|
||
|
|
|
||
|
|
* reset
|
||
|
|
* process
|
||
|
|
* mental load
|
||
|
|
* emotional load
|
||
|
|
* autopilot
|
||
|
|
* pressure
|
||
|
|
* soft landing
|
||
|
|
* relationship dynamic
|
||
|
|
* name the mood
|
||
|
|
* emotional processing
|
||
|
|
* communication style
|
||
|
|
* conflict framework
|
||
|
|
|
||
|
|
These words push the pack toward therapy voice.
|
||
|
|
|
||
|
|
## Good Daily Question Style
|
||
|
|
|
||
|
|
Good:
|
||
|
|
|
||
|
|
```text
|
||
|
|
Long day. What would actually help tonight?
|
||
|
|
```
|
||
|
|
|
||
|
|
Options:
|
||
|
|
|
||
|
|
* A hug before chores
|
||
|
|
* Dinner without overthinking it
|
||
|
|
* Ten quiet minutes together
|
||
|
|
* One tiny task done
|
||
|
|
|
||
|
|
Good:
|
||
|
|
|
||
|
|
```text
|
||
|
|
What tiny date move sounds best tonight?
|
||
|
|
```
|
||
|
|
|
||
|
|
Options:
|
||
|
|
|
||
|
|
* Dessert on the couch
|
||
|
|
* A short walk
|
||
|
|
* A movie we already love
|
||
|
|
* A silly little errand together
|
||
|
|
|
||
|
|
Good:
|
||
|
|
|
||
|
|
```text
|
||
|
|
What would make tonight feel more fun?
|
||
|
|
```
|
||
|
|
|
||
|
|
Options:
|
||
|
|
|
||
|
|
* Snacks and a bad movie
|
||
|
|
* Music while we clean
|
||
|
|
* A tiny bet over dinner
|
||
|
|
* One dumb inside joke revived
|
||
|
|
|
||
|
|
## Bad Daily Question Style
|
||
|
|
|
||
|
|
Bad:
|
||
|
|
|
||
|
|
```text
|
||
|
|
Which reset would help us avoid autopilot?
|
||
|
|
```
|
||
|
|
|
||
|
|
Why it fails:
|
||
|
|
|
||
|
|
* therapy coded
|
||
|
|
* abstract
|
||
|
|
* not concrete
|
||
|
|
* sounds generated
|
||
|
|
|
||
|
|
Bad:
|
||
|
|
|
||
|
|
```text
|
||
|
|
What would help us process the emotional load of the week?
|
||
|
|
```
|
||
|
|
|
||
|
|
Why it fails:
|
||
|
|
|
||
|
|
* too clinical
|
||
|
|
* too heavy for a daily prompt
|
||
|
|
* sounds like a worksheet
|
||
|
|
|
||
|
|
Bad:
|
||
|
|
|
||
|
|
```text
|
||
|
|
Which communication dynamic would support our connection tonight?
|
||
|
|
```
|
||
|
|
|
||
|
|
Why it fails:
|
||
|
|
|
||
|
|
* no real couple talks like this
|
||
|
|
* generic
|
||
|
|
* dead on arrival
|
||
|
|
|
||
|
|
## Weekday Lineup
|
||
|
|
|
||
|
|
### Monday: Mood Check Monday
|
||
|
|
|
||
|
|
Purpose: pick what kind of day the relationship needs.
|
||
|
|
|
||
|
|
Vibe: gentle, simple, start of week, low pressure.
|
||
|
|
|
||
|
|
Use prompts about:
|
||
|
|
|
||
|
|
* tired evenings
|
||
|
|
* small kindness
|
||
|
|
* easy dinners
|
||
|
|
* starting the week well
|
||
|
|
* tiny help
|
||
|
|
* feeling cared for
|
||
|
|
|
||
|
|
Example:
|
||
|
|
|
||
|
|
```text
|
||
|
|
What would help us start the week feeling closer?
|
||
|
|
```
|
||
|
|
|
||
|
|
Required tag:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_monday_mood_check
|
||
|
|
```
|
||
|
|
|
||
|
|
### Tuesday: Tiny Win Tuesday
|
||
|
|
|
||
|
|
Purpose: pick one small thing to do together.
|
||
|
|
|
||
|
|
Vibe: low effort, practical, cute, doable.
|
||
|
|
|
||
|
|
Use prompts about:
|
||
|
|
|
||
|
|
* one chore handled
|
||
|
|
* one tiny plan
|
||
|
|
* one easy treat
|
||
|
|
* one small date move
|
||
|
|
* one useful win
|
||
|
|
|
||
|
|
Example:
|
||
|
|
|
||
|
|
```text
|
||
|
|
Which tiny win should we aim for tonight?
|
||
|
|
```
|
||
|
|
|
||
|
|
Required tag:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_tuesday_tiny_win
|
||
|
|
```
|
||
|
|
|
||
|
|
### Wednesday: Real One Wednesday
|
||
|
|
|
||
|
|
Purpose: pick the most honest answer.
|
||
|
|
|
||
|
|
Vibe: present, grounded, lightly meaningful, not heavy.
|
||
|
|
|
||
|
|
Use prompts about:
|
||
|
|
|
||
|
|
* honest preferences
|
||
|
|
* what would help today
|
||
|
|
* real needs
|
||
|
|
* simple attention
|
||
|
|
* small truths
|
||
|
|
|
||
|
|
Example:
|
||
|
|
|
||
|
|
```text
|
||
|
|
What would make us feel more present with each other tonight?
|
||
|
|
```
|
||
|
|
|
||
|
|
Required tag:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_wednesday_real_one
|
||
|
|
```
|
||
|
|
|
||
|
|
### Thursday: Laugh It Off Thursday
|
||
|
|
|
||
|
|
Purpose: pick something silly or low pressure.
|
||
|
|
|
||
|
|
Vibe: weird, funny, tired week energy.
|
||
|
|
|
||
|
|
Use prompts about:
|
||
|
|
|
||
|
|
* dumb jokes
|
||
|
|
* snacks
|
||
|
|
* bad movies
|
||
|
|
* silly awards
|
||
|
|
* weird couple habits
|
||
|
|
* harmless chaos
|
||
|
|
|
||
|
|
Example:
|
||
|
|
|
||
|
|
```text
|
||
|
|
What ridiculous little thing would improve our night?
|
||
|
|
```
|
||
|
|
|
||
|
|
Required tag:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_thursday_laugh
|
||
|
|
```
|
||
|
|
|
||
|
|
### Friday: Flirty Friday
|
||
|
|
|
||
|
|
Purpose: pick something playful, sweet, attractive, or date like.
|
||
|
|
|
||
|
|
Vibe: compliments, attraction, flirting, fun.
|
||
|
|
|
||
|
|
Use prompts about:
|
||
|
|
|
||
|
|
* compliments
|
||
|
|
* date energy
|
||
|
|
* kisses
|
||
|
|
* playful texts
|
||
|
|
* looking good for each other
|
||
|
|
* feeling wanted
|
||
|
|
|
||
|
|
Example:
|
||
|
|
|
||
|
|
```text
|
||
|
|
What kind of flirting from me still works best?
|
||
|
|
```
|
||
|
|
|
||
|
|
Required tag:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_friday_flirty
|
||
|
|
```
|
||
|
|
|
||
|
|
### Saturday: Side Quest Saturday
|
||
|
|
|
||
|
|
Purpose: pick a tiny adventure or date idea.
|
||
|
|
|
||
|
|
Vibe: playful, outside the routine, doable.
|
||
|
|
|
||
|
|
Use prompts about:
|
||
|
|
|
||
|
|
* errands turned into dates
|
||
|
|
* food trips
|
||
|
|
* walks
|
||
|
|
* trying something new
|
||
|
|
* small adventures
|
||
|
|
* leaving the house
|
||
|
|
|
||
|
|
Example:
|
||
|
|
|
||
|
|
```text
|
||
|
|
What kind of mini adventure sounds most like us today?
|
||
|
|
```
|
||
|
|
|
||
|
|
Required tag:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_saturday_side_quest
|
||
|
|
```
|
||
|
|
|
||
|
|
### Sunday: Slow Burn Sunday
|
||
|
|
|
||
|
|
Purpose: pick a warm intimacy or closeness answer.
|
||
|
|
|
||
|
|
Vibe: affectionate, cozy, optionally spicy, never pushy.
|
||
|
|
|
||
|
|
Use prompts about:
|
||
|
|
|
||
|
|
* cuddling
|
||
|
|
* closeness
|
||
|
|
* kisses
|
||
|
|
* sweet attention
|
||
|
|
* cozy plans
|
||
|
|
* affection with consent
|
||
|
|
|
||
|
|
Example:
|
||
|
|
|
||
|
|
```text
|
||
|
|
What kind of closeness would feel best tonight?
|
||
|
|
```
|
||
|
|
|
||
|
|
Required tag:
|
||
|
|
|
||
|
|
```text
|
||
|
|
daily_sunday_slow_burn
|
||
|
|
```
|
||
|
|
|
||
|
|
## Option Rules
|
||
|
|
|
||
|
|
For every single choice daily question:
|
||
|
|
|
||
|
|
* use 4 options when possible
|
||
|
|
* keep options short
|
||
|
|
* make every option answer the prompt
|
||
|
|
* avoid obvious correct answers
|
||
|
|
* avoid duplicate option sets
|
||
|
|
* avoid options that overlap too much
|
||
|
|
* avoid shame
|
||
|
|
* keep choices realistic
|
||
|
|
|
||
|
|
Bad options:
|
||
|
|
|
||
|
|
* Be better
|
||
|
|
* Communicate more
|
||
|
|
* Fix the relationship
|
||
|
|
* Other
|
||
|
|
|
||
|
|
Good options:
|
||
|
|
|
||
|
|
* Make dinner easy
|
||
|
|
* Take a short walk
|
||
|
|
* Send a sweet text
|
||
|
|
* Save me the good blanket
|
||
|
|
|
||
|
|
## Batch Workflow
|
||
|
|
|
||
|
|
Do not write 500 daily questions in one pass.
|
||
|
|
|
||
|
|
Use this flow:
|
||
|
|
|
||
|
|
1. Write 20 to 30 sample questions for one weekday.
|
||
|
|
2. Review voice before scaling.
|
||
|
|
3. Remove therapy coded words.
|
||
|
|
4. Check that every option answers the prompt.
|
||
|
|
5. Check opening variety.
|
||
|
|
6. Only then write the next batch.
|
||
|
|
7. After all weekdays are written, read 30 random questions aloud.
|
||
|
|
8. Reject the pack if it sounds repetitive, clinical, generic, or AI written.
|
||
|
|
|
||
|
|
## Final Approval
|
||
|
|
|
||
|
|
A daily single choice weekday pack is ready only when:
|
||
|
|
|
||
|
|
* every question is single_choice
|
||
|
|
* every question has exactly one weekday tag
|
||
|
|
* every question has 4 to 6 options
|
||
|
|
* no question sounds like therapy homework
|
||
|
|
* no question sounds like a wellness survey
|
||
|
|
* no option list is reused exactly
|
||
|
|
* no question text is duplicated
|
||
|
|
* weekday identity is obvious
|
||
|
|
* the pack feels like a couples game
|