Structured 8-phase shipping workflow. Inventories changes, runs pre-ship checklist, prepares artifacts, performs dry-run, executes the ship (PR/deploy/release), verifies, logs, and monitors post-ship.
From godmodenpx claudepluginhub arbazkhan971/godmodegodmode//shipExecutes universal 8-phase shipping workflow for code, content, marketing, sales, research, or any project. Supports dry-run, auto-approve, force, rollback, monitor, type/target overrides, checklist-only, and iterations flags.
/shipRuns pre-launch checklist for code quality, security, performance, accessibility, infrastructure, and documentation. Reports failures, helps resolve them, and defines rollback plan.
/shipAutomates full PR workflow: commit, create PR, monitor CI/review, merge, deploy to production, validate. Supports --strategy, --skip-tests, --dry-run, --state-file.
/shipExecutes full feature shipping workflow: verifies readiness, runs checks, deploys to staging then production, verifies, and announces. Outputs formatted status summary.
/shipAutonomously turns brain dump into reviewable PR: parses intent, quick-scopes, implements via TDD tasks, commits, rebases, opens PR.
/shipShips branch by creating PR, updating documentation, and merging to target (main/develop) with human approval. Supports --dry-run, --skip-docs, --squash/--preserve.
Structured 8-phase shipping workflow. Inventories changes, runs pre-ship checklist, prepares artifacts, performs dry-run, executes the ship (PR/deploy/release), verifies, logs, and monitors post-ship.
/godmode:ship # Full 8-phase shipping workflow
/godmode:ship --pr # Create a pull request
/godmode:ship --deploy staging # Deploy to staging
/godmode:ship --deploy production # Deploy to production
/godmode:ship --release 1.2.0 # Create a tagged release
/godmode:ship --skip-checklist # Skip pre-ship checklist (not recommended)
/godmode:ship --rollback # Roll back last deployment
/godmode:ship --status # Show status of last shipment
.godmode/ship-log.tsvAfter ship: /godmode:finish to clean up the branch, or /godmode for next feature.
/godmode:ship --pr # Create a pull request
/godmode:ship --deploy staging # Deploy to staging first
/godmode:ship --release 2.0.0 # Tag and release
/godmode:ship --rollback # Undo last deploy