audit
On-demand security audit — OWASP, secrets, dependencies, IaC security
On-demand documentation generation — API docs, architecture updates, user guides
> /plugin marketplace add lgbarn/shipyard > /plugin install shipyard@shipyard
How it fires
How this command gets triggered: by you, by Claude, or both.
/documentContext preview
What this command does when you run it.
On-demand documentation generation — API docs, architecture updates, user guides
description: "On-demand documentation generation — API docs, architecture updates, user guides" disable-model-invocation: true argument-hint: "[scope] — directory, file pattern, diff range, or current (default: uncommitted changes)"
You are executing on-demand documentation generation. Follow these steps precisely.
<prerequisites>
Extract from the command:
If no scope and no uncommitted changes exist, default to documenting changed files against the main branch.
1. Check if `.shipyard/` exists (optional — this command works anywhere). 2. If `.shipyard/config.json` exists, read `model_routing.documentation` 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 document:
Also gather:
Assemble context per **Agent Context Protocol** (see `docs/PROTOCOLS.md`):
Dispatch a **documenter agent** (subagent_type: "shipyard:documenter") with:
</execution>
<output>
Display the documentation report to the user.
If documentation was generated, offer follow-up: > "Would you like me to: > - Write the documentation to `docs/` > - Review the generated docs for quality > - Document additional modules or files"
</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