feat: Phase 1 evolution — domain metadata + hook migration (v8.0.0 → v8.1.0) #444

Merged
lmiranda merged 3 commits from feat/phase-1-evolution into development 2026-02-06 17:31:18 +00:00
Owner

Summary

Two-commit evolution of the marketplace from v7.1.0 to v8.1.0:

v8.0.0 — Domain Metadata (BREAKING)

  • Added domain field (core/data/ops) to all 12 plugin.json and marketplace.json entries
  • validate-marketplace.sh now rejects plugins without valid domain field
  • New launch profiles: saas, ops, debug; deprecated infra

v8.1.0 — Hook Migration & Commands (BREAKING)

  • Removed all SessionStart and PostToolUse hooks (8 plugins, 18 files deleted)
  • Retained only 4 PreToolUse safety hooks + 1 UserPromptSubmit quality hook
  • Added 7 new projman skills (source-analysis, project-charter, adr-conventions, epic-conventions, wbs, risk-register, sprint-roadmap)
  • Added /project command family (initiation, plan, status, close)
  • Added /adr command family (create, list, update, supersede)
  • Added /hygiene check and /cv status commands
  • Removed /pm-debug, /suggest-version, /proposal-status commands
  • Updated label taxonomy from 43 → 58 labels (Epic/, RnD/)
  • All documentation updated (CLAUDE.md, COMMANDS-CHEATSHEET.md, DEBUGGING-CHECKLIST.md, etc.)

Validation

  • validate-marketplace.sh — passes (all 12 plugins, domain cross-validation)
  • verify-hooks.sh — passes (4 plugins, 5 hooks expected)
  • Version consistency verified across README.md, marketplace.json, CHANGELOG.md, CLAUDE.md

Stats

  • 60 files changed, 1061 insertions, 1828 deletions (net reduction)
  • 20 new files created, 22 files deleted, 18 files modified
## Summary Two-commit evolution of the marketplace from v7.1.0 to v8.1.0: ### v8.0.0 — Domain Metadata (BREAKING) - Added `domain` field (`core`/`data`/`ops`) to all 12 `plugin.json` and `marketplace.json` entries - `validate-marketplace.sh` now rejects plugins without valid domain field - New launch profiles: `saas`, `ops`, `debug`; deprecated `infra` ### v8.1.0 — Hook Migration & Commands (BREAKING) - **Removed** all `SessionStart` and `PostToolUse` hooks (8 plugins, 18 files deleted) - **Retained** only 4 `PreToolUse` safety hooks + 1 `UserPromptSubmit` quality hook - **Added** 7 new projman skills (source-analysis, project-charter, adr-conventions, epic-conventions, wbs, risk-register, sprint-roadmap) - **Added** `/project` command family (initiation, plan, status, close) - **Added** `/adr` command family (create, list, update, supersede) - **Added** `/hygiene check` and `/cv status` commands - **Removed** `/pm-debug`, `/suggest-version`, `/proposal-status` commands - **Updated** label taxonomy from 43 → 58 labels (Epic/*, RnD/*) - All documentation updated (CLAUDE.md, COMMANDS-CHEATSHEET.md, DEBUGGING-CHECKLIST.md, etc.) ## Validation - `validate-marketplace.sh` — passes (all 12 plugins, domain cross-validation) - `verify-hooks.sh` — passes (4 plugins, 5 hooks expected) - Version consistency verified across README.md, marketplace.json, CHANGELOG.md, CLAUDE.md ## Stats - 60 files changed, 1061 insertions, 1828 deletions (net reduction) - 20 new files created, 22 files deleted, 18 files modified
lmiranda added the Type/FeatureComplexity/ComplexPriority/High labels 2026-02-06 17:30:52 +00:00
lmiranda added 3 commits 2026-02-06 17:30:53 +00:00
Reviewed-on: #442
- domain field required in plugin.json and marketplace.json (core/data/ops)
- validate-marketplace.sh enforces domain presence and allowed values
- claude-launch.sh new profiles: saas, ops, debug; infra deprecated
- CANONICAL-PATHS.md and CLAUDE.md updated with domain conventions

BREAKING CHANGE: validate-marketplace.sh rejects plugins without domain field

Version: 8.0.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove all SessionStart and PostToolUse hooks across the marketplace,
retaining only PreToolUse safety hooks and UserPromptSubmit quality hooks.
Add /project and /adr command families, /hygiene check, /cv status.
Create 7 new projman skills for project lifecycle management.
Remove /pm-debug, /suggest-version, /proposal-status commands.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
lmiranda merged commit 5098422858 into development 2026-02-06 17:31:18 +00:00
lmiranda deleted branch feat/phase-1-evolution 2026-02-06 17:31:19 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#444