soloship 0.4.1 → 0.6.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.
- package/README.md +38 -30
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Ship solo, safely.
|
|
4
4
|
|
|
5
|
-
Soloship is guardrails for non-coders building software through AI agents. It's a Claude Code plugin that gives you three things a traditional engineering team would: **mechanical enforcement** that fires automatically (9 hooks, 4 rules, CI checks — no judgment calls required), **
|
|
5
|
+
Soloship is guardrails for non-coders building software through AI agents. It's a Claude Code plugin that gives you three things a traditional engineering team would: **mechanical enforcement** that fires automatically (9 hooks, 4 rules, CI checks — no judgment calls required), **43 workflow skills** drawn from Soloship's own work plus four best-in-class upstream plugins (Compound Engineering, Superpowers, Impeccable, gstack, ui-ux-pro-max — full attribution below), each with enforcement gates and anti-rationalization tables so the agent can't cut corners, and **a one-command setup** that detects your stack and wires everything into the project.
|
|
6
6
|
|
|
7
7
|
**Quick reference:** [aifoundationlevels.com/soloship-cheatsheet](https://aifoundationlevels.com/soloship-cheatsheet)
|
|
8
8
|
|
|
@@ -134,7 +134,7 @@ Others are routers — Soloship adds enforcement and routing logic, then dispatc
|
|
|
134
134
|
| `/debug` | `superpowers:systematic-debugging` | Solution search for prior art, root-cause iron law |
|
|
135
135
|
| `/learn` | `compound-engineering:workflows:compound` (Step 1) | Solution doc via CE, then own protocols: JSONL logging, registry audit, AGENTS.md propagation + creation |
|
|
136
136
|
| `/review` | `plan-eng/ceo/design-review` (plans) / 3-pass agents (code) | Target detection (plan vs code), severity classification, synthesis |
|
|
137
|
-
| `/shipthorough` | Invokes `/review` internally | 12-step pipeline: preflight, merge, lint, test, coverage audit, review, registry, CHANGELOG, plan lifecycle, commits, PR, deploy |
|
|
137
|
+
| `/shipthorough` | Invokes `/review` internally | 12-step pipeline: preflight, merge, lint, test, coverage audit, review, registry, CHANGELOG, plan lifecycle, commits, local merge to base branch (PR only on explicit request), deploy |
|
|
138
138
|
| `/design-review` | gstack `design-review` | Adds AI slop detection pass (visual/content/layout patterns) |
|
|
139
139
|
|
|
140
140
|
## What you get
|
|
@@ -163,27 +163,27 @@ Run bootstrap once per project. For existing code, run `/soloship:audit` first s
|
|
|
163
163
|
|
|
164
164
|
**Daily work**
|
|
165
165
|
|
|
166
|
-
- `/soloship:brainstorm` —
|
|
166
|
+
- `/soloship:brainstorm` — Feature exploration that merges Compound Engineering's brainstorm methodology with Superpowers' brainstorming discipline. Ends with a mandatory design-first nudge — sketch before you plan. For demand-validation questions (should this exist?), use `/soloship:office-hours` instead.
|
|
167
167
|
- `/soloship:grill-me` — Relentless pre-plan interview that walks every branch of the design tree until user and agent share a complete mental model. Refuses to produce a plan or any code until alignment is explicit. Triggered explicitly ("grill me", "interview me") or by `/soloship:plan` on medium-to-large work. Adapted from Matt Pocock's `grill-me` (MIT).
|
|
168
168
|
- `/soloship:spec` — Writes formal specifications with numbered acceptance criteria, data models, API contracts, user flows (including error states), and explicit out-of-scope boundaries. 8-point verification checklist. Fully self-contained.
|
|
169
|
-
- `/soloship:plan` — Searches `docs/solutions/` for prior art, reads architecture context, then
|
|
170
|
-
- `/soloship:implement` — Finds the most recent plan in `docs/plans/`,
|
|
171
|
-
- `/soloship:debug` — Iron law: no fixes without root cause investigation. Searches solutions for prior art first, then
|
|
172
|
-
- `/soloship:learn` — Captures knowledge from non-obvious work.
|
|
169
|
+
- `/soloship:plan` — Searches `docs/solutions/` for prior art, reads architecture context, then runs the Compound-Engineering-derived plan-writing methodology. 7-point enforcement gate validates: Why lines, Key Decisions, Execution Strategy, Handoff section, no unaddressed pitfalls, and that non-trivial work was preceded by `/soloship:grill-me`. Review is separate — handled by `/soloship:review`.
|
|
170
|
+
- `/soloship:implement` — Finds the most recent plan in `docs/plans/`, sets up an isolated worktree (so parallel agent processes don't collide on the working tree), then runs the Compound-Engineering-derived execution methodology with branching and quality checks. Freshness check warns on stale plans. **Defaults to a local merge into the base branch** when execution finishes — does not auto-create a GitHub PR. Ask explicitly ("open a PR for this") or use `/soloship:finish` Option 2 if you want one.
|
|
171
|
+
- `/soloship:debug` — Iron law: no fixes without root cause investigation. Searches solutions for prior art first, then runs the Superpowers-derived 4-phase discipline (Investigate → Analyze → Hypothesize → Implement). Nudges `/soloship:learn` for non-obvious fixes.
|
|
172
|
+
- `/soloship:learn` — Captures knowledge from non-obvious work. Runs the Compound-Engineering-derived compound methodology to write a solution doc. Adds Soloship protocols: JSONL logging for cross-session search, architecture registry drift checking, and distributed AGENTS.md propagation (pitfalls into existing AGENTS.md files, new ones for directories above the 3-file governance threshold). Anti-rationalization table blocks "this fix was straightforward, not worth documenting."
|
|
173
173
|
- `/soloship:cleanup` — Knowledge system maintenance. Launches 5 parallel audit agents (solution health, overlap detection, plan lifecycle, AGENTS.md staleness, index sync), presents findings interactively, then executes approved changes in a single atomic commit. Merge candidates require 2-of-3 signal threshold.
|
|
174
174
|
|
|
175
175
|
**Shipping**
|
|
176
176
|
|
|
177
177
|
- `/soloship:finish` — When implementation is done, all tests pass, and you need to decide how to integrate the work. Walks the merge / PR / cleanup options with a structured decision tree. Faithful vendor of Superpowers' `finishing-a-development-branch` skill, renamed for the Soloship slash surface.
|
|
178
178
|
- `/soloship:shipfast` — Emergency deploy pipeline. Lint (with auto-fix tolerance), test (pre-existing failures allowed), build (must pass), commit, push, deploy. Auto-detects platform. Minimum viable safety, maximum speed.
|
|
179
|
-
- `/soloship:shipthorough` — Full due diligence: preflight checks, base branch merge, lint, test, inline quality gate (TypeScript + linter + dead code + shellcheck), coverage audit, 3-pass code review (via `/review`), registry update, CHANGELOG enforcement, plan lifecycle cleanup, bisectable commits, PR
|
|
179
|
+
- `/soloship:shipthorough` — Full due diligence: preflight checks, base branch merge, lint, test, inline quality gate (TypeScript + linter + dead code + shellcheck), coverage audit, 3-pass code review (via `/review`), registry update, CHANGELOG enforcement, plan lifecycle cleanup, bisectable commits, **local merge into the base branch and push** (PR only on explicit opt-in), verification gate, deploy.
|
|
180
180
|
|
|
181
181
|
**Quality**
|
|
182
182
|
|
|
183
|
-
- `/soloship:review` — Detects whether the target is a plan or code. **Plans** route to `
|
|
184
|
-
- `/soloship:design-review` — Two-pass visual audit. Pass 1 invokes `
|
|
183
|
+
- `/soloship:review` — Detects whether the target is a plan or code. **Plans** route to `eng-review`, `ceo-review`, `plan-design-review` individually, or `autoplan` for all four (adds DX review) in one auto-decided pass. **Code** routes to `code-review` for PR-scale multi-agent analysis, or runs three inline passes (structural, adversarial, design slop lens) for quick local checks.
|
|
184
|
+
- `/soloship:design-review` — Two-pass visual audit. Pass 1 invokes `design-review` for spacing, hierarchy, and consistency. Pass 2 is Soloship's own AI slop detection (inspired by Impeccable) — flags generic gradients, default shadows, "Welcome to" copy, 3-column feature grids, and other patterns that mark AI-generated design. Each fix committed atomically with before/after screenshots.
|
|
185
185
|
|
|
186
|
-
**Note:** Skills that were previously thin wrappers over vendored gstack skills (`/soloship:qa`, `/soloship:security`, `/soloship:checkpoint`, `/soloship:autoplan`, `/soloship:health`) have been removed. Use the vendored originals directly: `/
|
|
186
|
+
**Note:** Skills that were previously thin wrappers over vendored gstack skills (`/soloship:qa`, `/soloship:security`, `/soloship:checkpoint`, `/soloship:autoplan`, `/soloship:health`) have been removed. Use the vendored originals directly: `/qa`, `/cso`, `/context-save` / `/context-restore`, `/autoplan`. Health has no replacement — its core checks were inlined into `/soloship:shipthorough`'s quality gate.
|
|
187
187
|
|
|
188
188
|
## Quick start
|
|
189
189
|
|
|
@@ -243,7 +243,7 @@ Soloship curates and vendors skills from five outstanding Claude Code plugins. O
|
|
|
243
243
|
|
|
244
244
|
[**Compound Engineering**](https://github.com/EveryInc/compound-engineering-plugin) — Kieran Klaassen (Every). The brainstorm → plan → work → compound loop is the spine of how Soloship thinks about engineering. Also: `/review` inherits CE's multi-agent review pattern.
|
|
245
245
|
|
|
246
|
-
[**Superpowers**](https://github.com/obra/superpowers) — Jesse Vincent. The discipline skills: `systematic-debugging`'s "no fixes without root cause," `verification-before-completion`'s "evidence before claims," `test-driven-development`, `writing-plans`, `executing-plans`, `subagent-driven-development`, `using-git-worktrees`, `finishing-a-development-branch` (renamed to `finish` in Soloship — invoke via `/soloship
|
|
246
|
+
[**Superpowers**](https://github.com/obra/superpowers) — Jesse Vincent. The discipline skills: `systematic-debugging`'s "no fixes without root cause," `verification-before-completion`'s "evidence before claims," `test-driven-development`, `writing-plans`, `executing-plans`, `subagent-driven-development`, `using-git-worktrees`, `finishing-a-development-branch` (renamed to `finish` in Soloship — invoke via `/soloship:finish`), and `brainstorming`. Nine skills total.
|
|
247
247
|
|
|
248
248
|
[**Impeccable**](https://impeccable.style) — Paul Bakaus (extending Anthropic's original `frontend-design`). Design vocabulary and steering commands that let non-coders ship work that doesn't look AI-generated. Soloship vendors `frontend-design` and five `/i-*` commands; 12 more are in the full plugin.
|
|
249
249
|
|
|
@@ -275,26 +275,34 @@ src/ # TypeScript source for the installer
|
|
|
275
275
|
rules.ts # Workflow rule installation
|
|
276
276
|
ci.ts # GitHub Actions + architecture fitness
|
|
277
277
|
templates.ts # CLAUDE.md / AGENTS.md / CHANGELOG / SOLUTION_GUIDE generators
|
|
278
|
-
skills/ # Claude Code skills shipped by the plugin (
|
|
279
|
-
#
|
|
278
|
+
skills/ # Claude Code skills shipped by the plugin (43 total)
|
|
279
|
+
# All skills are invoked as /soloship:<name>. Source attribution lives
|
|
280
|
+
# in THIRD_PARTY_NOTICES.md; no source prefixes leak into command names.
|
|
281
|
+
|
|
282
|
+
# Soloship-native workflow skills (16):
|
|
280
283
|
audit/ bootstrap/ brainstorm/ cleanup/ debug/ design-review/
|
|
281
|
-
grill-me/ implement/ learn/ onboard/ plan/ review/
|
|
284
|
+
finish/ grill-me/ implement/ learn/ onboard/ plan/ review/
|
|
282
285
|
shipfast/ shipthorough/ spec/
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
286
|
+
|
|
287
|
+
# Plan-review skills, derived from gstack (5):
|
|
288
|
+
ceo-review/ eng-review/ devex-review/ plan-design-review/ autoplan/
|
|
289
|
+
|
|
290
|
+
# Code-review, design, and frontend skills, derived from CE and Impeccable (8):
|
|
291
|
+
code-review/ deepen-plan/ document-review/ clarify/ critique/
|
|
292
|
+
polish/ simplify/ frontend-design/
|
|
293
|
+
|
|
294
|
+
# Discipline skills, derived from Superpowers (6):
|
|
295
|
+
executing-plans/ subagent-driven-development/ test-driven-development/
|
|
296
|
+
using-git-worktrees/ verification-before-completion/ writing-plans/
|
|
297
|
+
|
|
298
|
+
# Standalone vendored utilities (8):
|
|
299
|
+
browse/ # gstack's headless browser daemon — re-vendored at
|
|
300
|
+
# v1.31.1.0 with Soloship-native paths so it works
|
|
301
|
+
# without gstack installed. Compiles its launcher on
|
|
302
|
+
# first use (build-on-host for arm64/x86_64 portability).
|
|
303
|
+
cso/ qa/ context-save/ context-restore/ office-hours/ # from gstack
|
|
304
|
+
ui-audit/ # from Impeccable
|
|
305
|
+
ui-ux-pro-max/ # from nextlevelbuilder
|
|
298
306
|
|
|
299
307
|
references/ # Shared checklists (a11y, code review, perf, security, testing)
|
|
300
308
|
vendored/ # Per-source LICENSE / NOTICE / VERSION / README (attribution archive)
|