feat: Command consolidation + 8 new plugins (v8.1.0 → v9.0.0) #445

Merged
lmiranda merged 1 commits from feat/phase-1b-command-consolidation into development 2026-02-06 20:02:12 +00:00
Owner

Summary

  • Phase 1b: Rename all ~94 commands across 12 plugins to /<noun> <action> sub-command pattern. Git-flow consolidated from 8→5 commands. Dispatch files, name: frontmatter, and cross-reference updates for all plugins.
  • Phase 2: 8 design documents in docs/designs/ for new plugins.
  • Phase 3: Scaffold 8 new plugins — saas-api-platform, saas-db-migrate, saas-react-platform, saas-test-pilot, data-seed, ops-release-manager, ops-deploy-pipeline, debug-mcp. Marketplace grows from 12→20 plugins.

Breaking Changes

All commands renamed to /<noun> <action> pattern. See docs/MIGRATION-v9.md for the complete old→new mapping.

Stats

  • 321 files changed, 13,582 insertions, 1,019 deletions
  • 136 new files (8 plugin scaffolds)
  • All validations pass (validate-marketplace.sh, verify-hooks.sh)

Test plan

  • Verify validate-marketplace.sh passes (ran in pre-commit hook — passed)
  • Verify verify-hooks.sh passes (5 hooks confirmed)
  • Spot-check command frontmatter for name: field correctness
  • Verify dispatch files route to correct sub-commands
  • Confirm new plugin.json files have valid domain fields
  • Test installed marketplace loads without MCP errors

🤖 Generated with Claude Code

## Summary - **Phase 1b**: Rename all ~94 commands across 12 plugins to `/<noun> <action>` sub-command pattern. Git-flow consolidated from 8→5 commands. Dispatch files, `name:` frontmatter, and cross-reference updates for all plugins. - **Phase 2**: 8 design documents in `docs/designs/` for new plugins. - **Phase 3**: Scaffold 8 new plugins — saas-api-platform, saas-db-migrate, saas-react-platform, saas-test-pilot, data-seed, ops-release-manager, ops-deploy-pipeline, debug-mcp. Marketplace grows from 12→20 plugins. ### Breaking Changes All commands renamed to `/<noun> <action>` pattern. See `docs/MIGRATION-v9.md` for the complete old→new mapping. ### Stats - 321 files changed, 13,582 insertions, 1,019 deletions - 136 new files (8 plugin scaffolds) - All validations pass (`validate-marketplace.sh`, `verify-hooks.sh`) ## Test plan - [ ] Verify `validate-marketplace.sh` passes (ran in pre-commit hook — passed) - [ ] Verify `verify-hooks.sh` passes (5 hooks confirmed) - [ ] Spot-check command frontmatter for `name:` field correctness - [ ] Verify dispatch files route to correct sub-commands - [ ] Confirm new plugin.json files have valid `domain` fields - [ ] Test installed marketplace loads without MCP errors 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 1 commit 2026-02-06 19:53:45 +00:00
Phase 1b: Rename all ~94 commands across 12 plugins to /<noun> <action>
sub-command pattern. Git-flow consolidated from 8→5 commands (commit
variants absorbed into --push/--merge/--sync flags). Dispatch files,
name: frontmatter, and cross-reference updates for all plugins.

Phase 2: Design documents for 8 new plugins in docs/designs/.

Phase 3: Scaffold 8 new plugins — saas-api-platform, saas-db-migrate,
saas-react-platform, saas-test-pilot, data-seed, ops-release-manager,
ops-deploy-pipeline, debug-mcp. Each with plugin.json, commands, agents,
skills, README, and claude-md-integration. Marketplace grows from 12→20.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
lmiranda merged commit 382a3a3af8 into development 2026-02-06 20:02:12 +00:00
lmiranda deleted branch feat/phase-1b-command-consolidation 2026-02-06 20:02:13 +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#445