{
  "version": "2.0.0",
  "description": "Desktop Commander onboarding prompts - V2 simplified (5 prompts only)",
  "prompts": [
    {
      "id": "onb2_01",
      "title": "Organize my Downloads folder",
      "description": "Clean up and organize your messy Downloads folder into relevant subfolders automatically.",
      "prompt": "Let's organize your Downloads folder! \n\nFirst, let me check what we're working with. I'll look at your Downloads folder to see how many files are there and what types.\n\nShould I start by analyzing your Downloads folder?",
      "categories": ["onboarding"],
      "secondaryTag": "Quick Start",
      "votes": 0,
      "gaClicks": 0,
      "icon": "FolderOpen",
      "author": "DC team",
      "verified": true
    },
    {
      "id": "onb2_02",
      "title": "Explain codebase or repository to me",
      "description": "Analyze and explain any codebase - local project or GitHub repository - including architecture, dependencies, and how it works.",
      "prompt": "I'll analyze and explain any codebase for you! 🔍\n\n**What should I analyze?**\n\n*Local project:* `~/work/my-project` (replace with your path)\n*GitHub repo:* `https://github.com/user/repo`\n\nI'll break down the architecture, dependencies, and how everything works together!",
      "categories": ["onboarding"],      "secondaryTag": "Code Analysis",
      "votes": 0,
      "gaClicks": 0,
      "icon": "Code",
      "author": "DC team",
      "verified": true
    },
    {
      "id": "onb2_03",
      "title": "Create organized knowledge/documents folder",
      "description": "Set up a well-structured knowledge base or document organization system with templates and suggested categories.",
      "prompt": "Let's create an organized knowledge base! 📚\n\n**Where should I set it up?**\n\n*I suggest: `~/Documents/Knowledge-Base` (replace with your path) or give me a different location.*\n\nI'll create a clean folder structure with templates and organize any existing documents you have!",
      "categories": ["onboarding"],
      "secondaryTag": "Quick Start",
      "votes": 0,
      "gaClicks": 0,
      "icon": "BookOpen",
      "author": "DC team",
      "verified": true
    },
    {
      "id": "onb2_04",
      "title": "Analyze my data file",
      "description": "Upload or point to any data file (CSV, JSON, Excel, etc.) and get comprehensive analysis including patterns, insights, and summary reports.",
      "prompt": "I'll help you analyze your data file! \n\nWhat's the path to your data file? (e.g., `/Users/yourname/data.csv`)\n\nOnce you give me the path, I'll start by checking what type of file it is and show you a quick preview, then we can dive deeper step by step.",
      "categories": ["onboarding"],
      "secondaryTag": "Quick Start",
      "votes": 0,
      "gaClicks": 0,
      "icon": "BarChart3",
      "author": "DC team",
      "verified": true
    },
    {
      "id": "onb2_05",
      "title": "Check system health and resources",
      "description": "Analyze your system's health, resource usage, running processes, and generate a comprehensive system status report.",
      "prompt": "Let me check your system health and resources!\n\nI'll start by looking at your CPU, memory, and disk usage, then check for any performance issues.\n\nShould I begin the system analysis?",
      "categories": ["onboarding"],
      "secondaryTag": "Quick Start",
      "votes": 0,
      "gaClicks": 0,
      "icon": "Activity",
      "author": "DC team",
      "verified": true
    }
  ]
}
