What problem does it solve? Turning a free-form task brief into a reviewed, validated pull request normally requires manual planning, branching, committing, testing, labeling, and review coordination. This Skill automates that entire pipeline so an autonomous agent can take a task from brief to ready PR without human intervention. ## Core Features & Use Cases - Progress-tracked execution plans: Drafts a phased implementation plan with a parseable Progress checklist, committed as the first commit so interrupted runs can resume via ot-auto-continue-pr. - Isolated worktree execution: Implements phase-by-phase in a temporary git worktree with incremental conventional commits, never touching the user's primary worktree. - Validation and review gate: Runs the configured validation.commands gate, then applies an authoritative ot-auto-review-pr autofix pass before flipping the draft PR to ready. - Use Case: Run /ot-auto-create-pr "add rate limiting to the login endpoint" and the agent drafts a plan, implements it with tests, opens a labeled draft PR, self-reviews the diff, and marks it ready for human review. ## Quick Start Ask the agent to run ot-auto-create-pr with a one-sentence task brief such as adding rate limiting to the login endpoint.