Feat/code to prd - #372
Closed
alirezarezvani wants to merge 2 commits into
Closed
Conversation
…kills and plugins - Phase 1: Discovery — classify skill type, domain, components - Phase 2: Structure validation via skill_validator.py (gate: ≥75) - Phase 3: Quality scoring via quality_scorer.py (gate: ≥60) - Phase 4: Script testing via script_tester.py (gate: all PASS) - Phase 5: Security audit via skill_security_auditor.py (gate: 0 critical/high) - Phase 6: Marketplace compliance — plugin.json schema, version, fields - Phase 7: Ecosystem integration — Codex/Gemini sync, commands, agents, deps - Phase 8: Domain-appropriate code review using cs-* agent perspectives - Auto-fixes non-critical issues, only prompts user for breaking changes - Produces structured pass/fail verdict with blockers and warnings Also: update product-team counts (12→14 skills, 13→16 tools, 7→8 commands), sync Codex/Gemini indexes, add mkdocs.yml nav entries Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…invocation - Add .claude/commands/plugin-audit.md — Claude Code can now invoke /plugin-audit - The distributable version in commands/plugin-audit.md is for cross-platform use - Both versions define the same 8-phase pipeline with $ARGUMENTS support Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
Author
|
Closing — this PR targets main directly. Per repo governance, all PRs must target dev. The code-to-prd work was already merged to dev via PR #369. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Checklist
dev(notmain— PRs to main will be auto-closed)SKILL.mdwith valid YAML frontmatter (name,description,license)--helpwithout errorsdomain/skill-name/SKILL.md)Type of Change
Testing