-
Notifications
You must be signed in to change notification settings - Fork 2
Home
SDF edited this page Feb 8, 2026
·
1 revision
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.
- 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
shipwrightsubcommands - Changelog — Auto-generated from completed pipelines
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
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 | -- |
npm install -g @anthropic/shipwright
shipwright init
shipwright daemon start --detachMaintained by Shipwright v1.7.1 | GitHub