What problem does it solve? Shipping a feature slice normally means manually chaining four separate review stations — build, signoff, fix, recheck — and remembering when to stop. This Skill runs that entire loop from a single command while enforcing hard stop conditions so a run never grinds past its retry limit. ## Core Features & Use Cases - One-command loop: Finds the build doc, invokes /build on the named slice, runs /signoff, fixes every BLOCKER and MAJOR, then runs /recheck — all without typing the chain by hand. - Hard lap limit and stop conditions: Allows at most one extra fix-and-recheck lap, and stops immediately if a fix would change the spec, touch files outside slice scope, or if /build stops mid-slice. - Station composition: Each station (/build, /signoff, /recheck) runs under its own rules; /ship only schedules the visits and reports the roll-up SHIP block. - Use Case: After drafting a build doc with /blueprint, type "/ship A" to execute slice A end-to-end and receive an honest ALL CLEAR or STOPPED report with fixed and remaining findings. ## Quick Start Ask the assistant to run "/ship A" to execute slice A of the current build doc through the full build, signoff, fix, and recheck loop.