shipyard
01Plugin Claude Code
Ship software systematically: project lifecycle, TDD, parallel agents, code review, security auditing, and infrastructure validation.
Plugin Claude Code
Ship software systematically: project lifecycle, TDD, parallel agents, code review, security auditing, and infrastructure validation.
Plugin Claude Code
Ship software systematically: project lifecycle, TDD, parallel agents, code review, security auditing, and infrastructure validation.
Agent Claude Code
Use this agent when creating roadmaps, decomposing plans into tasks, making architecture decisions, or breaking down requirements into executable work.
Agent Claude Code
Use this agent for comprehensive security and compliance analysis across all changes in a phase or milestone. Covers OWASP Top 10, secrets detection, dependency vulnerabilities, IaC security, and supply chain risks.
Agent Claude Code
Use this agent when executing plans, implementing features, building tasks from a PLAN.md, or running TDD implementation cycles. This is the primary implementation agent.
Agent Claude Code
Use this agent for root-cause analysis of bugs, test failures, and unexpected behavior. Follows the 5 Whys protocol and systematic debugging methodology.
Agent Claude Code
Use this agent for documentation generation across all changes in a phase or milestone. Generates API docs, architecture updates, and user-facing documentation.
Agent Claude Code
Use this agent when performing brownfield analysis on an existing codebase, onboarding to a new project, generating codebase documentation, or understanding legacy code.
Agent Claude Code
Use this agent when conducting domain research, evaluating technology options, investigating ecosystem choices, or gathering knowledge for a development phase.
Agent Claude Code
Use this agent for code review, verifying spec compliance, conducting quality review after a build, or checking that an implementation matches its plan.
Agent Claude Code
Use this agent to review cumulative code changes across a phase for duplication, unnecessary complexity, dead code, and AI-generated bloat that individual task reviewers miss.
Agent Claude Code
Use this agent when verifying that implementation meets success criteria, validating phase completion, checking plan coverage before execution, or performing pre-ship validation.
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, running an inline shell check. From lgbarn/shipyard.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From lgbarn/shipyard.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Instructions file CodexOpenCode
Instructions for lgbarn/shipyard, covering shipyard, commands, architecture, codex support and version sync.
Instructions file
Instructions for lgbarn/shipyard, covering shipyard, commands, architecture, version sync and conventions.
Agent
Use this agent when creating roadmaps, decomposing plans into tasks, making architecture decisions, or breaking down requirements into executable work. Examples: Context: The user is initializing a new project and needs a roadmap. user: "Create a roadmap for building this application" assistant: "I'll dispatch the…
Agent
Use this agent for comprehensive security and compliance analysis across all changes in a phase or milestone. Covers OWASP Top 10, secrets detection, dependency vulnerabilities, IaC security, and supply chain risks. Examples: Context: A phase build is complete and needs security review before proceeding. user: "Run a…
Agent
Use this agent when executing plans, implementing features, building tasks from a PLAN.md, or running TDD implementation cycles. This is the primary implementation agent. Examples: Context: A plan has been created and is ready for execution. user: "Build the authentication phase" assistant: "I'll dispatch the builder…
Agent
Use this agent for root-cause analysis of bugs, test failures, and unexpected behavior. Follows the 5 Whys protocol and produces ROOT-CAUSE.md with evidence chain and remediation plan. Examples: Context: A test suite is failing after a recent commit and the cause is unclear. user: "Figure out why the tests are…
Agent
Use this agent for documentation generation across all changes in a phase or milestone. Generates API docs, architecture updates, and user-facing documentation. Examples: Context: A phase build is complete and needs documentation updated. user: "Generate documentation for the completed phase" assistant: "I'll dispatch…
Agent
Use this agent when performing brownfield analysis on an existing codebase, onboarding to a new project, generating codebase documentation, or understanding legacy code. Examples: Context: The user wants to understand an existing codebase they are joining or inheriting. user: "I need to understand this existing…
Agent
Use this agent when conducting domain research, evaluating technology options, investigating ecosystem choices, or gathering knowledge for a development phase. Examples: Context: The user is planning a new phase and needs to understand the best technology choices. user: "We need to add real-time notifications — what…