mirror of
https://github.com/phuryn/pm-skills.git
synced 2026-07-13 19:55:16 +03:00
18468a95b4
pm-ai-shipping: mandatory Evidence citations verified before reporting, concrete subagent fan-out contract, read-only allowed-tools on both audits, N+1/waterfall detection and a refute pass in the performance audit, untrusted-input hardening across the kit, parallel audits in /ship-check, severity anchors + report consolidation, repo-relative paths. Repo: CHANGELOG.md as release source of truth with auto-tag-and-release on merge to main (adapted from phuryn/claude-usage, minus the .vsix build), Tests workflow on every PR/push, unit + docs-consistency test suite, contributor-credit conventions in CONTRIBUTING, all manifests synced at 2.1.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011URgT9hYuNrXeCvzjnqRxJ
24 lines
690 B
JSON
24 lines
690 B
JSON
{
|
|
"name": "pm-ai-shipping",
|
|
"version": "2.1.0",
|
|
"description": "AI Shipping Kit — for PMs and founders accountable for AI-built code. Document a vibe-coded app, audit it for intended-vs-implemented security gaps and performance issues, and produce a reviewer-ready shipping packet.",
|
|
"author": {
|
|
"name": "Paweł Huryn",
|
|
"email": "pawel@productcompass.pm",
|
|
"url": "https://www.productcompass.pm"
|
|
},
|
|
"keywords": [
|
|
"product-management",
|
|
"ai-shipping",
|
|
"vibe-coding",
|
|
"security-audit",
|
|
"performance-audit",
|
|
"code-review",
|
|
"documentation",
|
|
"owasp",
|
|
"shipping"
|
|
],
|
|
"homepage": "https://www.productcompass.pm",
|
|
"license": "MIT"
|
|
}
|