What problem does it solve? A paused job-application campaign leaves approved jobs unapplied, and restarting from scratch would re-ask fit confirmations and lose progress. This Skill picks a paused campaign back up, flips it to in_progress, and continues applying to the remaining approved jobs without redundant confirmation gates. ## Core Features & Use Cases - Campaign Resolution: Fetches the campaign and its jobs from the JobPilot API, verifies the status is paused, and refuses to resume completed, failed, or in-progress campaigns. - Apply Loop Replay: Re-opens the campaign and delegates each approved, pending, or applying job to the job-worker subagent, honoring the maxApplications limit and user stop requests between jobs. - Idempotent Completion: Records results with the campaign's original source, marks the campaign completed, and prints a summary with a link to the live campaign view. - Use Case: You paused an auto-apply campaign yesterday to review a recruiter message. Run this Skill with the campaign id to continue applying to the remaining approved jobs and read the summary when it finishes. ## Quick Start Resume my paused JobPilot campaign with id abc123 and continue applying to the remaining approved jobs.