Highlights
/seven-lawsslash command — brand-aligned alias to/continuous-improvement, surfaces the 7 Laws name directly in the command palette- Skill Law-tag lint (
npm run verify:skill-law-tag) — every non-core skill description must declare which of the 7 Laws it enforces; CI guards against silent regression - README Law Coverage matrix — explicit map from each bundled skill / command / hook / instinct pack to its Law
Changed
- Skill descriptions lead with the Law each enforces (Laws 1–7 + orchestrator)
superpowersreframed as a Law activator, not a peer skill- Renamed
proceed-with-claude-recommendation→proceed-with-the-recommendationso the same skill can be installed into non-Claude agents (Codex, Gemini CLI, etc.); old-name installations need to re-run the install snippet under the new path
⚠️ Breaking
The marketplace dropped 8 third-party PM plugin entries (pm-data-analytics, pm-execution, pm-go-to-market, pm-market-research, pm-marketing-growth, pm-product-discovery, pm-product-strategy, pm-toolkit) to refocus on the 7 Laws.
After updating, anyone with those plugins installed from this marketplace loses the update source — the plugins keep working until uninstalled, but /plugin marketplace update continuous-improvement will no longer resolve them.
Migration: if you depend on any of the 8 dropped PM plugins, pin them via a separate marketplace before running /plugin marketplace update continuous-improvement. Existing installs continue to work; only the update path is removed.
Install / update
Existing installs:
/plugin marketplace update continuous-improvement
/plugin update continuous-improvement
Fresh install:
/plugin marketplace add naimkatiman/continuous-improvement
/plugin install continuous-improvement@continuous-improvement
Test plan attestation
- 364/364 tests passing on Node 18, 20, 22 (CI)
- All
verify:*scripts green (skill-mirror, skill-tiers, skill-law-tag, docs-substrings)
Full changelog: CHANGELOG.md