What problem does it solve? Turning a written implementation plan into reviewed, merged code requires many coordinated steps—branch setup, implementation, code review, commit, and PR creation—that are error-prone when done ad hoc. This Skill automates that execution flow from an existing plan.md through to a pull request. ## Core Features & Use Cases - Autonomous subplan selection: Reads the PR-split table in plan.md, picks the next unstarted subplan whose dependencies are complete, and marks it in progress. - Worktree-based implementation: Creates a git worktree under .trees/, then delegates coding to a background implementer subagent (sonnet) and review to a reviewer subagent (opus) with structured severity findings. - Gate-checked reporting and PRs: Generates a GO decision package, runs size checks before PR creation, reports to the user for approval, and updates plan.md status. - Use Case: After planning a multi-PR feature with task-plan, ask the AI to execute the plan; it selects the next subplan, implements and reviews it in an isolated worktree, reports the results, and opens a PR once you approve. ## Quick Start Execute the next unstarted subplan in plan.md and report back before creating the PR.