soloship 0.4.1 → 0.5.1

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 (2) hide show
  1. package/README.md +36 -28
  2. 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), **16 Soloship workflow skills + 35 vendored skills from five best-in-class plugins** (51 skills total) that guide you through the steps a professional would take (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.
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
 
@@ -163,13 +163,13 @@ Run bootstrap once per project. For existing code, run `/soloship:audit` first s
163
163
 
164
164
  **Daily work**
165
165
 
166
- - `/soloship:brainstorm` — Detects whether the question is demand-validation (should this exist?) or feature-shaping (what should this do?) and routes accordingly: `gs-office-hours` for demand, `ce-brainstorm` for feature. Ends with a mandatory design-first nudge — sketch before you plan.
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 invokes `ce-plan` to produce the plan. 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/`, invokes `ce-work` for execution with branching and QC. Freshness check warns on stale plans.
171
- - `/soloship:debug` — Iron law: no fixes without root cause investigation. Searches solutions for prior art first, then invokes `sp-systematic-debugging` for 4-phase discipline (Investigate → Analyze → Hypothesize → Implement). Nudges `/learn` for non-obvious fixes.
172
- - `/soloship:learn` — Captures knowledge from non-obvious work. Invokes `ce-compound` for solution doc creation. 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."
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 a working branch, then runs the Compound-Engineering-derived execution methodology with branching and quality checks. Freshness check warns on stale plans.
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**
@@ -180,10 +180,10 @@ Run bootstrap once per project. For existing code, run `/soloship:audit` first s
180
180
 
181
181
  **Quality**
182
182
 
183
- - `/soloship:review` — Detects whether the target is a plan or code. **Plans** route to `gs-plan-eng-review`, `gs-plan-ceo-review`, `gs-plan-design-review` individually, or `gs-autoplan` for all four (adds DX review) in one auto-decided pass. **Code** routes to `ce-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 `gs-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.
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: `/gs-qa`, `/gs-cso`, `/gs-context-save` / `/gs-context-restore`, `/gs-autoplan`. Health has no replacement — its core checks were inlined into `/soloship:shipthorough`'s quality gate.
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-finish`), and `brainstorming`. Nine skills total.
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 (51 total)
279
- # 16 skills invoked as /soloship-* (15 Soloship-native + 1 renamed vendor):
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
- finish/ # vendored from Superpowers' finishing-a-development-branch
284
- # renamed for the Soloship slash-command surface
285
-
286
- # 35 vendored skills with source prefix (full attribution in THIRD_PARTY_NOTICES.md):
287
- ce-* # 8 from Compound Engineering (Kieran Klaassen, MIT)
288
- sp-* # 8 from Superpowers (Jesse Vincent, MIT)
289
- # (a 9th Superpowers skill, finishing-a-development-branch,
290
- # lives at skills/finish/ above)
291
- im-* # 6 from Impeccable (Paul Bakaus, Apache 2.0)
292
- uiux-* # 1 from ui-ux-pro-max (nextlevelbuilder, MIT)
293
- gs-* # 12 from gstack (Garry Tan, MIT) — includes the gs-browse
294
- # headless browser daemon, re-vendored at v1.31.1.0 with
295
- # Soloship-native paths so it works without gstack installed.
296
- # gs-browse compiles its launcher on first use (build-on-host
297
- # for architecture portability across arm64 / x86_64 Macs).
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soloship",
3
- "version": "0.4.1",
3
+ "version": "0.5.1",
4
4
  "description": "Systematic programming methodology for AI-assisted development",
5
5
  "type": "module",
6
6
  "bin": {