What problem does it solve? Turning a written specification into shipped code normally requires manual coordination across planning, branching, committing, reviewing, and QA. This Skill automates that entire chain: it resolves a spec by path, name, issue, or spec-PR number, delegates implementation to engine skills, and returns a ready, code-reviewed, UI-verified pull request with screenshots. ## Core Features & Use Cases - Spec Resolution: Locates the target spec via repo-relative path, name/slug match, linked issue, or spec-PR branch, stopping cleanly with candidate suggestions when nothing matches. - Engine Delegation: Routes fresh work to om-auto-create-pr and resumes existing implementation PRs via om-auto-continue-pr, keeping spec PRs design-only and guaranteeing exactly one implementation PR per spec. - UI Verification: Runs om-auto-qa-pr on user-facing changes to boot the app, drive changed flows, and attach screenshot evidence to the PR. - Use Case: A developer finishes a design spec for a new settings page and says "implement the spec at .ai/specs/2024-05-01-settings-page.md" β the Skill builds the feature on its own branch, runs the review loop, verifies the UI, and delivers a ready PR. ## Quick Start Ask the agent to implement the spec at a given path or from issue 123 and wait for the verified pull request.