What problem does it solve? Multi-phase development workflows (PR iteration loops, multi-PR coordination) often stall between phases when an agent stops after each step, forcing the user to manually re-prompt for every iteration. This Skill runs an explicitly selected workflow through its own completion criteria, looping until success. ## Core Features & Use Cases - Continuous Phase Execution: Iterates through workflow phases, re-running any phase that needs iteration until its success criteria are met. - PR Iteration Loop: Handles oversized PRs, review comments, and failing checks in a loop until the PR is ready. - Multi-PR Coordination: Works on the next PR while previous ones await review, tracking all PR statuses until everything merges. - Scope Boundary Enforcement: Carries a Scope Brief (user's verbatim request, interpreted scope, out-of-scope list) into every sub-agent and reviewer call, stopping only when the mission requires something outside the requested scope. - Use Case: You ask an agent to get a feature branch fully merged. The Skill keeps addressing review feedback and fixing failing checks across as many iterations as needed, only pausing if the work requires an out-of-scope decision like a breaking change. ## Quick Start Explicitly invoke the workflow-runner skill and name the workflow you want run to completion, such as asking it to run the PR iteration loop until the pull request is ready to merge.