brainstorm
Explore requirements through Socratic dialogue and capture project definition
On-demand security audit — OWASP, secrets, dependencies, IaC security
> /plugin marketplace add lgbarn/shipyard > /plugin install shipyard@shipyard
How it fires
How this command gets triggered: by you, by Claude, or both.
/auditContext preview
What this command does when you run it.
On-demand security audit — OWASP, secrets, dependencies, IaC security
description: "On-demand security audit — OWASP, secrets, dependencies, IaC security" disable-model-invocation: true argument-hint: "[scope] — directory, file pattern, diff range, or current (default: uncommitted changes)"
You are executing an on-demand security audit. Follow these steps precisely.
<prerequisites>
Extract from the command:
If no scope and no uncommitted changes exist, default to full codebase audit against the main branch.
1. Check if `.shipyard/` exists (optional — this command works anywhere). 2. If `.shipyard/config.json` exists, read `model_routing.security_audit` for model selection. 3. Otherwise, use default model: **sonnet**. 4. Follow **Worktree Protocol** (see `docs/PROTOCOLS.md`) — detect worktree context.
</prerequisites>
<execution>
Based on the scope argument, collect the code to audit:
Also gather:
Assemble context per **Agent Context Protocol** (see `docs/PROTOCOLS.md`):
Dispatch an **auditor agent** (subagent_type: "shipyard:auditor") with:
</execution>
<output>
Display the audit report to the user.
**If CRITICAL findings exist:** > "CRITICAL security findings detected. These should be fixed before shipping."
Offer follow-up: > "Would you like me to: > - Fix the critical findings now > - Review the code for other issues (`/shipyard:review`) > - Check for complexity issues (`/shipyard:simplify`)"
</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
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