What problem does it solve? Turning a free-form task brief into a reviewed, validated pull request normally requires manual planning, branching, committing, testing, and PR bookkeeping. This Skill automates that entire loop so an autonomous agent can take a brief and deliver a ready PR without human babysitting. ## Core Features & Use Cases - Progress-tracked execution plans: Drafts a phased plan with a machine-parseable Progress checklist, commits it first, and keeps it resumable via om-auto-continue-pr if the run is interrupted. - Isolated worktree workflow: Creates a temporary git worktree and feat/fix branch, implements phase-by-phase with incremental conventional commits, and always cleans up afterward. - 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 summary comment, and flips the PR to ready at completion. - 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 a plan you can resume if the run stops midway. ## Quick Start Ask the agent to run om-auto-create-pr with a short task brief, optionally passing --spec, --loop, or --force flags to control spec resolution, loop-engine routing, and conflict handling.