ship

Installation
SKILL.md

Autonomous Full-Cycle Workflow (spex:ship)

CONTINUOUS EXECUTION RULE (READ THIS FIRST)

This pipeline runs ALL stages without stopping. After completing any stage, you MUST immediately begin the next stage. There are no natural stopping points between stages.

  • Do NOT say "Ready for the next stage" and wait.
  • Do NOT say "Shall I proceed?" and wait.
  • Do NOT say "Proceeding to..." and wait.
  • Do NOT treat a stage completion as a task completion.
  • Do NOT output a summary and stop.

The pipeline is ONE continuous task. It starts at the first stage and runs through the last stage. The ONLY reasons to pause are:

  1. ask is always AND a review stage has findings requiring user input.
  2. A blocker error occurs (test failure, syntax error, security issue).
  3. All 9 stages have completed.

After every stage: update the state file, then immediately start the next stage. No waiting, no confirmation, no stopping.

Related skills
Installs
2
Repository
rhuss/cc-spex
GitHub Stars
42
First Seen
Mar 30, 2026