v1.7.1 — Autonomous Fleet Command

Ship Right. Every Time.

Orchestrate fully autonomous Claude Code agent teams. From GitHub issue to deployed PR — zero human intervention.

Install Shipwright Watch Demo
$ npm install -g shipwright-cli Copy

Built for engineering teams who ship

0
Team Templates
0
Pipeline Stages
0
Deploy Adapters
Autonomous Cycles

Claude Code is the engine.
Shipwright is the ship.

Claude Code by Anthropic provides AI coding agents with built-in team mode. Shipwright wraps them in a complete delivery system — pipelines, autonomous daemon, fleet operations, persistent memory, and DORA metrics.

Shipwright Orchestration & Delivery
12-stage pipelines Autonomous daemon Fleet operations Persistent memory Deploy adapters DORA metrics
Claude Code Anthropic's AI Coding Tool
AI coding agents Team mode Code read/write Git operations Hooks system

From issue to production.
Fully autonomous.

Every deployment follows a charted course. Shipwright orchestrates the entire journey — your agents are the crew.

01
Chart the Course

Intake & Planning

The daemon spots a labeled GitHub issue, triages priority, and plots the delivery strategy. Context from past voyages is loaded automatically.

02
Assemble the Crew

Agent Team Spawn

Specialized agents spin up in parallel — backend, frontend, tests. Each gets their own tmux pane, their own context, their own mission.

03
Set Sail

Build & Self-Heal

Agents build autonomously with compound quality loops — lint, typecheck, test, fix, repeat. If something breaks, they read the errors and try again.

04
Navigate the Waters

Review & Quality

Automated code review, security audit, and test coverage analysis. Quality gates ensure nothing ships that isn't seaworthy.

05
Make Port

PR & Deploy

A clean PR is created with full context, labels, and reviewers. Deploy adapters push to Vercel, Fly.io, Railway, or Docker. DORA metrics are logged.

06
Watch the Horizon

Monitor & Learn

Post-deploy validation confirms health. Persistent memory captures what was learned for the next voyage. The fleet grows smarter.

The autonomous delivery pipeline — every stage, every gate

Everything you need to
command the fleet.

From a single daemon watching issues to a full fleet spanning repositories — Shipwright scales with your ambition.

Autonomous Daemon

Watches GitHub for labeled issues, triages by priority, and spawns delivery pipelines automatically. Sleeps when idle, wakes when needed.

shipwright daemon start

Fleet Operations

Orchestrate daemons across your entire org. One config, multiple repos, shared worker pools, aggregate metrics. Enterprise-scale autonomy.

shipwright fleet start

Auto-Scaling Workers

Dynamic worker allocation based on CPU, memory, budget, and queue depth. Workers spin up under load and scale down when quiet.

auto_scale: true

DORA Metrics

Deployment frequency, lead time, change failure rate, MTTR — graded against Google's Elite/High/Medium/Low thresholds. Know your performance.

shipwright daemon metrics

Compound Quality

Iterative quality cycles: lint, typecheck, test, self-heal. The agent reads its own failures and fixes them. Up to N retry rounds until clean.

--self-heal 3

Worktree Isolation

Each pipeline runs in its own git worktree — safe parallel execution. Multiple issues, multiple branches, zero conflicts.

--worktree

One command.
Full autonomy.

Watch a pipeline come to life — from issue intake to PR creation, with agent teams building in parallel.

shipwright — pipeline

Built for the scale
of real engineering.

0
Pipeline Stages
Intake to monitoring, every step automated
0
Pipeline Templates
Fast, standard, enterprise, cost-aware, and more
0
Team Templates
Full SDLC coverage — build, quality, ops, planning
Repos per Fleet
Orchestrate daemons across your entire org

12 specialized crews.
Every mission covered.

From feature development to security audits — pre-configured agent teams for every phase of the software lifecycle.

feature-dev 3 agents
Backend + frontend + tests working in parallel. The workhorse template for feature development.
code-review 3 agents
Quality + security + coverage reviewers. Three lenses on every change.
security-audit 3 agents
SAST, dependency CVEs, and config review. OWASP-aware vulnerability scanning.
bug-fix 3 agents
Reproduce, fix, verify. One agent proves the bug, one fixes it, one confirms nothing else breaks.
testing 3 agents
Unit + integration + e2e test generation. Comprehensive test coverage in parallel.
migration 3 agents
Schema + adapter + rollback. Safe database migrations with automatic rollback scripts.
architecture 2 agents
Researcher + spec writer. Deep codebase analysis and technical spec generation.
devops 2 agents
Pipeline + infrastructure. CI/CD workflows and infrastructure as code, side by side.

Built in the open.
Free to use, fork, and improve.

Shipwright is MIT-licensed and developed on GitHub. The entire toolchain — CLI, templates, daemon, fleet, pipeline — is yours.

Source on GitHub

Full source code, issue tracker, and contribution guidelines. Star the repo, file issues, send PRs.

github.com/sethdford/shipwright

MIT License

Use Shipwright in personal projects, at your startup, or across the enterprise. No restrictions, no license fees, no strings.

View LICENSE

12 Templates, 8 Pipelines

Pre-configured agent teams for every phase of the SDLC. 4 deploy adapters (Vercel, Fly.io, Railway, Docker). Cost intelligence built in.

Read the docs

Ready to command
the fleet?

Install Shipwright in seconds. Start shipping with autonomous agent teams today.

View on GitHub
npm npm install -g shipwright-cli
curl curl -fsSL .../install-remote.sh | sh