diff --git a/CHANGELOG.md b/CHANGELOG.md index 57819f4..6615338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,32 @@ each new wave of skills bumps the **major** version, extensions and fixes bump ## [Unreleased] +## [21.0.0] — Workflow Recipes, Eval-Verified Quality & a Smarter Playground — 2026-06-19 + +The biggest update yet — the 174 skills become a *system*, not just a catalog. + +### Added +- **Workflow Recipes** — chain skills into one flow, where each output feeds the next. Five + cross-profession recipes ship as slash commands and over MCP: `/ship-a-feature`, + `/close-the-quarter`, `/launch-a-product`, `/rescue-an-account`, `/run-discovery`. Defined in + `workflows.json`, documented in `WORKFLOWS.md` (generated + validated by `scripts/build-workflows.mjs`). +- **Eval-verified quality** — real eval scores (structure, completeness, usefulness, grounding; + judged by Opus 4.8) now surface as badges in the Playground and leaderboard. Eval coverage + expanded from 6 to 15 skills. +- **One-click MCP** — `claude mcp add pm-skills -- npx -y pm-claude-skills-mcp` makes every skill + and recipe available in any MCP client (Claude Code, Claude Desktop, Cursor, Windsurf). New + `list_workflows` / `get_workflow` MCP tools. +- **Playground upgrades** — a "which skill do I need?" recommender, a Compare toggle (run inputs + with vs. without the skill, side by side), and shareable deep-links that prefill inputs. +- **Sample-output gallery** (`examples.html`) — 18 real example outputs so you can see what each + skill produces before running anything. Generated via a workflow using the API-key secret. +- **Skill of the week** — a scheduled workflow composes weekly X/LinkedIn posts; an optional + webhook auto-publishes. + +### Changed +- README leads with a problem-solution hook, a workflow lifecycle diagram, a "hero five" + quick-start, and an animated demo (plus a Compare-mode demo). + ## [20.2.0] — Community PRs & New Skill — 2026-06-18 ### Added diff --git a/README.md b/README.md index efa8c96..d6d7404 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![Platforms](https://img.shields.io/badge/works%20with-Claude%20%7C%20ChatGPT%20%7C%20Gemini%20%7C%20Cursor%20%7C%20Codex%20%7C%20Hermes-8A2BE2)](#-works-with--cross-tool-compatibility) [![SkillCheck](https://img.shields.io/github/actions/workflow/status/mohitagw15856/pm-claude-skills/skillcheck.yml?branch=main&label=SkillCheck)](.github/workflows/skillcheck.yml) [![Security Audit](https://img.shields.io/github/actions/workflow/status/mohitagw15856/pm-claude-skills/skill-audit.yml?branch=main&label=security%20audit)](.github/workflows/skill-audit.yml) -[![Version](https://img.shields.io/badge/version-20.2.0-brightgreen)](https://github.com/mohitagw15856/pm-claude-skills/releases) +[![Version](https://img.shields.io/badge/version-21.0.0-brightgreen)](https://github.com/mohitagw15856/pm-claude-skills/releases) [![Install](https://img.shields.io/badge/Install%20in%20Claude%20Code-2%20minutes-orange)](https://github.com/mohitagw15856/pm-claude-skills#-quick-install-2-minutes) [![License](https://img.shields.io/badge/license-MIT-lightgrey)](LICENSE) [![Sponsor](https://img.shields.io/badge/sponsor-❤️-ff69b4)](https://github.com/sponsors/mohitagw15856) diff --git a/package.json b/package.json index caf65bf..6b9ed74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pm-claude-skills", - "version": "20.2.0", + "version": "21.0.0", "type": "module", "description": "174 professional Agent Skills (SKILL.md) + subagents + slash commands for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes. Install into any AI coding tool with: npx pm-claude-skills add --agent .", "keywords": [