What problem does it solve? Turning a written design spec into shipped code normally requires manual coordination across planning, branching, validation, review, and QA. This Skill automates that chain: it resolves a spec reference, delegates implementation to the PR engine skills, and returns a ready, labeled, reviewed PR with UI screenshots when the change is user-facing. ## Core Features & Use Cases - Flexible spec resolution: Resolves a spec by repo-relative path, name/slug, issue id, or spec-PR number, stopping cleanly with closest candidates when nothing matches. - Engine delegation and resume: Routes fresh work to ot-auto-create-pr and resumes an existing implementation PR via ot-auto-continue-pr, never duplicating PRs and keeping the spec PR design-only. - UI verification with evidence: Runs ot-auto-qa-pr on user-facing changes to boot the app, drive changed flows, and post screenshots plus a pass/fail report on the PR. - Use Case: After ot-auto-write-spec opens a spec PR for a new rate-limiting feature, run this Skill with the spec name; it implements the plan in an isolated worktree, runs the validation gate and review loop, and delivers a ready PR referencing the spec. ## Quick Start Ask the agent to implement the spec for your feature, for example: implement the spec from issue 123 and ship it as a reviewed PR.