Commit Graph
41 Commits
Author SHA1 Message Date
Pawel HurynandClaude Opus 5 8607e3b077 Merge origin/main (v2.1.0) into the code-review skill branch
Both sides added real content and this merge keeps both rather than picking one.

The branch predates the v2.1.0 release, so merging it straight would have REVERTED that
release: every plugin.json back from 2.1.0 to 2.0.0, and tests/test_consistency.py and
tests/test_validator.py deleted. Merged instead of pushed.

Conflicts, all resolved by combining:
- pm-ai-shipping/.claude-plugin/plugin.json - v2.1.0's version, the branch's description.
- security-audit-static - both checks survive as two steps: verify citations (2.1.0), then
  report with the OWASP Top 10 coverage backstop (branch).
- ship-check - the new correctness review becomes Step 3, and 2.1.0's parallel security +
  performance pair renumbers to Steps 4 + 5 behind it, keeping the branch's model-mix
  carry-through on the security bullet.
- Notes - 2.1.0's untrusted-input rule and both of the branch's bullets.

The v2.1.0 test suite then caught what the branch had missed: a third skill in pm-ai-shipping
without the counts to match. Root README headline 68 -> 69 skills, its pm-ai-shipping summary
2 -> 3, and marketplace.json's total and description synced to plugin.json. 15/15 tests and the
validator pass.

No version bump. The CHANGELOG entry sits under `## Unreleased`, which the tag-on-merge workflow
ignores by design, so this lands the skill without cutting a release - that call is Pawel's.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G42vsxSKL7je39AsHZ5aJm
2026-09-14 23:15:01 +02:00
Claude 18468a95b4 Release v2.1.0: Opus 4.8-tuned pm-ai-shipping audits + CHANGELOG-driven release automation
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
2026-07-03 13:34:34 +02:00
Pawel HurynandClaude Opus 4.8 a0cd730d4c docs: add burnstop and claude-usage companion badges
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TkXs6iE5nbtqkAKwFQPE5E
2026-06-22 11:34:59 +02:00
Pawel HurynandClaude Opus 4.8 d384f0c9eb docs: add native Codex CLI install path for PM Skills
Codex CLI (0.136+) reads the same .claude-plugin/marketplace.json as Claude
Code, so PM Skills installs natively via `codex plugin marketplace add` — no
file-copying required.

- Add a first-class "Codex CLI (OpenAI)" install section (marketplace add +
  per-plugin `codex plugin add`).
- Note the difference vs. Claude Code: skills work and are invocable by name;
  `/slash` commands install but do not run as Codex slash commands.
- Document an optional path: ask Codex to convert the bundled command files
  into skills (best-effort, model-driven).
- Remove the now-inaccurate "copy skills to .codex/skills/ — Skills only" row
  from the "Other AI assistants" table.

Docs-only; no plugin/marketplace contents changed (counts unchanged, no
version bump). Validator: all 9 plugins pass.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-06 16:12:09 +02:00
Pawel HurynandClaude Opus 4.8 bacd133fbc Remove unused images: plugins-overview.webp and how-skills-work.webp
- Delete .docs/images/plugins-overview.webp (already replaced by plugins.png in v2.0.0).
- Delete .docs/images/how-skills-work.webp and its reference in README.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-05 19:51:39 +02:00
Pawel HurynandClaude Opus 4.8 8202bdd7f1 Release v2.0.0: add pm-ai-shipping plugin, red-team execution skill, refresh README
New
- pm-ai-shipping (9th plugin) — AI Shipping Kit: document a vibe-coded app, audit
  security/performance against intended behavior, map test coverage, and compile a
  reviewer-ready shipping packet (2 skills, 5 commands).
- pm-execution: strategy-red-team skill + /red-team-prd command (now 16 skills, 11 commands).

Changed
- Bump all versions 1.0.1 -> 2.0.0 (marketplace.json + all 9 plugin.json) in lockstep.
- README: new plugins.png hero + examples.png in "How It Works"; counts updated to
  9 plugins / 68 skills / 42 commands across tagline, install block, and per-plugin sections.
- CLAUDE.md: 9-plugin structure, plugin table, and version note updated.

Validator: 9 plugins, 68 skills, 42 commands, 110 components, 0 warnings.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-05 18:49:54 +02:00
Pawel Huryn f9eaa51000 Update README.md 2026-05-20 20:36:35 +02:00
Fahri Meral 1e5c349aa8 docs: add OpenCode to the Other AI assistants table 2026-03-08 13:48:34 +03:00
Pawel Huryn 949bd41563 Update README.md
Collapsible plugin descriptions
2026-03-06 13:06:49 +01:00
Pawel Huryn 9f9ee324a2 Add badges to README for project visibility
Added badges for GitHub stars, license, and PRs.
2026-03-05 23:22:00 +01:00
Pawel Huryn f86273cddd Merge branch 'main' of https://github.com/phuryn/pm-skills 2026-03-05 13:12:48 +01:00
Pawel Huryn c5d4b466a8 How to contribute 2026-03-05 13:12:39 +01:00
Pawel Huryn b7775616d3 Update README with Windows issue resolution details
Add note about issue resolution on Windows.
2026-03-04 20:41:26 +01:00
Pawel Huryn 2f9218c074 Update README.md 2026-03-03 22:55:23 +01:00
Pawel Huryn b746c0a0e2 Correct typo in Known Issue on Windows
Fixed a typo in the Known Issue section regarding Cowork VM instability.
2026-03-03 19:43:39 +01:00
Pawel Huryn 54bc7910ab Correct link formatting in README.md
Fix typo in known issue section regarding Cowork VM.
2026-03-03 19:42:39 +01:00
Pawel Huryn b40a8da526 Add known issue section for Windows Cowork VM
Added known issue section for Windows users regarding Cowork VM stability and provided a PowerShell script to monitor the service.
2026-03-03 19:42:07 +01:00
Pawel Huryn 1bb3699461 Update README.md 2026-03-03 08:45:14 +01:00
Pawel Huryn 8c5b4f9abf Update README.md 2026-03-02 23:24:42 +01:00
Pawel Huryn 326401624d Update skills section for clarity and structure
Clarified the explanation of skills and their loading mechanism.
2026-03-02 23:21:59 +01:00
Pawel Huryn 64d4e94230 Enhance skills section in README
Expanded explanation of skills in the marketplace.
2026-03-02 23:18:43 +01:00
Pawel Huryn 4273c3e54b Update project title in README.md 2026-03-02 21:07:30 +01:00
Pawel Huryn b664d3ea1a Update README.md 2026-03-02 16:51:36 +01:00
Pawel Huryn b464735a89 Update README.md 2026-03-02 16:47:56 +01:00
Pawel Huryn 329a2a725d Improve clarity of project description in README
Rearranged sentence structure for clarity.
2026-03-02 16:26:19 +01:00
Pawel Huryn f520aa8566 Enhance README with plugin compatibility details
Updated README to include compatibility with Claude Code and Cowork.
2026-03-02 16:25:25 +01:00
Pawel Huryn b1d15dd328 Move images to .docs/images and update README
Relocate image assets into .docs/images and update README image references accordingly. Four files were renamed/moved: add-marketplace.webp, how-skills-work.webp, plugins-overview.webp, and pm-skills-install.gif; README.md paths were updated to point to .docs/images/*. Keeps documentation assets organized under .docs/images.
2026-03-02 16:22:45 +01:00
Pawel Huryn b38a264d5b Installation video 2026-03-02 16:14:50 +01:00
Pawel Huryn 24eab5fef0 Update README.md 2026-03-02 14:22:32 +01:00
Pawel Huryn 20ef45c58b Update README.md 2026-03-02 14:20:05 +01:00
Pawel Huryn 24d77faad2 Revise README title and project description
Updated the project title and description for clarity.
2026-03-02 14:16:32 +01:00
Pawel Huryn d820a8e78b Credits 2026-03-02 14:11:02 +01:00
Pawel Huryn da9a1f1932 Update README.md 2026-03-02 13:56:30 +01:00
Pawel Huryn cb1452a5f5 Fix README by removing duplicate image
Removed duplicate image of how skills work from README.
2026-03-02 13:53:34 +01:00
Pawel Huryn 8aeb3f6a0c Update README.md 2026-03-02 13:52:30 +01:00
Pawel Huryn 4e5c628dad Update README.md 2026-03-02 13:37:05 +01:00
Pawel Huryn 257ebe5480 Update README.md 2026-03-02 12:56:02 +01:00
Pawel Huryn a36bf6a2b4 Pictures 2026-03-02 12:44:34 +01:00
Pawel Huryn f6f945de0b Fix title 2026-03-02 08:42:25 +01:00
Pawel Huryn 3f911a669b Updated metadata, added Product Strategy Canvas, Startup Canvas, Value Proposition Template 2026-03-02 08:26:37 +01:00
Pawel Huryn 77dbdfa1b9 v1.0 2026-03-02 00:36:23 +01:00