audit
On-demand security audit — OWASP, secrets, dependencies, IaC security
View and manage deferred issues tracked across sessions
> /plugin marketplace add lgbarn/shipyard > /plugin install shipyard@shipyard
How it fires
How this command gets triggered: by you, by Claude, or both.
/issuesContext preview
What this command does when you run it.
View and manage deferred issues tracked across sessions
description: "View and manage deferred issues tracked across sessions" disable-model-invocation: true argument-hint: "[--add <description>] [--resolve <id>] [--list]"
You are executing the Shipyard issue tracking workflow. Follow these steps precisely.
<prerequisites>
Check if `.shipyard/` directory exists.
Display: > "No Shipyard project detected. Run `/shipyard:init` to get started." Stop here.
Check if `.shipyard/ISSUES.md` exists.
# Shipyard Issues Deferred enhancements and non-blocking findings tracked across sessions. ## Open Issues | ID | Severity | Source | Description | Date | |----|----------|--------|-------------|------| ## Resolved Issues | ID | Description | Resolved | Resolution | |----|-------------|----------|------------|
</prerequisites>
<execution>
Append a new row to the Open Issues table:
| {next_id} | {severity} | manual | {description} | {YYYY-MM-DD} |Confirm: > "Issue #{id} added: {description}"
1. Find the issue by ID in the Open Issues table 2. Remove it from Open Issues 3. Add it to Resolved Issues with resolution timestamp and note 4. Confirm: > "Issue #{id} resolved: {resolution_note}"
Display issues grouped by severity:
Shipyard Issues
═══════════════
High Priority ({count})
#{id}: {description} [source: {source}, {date}]
Medium Priority ({count})
#{id}: {description} [source: {source}, {date}]
Low Priority ({count})
#{id}: {description} [source: {source}, {date}]
Total: {open_count} open, {resolved_count} resolvedIf no open issues exist: > "No open issues. Clean slate!"
</execution>
<output>
If there are high-priority issues: > "Consider addressing high-priority issues before your next `/shipyard:build` or `/shipyard:ship`."
If viewing issues during planning: > "Open issues relevant to the current phase can be incorporated into `/shipyard:plan`."
</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