What problem does it solve? Turning a rough feature brief or tracker issue into a reviewed, mergeable specification normally requires manual writing, branch management, PR creation, labeling, and evidence gathering. This Skill automates that entire pipeline so a user can start an unattended run and return to a published spec PR. ## Core Features & Use Cases - Autonomous spec authoring: Delegates document writing to om-spec-writing in --autonomous mode, resolving open questions with documented default assumptions posted for human override. - Full PR lifecycle: Creates an isolated git worktree and spec branch, commits the spec, opens a ready-for-review PR with SDLC labels, and emits machine-parseable chaining markers for follow-on implementation skills. - Visual evidence: For UI-facing specs, captures current-app screenshots and renders static HTML mockups attached to the PR as evidence. - Use Case: A product engineer files a feature request issue; the run claims the issue, writes the spec, attaches mockups, opens a labeled spec PR referencing the issue, and hands off to om-auto-implement-spec. ## Quick Start Ask the agent to write a spec for issue 42 and open a PR for it using om-auto-write-spec.