audit
On-demand security audit — OWASP, secrets, dependencies, IaC security
Pause in-progress work with a checkpoint
> /plugin marketplace add lgbarn/shipyard > /plugin install shipyard@shipyard
How it fires
How this command gets triggered: by you, by Claude, or both.
/cancelContext preview
What this command does when you run it.
Pause in-progress work with a checkpoint
description: "Pause in-progress work with a checkpoint" disable-model-invocation: true argument-hint: ""
You are executing the Shipyard cancel workflow. This pauses in-progress work and creates a checkpoint for later resumption.
<prerequisites>
Check if `.shipyard/STATE.json` exists.
Display: > "No active Shipyard work to cancel. No `.shipyard/STATE.json` found." Stop here.
Follow **State Loading Protocol** — read STATE.json to get current status, phase, and position.
Display: > "No active work in progress. Current status: {status}. Nothing to cancel." Stop here.
</prerequisites>
<execution>
Create a git checkpoint so work can be resumed:
# Create checkpoint tag with current state
git tag "shipyard-checkpoint-$(date +%Y%m%d-%H%M%S)" -m "Shipyard cancel checkpoint: phase {phase}, status {status}"Update STATE.json:
Append to HISTORY.md:
- [{timestamp}] Paused: phase {phase}, position {position} (user-initiated cancel)Use `bash scripts/state-write.sh` with appropriate arguments.
Scan for any in-progress artifacts:
</execution>
<output>
Display:
Shipyard Cancel
═══════════════════════════════════════════
Phase {N} paused at: {position}
Checkpoint: shipyard-checkpoint-{timestamp}
Uncommitted changes: {yes/no}
Pending tasks: {count}
To resume: /shipyard:resume
To rollback: /shipyard:rollback</output>
A Claude Code plugin for structured project execution. Plan work in phases, build with parallel agents and TDD, review with security audits and quality gates, and ship with confidence.
Repo: lgbarn/shipyard
On-demand security audit — OWASP, secrets, dependencies, IaC security
Explore requirements through Socratic dialogue and capture project definition
Execute plans using fresh subagents with review gates
Investigate bugs and failures with systematic root-cause analysis