shipwright-cli 1.10.0 → 2.0.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 (108) hide show
  1. package/README.md +114 -36
  2. package/completions/_shipwright +212 -32
  3. package/completions/shipwright.bash +97 -25
  4. package/docs/strategy/01-market-research.md +619 -0
  5. package/docs/strategy/02-mission-and-brand.md +587 -0
  6. package/docs/strategy/03-gtm-and-roadmap.md +759 -0
  7. package/docs/strategy/QUICK-START.txt +289 -0
  8. package/docs/strategy/README.md +172 -0
  9. package/package.json +4 -2
  10. package/scripts/sw +208 -1
  11. package/scripts/sw-activity.sh +500 -0
  12. package/scripts/sw-adaptive.sh +925 -0
  13. package/scripts/sw-adversarial.sh +1 -1
  14. package/scripts/sw-architecture-enforcer.sh +1 -1
  15. package/scripts/sw-auth.sh +613 -0
  16. package/scripts/sw-autonomous.sh +664 -0
  17. package/scripts/sw-changelog.sh +704 -0
  18. package/scripts/sw-checkpoint.sh +1 -1
  19. package/scripts/sw-ci.sh +602 -0
  20. package/scripts/sw-cleanup.sh +1 -1
  21. package/scripts/sw-code-review.sh +637 -0
  22. package/scripts/sw-connect.sh +1 -1
  23. package/scripts/sw-context.sh +605 -0
  24. package/scripts/sw-cost.sh +1 -1
  25. package/scripts/sw-daemon.sh +432 -130
  26. package/scripts/sw-dashboard.sh +1 -1
  27. package/scripts/sw-db.sh +540 -0
  28. package/scripts/sw-decompose.sh +539 -0
  29. package/scripts/sw-deps.sh +551 -0
  30. package/scripts/sw-developer-simulation.sh +1 -1
  31. package/scripts/sw-discovery.sh +412 -0
  32. package/scripts/sw-docs-agent.sh +539 -0
  33. package/scripts/sw-docs.sh +1 -1
  34. package/scripts/sw-doctor.sh +59 -1
  35. package/scripts/sw-dora.sh +615 -0
  36. package/scripts/sw-durable.sh +710 -0
  37. package/scripts/sw-e2e-orchestrator.sh +535 -0
  38. package/scripts/sw-eventbus.sh +393 -0
  39. package/scripts/sw-feedback.sh +471 -0
  40. package/scripts/sw-fix.sh +1 -1
  41. package/scripts/sw-fleet-discover.sh +567 -0
  42. package/scripts/sw-fleet-viz.sh +404 -0
  43. package/scripts/sw-fleet.sh +8 -1
  44. package/scripts/sw-github-app.sh +596 -0
  45. package/scripts/sw-github-checks.sh +1 -1
  46. package/scripts/sw-github-deploy.sh +1 -1
  47. package/scripts/sw-github-graphql.sh +1 -1
  48. package/scripts/sw-guild.sh +569 -0
  49. package/scripts/sw-heartbeat.sh +1 -1
  50. package/scripts/sw-hygiene.sh +559 -0
  51. package/scripts/sw-incident.sh +617 -0
  52. package/scripts/sw-init.sh +88 -1
  53. package/scripts/sw-instrument.sh +699 -0
  54. package/scripts/sw-intelligence.sh +1 -1
  55. package/scripts/sw-jira.sh +1 -1
  56. package/scripts/sw-launchd.sh +363 -28
  57. package/scripts/sw-linear.sh +1 -1
  58. package/scripts/sw-logs.sh +1 -1
  59. package/scripts/sw-loop.sh +64 -3
  60. package/scripts/sw-memory.sh +1 -1
  61. package/scripts/sw-mission-control.sh +487 -0
  62. package/scripts/sw-model-router.sh +545 -0
  63. package/scripts/sw-otel.sh +596 -0
  64. package/scripts/sw-oversight.sh +689 -0
  65. package/scripts/sw-pipeline-composer.sh +1 -1
  66. package/scripts/sw-pipeline-vitals.sh +1 -1
  67. package/scripts/sw-pipeline.sh +687 -24
  68. package/scripts/sw-pm.sh +693 -0
  69. package/scripts/sw-pr-lifecycle.sh +522 -0
  70. package/scripts/sw-predictive.sh +1 -1
  71. package/scripts/sw-prep.sh +1 -1
  72. package/scripts/sw-ps.sh +1 -1
  73. package/scripts/sw-public-dashboard.sh +798 -0
  74. package/scripts/sw-quality.sh +595 -0
  75. package/scripts/sw-reaper.sh +1 -1
  76. package/scripts/sw-recruit.sh +573 -0
  77. package/scripts/sw-regression.sh +642 -0
  78. package/scripts/sw-release-manager.sh +736 -0
  79. package/scripts/sw-release.sh +706 -0
  80. package/scripts/sw-remote.sh +1 -1
  81. package/scripts/sw-replay.sh +520 -0
  82. package/scripts/sw-retro.sh +691 -0
  83. package/scripts/sw-scale.sh +444 -0
  84. package/scripts/sw-security-audit.sh +505 -0
  85. package/scripts/sw-self-optimize.sh +1 -1
  86. package/scripts/sw-session.sh +1 -1
  87. package/scripts/sw-setup.sh +1 -1
  88. package/scripts/sw-standup.sh +712 -0
  89. package/scripts/sw-status.sh +1 -1
  90. package/scripts/sw-strategic.sh +658 -0
  91. package/scripts/sw-stream.sh +450 -0
  92. package/scripts/sw-swarm.sh +583 -0
  93. package/scripts/sw-team-stages.sh +511 -0
  94. package/scripts/sw-templates.sh +1 -1
  95. package/scripts/sw-testgen.sh +515 -0
  96. package/scripts/sw-tmux-pipeline.sh +554 -0
  97. package/scripts/sw-tmux.sh +1 -1
  98. package/scripts/sw-trace.sh +485 -0
  99. package/scripts/sw-tracker-github.sh +188 -0
  100. package/scripts/sw-tracker-jira.sh +172 -0
  101. package/scripts/sw-tracker-linear.sh +251 -0
  102. package/scripts/sw-tracker.sh +117 -2
  103. package/scripts/sw-triage.sh +603 -0
  104. package/scripts/sw-upgrade.sh +1 -1
  105. package/scripts/sw-ux.sh +677 -0
  106. package/scripts/sw-webhook.sh +627 -0
  107. package/scripts/sw-widgets.sh +530 -0
  108. package/scripts/sw-worktree.sh +1 -1
@@ -0,0 +1,289 @@
1
+ ================================================================================
2
+ SHIPWRIGHT GO-TO-MARKET STRATEGY - EXECUTIVE BRIEF
3
+ ================================================================================
4
+
5
+ CREATED: February 14, 2026
6
+ STATUS: Ready for implementation
7
+ OWNER: Seth Ford
8
+
9
+ ================================================================================
10
+ CORE VALUE PROPOSITION
11
+ ================================================================================
12
+
13
+ "Ship code 10x faster with autonomous Claude Code agent teams — no AI API
14
+ vendor lock-in, runs on your infra, integrates with your GitHub."
15
+
16
+ ================================================================================
17
+ KEY DIFFERENTIATORS
18
+ ================================================================================
19
+
20
+ 1. Self-hosted + Open Source (No vendor lock-in)
21
+ 2. Agent Team Orchestration (Multi-agent coordination)
22
+ 3. Native GitHub Integration (Checks, Deployments APIs)
23
+ 4. Built-in Intelligence (Predictive risk, DORA metrics)
24
+ 5. Cost Transparency (Per-pipeline ROI tracking)
25
+ 6. Universal Bash Compatibility (Runs anywhere)
26
+
27
+ ================================================================================
28
+ DISTRIBUTION MODEL (3-TIER)
29
+ ================================================================================
30
+
31
+ Q1-Q2: Community Edition (Free, Unlimited)
32
+ └─ Open source on GitHub, organic growth via Hacker News + Product Hunt
33
+
34
+ Q3: Freemium SaaS (Optional Hosted)
35
+ └─ $49/mo individuals, $299/mo teams, free tier for OSS
36
+
37
+ Q4+: Enterprise Edition (Self-Hosted + Support)
38
+ └─ $5K-$50K/year, SAML/OIDC, SOC 2, SLA
39
+
40
+ ================================================================================
41
+ 4-PHASE ROADMAP
42
+ ================================================================================
43
+
44
+ Phase 1: CORE EXCELLENCE (Feb-Mar, 8 weeks)
45
+ Goal: Rock-solid foundation
46
+ Focus: Stability, docs, DX
47
+ Success: 1K GitHub stars, 500+ Discord members
48
+
49
+ Phase 2: DIFFERENTIATION (Feb-Apr, 12 weeks)
50
+ Goal: Unique competitive advantages
51
+ Focus: Intelligence, cost, DORA metrics
52
+ Success: 5K GitHub stars, 70% using predictive risk
53
+
54
+ Phase 3: ENTERPRISE READY (Apr-Jun, 12 weeks)
55
+ Goal: Unlock $100K+ deals
56
+ Focus: Auth, compliance, GitHub App
57
+ Success: SOC 2 certified, 5+ enterprise pilots
58
+
59
+ Phase 4: PLATFORM ECOSYSTEM (Jun+, Ongoing)
60
+ Goal: Standard for AI-native delivery
61
+ Focus: Marketplace, extensibility, integrations
62
+ Success: 10K+ deployments, 50+ custom agents
63
+
64
+ ================================================================================
65
+ THIS WEEK'S QUICK WINS (29 hours total)
66
+ ================================================================================
67
+
68
+ Monday: GitHub Profile + Product Hunt (10 hours)
69
+ • Update github.com/sethdford profile README with Shipwright showcase
70
+ • Prepare 2-min demo video
71
+ • Schedule Product Hunt launch for Tuesday
72
+
73
+ Tuesday: Launch Day (12 hours)
74
+ • Product Hunt launch with live demo
75
+ • Submit to Hacker News (2-hour turnaround window)
76
+ • Engage in comments all day
77
+
78
+ Wednesday-Friday: Community Setup (7 hours)
79
+ • Create Discord server with 5 core channels
80
+ • Invite early users + Anthropic contacts
81
+ • Setup weekly demo video schedule
82
+
83
+ Parallel: Content (No additional time, leverage existing work)
84
+ • Publish benchmark comparison table
85
+ • Publish 3 case studies from existing Shipwright runs
86
+ • Submit 2-3 conference talk proposals
87
+
88
+ Target: 500+ upvotes on Product Hunt, 100+ Hacker News points, 50+ Discord members
89
+
90
+ ================================================================================
91
+ SUCCESS METRICS (Quarterly)
92
+ ================================================================================
93
+
94
+ Q2 Targets (by Jun 30):
95
+ GitHub Stars: 2,000
96
+ Monthly Installs: 100
97
+ Active Daemons: 20
98
+ Discord Members: 100
99
+ Blog Visitors: 500/month
100
+
101
+ Q3 Targets (by Sep 30):
102
+ GitHub Stars: 3,000
103
+ Monthly Installs: 300
104
+ Active Daemons: 50
105
+ Discord Members: 250
106
+ Freemium Signups: 100
107
+ Enterprise Pilots: 2
108
+
109
+ Q4 Targets (by Dec 31):
110
+ GitHub Stars: 5,000+
111
+ Monthly Installs: 500+
112
+ Active Daemons: 100+
113
+ Discord Members: 500+
114
+ Freemium Signups: 500+
115
+ Enterprise Pilots: 5+
116
+ MRR Revenue: $10K+
117
+
118
+ ================================================================================
119
+ COMPETITIVE POSITIONING
120
+ ================================================================================
121
+
122
+ Shipwright's Unique Quadrant:
123
+ Open-source + Self-hosted + Multi-agent Orchestration
124
+
125
+ vs. Cursor: ✓ Autonomous execution (Cursor is IDE-only)
126
+ vs. Copilot: ✓ Self-hosted + cost transparency
127
+ vs. GitHub Actions: ✓ AI-native agent orchestration
128
+ vs. Traditional CI: ✓ Zero human-in-loop execution
129
+
130
+ Market Tailwinds:
131
+ • Enterprise skepticism of AI SaaS (prefer self-hosted)
132
+ • Agent craze (Shipwright is native, not bolted-on)
133
+ • Cost consciousness (Shipwright tracks ROI)
134
+ • DevOps evolution (delivery acceleration = competitive advantage)
135
+ • Open-source preference (trust for critical infrastructure)
136
+
137
+ ================================================================================
138
+ ADOPTION FUNNEL
139
+ ================================================================================
140
+
141
+ Stage 1: AWARENESS (GitHub Trending, HN, Product Hunt)
142
+ → Technical decision-makers, DevOps leads
143
+
144
+ Stage 2: TRIAL (One-liner install, 5-min first pipeline)
145
+ → Curious developers
146
+
147
+ Stage 3: CONVERSION (Daemon running autonomously 7+ days)
148
+ → Dev teams processing 5+ issues/sprint
149
+
150
+ Stage 4: EXPANSION (Fleet, integrations, enterprise)
151
+ → Multi-repo orgs, enterprises
152
+
153
+ Conversion Target: 40% of trial users → daemon adoption at 7 days
154
+
155
+ ================================================================================
156
+ KEY MESSAGING BY AUDIENCE
157
+ ================================================================================
158
+
159
+ Developers:
160
+ "Ship code 10x faster"
161
+ "From issue to PR in 4 minutes"
162
+ "No vendor lock-in"
163
+
164
+ Dev Teams:
165
+ "Reduce DORA lead time 80%"
166
+ "Stop manual shipping"
167
+ "Transparent costs"
168
+
169
+ Enterprises:
170
+ "AI-native without lock-in"
171
+ "SOC 2, HIPAA-ready"
172
+ "Reduces release cycles from weeks to days"
173
+
174
+ ================================================================================
175
+ PARTNERSHIPS (PRIORITY ORDER)
176
+ ================================================================================
177
+
178
+ Tier 1: Anthropic (Co-marketing, "Built with Claude Code")
179
+ Tier 2: GitHub (Native integration, marketplace)
180
+ Tier 3: Atlassian (Jira sync), Slack, PagerDuty
181
+ Tier 4: CNCF, dev communities, conference speaking
182
+
183
+ ================================================================================
184
+ RISK MITIGATION
185
+ ================================================================================
186
+
187
+ Risk: Anthropic API pricing changes
188
+ → Multi-model support from day 1 (Haiku, Sonnet, Opus, open models)
189
+
190
+ Risk: Competitors catch up
191
+ → Move fast on agent orchestration (get to 10K deployments first)
192
+ → Build community moat (switching cost high at 1K+ developers)
193
+
194
+ Risk: Adoption plateaus
195
+ → Enterprise tier unlocks revenue even if community plateaus
196
+ → Partnership amplification (Anthropic, GitHub, DevOps platforms)
197
+
198
+ Risk: Team spread thin on SaaS
199
+ → Keep OSS on critical path, SaaS as optional extension
200
+ → Hire dedicated SaaS team in Phase 3
201
+
202
+ ================================================================================
203
+ CONTENT STRATEGY (6-MONTH CADENCE)
204
+ ================================================================================
205
+
206
+ Blog (Monthly):
207
+ • "Shipwright in Production" — case studies, metrics
208
+ • "Reducing DORA Lead Time" — thought leadership
209
+
210
+ YouTube (Weekly):
211
+ • 2-3 minute tutorials
212
+ • Live issue-to-PR demos
213
+
214
+ Twitter (3x per week):
215
+ • Community wins (screenshots, metrics)
216
+ • Thought leadership threads
217
+
218
+ Webinars (Monthly):
219
+ • "AI-Native Delivery" for enterprises
220
+ • Live Q&A with community
221
+
222
+ Conferences (Quarterly):
223
+ • GitHub Universe, QCon, DevOps Days talks
224
+
225
+ ================================================================================
226
+ ORGANIZATION STRUCTURE
227
+ ================================================================================
228
+
229
+ Phase 1-2 (Self-funded):
230
+ • Founder/Core Dev (1)
231
+ • Part-time Contributors (3-5)
232
+
233
+ Phase 3 (Series A):
234
+ • CEO/Founder
235
+ • Head of Product
236
+ • 2x Lead Engineers
237
+ • DevOps Engineer
238
+ • DevRel
239
+ • Sales Engineer
240
+
241
+ Phase 4 (Series B):
242
+ • Engineering (6-8)
243
+ • Product/Design (2)
244
+ • Sales/CS (3-4)
245
+ • DevRel/Marketing (2)
246
+ • Operations/Finance (1-2)
247
+
248
+ ================================================================================
249
+ NEXT 90 DAYS
250
+ ================================================================================
251
+
252
+ Week 1-2:
253
+ ✓ Launch Product Hunt + Hacker News
254
+ ✓ Create Discord community
255
+ ✓ Publish benchmark comparison
256
+
257
+ Week 3-6:
258
+ ✓ Document 3 real case studies
259
+ ✓ Blog series: 4 posts on AI-native delivery
260
+ ✓ Video tutorials: 10x 2-3 min quick starts
261
+
262
+ Week 7-12:
263
+ ✓ Phase 1 complete: Dashboard v1, quality gates, streaming
264
+ ✓ Hit 1K GitHub stars
265
+ ✓ Daemon retention: 40%+ at 7 days
266
+ ✓ Start Phase 2 planning
267
+
268
+ ================================================================================
269
+ RECOMMENDED READING ORDER
270
+ ================================================================================
271
+
272
+ 1. This file (Quick reference)
273
+ 2. 03-gtm-and-roadmap.md Executive Summary (2 pages)
274
+ 3. 03-gtm-and-roadmap.md Part I (Go-to-market strategy)
275
+ 4. 03-gtm-and-roadmap.md Part III (Quick wins)
276
+ 5. 02-mission-and-brand.md (For messaging/content)
277
+ 6. 01-market-research.md (Background/context)
278
+
279
+ ================================================================================
280
+ CONTACT & REVIEW
281
+ ================================================================================
282
+
283
+ Document Owner: Seth Ford
284
+ Last Updated: February 14, 2026
285
+ Next Review: March 31, 2026
286
+
287
+ For questions or updates, see the full documents in this directory.
288
+
289
+ ================================================================================
@@ -0,0 +1,172 @@
1
+ # Shipwright Strategic Documents
2
+
3
+ This directory contains comprehensive strategic planning documentation for Shipwright's growth and market positioning.
4
+
5
+ ## Documents
6
+
7
+ ### 1. **01-market-research.md** — Market Analysis
8
+
9
+ - Market size and opportunity analysis
10
+ - Competitive landscape assessment
11
+ - Target customer segments
12
+ - Industry trends and market dynamics
13
+ - Pricing benchmarks and willingness-to-pay analysis
14
+
15
+ ### 2. **02-mission-and-brand.md** — Brand Strategy
16
+
17
+ - Mission, vision, and values
18
+ - Brand positioning statement
19
+ - Target persona archetypes
20
+ - Brand voice and messaging framework
21
+ - Community building strategy
22
+
23
+ ### 3. **03-gtm-and-roadmap.md** — Go-To-Market & Product Roadmap
24
+
25
+ - Go-to-market strategy (distribution, adoption funnel, partnerships)
26
+ - 4-phase strategic roadmap (Core Excellence → Differentiation → Enterprise Ready → Platform)
27
+ - Quick wins for immediate GTM acceleration (this week)
28
+ - Success metrics and KPIs
29
+ - Risk mitigation strategies
30
+ - Competitive analysis and market positioning
31
+
32
+ ## Quick Reference
33
+
34
+ ### Strategic Phases
35
+
36
+ | Phase | Timeline | Focus | Target |
37
+ | ----------------------------- | ------------- | ------------------------------------- | ------------------------------------- |
38
+ | **Phase 1: Core Excellence** | Feb-Mar (8w) | Stability, docs, DX | 500+ Discord members, 1K GitHub stars |
39
+ | **Phase 2: Differentiation** | Feb-Apr (12w) | Intelligence, cost, DORA | 5K GitHub stars, 100+ active daemons |
40
+ | **Phase 3: Enterprise Ready** | Apr-Jun (12w) | Auth, compliance, GitHub App | 5+ enterprise pilots, SOC 2 certified |
41
+ | **Phase 4: Platform** | Jun+ | Ecosystem, marketplace, extensibility | 10K+ deployments, 50+ custom agents |
42
+
43
+ ### Key Messages
44
+
45
+ **For Developers:**
46
+
47
+ - "Ship code 10x faster with autonomous agent teams"
48
+ - "From GitHub issue to merged PR in 4 minutes"
49
+ - "No AI lock-in — runs on your infra"
50
+
51
+ **For Teams:**
52
+
53
+ - "Reduce DORA lead time by 80%"
54
+ - "Stop manually shipping; let agents handle it"
55
+ - "Transparent costs, intelligent model routing"
56
+
57
+ **For Enterprises:**
58
+
59
+ - "AI-native delivery without vendor lock-in"
60
+ - "SOC 2 certified, HIPAA-ready, fully self-hosted"
61
+ - "Reduces release cycle from weeks to days"
62
+
63
+ ### This Week's Quick Wins
64
+
65
+ 1. GitHub Profile README (4h) — Social proof + brand presence
66
+ 2. Product Hunt Launch (6h) — Viral growth opportunity
67
+ 3. Hacker News Post (2h) — Tech community awareness
68
+ 4. Discord Server (3h) — Community hub + engagement
69
+ 5. Benchmark Comparison (4h) — Competitive positioning
70
+ 6. Case Study Publication (6h) — Social proof + sales collateral
71
+ 7. Conference Talk Proposals (4h) — Thought leadership + brand
72
+
73
+ ### Success Metrics
74
+
75
+ **Growth:**
76
+
77
+ - GitHub stars: 2K (Q2) → 5K+ (Q4)
78
+ - Monthly installs: 100 (Q2) → 500+ (Q4)
79
+ - Active daemons: 20 (Q2) → 100+ (Q4)
80
+ - Community members: 100 (Q2) → 500+ (Q4)
81
+
82
+ **Business:**
83
+
84
+ - Freemium signups: 100 (Q3) → 500+ (Q4)
85
+ - Enterprise pilots: 2 (Q3) → 5+ (Q4)
86
+ - MRR: $2K (Q3) → $10K+ (Q4)
87
+
88
+ ### Distribution Model
89
+
90
+ ```
91
+ Community Edition (Free & Unlimited)
92
+ ↓ Natural upgrade path
93
+ Hosted Shipwright SaaS ($49-$299/mo)
94
+ ↓ Enterprise features
95
+ Enterprise Edition ($5K-$50K/yr)
96
+ ```
97
+
98
+ - **Q1-Q2:** Community edition only, organic growth
99
+ - **Q3:** Launch freemium SaaS (optional hosted runner)
100
+ - **Q4:** Enterprise tier with SAML/OIDC, SLA, support
101
+
102
+ ### Competitive Positioning
103
+
104
+ **Unique Quadrant:** Open-source + self-hosted + multi-agent orchestration
105
+
106
+ | Feature | Shipwright | Cursor | Copilot Enterprise | Actions |
107
+ | -------------------- | ---------- | ------- | ------------------ | ------- |
108
+ | Autonomous pipelines | ✓ | ✗ | ✗ | ✗ |
109
+ | Agent orchestration | ✓ | Limited | ✗ | ✗ |
110
+ | Self-hosted | ✓ | ✗ | Limited | ✓ |
111
+ | Cost transparency | ✓ | ✗ | ✗ | ✗ |
112
+ | DORA metrics | ✓ | ✗ | ✗ | Limited |
113
+
114
+ ### Key Partnerships
115
+
116
+ - **Anthropic:** Co-marketing, "Built with Claude Code"
117
+ - **GitHub:** Native integration showcase, marketplace listing
118
+ - **Atlassian:** Jira bidirectional sync
119
+ - **DevOps Platforms:** Slack, PagerDuty, DataDog, New Relic
120
+ - **Developer Communities:** CNCF, Bash community, conferences
121
+
122
+ ---
123
+
124
+ ## How to Use These Documents
125
+
126
+ 1. **First-time readers:** Start with the Executive Summary in 03-gtm-and-roadmap.md
127
+ 2. **Strategic planning:** Use 03-gtm-and-roadmap.md + the phase framework
128
+ 3. **Brand/messaging:** Reference 02-mission-and-brand.md for public communications
129
+ 4. **Market context:** 01-market-research.md provides competitive + market sizing data
130
+ 5. **Sales collateral:** Pull case studies, competitive analysis, metrics from all three docs
131
+
132
+ ## Next Steps
133
+
134
+ ### Week 1 (Feb 14-20)
135
+
136
+ - [ ] Publish benchmark comparison table (01-market-research.md foundation)
137
+ - [ ] Launch Product Hunt
138
+ - [ ] Post to Hacker News
139
+ - [ ] Create Discord server
140
+
141
+ ### Week 2-4 (Feb 21 - Mar 13)
142
+
143
+ - [ ] Document 3 real case studies (Shipwright on Shipwright, production metrics)
144
+ - [ ] Publish blog series (4 posts)
145
+ - [ ] Reach 500+ Discord members
146
+ - [ ] YouTube quick-start videos (10x 2-3 min)
147
+
148
+ ### Month 2-3 (Mar 14 - May 13)
149
+
150
+ - [ ] Phase 1 complete: Dashboard v1, quality gates, streaming
151
+ - [ ] GitHub stars: 1K target
152
+ - [ ] Daemon retention: 40%+ at 7 days
153
+ - [ ] Start Phase 2: Intelligence, cost, DORA metrics
154
+
155
+ ### Month 4-6 (May 14 - Jul 13)
156
+
157
+ - [ ] Phase 2 complete: Intelligence layer, DORA metrics, cost dashboard
158
+ - [ ] GitHub stars: 3K-5K
159
+ - [ ] Begin Phase 3: Enterprise features, GitHub App
160
+ - [ ] Conference talks lined up for summer
161
+
162
+ ---
163
+
164
+ **Document Owner:** Seth Ford
165
+ **Last Updated:** February 14, 2026
166
+ **Next Review:** March 31, 2026
167
+
168
+ See also:
169
+
170
+ - `/README.md` — Project overview
171
+ - `.claude/CLAUDE.md` — Technical documentation
172
+ - `.github/workflows/shipwright-pipeline.yml` — Production CI/CD
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shipwright-cli",
3
- "version": "1.10.0",
3
+ "version": "2.0.0",
4
4
  "description": "Orchestrate autonomous Claude Code agent teams in tmux",
5
5
  "bin": {
6
6
  "shipwright": "./scripts/sw",
@@ -29,7 +29,9 @@
29
29
  ],
30
30
  "scripts": {
31
31
  "postinstall": "node scripts/postinstall.mjs",
32
- "test": "bash scripts/sw-pipeline-test.sh && bash scripts/sw-daemon-test.sh && bash scripts/sw-prep-test.sh && bash scripts/sw-fleet-test.sh && bash scripts/sw-fix-test.sh && bash scripts/sw-memory-test.sh && bash scripts/sw-session-test.sh && bash scripts/sw-init-test.sh && bash scripts/sw-tracker-test.sh && bash scripts/sw-heartbeat-test.sh && bash scripts/sw-remote-test.sh && bash scripts/sw-intelligence-test.sh && bash scripts/sw-pipeline-composer-test.sh && bash scripts/sw-self-optimize-test.sh && bash scripts/sw-predictive-test.sh && bash scripts/sw-frontier-test.sh && bash scripts/sw-connect-test.sh && bash scripts/sw-github-graphql-test.sh && bash scripts/sw-github-checks-test.sh && bash scripts/sw-github-deploy-test.sh && bash scripts/sw-docs-test.sh && bash scripts/sw-tmux-test.sh && bash scripts/sw-status-test.sh"
32
+ "test": "bash scripts/sw-pipeline-test.sh && bash scripts/sw-daemon-test.sh && bash scripts/sw-prep-test.sh && bash scripts/sw-fleet-test.sh && bash scripts/sw-fix-test.sh && bash scripts/sw-memory-test.sh && bash scripts/sw-session-test.sh && bash scripts/sw-init-test.sh && bash scripts/sw-tracker-test.sh && bash scripts/sw-heartbeat-test.sh && bash scripts/sw-remote-test.sh && bash scripts/sw-intelligence-test.sh && bash scripts/sw-pipeline-composer-test.sh && bash scripts/sw-self-optimize-test.sh && bash scripts/sw-predictive-test.sh && bash scripts/sw-frontier-test.sh && bash scripts/sw-connect-test.sh && bash scripts/sw-github-graphql-test.sh && bash scripts/sw-github-checks-test.sh && bash scripts/sw-github-deploy-test.sh && bash scripts/sw-docs-test.sh && bash scripts/sw-tmux-test.sh && bash scripts/sw-status-test.sh && bash scripts/sw-launchd-test.sh && bash scripts/sw-e2e-smoke-test.sh",
33
+ "test:smoke": "bash scripts/sw-e2e-smoke-test.sh",
34
+ "test:integration": "bash scripts/sw-e2e-integration-test.sh"
33
35
  },
34
36
  "keywords": [
35
37
  "claude",