What problem does it solve? Turning an approved design spec into working code normally requires manually coordinating branches, PRs, code review, and UI verification. This Skill automates that entire handoff: it resolves a spec by path, name, issue, or spec-PR number, delegates implementation to engine skills, and returns a ready, reviewed PR with screenshots of the working app. ## Core Features & Use Cases - Spec Resolution: Locates the spec from a repo-relative path, name/slug, issue id, or spec-PR number, stopping cleanly with candidate suggestions when nothing matches. - Engine Delegation: Routes fresh work to om-auto-create-pr (or its loop variant for long plans) and resumes existing implementation PRs via om-auto-continue-pr, never duplicating PRs. - 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: After a teammate merges a spec PR for a new settings page, you tell the agent to implement that spec; it opens a separate implementation PR referencing the spec PR, runs validation and review loops, and posts screenshots proving the page works. ## Quick Start Ask the agent to implement the spec at .ai/specs/2024-05-01-settings-page.md and ship it as a verified pull request.