Skip to content
SDF edited this page Feb 8, 2026 · 1 revision

Shipwright

Autonomous Claude Code agent fleet that pulls GitHub issues, builds solutions through multi-stage pipelines, and delivers production-ready PRs — scaling dynamically to hardware capacity.

Quick Links

  • Architecture — System design, pipeline flow, worktree isolation
  • Pipeline Stages — Intake, Plan, Design, Build, Test, Review, Compound Quality, PR, Merge, Monitor
  • Daemon — Autonomous issue watcher, auto-scaling, triage scoring
  • Fleet — Multi-repo orchestration and worker pool distribution
  • CLI Reference — All shipwright subcommands
  • Changelog — Auto-generated from completed pipelines

How It Works

GitHub Issue (labeled "ready-to-build")
  → Daemon polls & triages by priority/complexity
  → Spawns pipeline in isolated git worktree
  → intake → plan → design → build → test → review → compound_quality
  → Creates PR with auto-merge
  → Swaps labels, posts summary
  → Picks up next issue from queue

Pipeline Metrics

This section is auto-updated by the Shipwright daemon after each pipeline completion.

Metric Value
Pipelines completed 0
Average cycle time --
Success rate --
Last updated --

Getting Started

npm install -g @anthropic/shipwright
shipwright init
shipwright daemon start --detach

Maintained by Shipwright v1.7.1 | GitHub

Clone this wiki locally