{
  "jobs": [
    {
      "name": "linkedin-content-mwf",
      "description": "Generate LinkedIn posts on Monday, Wednesday, Friday",
      "schedule": "0 9 * * 1,3,5",
      "prompt": "Generate a LinkedIn post for RateRight construction hiring platform. Choose one content type: industry insight, hiring tip, worker testimonial, or competitor comparison. Focus on Australian construction industry. Include hashtags: #construction #hiring #australia #labourhire plus relevant trade/location tags. Keep under 250 words. Save to /home/ccuser/rateright-growth/rivet/content-engine/data/drafts/linkedin/YYYY-MM-DD-[type].md",
      "enabled": true
    },
    {
      "name": "competitor-check-daily",
      "description": "Daily monitoring of competitor websites",
      "schedule": "0 6 * * *",
      "prompt": "Monitor competitor websites: Workmate (workmate.com.au), Sidekicker (sidekicker.com.au), Airtasker (airtasker.com.au), HiPages (hipages.com.au). Check for: pricing changes, new features, blog posts about construction hiring, service expansions. Use web_fetch to extract content. Save findings to /home/ccuser/rateright-growth/rivet/content-engine/data/competitor-data/YYYY-MM-DD.json. Generate 3 content ideas from gaps found.",
      "enabled": true
    },
    {
      "name": "blog-generator-weekly",
      "description": "Weekly SEO blog post generation",
      "schedule": "0 10 * * 0",
      "prompt": "Generate SEO-optimized blog post for rateright.com.au targeting Australian construction hiring. Use keywords from /home/ccuser/rateright-growth/rivet/content-engine/config/templates/blog/keyword-list.json. Structure: title with primary keyword, meta description (160 chars), introduction, 3-5 sections with H2 headers, call-to-action. 800-1200 words. Save to /home/ccuser/rateright-growth/rivet/content-engine/data/drafts/blog/YYYY-MM-DD-[title-slug].md",
      "enabled": true
    },
    {
      "name": "approval-reminder-daily",
      "description": "Daily reminder for content approval",
      "schedule": "0 17 * * *",
      "prompt": "Check /home/ccuser/rateright-growth/rivet/content-engine/data/drafts/ for pending content. Count LinkedIn posts, blog posts, and case studies. Send Telegram message to Michael with: 'Content for approval: X LinkedIn posts, Y blog posts, Z case studies ready. Review drafts at [list file paths].'",
      "enabled": true
    },
    {
      "name": "photo-analysis-trigger",
      "description": "Manual trigger for photo analysis (not scheduled)",
      "schedule": "manual",
      "prompt": "Analyze the latest photo in /home/ccuser/rateright-growth/rivet/content-engine/data/photos/ using image tool. Describe: primary trade visible, safety equipment, type of construction, notable features. Generate LinkedIn post draft using photo-caption template. Save to drafts folder.",
      "enabled": false
    }
  ]
}