audit
On-demand security audit — OWASP, secrets, dependencies, IaC security
Show project progress and route to next action
> /plugin marketplace add lgbarn/shipyard > /plugin install shipyard@shipyard
How it fires
How this command gets triggered: by you, by Claude, or both.
/statusContext preview
What this command does when you run it.
Show project progress and route to next action
description: "Show project progress and route to next action" disable-model-invocation: true argument-hint: ""
You are executing the Shipyard status workflow. Follow these steps precisely.
<prerequisites>
Check if `.shipyard/` directory exists.
Display: > "No Shipyard project detected in this directory. Run `/shipyard:init` to get started." Stop here.
Follow **State Loading Protocol** (read STATE.json, HISTORY.md, ROADMAP.md, PROJECT.md, config.json, and recent SUMMARY/VERIFICATION files to establish session context; see `docs/PROTOCOLS.md`).
</prerequisites>
<execution>
Follow **Native Task Scaffolding Protocol** (create/update native tasks for progress tracking via TaskCreate/TaskUpdate; see `docs/PROTOCOLS.md`) -- call TaskList to show the current state of all Shipyard-created native tasks.
Present a comprehensive status display:
Show phase progress in a clear format:
Roadmap: {milestone_name}
═══════════════════════════════════════════
Phase 1: {title} [COMPLETE]
Phase 2: {title} [IN PROGRESS - Building]
- Plan 2.1: {title} [COMPLETE]
- Plan 2.2: {title} [IN PROGRESS]
- Plan 2.3: {title} [NOT STARTED]
Phase 3: {title} [NOT STARTED]
Overall: {X}/{Y} phases completeFrom STATE.json:
From the most recent SUMMARY.md files:
From STATE.json, HISTORY.md, and REVIEW.md files:
</execution>
<output>
Based on the current state, suggest the most appropriate next action:
| State | Suggestion | |-------|-----------| | No `.shipyard/` directory | `/shipyard:init` -- Initialize the project | | Phase exists but has no plans | `/shipyard:plan {N}` -- Plan the current phase | | Plans exist but none executed | `/shipyard:build {N}` -- Begin building | | Build in progress, interrupted | `/shipyard:resume` -- Restore context and continue | | Phase complete with gaps | `/shipyard:plan {N} --gaps` -- Fill the gaps | | Phase fully complete, more remain | `/shipyard:plan {N+1}` -- Plan the next phase | | All phases complete | `/shipyard:ship` -- Finalize and deliver | | Milestone shipped (status: shipped) | `/shipyard:brainstorm` -- Define goals for the next milestone | | Critical issues found | Review issues, then `/shipyard:build {N} --plan W.P` to retry specific plans | | Quick task needed | `/shipyard:quick {description}` -- Execute outside the roadmap |
Present the suggestion clearly: > "**Recommended next step:** `/shipyard:{command}` -- {reason}"
If multiple actions are reasonable, list them in priority order.
</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