What problem does it solve?
Turning locally completed work into a reviewed, verifiable, and merged pull request is often delayed by manual steps and unclear coordination between planning, verification, review, and release.
Core Features & Use Cases
- Creates a merge-ready PR from verified work: Pushes the branch, generates a PR description body automatically, and ensures the workflow continues after verification succeeds.
- Optionally triggers review: Can initiate review steps when appropriate to accelerate feedback before merging.
- Tracks the plan → execute → verify → ship loop: Keeps the workflow aligned with the intended phase or milestone so teams can follow progress end-to-end.
Example use case: after completing a planned feature and ensuring /gsd:verify-work passes for phase 4, use gsd-ship to open the PR and move the work toward merging without redoing setup and documentation work.
Quick Start
Run gsd-ship for phase 4 after your verification step succeeds to automatically create a PR and prepare it for merge.