Sprint Ship banner
chrishobbsrocks chrishobbsrocks

Sprint Ship

Development community

Description

--- description: "Pipeman: push code to remote after dev work is agreed done" allowed-tools: [Bash] --- # Ship Sprint Usage: `/sprint-ship <sprint-id> --commit <hash>` ```bash python3 scripts/sprint_lifecycle.py ship $ARGUMENTS ``` Only succeeds once Dev Team has run `/sprint-dev-done`. Moves the sprint into the `liveqa_live` phase, LiveQA should now test the deployed product with `/sprint-liveqa`.

Installation

Installs to ~/.claude/commands/chrishobbsrocks-fully-completely-sprint-ship.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chrishobbsrocks/fully-completely/HEAD/.claude/commands/sprint-ship.md -o ~/.claude/commands/chrishobbsrocks-fully-completely-sprint-ship.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository