Quick Start
Prerequisites
| Requirement | Version | Install |
|---|---|---|
| tmux | 3.2+ | brew install tmux |
| jq | any | brew install jq |
| Claude Code CLI | latest | npm install -g @anthropic-ai/claude-code |
| Node.js | 20+ | For hooks |
| Git | any | For installation |
Installation
Interactive installer that sets up tmux config, Claude Code settings, hooks, and the shipwright CLI:
git clone https://github.com/sethdford/shipwright.gitcd shipwright./install.shOne-command setup with no prompts — installs just the tmux configuration:
git clone https://github.com/sethdford/shipwright.gitcd shipwright./scripts/sw-init.shYour First Team Session
-
Start tmux
Terminal window tmux new -s dev -
Launch a team session with a template
Terminal window shipwright session my-feature --template feature-devThis creates a 3-agent team (backend, frontend, tests) with the leader pane taking 65% of the screen.
-
Start coding with Claude
Terminal window claudeTell Claude what you want to build. It will coordinate the agents across tmux panes.
-
Monitor your team
Terminal window shipwright status # Team dashboardshipwright ps # Running agent processesOr press
Ctrl-athenCtrl-tfor an inline dashboard.
Verify Your Setup
Run the built-in doctor to check everything is configured correctly:
shipwright doctorThis checks tmux version, jq availability, overlay hooks, color configuration, and orphaned sessions.
What’s Next?
- Delivery Pipeline — Automate the full SDLC from issue to PR
- Continuous Loop — Run agents autonomously with quality gates
- Team Templates — Browse all 24 team compositions
- CLI Reference — Full command documentation