What problem does it solve? Implementing a bounded plan by hand risks unscoped edits, unverified changes, and unsafe git operations like committing to main or a shared branch. This Skill executes one detailed plan artifact end to end inside a Gemini thread, enforcing plan scoping, verification, acceptance checks, and safe publication. ## Core Features & Use Cases - Bounded plan execution: Reads a detailed plan artifact from gemini-plan-detailed, validates its Changes, Verification, and Acceptance criteria sections, and applies only the declared edits. - Git safety and publication: Establishes a safe worktree off a fresh base ref, never commits to main or unowned branches, and publishes a draft or ready PR via the phase_loop_runtime publishing primitive. - Verification and reflection closeout: Runs every verification command, checks acceptance criteria, classifies dirty paths, updates the plan manifest lifecycle, and writes a mandatory run reflection. - Use Case: After gemini-plan-detailed produces a plan for a bug fix, invoke this Skill to implement the changes in an isolated worktree, run the test suite, and open a draft PR without touching the main branch. ## Quick Start Execute the latest detailed plan from gemini-plan-detailed, verify it, and open a pull request from a safe branch.