{
  "suggestions": [
    {
      "id": "a32dc7922c7d",
      "title": "Daily briefing",
      "description": "Every morning at 8am, a short briefing: today's calendar, weather, and anything urgent waiting on you.",
      "source": "catalog",
      "job_spec": {
        "prompt": "Produce a concise morning briefing for the user: today's calendar events, the local weather, and any urgent items (unread important email, due tasks). Keep it short and scannable. If you have no connected data sources, give a brief general good-morning with the date and offer to connect calendar/email.",
        "schedule": "0 8 * * *",
        "name": "Daily briefing",
        "deliver": "origin"
      },
      "dedup_key": "catalog:daily-briefing",
      "status": "pending",
      "created_at": "2026-08-07T14:02:10.790507+02:00"
    },
    {
      "id": "3f33b2d18607",
      "title": "Important-mail monitor",
      "description": "Check your inbox periodically and ping you ONLY about mail that actually needs attention \u2014 never the newsletters.",
      "source": "catalog",
      "job_spec": {
        "prompt": "Check the user's inbox for new messages since the last run. For each candidate, judge urgency against this rule: surface only mail that needs a reply today, is from a manager/family member, or mentions a deadline. Pipe candidates through the urgency classifier (run `python3 -m cron.scripts.classify_items --threshold 7 --criteria ...` from the hermes-agent install \u2014 resolve the script path at run time, do not assume a fixed location) and deliver ONLY what it returns. If nothing clears the bar, respond with [SILENT] so the user is not pinged. Requires a connected mail source; if none is configured, explain how to connect one and then stop.",
        "schedule": "every 30m",
        "name": "Important-mail monitor",
        "deliver": "origin"
      },
      "dedup_key": "catalog:important-mail-monitor",
      "status": "pending",
      "created_at": "2026-08-07T14:02:10.798295+02:00"
    },
    {
      "id": "5419ce6e419d",
      "title": "Weekly review",
      "description": "Every Sunday evening, a recap of the week: what got done, what's still open, and what's coming up next week.",
      "source": "catalog",
      "job_spec": {
        "prompt": "Produce a weekly review for the user: summarize what was accomplished this week, list still-open items, and preview next week's calendar. Pull from whatever sources are connected (calendar, task tools, recent conversations). Keep it tight.",
        "schedule": "0 18 * * 0",
        "name": "Weekly review",
        "deliver": "origin"
      },
      "dedup_key": "catalog:weekly-review",
      "status": "pending",
      "created_at": "2026-08-07T14:02:10.804319+02:00"
    },
    {
      "id": "72dc2228c2b5",
      "title": "Workday start reminder",
      "description": "A weekday nudge at 9am with your day's agenda and top priorities, so you start focused.",
      "source": "catalog",
      "job_spec": {
        "prompt": "Give the user a brief weekday start-of-day nudge: their calendar for today and the 1-3 highest-priority things to focus on, inferred from recent context and any task tools. Encouraging, short, one message.",
        "schedule": "0 9 * * 1-5",
        "name": "Workday start reminder",
        "deliver": "origin"
      },
      "dedup_key": "catalog:standup-reminder",
      "status": "pending",
      "created_at": "2026-08-07T14:02:10.811193+02:00"
    }
  ],
  "updated_at": "2026-08-07T14:02:10.811457+02:00"
}