What problem does it solve? Long, multi-step spec implementations are hard to run autonomously: work loses track of progress, verification gets skipped, and interrupted runs cannot be resumed. This Skill turns a free-form brief into a tracked execution plan, lands one lean commit per step in an isolated worktree, batches verification at checkpoints, and opens a labeled draft PR that stays resumable end to end. ## Core Features & Use Cases - Run folder with resumable state: Every run writes PLAN.md (authoritative Tasks table), HANDOFF.md, and NOTIFY.md so a companion skill can resume an interrupted run from the first unfinished step. - Checkpoint and final-gate verification: Every ~5 steps a checkpoint runs targeted validation, integration tests, and UI screenshots, posting evidence to the PR; a final gate runs the full validation suite before the PR flips from draft to ready. - Executor dispatch and review loop: Steps marked dispatch or group run in sequential executor subagents with model tiers, and a single om-auto-review-pr autofix pass lands review fixes as new commits before the summary. - Use Case: Paste a multi-phase feature brief and receive a draft PR that grows commit by commit, with checkpoint evidence comments, full labels, a comprehensive summary, and a ready-for-review flip at completion. ## Quick Start Ask the agent to run om-auto-create-pr-loop with a brief describing the feature or fix you want implemented as a tracked pull request.