lgbarn/shipyard

54 stars · Last commit 2026-04-15

Structured project lifecycle plugin for Claude Code — from idea to production with discipline, parallel agents, and quality gates.

README preview

<p align="center">
  <img src="assets/shipyard_logo.png" alt="Shipyard Logo" width="400">
</p>

# Shipyard

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.

```
IDEA → /init → /brainstorm → /plan → /build → /ship → SHIPPED
         ↑
         ├── or: /import-spec (from spec-kit) → /plan → /build → /ship
         └── or: /import-spec-file (handwritten spec) → /plan → /build → /ship
```

## Prerequisites

- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) CLI installed and authenticated
- `jq` (used by session hooks for state injection)

View full repository on GitHub →