skills/ship/SKILL.md
Resolves one reviewed feature or subfeature backlog into remaining planned slices and routes each active slice to the next owning execution step with one commit per completed slice.
npx skillsauth add sirius-cc-wu/sirius-skills shipInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a maintainer wants to work through all planned slices for one reviewed and committed feature or subfeature.
The first slice of this capability establishes durable scope and backlog resolution:
The second slice adds conservative sequential orchestration:
slice-traceability.md.The third slice adds stop/resume semantics:
brief, blueprint,
repository implementation, guide-execution, review-execution,
close-slice, or commit.The fourth slice adds per-slice commit checkpoints:
commit owner instead of silently
absorbing more work into the next slice.The fifth slice adds explicit two-step approval gating for delegated autopilot:
planning_reviewed targets.ship-slice autopilot.The sixth slice adds a machine-readable readiness dashboard:
readiness object in JSON output for backlog, resume, and
delegated flows.approval_required, commit_checkpoint,
review_boundary, etc.) without replacing planning/execution source-of-truth
artifacts.The seventh slice adds explicit terminal finalization:
implemented feature or subfeature explicitly through
--finalize.close-slice.system-design.md
before archive.reconcile-execution when the canonical design has not yet been
reconciled with completed slice execution.archive-artifacts only after reconciliation passes.--scope <path> when nested planning scopes are ambiguouspython3 skills/ship/scripts/ship.py <target>
python3 skills/ship/scripts/ship.py <target> --json
python3 skills/ship/scripts/ship.py <target> --bootstrap-next
python3 skills/ship/scripts/ship.py <target> --resume
python3 skills/ship/scripts/ship.py <target> --finalize
python3 skills/ship/scripts/ship.py <target> --approve --approval-note "approved for execution"
python3 skills/ship/scripts/ship.py <target> --scope apps/payments
Treat ship as deterministic with respect to current repository artifacts, but
not as universally side-effect free.
python3 skills/ship/scripts/ship.py <target>python3 skills/ship/scripts/ship.py <target> --json--resume when an active slice already exists and ship is only
handing that slice to the next owner without bootstrapping or delegating--approve records or refreshes the durable approval record for a
planning_reviewed target--bootstrap-next may create one next-ready execution slice and write the
mapped execution slice ID back into slice-traceability.md--resume may bootstrap the next slice when no active mapped slice exists--finalize may first reconcile completed owner status from closed traced
execution slices, then archive a completed implemented target after the
durable reconciliation gate passesaccelerators.ship.delegate_to_ship_slice is enabled, --resume may
hand execution to ship-slice, which then owns downstream execution
boundariesship now exposes one repo-owned preflight surface under
accelerators.ship.preflight.mode.
Supported values:
off (default)local_onlyBehavior:
ship <target> / ship --json remain backlog-resolution only and report
readiness.preflight.status=disabled or skipped--bootstrap-next, mutation-capable --resume, and --finalizeship keeps the
canonical blocker codes (approval_required, commit_checkpoint) and marks
readiness.stop_reason.phase=preflightskippedship delegates into ship-slice, downstream stop-policy behavior such
as review_boundary remains owned by ship-slice, not by ship preflight--bootstrap-next orchestration.ship.slice-traceability.md groups multiple planned
slices into one row; the mapping is ambiguous and should be split first.execution-reconciliation block in system-design.md
before terminal archive mutation.slice, brief,
blueprint, guide-execution, review-execution, close-slice, and
commit skills.reconcile-execution and archive
mutation owned by archive-artifacts, even when ship orchestrates both.planning_reviewed.workflow_runtime accelerator guardrail helper used by autoplan and
ship-slice.accelerators.ship.preflight.mode repo-owned; do not add CLI flags or
environment-variable overrides for the same policy.tools
Create or resume a dedicated git worktree for one feature or subfeature, drive `ship` inside that worktree, and hand the finished branch back as a pull request to the original branch.
testing
Reviews one completed feature or subfeature against final implementation and slice artifacts, then records a durable reconciliation block before archive.
development
Tightens durable repo-level rules in AGENTS.md and adjacent governance surfaces when repeated drift reveals a policy gap.
testing
Reconcile one active execution slice, optionally execute owner-chain routing, and persist checkpointed resume context for one-slice acceleration.