What problem does it solve? Manually coordinating planning, implementation, PR creation, and code review cycles across a software change is slow and error-prone. This Skill runs the entire pipeline autonomously from a single command, producing a merge-ready pull request without user intervention. ## Core Features & Use Cases - Autonomous multi-stage pipeline: Delegates through recon, orchestration, PR creation, and a review loop, all in unattended mode with zero user questions. - Enforced merge safety: Writes a lock file that blocks any direct merge to main, requiring an out-of-band token through the promote path, and caps review cycles at three. - Worktree isolation: Optionally runs the pipeline in a disposable git worktree so parallel autonomous runs never touch the main working directory. - Use Case: A developer types /auto-pr on a feature request; the Skill plans the work, implements it in an isolated worktree, opens a PR, triggers an AI code review, applies fixes from the verdict, and reports READY or BLOCKED. ## Quick Start Type /auto-pr with a description of the change you want, and let the pipeline plan, implement, open a pull request, and iterate on review feedback autonomously.