What problem does it solve? Trigger.dev workloads can accumulate unnecessary spend through oversized machines, runaway durations, duplicate runs, and wasteful retries. This Skill audits your tasks and live runs to identify concrete cost reduction opportunities. ## Core Features & Use Cases - Static Source Analysis: Reviews task definitions for missing maxDuration, oversized machine presets, absent idempotency keys, and retry configurations that bill for permanent failures. - Live Run Analysis: Uses the Trigger.dev MCP tools (list_runs, get_run_details, get_current_worker) to inspect actual run durations and right-size machine allocations. - Use Case: A team notices their Trigger.dev bill growing. The Skill audits their tasks, finds an I/O-bound task running on large-2x that only needs small-1x, flags a high-frequency trigger missing debounce logic, and recommends maxDuration caps on long-running jobs. ## Quick Start Ask the AI to analyze my Trigger.dev tasks and recent runs for cost optimization opportunities and produce a savings report.