{
  "prompts": [
    {
      "title": "Clean Google Docs HTML",
      "description": "Remove Google Docs formatting and convert messy pasted content into clean semantic HTML.",
      "category": "Content Tools",
      "tags": ["html", "cleaner", "seo", "cms", "formatting"],
      "content": "Clean and convert the following Google Docs formatted content into semantic HTML.\n\nTask Type: {{|task_type|clean html|cms formatting|email formatting|seo html}}\n\nRequirements:\n- Remove all unnecessary <span>, inline styles, and Google Docs formatting\n- Convert content into clean HTML structure\n- Use semantic tags only: <p>, <h2>, <h3>, <ul>, <ol>, <li>, <a>, <strong>\n- Preserve links and headings\n- Ensure SEO friendly formatting\n- Do NOT include inline CSS\n\nTarget platform: {{|platform|website cms|email editor|landing page builder|wordpress}}\n\nContent:\n{{content_to_clean}}\n\nReturn only clean HTML."
    },
    {
      "title": "LinkedIn Post Generator (High Engagement)",
      "description": "Generate high-performing LinkedIn posts with strong hooks and structured storytelling.",
      "category": "Social Media",
      "tags": ["linkedin", "social", "marketing", "content"],
      "content": "Create a high-engagement LinkedIn post.\n\nTopic: {{topic}}\nTarget Audience: {{audience}}\nTone: {{|tone|professional|inspiring|educational|storytelling}}\nGoal: {{|goal|thought leadership|lead generation|brand awareness|community engagement}}\n\nStructure:\n1. Strong scroll-stopping hook\n2. Short story, insight, or lesson\n3. Key takeaway\n4. Call to action\n\nFormatting:\n- Short readable paragraphs\n- Line breaks for readability\n- Optional emojis if appropriate\n\nLength: {{|length|short|medium|long}}"
    },
    {
      "title": "SEO Article Outline Builder",
      "description": "Generate a structured SEO article outline with headings, keywords, and content flow.",
      "category": "SEO",
      "tags": ["seo", "blog", "content strategy"],
      "content": "Create an SEO optimized outline.\n\nTopic: {{topic}}\nTarget Audience: {{audience}}\nPrimary Keyword: {{primary_keyword}}\nTone: {{|tone|professional|educational|technical|conversational}}\nArticle Length: {{|length|1000 words|1500 words|2000 words}}\n\nRequirements:\n- Include H1, H2, and H3 headings\n- Suggest related keywords\n- Include FAQ section\n- Provide logical content flow\n\nOutput format:\n1. Article title\n2. SEO meta description\n3. Structured outline\n4. Suggested keywords"
    },
    {
      "title": "Long Article to Social Media Thread",
      "description": "Convert long articles into engaging social media threads.",
      "category": "Content Repurposing",
      "tags": ["repurpose", "twitter", "linkedin", "threads"],
      "content": "Convert the following article into a {{|platform|twitter thread|linkedin thread|instagram carousel script}}.\n\nTopic: {{topic}}\nTarget Audience: {{audience}}\nTone: {{|tone|professional|casual|educational|storytelling}}\n\nRequirements:\n- Start with a strong hook\n- Break the article into digestible points\n- Each section should be concise\n- Maintain logical narrative flow\n\nContent:\n{{article_content}}\n\nReturn numbered thread sections."
    },
    {
      "title": "AI Prompt Improver",
      "description": "Improve vague prompts into structured, high-performance prompts.",
      "category": "AI Tools",
      "tags": ["prompt engineering", "ai", "optimization"],
      "content": "Improve the following prompt to make it clearer, more specific, and more effective for AI.\n\nOriginal Prompt:\n{{prompt}}\n\nRequirements:\n- Clarify the objective\n- Add context\n- Define output format\n- Include constraints and tone options\n- Suggest variables where appropriate\n\nReturn:\n1. Improved prompt\n2. Explanation of improvements"
    },
    {
      "title": "Meeting Notes to Action Plan",
      "description": "Convert meeting notes into structured action items and tasks.",
      "category": "Productivity",
      "tags": ["meetings", "tasks", "planning"],
      "content": "Convert the following meeting notes into an action plan.\n\nMeeting Topic: {{topic}}\nParticipants: {{participants}}\n\nNotes:\n{{meeting_notes}}\n\nOutput format:\n1. Key decisions\n2. Action items\n3. Responsible person\n4. Deadlines\n5. Follow-up items"
    }
  ]
}