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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "product-skills",
|
||||
"description": "12 production-ready product skills: product manager toolkit (RICE, PRDs), agile product owner, product strategist, UX researcher, UI design system, competitive teardown, landing page generator, SaaS scaffolder, product analytics, experiment designer, product discovery, and roadmap communicator. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.",
|
||||
"description": "14 production-ready product skills: product manager toolkit (RICE, PRDs), agile product owner, product strategist, UX researcher, UI design system, competitive teardown, landing page generator, SaaS scaffolder, product analytics, experiment designer, product discovery, roadmap communicator, code-to-prd, research summarizer. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.",
|
||||
"version": "2.1.2",
|
||||
"author": {
|
||||
"name": "Alireza Rezvani",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Product Team Skills - Claude Code Guidance
|
||||
|
||||
This guide covers the 12 production-ready product management skills and their Python automation tools.
|
||||
This guide covers the 14 production-ready product management skills and their Python automation tools.
|
||||
|
||||
## Product Skills Overview
|
||||
|
||||
@@ -17,12 +17,14 @@ This guide covers the 12 production-ready product management skills and their Py
|
||||
10. **experiment-designer/** - Experiment design and sample size planning (1 tool)
|
||||
11. **product-discovery/** - Discovery frameworks and assumption mapping (1 tool)
|
||||
12. **roadmap-communicator/** - Roadmap communication and changelog generation (1 tool)
|
||||
13. **code-to-prd/** - Reverse-engineer any codebase into PRD (2 tools: codebase_analyzer, prd_scaffolder)
|
||||
14. **research-summarizer/** - Research synthesis and summarization (1 tool)
|
||||
|
||||
**Total Tools:** 13 Python automation tools
|
||||
**Total Tools:** 16 Python automation tools
|
||||
|
||||
**Agents:** 5 (cs-product-manager, cs-agile-product-owner, cs-product-strategist, cs-ux-researcher, cs-product-analyst)
|
||||
|
||||
**Slash Commands:** 7 (/rice, /okr, /persona, /user-story, /competitive-matrix, /prd, /sprint-plan)
|
||||
**Slash Commands:** 8 (/rice, /okr, /persona, /user-story, /competitive-matrix, /prd, /sprint-plan, /code-to-prd)
|
||||
|
||||
## Python Automation Tools
|
||||
|
||||
@@ -308,7 +310,7 @@ python roadmap-communicator/scripts/changelog_generator.py --from v1.0.0 --to HE
|
||||
|
||||
---
|
||||
|
||||
**Last Updated:** March 11, 2026
|
||||
**Skills Deployed:** 12/12 product skills production-ready
|
||||
**Total Tools:** 13 Python automation tools
|
||||
**Agents:** 5 | **Commands:** 7
|
||||
**Last Updated:** March 17, 2026
|
||||
**Skills Deployed:** 14/14 product skills production-ready
|
||||
**Total Tools:** 16 Python automation tools
|
||||
**Agents:** 5 | **Commands:** 8
|
||||
|
||||
Reference in New Issue
Block a user