Use this file to discover all available pages before exploring further.
Workflows are scheduled automation—tasks your agents run periodically without your direct involvement. Think email cleanup every hour, daily tech digests, weekly code audits, or morning weather briefings. You describe what should happen, when it should run, and how much autonomy the agent gets.
---name: email-cleanupdescription: Archive newsletters and organize inboxschedule: "0 * * * *" # Every houragent: my-assistantautoApprove: low-risk---Check my unread emails. Archive any newsletters or promotional emails.Flag anything that looks urgent or requires my attention.Summarize what you found and what actions you took.
Check my git activity from yesterday across all repos in ~/projects/.Summarize what I worked on, what PRs I opened or reviewed,and any blockers I mentioned in commit messages.Format it as bullet points I can paste into Slack.
📋 Workflow: email-cleanupDescription: Archive newsletters and organize inboxPath: ~/.jazz/workflows/email-cleanup/WORKFLOW.mdAgent: my-assistantSchedule: Every hour (0 * * * *)Auto-approve: low-risk────────────────────────────────────────────────────────────Prompt:────────────────────────────────────────────────────────────Check my unread emails. Archive any newsletters...
🔄 Workflow catch-upWorkflows that missed a scheduled run: • email-cleanup (every hour) — missed at 2024-01-15T10:00:00Z • tech-digest (daily at 9 AM) — missed at 2024-01-15T09:00:00ZSelect workflows to run now (Space to toggle, Enter to confirm):❯ ◯ email-cleanup (2024-01-15T10:00:00Z) ◯ tech-digest (2024-01-15T09:00:00Z)
---name: daily-standup-prepschedule: "0 9 * * 1-5" # Weekdays at 9 AMagent: dev-agentautoApprove: read-only---Check my git activity from yesterday across all repos in ~/projects/.Summarize what I worked on, what PRs I opened or reviewed,and any blockers I mentioned in commit messages.Format it as bullet points I can paste into Slack.
---name: dependency-auditschedule: "0 10 * * 1" # Monday at 10 AMagent: security-agentautoApprove: read-only---Scan all package.json files in ~/projects/ for:1. Outdated dependencies2. Known security vulnerabilities3. Deprecated packagesGenerate a report with recommended updates and security patches.
Combine workflows with skills for specialized behavior:
---name: competitive-analysisschedule: "0 9 * * 1" # Weekly on Mondayagent: research-agentautoApprove: read-onlyskills: - deep-research - documentation---Use deep-research to investigate our top 3 competitors:1. Product updates in the last week2. Pricing changes3. Customer sentiment on social mediaUse documentation skill to format findings in a structured report.Save to ~/reports/competitive-analysis-[date].md
If a workflow process crashes without updating status, it shows as “running” forever. After 4 hours, it’s marked “failed (stale)”.Force cleanup by running manually: