feat(marketplace): command consolidation + 8 new plugins (v8.1.0 → v9.0.0) [BREAKING]

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>
This commit is contained in:
2026-02-06 14:52:11 -05:00
parent 5098422858
commit 2d51df7a42
321 changed files with 13582 additions and 1019 deletions

View File

@@ -11,7 +11,7 @@ Defines Keep a Changelog format and how to parse Conventional Commits.
## When to Use
- **changelog-gen**: Generating changelog entries from commits
- **doc changelog-gen**: Generating changelog entries from commits
- **git-flow integration**: Validating commit message format
---

View File

@@ -11,8 +11,8 @@ Defines how to calculate documentation coverage and thresholds.
## When to Use
- **doc-coverage**: Full coverage analysis
- **doc-audit**: Completeness checks
- **doc coverage**: Full coverage analysis
- **doc audit**: Completeness checks
---

View File

@@ -11,8 +11,8 @@ Defines common documentation file structures and their contents.
## When to Use
- **doc-audit**: Understanding what to check in each doc type
- **doc-coverage**: Identifying documentation locations
- **doc audit**: Understanding what to check in each doc type
- **doc coverage**: Identifying documentation locations
---

View File

@@ -11,8 +11,8 @@ Defines how to detect documentation drift through cross-reference analysis.
## When to Use
- **doc-audit**: Full cross-reference analysis
- **stale-docs**: Commit-based staleness detection
- **doc audit**: Full cross-reference analysis
- **doc stale-docs**: Commit-based staleness detection
- **SessionStart hook**: Real-time drift detection
---

View File

@@ -11,8 +11,8 @@ Defines how to measure documentation staleness relative to code changes.
## When to Use
- **stale-docs**: Commit-based staleness detection
- **doc-audit**: Age-based analysis
- **doc stale-docs**: Commit-based staleness detection
- **doc audit**: Age-based analysis
---

View File

@@ -11,7 +11,7 @@ Defines how to synchronize documentation with code changes.
## When to Use
- **doc-sync**: Apply pending documentation updates
- **doc sync**: Apply pending documentation updates
- **PostToolUse hook**: Queue drift for later sync
---