shipwright-cli 1.10.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/README.md +221 -55
  2. package/completions/_shipwright +264 -32
  3. package/completions/shipwright.bash +118 -26
  4. package/completions/shipwright.fish +80 -2
  5. package/dashboard/server.ts +208 -0
  6. package/docs/strategy/01-market-research.md +619 -0
  7. package/docs/strategy/02-mission-and-brand.md +587 -0
  8. package/docs/strategy/03-gtm-and-roadmap.md +759 -0
  9. package/docs/strategy/QUICK-START.txt +289 -0
  10. package/docs/strategy/README.md +172 -0
  11. package/docs/tmux-research/TMUX-ARCHITECTURE.md +567 -0
  12. package/docs/tmux-research/TMUX-AUDIT.md +925 -0
  13. package/docs/tmux-research/TMUX-BEST-PRACTICES-2025-2026.md +829 -0
  14. package/docs/tmux-research/TMUX-QUICK-REFERENCE.md +543 -0
  15. package/docs/tmux-research/TMUX-RESEARCH-INDEX.md +438 -0
  16. package/package.json +4 -2
  17. package/scripts/lib/helpers.sh +7 -0
  18. package/scripts/sw +323 -2
  19. package/scripts/sw-activity.sh +500 -0
  20. package/scripts/sw-adaptive.sh +925 -0
  21. package/scripts/sw-adversarial.sh +1 -1
  22. package/scripts/sw-architecture-enforcer.sh +1 -1
  23. package/scripts/sw-auth.sh +613 -0
  24. package/scripts/sw-autonomous.sh +754 -0
  25. package/scripts/sw-changelog.sh +704 -0
  26. package/scripts/sw-checkpoint.sh +1 -1
  27. package/scripts/sw-ci.sh +602 -0
  28. package/scripts/sw-cleanup.sh +1 -1
  29. package/scripts/sw-code-review.sh +698 -0
  30. package/scripts/sw-connect.sh +1 -1
  31. package/scripts/sw-context.sh +605 -0
  32. package/scripts/sw-cost.sh +44 -3
  33. package/scripts/sw-daemon.sh +568 -138
  34. package/scripts/sw-dashboard.sh +1 -1
  35. package/scripts/sw-db.sh +1380 -0
  36. package/scripts/sw-decompose.sh +539 -0
  37. package/scripts/sw-deps.sh +551 -0
  38. package/scripts/sw-developer-simulation.sh +1 -1
  39. package/scripts/sw-discovery.sh +412 -0
  40. package/scripts/sw-docs-agent.sh +539 -0
  41. package/scripts/sw-docs.sh +1 -1
  42. package/scripts/sw-doctor.sh +107 -1
  43. package/scripts/sw-dora.sh +615 -0
  44. package/scripts/sw-durable.sh +710 -0
  45. package/scripts/sw-e2e-orchestrator.sh +535 -0
  46. package/scripts/sw-eventbus.sh +393 -0
  47. package/scripts/sw-feedback.sh +479 -0
  48. package/scripts/sw-fix.sh +1 -1
  49. package/scripts/sw-fleet-discover.sh +567 -0
  50. package/scripts/sw-fleet-viz.sh +404 -0
  51. package/scripts/sw-fleet.sh +8 -1
  52. package/scripts/sw-github-app.sh +596 -0
  53. package/scripts/sw-github-checks.sh +4 -4
  54. package/scripts/sw-github-deploy.sh +1 -1
  55. package/scripts/sw-github-graphql.sh +1 -1
  56. package/scripts/sw-guild.sh +569 -0
  57. package/scripts/sw-heartbeat.sh +1 -1
  58. package/scripts/sw-hygiene.sh +559 -0
  59. package/scripts/sw-incident.sh +656 -0
  60. package/scripts/sw-init.sh +237 -24
  61. package/scripts/sw-instrument.sh +699 -0
  62. package/scripts/sw-intelligence.sh +1 -1
  63. package/scripts/sw-jira.sh +1 -1
  64. package/scripts/sw-launchd.sh +363 -28
  65. package/scripts/sw-linear.sh +1 -1
  66. package/scripts/sw-logs.sh +1 -1
  67. package/scripts/sw-loop.sh +267 -21
  68. package/scripts/sw-memory.sh +18 -1
  69. package/scripts/sw-mission-control.sh +487 -0
  70. package/scripts/sw-model-router.sh +545 -0
  71. package/scripts/sw-otel.sh +596 -0
  72. package/scripts/sw-oversight.sh +764 -0
  73. package/scripts/sw-pipeline-composer.sh +1 -1
  74. package/scripts/sw-pipeline-vitals.sh +1 -1
  75. package/scripts/sw-pipeline.sh +947 -35
  76. package/scripts/sw-pm.sh +758 -0
  77. package/scripts/sw-pr-lifecycle.sh +522 -0
  78. package/scripts/sw-predictive.sh +8 -1
  79. package/scripts/sw-prep.sh +1 -1
  80. package/scripts/sw-ps.sh +1 -1
  81. package/scripts/sw-public-dashboard.sh +798 -0
  82. package/scripts/sw-quality.sh +595 -0
  83. package/scripts/sw-reaper.sh +1 -1
  84. package/scripts/sw-recruit.sh +2248 -0
  85. package/scripts/sw-regression.sh +642 -0
  86. package/scripts/sw-release-manager.sh +736 -0
  87. package/scripts/sw-release.sh +706 -0
  88. package/scripts/sw-remote.sh +1 -1
  89. package/scripts/sw-replay.sh +520 -0
  90. package/scripts/sw-retro.sh +691 -0
  91. package/scripts/sw-scale.sh +444 -0
  92. package/scripts/sw-security-audit.sh +505 -0
  93. package/scripts/sw-self-optimize.sh +1 -1
  94. package/scripts/sw-session.sh +1 -1
  95. package/scripts/sw-setup.sh +263 -127
  96. package/scripts/sw-standup.sh +712 -0
  97. package/scripts/sw-status.sh +44 -2
  98. package/scripts/sw-strategic.sh +806 -0
  99. package/scripts/sw-stream.sh +450 -0
  100. package/scripts/sw-swarm.sh +620 -0
  101. package/scripts/sw-team-stages.sh +511 -0
  102. package/scripts/sw-templates.sh +4 -4
  103. package/scripts/sw-testgen.sh +566 -0
  104. package/scripts/sw-tmux-pipeline.sh +554 -0
  105. package/scripts/sw-tmux-role-color.sh +58 -0
  106. package/scripts/sw-tmux-status.sh +128 -0
  107. package/scripts/sw-tmux.sh +1 -1
  108. package/scripts/sw-trace.sh +485 -0
  109. package/scripts/sw-tracker-github.sh +188 -0
  110. package/scripts/sw-tracker-jira.sh +172 -0
  111. package/scripts/sw-tracker-linear.sh +251 -0
  112. package/scripts/sw-tracker.sh +117 -2
  113. package/scripts/sw-triage.sh +627 -0
  114. package/scripts/sw-upgrade.sh +1 -1
  115. package/scripts/sw-ux.sh +677 -0
  116. package/scripts/sw-webhook.sh +627 -0
  117. package/scripts/sw-widgets.sh +530 -0
  118. package/scripts/sw-worktree.sh +1 -1
  119. package/templates/pipelines/autonomous.json +2 -2
  120. package/tmux/shipwright-overlay.conf +35 -17
  121. package/tmux/tmux.conf +23 -21
@@ -0,0 +1,759 @@
1
+ # Shipwright Go-To-Market Strategy & Roadmap
2
+
3
+ **Status:** Strategic Planning Phase
4
+ **Version:** 1.0
5
+ **Last Updated:** February 14, 2026
6
+
7
+ ---
8
+
9
+ ## Executive Summary
10
+
11
+ Shipwright is positioned to disrupt autonomous software delivery by bringing AI-driven agent teams to every developer and DevOps team. Unlike closed proprietary platforms, Shipwright's open-source, self-hosted architecture removes adoption friction, enables enterprise customization, and builds community momentum.
12
+
13
+ This document outlines how to scale from technical early adopters to mainstream adoption across three market segments: individual developers, dev teams, and enterprises.
14
+
15
+ ---
16
+
17
+ ## Part I: Go-To-Market Strategy
18
+
19
+ ### I.1 Market Positioning
20
+
21
+ **Core Value Proposition**
22
+
23
+ > "Ship code 10x faster with autonomous Claude Code agent teams — no AI API vendor lock-in, runs on your infra, integrates with your GitHub."
24
+
25
+ **Unique Advantages**
26
+
27
+ 1. **Self-hosted + Open Source**: No SaaS lock-in. Companies control their data and deployment.
28
+ 2. **Native GitHub Integration**: Deep API hooks (Checks, Deployments, CODEOWNERS) — not a bolted-on add-on.
29
+ 3. **Agent Team Orchestration**: First autonomous tool to coordinate multiple AI agents with clear task boundaries and role specialization.
30
+ 4. **Built-in Intelligence**: Predictive risk scoring, adversarial review, DORA metrics, self-optimization — not separate expensive add-ons.
31
+ 5. **Cost Transparency**: Per-pipeline cost tracking, budget enforcement, adaptive model routing. Developers know what they pay.
32
+ 6. **Bash-Everything**: Runs anywhere bash runs. Linux, macOS, WSL, even older CI systems. Zero language lock-in.
33
+
34
+ **Target Competition**
35
+
36
+ - **GitHub Copilot for Enterprises** → Shipwright is automation, not just code completion
37
+ - **Sourcegraph/Cody** → Cody is chat-based; Shipwright executes full workflows autonomously
38
+ - **Conventional CI/CD** (GitHub Actions, GitLab CI, Jenkins) → Shipwright removes human-in-loop for entire delivery
39
+ - **Cursor IDE** → Works inside an editor; Shipwright orchestrates across multiple services
40
+ - **Linear/Jira PM tools** → Don't execute code; Shipwright closes the issue-to-deployment gap
41
+
42
+ ---
43
+
44
+ ### I.2 Distribution Model
45
+
46
+ **Open Source First, Enterprise Second**
47
+
48
+ ```
49
+ Community Edition (Free)
50
+ ↓ (natural upgrade path)
51
+ Hosted Shipwright SaaS (Optional)
52
+ ↓ (support + premium features)
53
+ Enterprise Edition (Self-Hosted + Support)
54
+ ```
55
+
56
+ **Phase 1: Community-Driven Growth (Now)**
57
+
58
+ - 100% open source on GitHub
59
+ - Zero artificial feature limitations
60
+ - Community support via GitHub Discussions + Discord
61
+ - Early adopter testimonials on website
62
+
63
+ **Phase 2: Premium SaaS Optional Layer (Q3 2026)**
64
+
65
+ - **Hosted Shipwright**: Run daemon on Shipwright servers, retain data ownership via encrypted certs
66
+ - **Premium Features**: Advanced telemetry, team invites, shared dashboards, GitHub org-level analytics
67
+ - **Pricing**: $49/month for individuals, $299/month for teams (5 concurrent jobs max)
68
+ - **Free tier**: 2 concurrent jobs for open-source projects
69
+
70
+ **Phase 3: Enterprise Edition (Q4 2026+)**
71
+
72
+ - **Self-Hosted Enterprise**: Per-org licenses ($5K-$50K/year) with SLA and priority support
73
+ - **Managed Services**: Shipwright runs agents on customer's infra (VPC/on-prem) with dedicated support
74
+ - **Compliance**: SOC 2 certification, HIPAA addendum, audit logs
75
+ - **Features**: SAML/OAuth, team RBAC, usage quotas, Slack integration, PagerDuty escalation
76
+
77
+ **Freemium Positioning**
78
+
79
+ - Community edition unlimited but feature-gated (can process 1 issue at a time, 10 workflows/month)
80
+ - Premium ungate concurrency and webhook limits
81
+ - Enterprise adds compliance + support SLAs + custom integrations
82
+
83
+ ---
84
+
85
+ ### I.3 Adoption Funnel
86
+
87
+ **Stage 1: Awareness (GitHub Discovery)**
88
+
89
+ - Target: Senior engineers, DevOps leads, engineering managers
90
+ - Channels:
91
+ - **GitHub Trending** (organic): High-quality Bash + agent orchestration novelty
92
+ - **Hacker News**: "From labeled GitHub issue to merged PR — zero human intervention"
93
+ - **Product Hunt**: Show live demo running on Shipwright's own issues
94
+ - **Indie Hackers**: Cost savings angle (save $50K/year on CI/deployment labor)
95
+ - **Dev.to** + **CSS-Tricks**: Tutorial: "Set up Shipwright daemon in 5 minutes"
96
+
97
+ **Stage 2: Trial (First Use)**
98
+
99
+ - Target: Developers curious about Claude Code agent orchestration
100
+ - Activation barrier: Very low
101
+ - One-liner install: `curl -fsSL https://... | bash`
102
+ - Single command quick start: `shipwright init`
103
+ - Works with existing GitHub repos (no migration)
104
+ - First pipeline success within 5 minutes (on simple issues)
105
+ - Metrics to track:
106
+ - Time-to-first-successful-pipeline (target: <10 min)
107
+ - GitHub repo stars (viral growth signal)
108
+ - Docker pulls + npm installs (adoption velocity)
109
+
110
+ **Stage 3: Conversion (Daemon Adoption)**
111
+
112
+ - Target: Dev teams processing 5+ issues per sprint
113
+ - Activation moment: "Let's run the daemon overnight and process 10 issues autonomously"
114
+ - Key commitments:
115
+ - Label issues with `shipwright`
116
+ - Configure issue templates + pipeline settings
117
+ - Monitor first few daemon runs before full trust
118
+ - Conversion metric: Teams with daemon running > 7 days continuously
119
+
120
+ **Stage 4: Expansion (Fleet + Enterprise)**
121
+
122
+ - Target: Multi-repo orgs, DevOps platforms
123
+ - Expansion points:
124
+ - **Fleet**: "Let's process issues across 10+ repos with shared worker pool"
125
+ - **Integrations**: "Add Linear/Jira sync, PagerDuty alerts, Slack notifications"
126
+ - **Enterprise**: "Audit compliance, SAML auth, dedicated support"
127
+
128
+ ---
129
+
130
+ ### I.4 Community Strategy
131
+
132
+ **GitHub Community**
133
+
134
+ 1. **Templates + Examples**
135
+ - Issue template (`shipwright.yml`) — make creating Shipwright-processable issues frictionless
136
+ - Docstring examples for each command
137
+ - Runbook: "Add Shipwright to my CI pipeline"
138
+ - Example repos showing Shipwright in action
139
+
140
+ 2. **GitHub Discussions**
141
+ - Category: "Show & Tell" — share daemon wins, cost savings, time-to-deployment improvements
142
+ - Category: "Help" — troubleshooting, setup issues
143
+ - Category: "Feature Requests" — gauge demand, build community consensus
144
+ - Pinned: "Quick wins" from community members
145
+
146
+ 3. **Issues + Contributing**
147
+ - Use Shipwright's own daemon to process incoming issues
148
+ - Make it easy for community to contribute agents (custom `.claude/agents/`)
149
+ - Highlight contributors in every release (social proof)
150
+
151
+ **Discord Community**
152
+
153
+ - **Channels:**
154
+ - `#introductions` — new users, use case sharing
155
+ - `#wins` — screenshots of issues Shipwright solved, cost savings, time savings
156
+ - `#help` — real-time troubleshooting
157
+ - `#integrations` — Linear/Jira/Slack/PagerDuty setup help
158
+ - `#dev` — contributors, internal discussions
159
+
160
+ - **Engagement:**
161
+ - Weekly demo: Record 5-min video of Shipwright processing a real issue end-to-end
162
+ - Monthly AMA: Seth + team live Q&A on roadmap, debugging, performance tuning
163
+ - Bounty board: $100-$500 per integration (Linear, Jira webhook, Datadog, etc.)
164
+
165
+ **Content Strategy**
166
+
167
+ | Content Type | Target | Cadence | Goal |
168
+ | -------------------------------- | ------------- | --------- | ------------------------------ |
169
+ | Blog: "Shipwright in Production" | Dev leads | Monthly | Case studies, metrics, lessons |
170
+ | Blog: "Reducing DORA lead time" | DevOps/SRE | Biweekly | Thought leadership on metrics |
171
+ | YouTube: Live coding | Developers | Weekly | Build tutorials, walkthroughs |
172
+ | Twitter/X: Wins thread | Community | Weekly | Social proof, virality |
173
+ | Conference talks | Dev community | Quarterly | Brand awareness, trust |
174
+ | Webinar: "AI-native delivery" | Enterprises | Monthly | Lead generation |
175
+
176
+ ---
177
+
178
+ ### I.5 Partnership Opportunities
179
+
180
+ **Anthropic Ecosystem**
181
+
182
+ - **Claude Code Community**: Promote Shipwright as the orchestration layer for teams using Claude Code
183
+ - **Anthropic Blog**: Co-publish case study on agent team automation
184
+ - **Anthropic Website**: "Built with Claude Code" partnership badge + link exchange
185
+
186
+ **DevOps & CI/CD Platforms**
187
+
188
+ - **GitHub**: Native integration showcase (Checks API, Deployments), marketplace listing
189
+ - **GitLab**: GitLab CI agent integration, marketplace
190
+ - **Vercel / Netlify**: Deploy Shipwright alongside serverless functions
191
+ - **HashiCorp**: Terraform modules for Shipwright infrastructure (EC2 autoscaling, etc.)
192
+
193
+ **Enterprise Platforms**
194
+
195
+ - **Slack**: Native integration for daemon alerts, issue notifications, PR reviews
196
+ - **PagerDuty**: Auto-escalate failed pipelines to on-call engineer
197
+ - **DataDog / New Relic**: APM instrumentation for pipeline metrics
198
+ - **Atlassian**: Jira deep integration (already built)
199
+
200
+ **Developer Communities**
201
+
202
+ - **CNCF**: Cloud-native deployment, Kubernetes operators
203
+ - **Bash / Shell**: Advanced scripting workshops
204
+ - **Go Community**: Promote as canonical example of Go + Bash integration (if dashboard goes Rust eventually)
205
+
206
+ ---
207
+
208
+ ### I.6 Content Marketing
209
+
210
+ **Blog Series: "The Future of Delivery"**
211
+
212
+ 1. **"From Issue to Merged PR in 4 Minutes"** (1000 words)
213
+ - Show real Shipwright run
214
+ - Contrast with manual process
215
+ - Highlight time/cost savings
216
+
217
+ 2. **"Building Agents That Ship Code"** (2000 words)
218
+ - Deep dive: agent team design patterns
219
+ - Pitfalls (too much autonomy, validation gaps)
220
+ - Memory/learning system advantages
221
+
222
+ 3. **"DORA Metrics for Autonomous Teams"** (1500 words)
223
+ - How Shipwright improves lead time, deployment frequency
224
+ - CFR/MTTR impact analysis
225
+ - Benchmark Shipwright against industry
226
+
227
+ 4. **"GitOps + AI-Native Delivery"** (1500 words)
228
+ - Contrast with traditional GitOps
229
+ - When to use Shipwright vs. declarative IaC
230
+ - Hybrid approaches (Terraform + Shipwright)
231
+
232
+ **Real-World Case Studies**
233
+
234
+ - **"How [Startup Y] Reduced Release Cycle from 2 weeks to 2 days"**
235
+ - Metrics: lead time, deployment frequency, cost per deployment
236
+ - Challenges: trust, validation, rollback strategy
237
+ - ROI: labor hours saved, faster iteration
238
+
239
+ - **"Fleet Operations Across 50+ Repos"**
240
+ - How scaling daemon across multiple repos works
241
+ - Worker pool rebalancing, priority lanes
242
+ - Cost per pipeline, ROI analysis
243
+
244
+ ---
245
+
246
+ ## Part II: Strategic Roadmap
247
+
248
+ ### II.1 Phase Framework
249
+
250
+ Each phase is 8-12 weeks. Phases overlap to maintain release cadence.
251
+
252
+ ```
253
+ Phase 1 (Now - Mar) Core Excellence
254
+ Phase 2 (Feb - Apr) Differentiation
255
+ Phase 3 (Apr - Jun) Enterprise Ready
256
+ Phase 4 (Jun+) Platform & Ecosystem
257
+ ```
258
+
259
+ ---
260
+
261
+ ### II.2 Phase 1: Core Excellence (8 weeks)
262
+
263
+ **Goal:** Make Shipwright rock-solid for 80% of developer workflows.
264
+
265
+ **Pillars**
266
+
267
+ - **Stability**: Zero memory leaks, reliable long-running daemon, automatic recovery from crashes
268
+ - **Documentation**: Runbooks for common patterns, troubleshooting guides, video tutorials
269
+ - **DX (Developer Experience)**: Reduce time-to-first-success, clear error messages, intuitive CLI
270
+ - **Testing**: 95%+ code coverage on critical paths, E2E tests using real Claude Code CLI
271
+
272
+ **Issues to Resolve**
273
+
274
+ | Issue | Priority | Impact | Owner |
275
+ | ----- | -------- | -------------------------------------------------------------------- | ----- |
276
+ | 60 | P0 | Ruthless quality validation — gating auto-pass, zero false positives | @seth |
277
+ | 42 | P1 | Live terminal streaming — real-time pipeline visibility | @team |
278
+ | 41 | P1 | tmux-native pipeline execution — eliminate subprocess noise | @team |
279
+ | 45 | P1 | Dashboard mission control — centralized status + quick actions | @team |
280
+ | 43 | P1 | Team-based pipeline stages — assign stages to specific team members | @team |
281
+
282
+ **Success Metrics**
283
+
284
+ - Zero critical daemon crashes in production (100% uptime SLO for 30 days)
285
+ - 95%+ pipeline success rate on typical issues
286
+ - First-time-user success rate: 90% can run daemon within 10 minutes
287
+ - Docs: 1000+ monthly visitors, 500+ Discord members
288
+
289
+ **Deliverables**
290
+
291
+ - Automated quality gate that blocks auto-pass on risky changes
292
+ - Dashboard v1: Live pipeline progress, GitHub context sidebar
293
+ - Runbooks: "Set up daemon for a real team", "Debug failed pipelines"
294
+ - Video series: Quick starts (10 videos x 2-3 min each)
295
+
296
+ ---
297
+
298
+ ### II.3 Phase 2: Differentiation (12 weeks)
299
+
300
+ **Goal:** Introduce features that competitors can't easily replicate.
301
+
302
+ **Pillars**
303
+
304
+ - **Intelligence Layer**: Predictive risk, adversarial review, architecture enforcement
305
+ - **Cost Intelligence**: Per-pipeline ROI, budget enforcement, model routing
306
+ - **Multi-Model Orchestration**: Use cheaper models for simple tasks, frontier models for complex ones
307
+ - **Observability**: DORA metrics, pipeline vitals, cost trends, failure pattern analysis
308
+
309
+ **Issues to Resolve**
310
+
311
+ | Issue | Priority | Impact | Owner |
312
+ | ----- | -------- | --------------------------------------------------------------- | ----- |
313
+ | 56 | P1 | Multi-model orchestration — adaptive model selection | @team |
314
+ | 60 | P0 | Ruthless quality validation (continued) — iterative improvement | @seth |
315
+ | 35 | P3 | OpenTelemetry observability — integrate with DataDog, New Relic | @team |
316
+ | 30 | P3 | DORA metrics dashboard — lead time, deployment frequency, CFR | @team |
317
+ | 38 | P3 | Autonomous PM agent — proactive issue analysis + labeling | @team |
318
+
319
+ **Success Metrics**
320
+
321
+ - Intelligence layer enabled by default; >70% of pipelines use predictive risk scoring
322
+ - Cost savings quantified: avg 20% reduction via intelligent model routing
323
+ - Observability: 1000+ orgs using DORA metrics dashboard
324
+ - GitHub stars: 5K+ (organic growth signal)
325
+
326
+ **Deliverables**
327
+
328
+ - Multi-model orchestration engine (SPRT-based model switching)
329
+ - Cost dashboard: per-pipeline ROI, model cost breakdown
330
+ - DORA metrics dashboard: lead time trends, deployment frequency, CFR
331
+ - Adversarial review enabled by default (red-team every PR)
332
+ - Autonomous PM agent that labels issues, predicts effort, assigns to right team
333
+
334
+ ---
335
+
336
+ ### II.4 Phase 3: Enterprise Ready (12 weeks)
337
+
338
+ **Goal:** Unlock $100K+ deals with mid-market and enterprise.
339
+
340
+ **Pillars**
341
+
342
+ - **Auth & RBAC**: SAML/OIDC SSO, team-based access control, audit logs
343
+ - **Compliance & Security**: SOC 2, HIPAA addendum, vulnerability scanning
344
+ - **SLA Guarantees**: 99.9% uptime SLO, dedicated support, priority bug fixes
345
+ - **Advanced Integrations**: Linear/Jira webhook sync, Slack/PagerDuty escalation, GitHub Advanced Security
346
+
347
+ **Issues to Resolve**
348
+
349
+ | Issue | Priority | Impact | Owner |
350
+ | ----- | -------- | -------------------------------------------------------------- | ----- |
351
+ | 57 | P2 | GitHub App for native integration — first-class auth, webhooks | @team |
352
+ | 58 | P2 | Automated dependency updates — Dependabot auto-merge workflow | @team |
353
+ | 15 | P2 | Dashboard authentication — SAML/OIDC, team RBAC | @team |
354
+ | 25 | P2 | Public real-time dashboard — allow public view of deployments | @team |
355
+ | 32 | P3 | Multi-repo fleet visualization — org-wide dashboard | @team |
356
+
357
+ **Success Metrics**
358
+
359
+ - Enterprise tier pricing active; 5+ enterprise deals closed
360
+ - SOC 2 Type II certified
361
+ - SLA: 99.9% uptime demonstrated over 90 days
362
+ - Integrations: GitHub App installed on 500+ orgs
363
+
364
+ **Deliverables**
365
+
366
+ - GitHub App (Checks API, Deployments API, webhooks) — zero setup friction
367
+ - Enterprise Edition with SAML/OIDC, team RBAC, audit logs
368
+ - Automated Dependabot workflow (auto-review, test, merge)
369
+ - SLA documentation + uptime dashboard
370
+ - Managed Services offering (agents run on Shipwright infra)
371
+
372
+ ---
373
+
374
+ ### II.5 Phase 4: Platform & Ecosystem (Ongoing)
375
+
376
+ **Goal:** Position Shipwright as the canonical orchestration platform for AI-native delivery.
377
+
378
+ **Pillars**
379
+
380
+ - **Agent Marketplace**: Community builds custom agents (security review, performance audit, etc.)
381
+ - **Template Library**: Pre-built workflows for common patterns (monorepo, microservices, etc.)
382
+ - **Extensibility**: Webhooks, plugins, custom context providers
383
+ - **Cross-Platform**: Kubernetes operators, Docker Compose templates, Terraform modules
384
+
385
+ **Issues to Resolve**
386
+
387
+ | Issue | Priority | Impact | Owner |
388
+ | ----- | -------- | -------------------------------------------------------------------- | ----- |
389
+ | 51 | P1 | Event-driven architecture — replace polling with durable event bus | @team |
390
+ | 52 | P2 | Production feedback loop — auto-create issues from runtime errors | @team |
391
+ | 53 | P2 | Cross-pipeline real-time learning — share discoveries between builds | @team |
392
+ | 54 | P2 | Intelligent issue decomposition — auto-split large issues | @team |
393
+ | 59 | P2 | Release train automation — batched releases, semantic versioning | @team |
394
+
395
+ **Success Metrics**
396
+
397
+ - Agent Marketplace: 50+ custom agents contributed
398
+ - Template Library: 100+ templates covering common patterns
399
+ - Event-driven: Zero polling, full async architecture
400
+ - Production feedback loop: 100+ orgs integrating error tracking
401
+ - Thought leadership: Shipwright mentioned in Gartner MQ for AI-native delivery
402
+
403
+ **Deliverables**
404
+
405
+ - Durable event bus (replaces polling)
406
+ - Agent Marketplace with templating + testing harness
407
+ - Production feedback loop integration (error → issue)
408
+ - Release train automation (semantic versioning, changelogs)
409
+ - Kubernetes operator for running Shipwright daemon
410
+ - Terraform modules for AWS/GCP deployment
411
+
412
+ ---
413
+
414
+ ## Part III: Quick Wins (This Week)
415
+
416
+ **High-impact, low-effort items that accelerate GTM immediately:**
417
+
418
+ ### 1. **GitHub Profile README** (4 hours)
419
+
420
+ - Create `/profile/README.md` in `github.com/sethdford` account
421
+ - Showcase Shipwright as primary project
422
+ - Link to live demo, quick start, Discord
423
+ - Social proof: GitHub stars, contributor count, recent wins
424
+
425
+ ### 2. **Product Hunt Launch** (6 hours)
426
+
427
+ - Schedule launch for next Tuesday (high engagement)
428
+ - Prepare demo video (2 min)
429
+ - Write compelling hunt post (pain point → solution → demo)
430
+ - Tag relevant categories (DevTools, Development, Automation)
431
+ - Target: 500+ upvotes, top 5 in category
432
+
433
+ ### 3. **Hacker News Story** (2 hours)
434
+
435
+ - Post to HN with title: "Shipwright: Autonomously deliver features from GitHub issues to PRs"
436
+ - Embed demo video in comments
437
+ - Be ready to engage in comments, answer technical questions
438
+ - Target: 100+ points, top 3 on front page
439
+
440
+ ### 4. **Discord Community Setup** (3 hours)
441
+
442
+ - Create Discord server (free)
443
+ - Setup channels: intros, help, wins, dev, releases
444
+ - Invite early users + Anthropic contacts
445
+ - Post weekly demo video
446
+ - Target: 50+ members by week 2
447
+
448
+ ### 5. **Benchmark Comparison Table** (4 hours)
449
+
450
+ - Create `/docs/strategy/01-competitive-analysis.md`
451
+ - Matrix: Shipwright vs. GitHub Copilot, Cursor, Cody, Conventional CI
452
+ - Highlight unique advantages: agent orchestration, self-hosted, cost transparency
453
+ - Publish on website + use in sales collateral
454
+
455
+ ### 6. **Case Study: Shipwright on Shipwright** (6 hours)
456
+
457
+ - Document 3 real issues Shipwright solved (with before/after)
458
+ - Metrics: time-to-resolution, cost, test coverage
459
+ - Publish as `/docs/strategy/02-case-studies.md` + blog post
460
+ - Use in early sales conversations
461
+
462
+ ### 7. **Conference Talk Proposal** (4 hours)
463
+
464
+ - Submit to GitHub Universe, QCon, DevOps Days (all June-August)
465
+ - Title: "Autonomous Teams: Building AI-Native Delivery Pipelines"
466
+ - Abstract: cost reduction, agent orchestration, real-world patterns
467
+ - Target: 1-2 talks accepted by summer
468
+
469
+ ---
470
+
471
+ ## Part IV: Success Metrics & KPIs
472
+
473
+ ### Growth Metrics
474
+
475
+ | KPI | Target (Q2) | Target (Q4) | Measurement |
476
+ | --------------------- | ----------- | ----------- | ------------------------------- |
477
+ | GitHub Stars | 2K | 5K+ | github.com/sethdford/shipwright |
478
+ | Monthly Installs | 100 | 500+ | npm + curl downloads |
479
+ | Active Daemons | 20 | 100+ | Telemetry / heartbeat check |
480
+ | Community Members | 100 | 500+ | Discord + GitHub Discussions |
481
+ | Blog Monthly Visitors | 500 | 2K+ | Google Analytics |
482
+
483
+ ### Adoption Metrics
484
+
485
+ | KPI | Target | Measurement |
486
+ | ------------------------- | ------ | --------------------------------------------------- |
487
+ | Daemon Retention (7 days) | 40% | % of trial users with daemon running >7 days |
488
+ | Fleet Adoption | 15% | % of daemon users configuring fleet across 3+ repos |
489
+ | Intelligence Enabled | 70% | % of pipelines with predictive risk scoring active |
490
+ | Cost Savings Tracked | 50% | % of users examining cost dashboard |
491
+
492
+ ### Business Metrics
493
+
494
+ | KPI | Target (Q3) | Target (Q4) |
495
+ | ------------------------- | ----------- | ----------- |
496
+ | Freemium Signups | 100 | 500+ |
497
+ | Premium Trial Conversions | 10% | 20%+ |
498
+ | Enterprise Pilots | 2 | 5+ |
499
+ | Revenue (MRR) | $2K | $10K+ |
500
+
501
+ ---
502
+
503
+ ## Part V: Risks & Mitigations
504
+
505
+ ### Risk: Anthropic's Claude API pricing/availability changes
506
+
507
+ **Impact**: High — Shipwright's value prop depends on Claude Code quality and cost efficiency
508
+
509
+ **Mitigation**
510
+
511
+ 1. Support multi-model from day 1 (Haiku, Sonnet, Opus, plus open models via Ollama)
512
+ 2. Build fallback to open-source models (Llama, Mistral)
513
+ 3. Monitor Anthropic roadmap; align releases with Claude Code features
514
+ 4. Maintain pricing transparency so customers understand cost sensitivity
515
+
516
+ ---
517
+
518
+ ### Risk: Competitors catch up (GitHub Copilot Agents, new Cursor features)
519
+
520
+ **Impact**: Medium — market becomes crowded, differentiation erodes
521
+
522
+ **Mitigation**
523
+
524
+ 1. **Move fast on agent orchestration**: Get to 10,000+ deployments before competitors ship
525
+ 2. **Build community moat**: Once 1000+ developers are using Shipwright, switching cost is high
526
+ 3. **Go deeper on enterprise**: Copilot is consumer-first; we own self-hosted + compliance
527
+ 4. **Unique positioning**: Agent teams + fleet orchestration is hard to replicate; own it
528
+
529
+ ---
530
+
531
+ ### Risk: Open-source adoption plateaus (early adopter ceiling)
532
+
533
+ **Impact**: Medium — community doesn't grow beyond 1K developers
534
+
535
+ **Mitigation**
536
+
537
+ 1. Enterprise pricing tier unlocks revenue even if adoption plateaus
538
+ 2. Partnerships with Anthropic, GitHub, DevOps platforms amplify reach
539
+ 3. Focus on developer experience (one-liner install, <10 min to first success)
540
+ 4. Measure and optimize for viral growth (referral loops, Twitter threads)
541
+
542
+ ---
543
+
544
+ ### Risk: Dashboard/SaaS offering dilutes focus from open-source
545
+
546
+ **Impact**: Low-Medium — team gets spread thin, quality degrades
547
+
548
+ **Mitigation**
549
+
550
+ 1. Hire dedicated SaaS engineering team (Phase 3)
551
+ 2. Keep OSS on critical path: SaaS = extension, not core
552
+ 3. Clear separation: "Free community edition on your infra" vs. "Managed Shipwright"
553
+ 4. Ensure SaaS is optional; worst case we remain pure OSS
554
+
555
+ ---
556
+
557
+ ### Risk: Enterprise deals take longer than expected (sales cycle)
558
+
559
+ **Impact**: Low — doesn't affect organic growth, just timing of revenue
560
+
561
+ **Mitigation**
562
+
563
+ 1. Start enterprise conversations in Q3 (6-month sales cycle means Q4 closes)
564
+ 2. Use freemium tier to build POC partnerships first
565
+ 3. Price competitively ($5K-$15K/year for SMB, $50K+/year for enterprise)
566
+ 4. Offer managed services as option (removes "complex to deploy" objection)
567
+
568
+ ---
569
+
570
+ ## Part VI: Organization & Roles
571
+
572
+ ### Phase 1-2 (Self-Funded / Angel)
573
+
574
+ | Role | Headcount | Responsibilities |
575
+ | ---------------- | --------- | ----------------------------------------- |
576
+ | Founder/Core Dev | 1 | Product, core features, community |
577
+ | Contributors | 3-5 | Agents, integrations, testing (part-time) |
578
+
579
+ ### Phase 3 (Series A / Venture)
580
+
581
+ | Role | Headcount | Responsibilities |
582
+ | --------------- | --------- | ---------------------------------- |
583
+ | Founder/CEO | 1 | Product, strategy, fundraising |
584
+ | Head of Product | 1 | Roadmap, prioritization, releases |
585
+ | Lead Engineer | 2 | Core pipeline, daemon, quality |
586
+ | DevOps Engineer | 1 | Infrastructure, deploy automation |
587
+ | DevRel | 1 | Community, content, partnerships |
588
+ | Sales Engineer | 1 | Enterprise deals, customer success |
589
+
590
+ ### Phase 4 (Series B)
591
+
592
+ | Role | Headcount |
593
+ | ---------------------- | --------- |
594
+ | Engineering | 6-8 |
595
+ | Product/Design | 2 |
596
+ | Sales/Customer Success | 3-4 |
597
+ | DevRel/Marketing | 2 |
598
+ | Operations/Finance | 1-2 |
599
+
600
+ ---
601
+
602
+ ## Part VII: Competitive Landscape
603
+
604
+ ### Market Position
605
+
606
+ ```
607
+ Self-Hosted SaaS
608
+ Proprietary [GitHub Actions] [GitHub Copilot for Enterprise]
609
+ [Cursor + Team Workspace]
610
+
611
+ Open Source [Shipwright] <--- [Conventional CI/CD]
612
+ (Jenkins, GitLab CI, etc.)
613
+
614
+ Complexity → [Basic Agents] — [Orchestration] — [Multi-Agent Teams]
615
+ ```
616
+
617
+ **Shipwright's Unique Quadrant**: Open-source + self-hosted + multi-agent orchestration.
618
+
619
+ ### Competitive Advantages
620
+
621
+ | Feature | Shipwright | Cursor | Copilot Enterprise | Actions |
622
+ | -------------------- | ---------- | ------- | ------------------ | ------- |
623
+ | Autonomous pipelines | ✓ | ✗ | ✗ | ✗ |
624
+ | Agent orchestration | ✓ | Limited | ✗ | ✗ |
625
+ | Self-hosted | ✓ | ✗ | Limited | ✓ |
626
+ | Cost transparency | ✓ | ✗ | ✗ | ✗ |
627
+ | DORA metrics | ✓ | ✗ | ✗ | Limited |
628
+ | GitHub integration | ✓ | ✗ | Limited | ✓ |
629
+
630
+ ### Market Trends Favoring Shipwright
631
+
632
+ 1. **AI Skepticism**: Enterprise wary of black-box SaaS; prefer self-hosted control
633
+ 2. **Agent Craze**: Every dev tool adding "agentic capabilities"; Shipwright is native
634
+ 3. **Cost Awareness**: Claude API costs rising; budget-conscious teams want ROI visibility
635
+ 4. **DevOps Shift**: Delivery acceleration is now table-stakes competitive advantage
636
+ 5. **Open Source Preference**: Enterprise favors OSS for critical infrastructure
637
+
638
+ ---
639
+
640
+ ## Appendix: Roadmap Prioritization Matrix
641
+
642
+ **Framework**: Impact (business value) × Effort (dev cost)
643
+
644
+ ```
645
+ High Impact
646
+ |
647
+ Fast Wins | Major Initiatives
648
+ (do first) | (sequence carefully)
649
+ |
650
+ ————————————————
651
+ Low Effort | | | High Effort
652
+ | | |
653
+ Filler | | | R&D / Exploration
654
+ | | |
655
+ Low Impact
656
+ ```
657
+
658
+ **Fast Wins** (Phase 1)
659
+
660
+ - Quality gates (issue 60)
661
+ - Dashboard v1 (issue 45)
662
+ - Terminal streaming (issue 42)
663
+
664
+ **Major Initiatives** (Phase 2-3)
665
+
666
+ - Multi-model orchestration (issue 56)
667
+ - GitHub App (issue 57)
668
+ - Event-driven architecture (issue 51)
669
+ - Enterprise RBAC (issue 15)
670
+
671
+ **R&D / Exploration** (Phase 4+)
672
+
673
+ - Production feedback loop (issue 52)
674
+ - Cross-pipeline learning (issue 53)
675
+ - Release train automation (issue 59)
676
+
677
+ ---
678
+
679
+ ## Implementation Timeline
680
+
681
+ ```
682
+ Feb 2026 (Now) Phase 1 Kickoff
683
+ ├─ Launch Product Hunt + HN
684
+ ├─ Setup Discord community
685
+ └─ Begin Phase 1 work (stability, docs, DX)
686
+
687
+ Mar 2026 Phase 1 Completion
688
+ ├─ v1.13.0 Release (dashboard, streaming, quality gates)
689
+ ├─ GitHub stars: 1K target
690
+ ├─ Blog: Case studies published
691
+ └─ Begin Phase 2 work (intelligence, cost)
692
+
693
+ Apr-May 2026 Phase 2 Execution
694
+ ├─ Multi-model orchestration
695
+ ├─ Cost dashboard
696
+ ├─ Conference talks submitted
697
+ └─ Community growth: 200+ Discord members
698
+
699
+ Jun 2026 Phase 2 Completion + Phase 3 Kickoff
700
+ ├─ v1.14.0 Release (intelligence, cost, DORA metrics)
701
+ ├─ GitHub stars: 3K target
702
+ ├─ Begin Phase 3 work (enterprise, auth, integrations)
703
+ └─ Start enterprise sales conversations
704
+
705
+ Jul-Aug 2026 Phase 3 Execution
706
+ ├─ GitHub App development
707
+ ├─ Enterprise security audit
708
+ └─ Conference talks (GitHub Universe, QCon)
709
+
710
+ Sep 2026 Phase 3 Completion
711
+ ├─ v1.15.0 Release (GitHub App, enterprise RBAC)
712
+ ├─ SOC 2 Type II cert in progress
713
+ ├─ GitHub stars: 5K target
714
+ └─ First enterprise pilot deal
715
+
716
+ Oct-Dec 2026 Phase 4 Transition
717
+ ├─ Event-driven architecture work
718
+ ├─ Production feedback loop
719
+ ├─ Release train automation
720
+ └─ Marketplace + template library
721
+
722
+ 2027+ Scale & Platform
723
+ ├─ 10K+ active deployments
724
+ ├─ 50+ enterprise customers
725
+ ├─ AI-native delivery standard in industry
726
+ └─ Strategic acquisition / Series B opportunity
727
+ ```
728
+
729
+ ---
730
+
731
+ ## Conclusion
732
+
733
+ Shipwright is positioned at the intersection of three major industry shifts:
734
+
735
+ 1. **AI-First Delivery**: Developers expect AI to ship code, not just complete it
736
+ 2. **Agent Orchestration**: Multi-agent teams are the frontier; single agents are table-stakes
737
+ 3. **Open Source Preference**: Enterprise trusts open-source infrastructure over proprietary black boxes
738
+
739
+ The go-to-market strategy leverages organic GitHub growth + strategic partnerships + targeted enterprise sales to reach $10M+ ARR by 2027.
740
+
741
+ **Success requires ruthless focus on:**
742
+
743
+ - Developer experience (time-to-first-success)
744
+ - Community momentum (virality)
745
+ - Enterprise trust (compliance, support)
746
+ - Cost transparency (build loyalty)
747
+
748
+ **Next 90 days:**
749
+
750
+ - Make Phase 1 rock solid (stability, docs, DX)
751
+ - Launch Product Hunt, Hacker News, Discord
752
+ - Publish case studies, competitive analysis
753
+ - Start enterprise sales outreach
754
+
755
+ ---
756
+
757
+ **Document Owner**: Seth Ford
758
+ **Last Updated**: February 14, 2026
759
+ **Next Review**: March 31, 2026