Skip to content

v3.4.0 — /seven-laws + skill Law-tag lint

Latest

Choose a tag to compare

@naimkatiman naimkatiman released this 03 May 01:06
· 37 commits to main since this release
2291c45

Highlights

  • /seven-laws slash 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)
  • superpowers reframed as a Law activator, not a peer skill
  • Renamed proceed-with-claude-recommendationproceed-with-the-recommendation so 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