What problem does it solve? Turning a free-form task brief into a finished pull request normally requires manual planning, branching, incremental commits, validation runs, code review, and label bookkeeping. This Skill automates that entire pipeline so an autonomous agent can take a task from brief to a review-ready PR with a resumable progress trail. ## Core Features & Use Cases - Progress-tracked execution plans: Drafts a phased plan with a machine-parseable Progress checklist, commits it first, and updates it per step so interrupted runs resume via om-auto-continue-pr. - Isolated worktree workflow: Implements phase-by-phase in a temporary git worktree with incremental conventional commits, never touching the user's primary checkout. - Full PR lifecycle: Opens an early draft PR, runs the configured validation gate, applies pipeline/priority/risk labels, runs an automated review-and-autofix pass, posts a comprehensive summary comment, and flips the PR to ready. - Use Case: Give the agent a brief like "add rate limiting to the login endpoint" and receive a labeled, reviewed, validated PR against the configured base branch, with long plans automatically handed off to the loop engine. ## Quick Start Ask the agent to run om-auto-create-pr with a short description of the task you want implemented and shipped as a pull request.