feat(commands): add /plugin-audit — 8-phase validation pipeline for skills and plugins

- Add commands/plugin-audit.md (distributable) + .claude/commands/plugin-audit.md (local invocation)
- 8 phases: discovery, structure validation, quality scoring, script testing,
  security audit, marketplace compliance, ecosystem integration, domain code review
- Auto-fixes non-critical issues, only prompts user for breaking changes
- Integrates skill_validator.py, quality_scorer.py, script_tester.py, skill_security_auditor.py
- Domain-appropriate review via cs-* agents (engineering, product, marketing, etc.)
- Update product-team counts: 12→14 skills, 13→16 tools, 7→8 commands
- Add /code-to-prd and /plugin-audit to mkdocs.yml nav
- Regenerate docs (248 pages, 19 commands)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Reza Rezvani
2026-03-17 15:38:00 +01:00
parent 434e889d22
commit 920e8547af
11 changed files with 1399 additions and 13 deletions

View File

@@ -212,6 +212,7 @@ nav:
- "Experiment Designer": skills/product-team/experiment-designer.md
- "Landing Page Generator": skills/product-team/landing-page-generator.md
- "Product Analytics": skills/product-team/product-analytics.md
- "Code to PRD": skills/product-team/code-to-prd.md
- "Product Discovery": skills/product-team/product-discovery.md
- "Product Manager Toolkit": skills/product-team/product-manager-toolkit.md
- "Product Strategist": skills/product-team/product-strategist.md
@@ -364,11 +365,13 @@ nav:
- Commands:
- Overview: commands/index.md
- "/changelog": commands/changelog.md
- "/code-to-prd": commands/code-to-prd.md
- "/competitive-matrix": commands/competitive-matrix.md
- "/financial-health": commands/financial-health.md
- "/okr": commands/okr.md
- "/persona": commands/persona.md
- "/pipeline": commands/pipeline.md
- "/plugin-audit": commands/plugin-audit.md
- "/prd": commands/prd.md
- "/project-health": commands/project-health.md
- "/retro": commands/retro.md