Skip to content

v2.23.0

Choose a tag to compare

@github-actions github-actions released this 31 May 22:15
· 131 commits to main since this release
b54cef0

The short version

One new skill, nothing else changes. foundation-prioritized-action-plan takes anything you have - rough notes, a meeting transcript, a half-baked PRD, a vague executive ask - and produces one saveable document: what to do first, why, how, and what to do after, with honest confidence levels and copy/paste prompts for the next pm-skill.

The catalog grows from 63 to 64 skills. No existing skill changes.

What it does

You paste in your situation. The skill produces a single prioritized action plan with nine sections:

  • An executive summary you can skim in 20 seconds.
  • A mirror of what you said, so you can confirm it understood you.
  • A situation classification (Cynefin): is this Clear, Complicated, Complex, or Chaotic? That decides how confident the plan is allowed to be.
  • The binding constraint (Theory of Constraints): the one thing limiting progress right now, which becomes your critical next effort.
  • Prioritized questions and open decisions that block higher-confidence planning.
  • The action plan: 3 to 5 ranked efforts, each with why, what, how, confidence, source, expected outcome, effort, and dependencies.
  • A pre-mortem: assume it failed; what went wrong.
  • Copy/paste prompts for the next pm-skills, with your context already filled in.
  • An evidence map tying every claim back to an exact quote from your input.

What makes it honest

Two design choices keep it from producing confident-sounding slop:

  • It cites or it doesn't claim. Before writing anything, it builds a ledger of exact quotes from your input. Every load-bearing claim points to one. If it can't cite your words, it marks the claim as inferred and low-confidence, and inferred claims are not allowed to drive the critical effort.
  • It refuses false confidence. If your situation is genuinely uncertain (Complex or Chaotic in Cynefin terms), it will not hand you a confident multi-step plan. Complex situations get safe-to-fail probes; a crisis gets stabilization first. No High-confidence marker appears on an uncertain situation.

Do I need to do anything?

No. It is a new, additive skill. Everything you already use is unchanged. To try the new one, invoke foundation-prioritized-action-plan (on Claude Code, /pm-skills:foundation-prioritized-action-plan; on Codex, $foundation-prioritized-action-plan) and paste in a situation you are trying to make progress on.

FAQ

Is it an orchestrator that runs other skills for me? No. It recommends a bounded, tiered set of downstream pm-skills and gives you ready-to-run prompts, but it never invokes them itself. The plan is the deliverable; the prompts are an enabler. Cross-skill auto-execution is intentionally out of scope.

Why is it named foundation-prioritized-action-plan and not something shorter? It follows the same foundation- prefix convention as every other foundation skill. A shorter, prefix-free naming scheme was considered for the whole library and deferred, so this skill matches what ships today.

Versioning: this is a minor release. It adds one skill; nothing existing changed.


What's Included

  • PM skills library (flat skills/{phase-skill}/ + foundation capabilities)
  • Sample output library (library/skill-output-samples/ with README and canonical sample corpus)
  • Slash commands (10 /workflow-* orchestrators; every skill invocable by name)
  • Workflows (Triple Diamond, Lean Startup, Feature Kickoff)
  • Claude plugin manifest (.claude-plugin/plugin.json)
  • Claude/openskills discovery via sync helper (scripts/sync-claude.sh / .ps1)
  • Docs: README, QUICKSTART, AGENTS, reference guides

Download

pm-skills-v2.23.0.zip . Complete package for all platforms

Installation

Claude Code / openskills

  1. Download pm-skills-v2.23.0.zip
  2. Extract, then run:
    • Bash: ./scripts/sync-claude.sh
    • PowerShell: ./scripts/sync-claude.ps1
  3. Claude Code / openskills will discover commands in .claude/commands/ and skills in .claude/skills/.

Claude plugin clients

  1. Download pm-skills-v2.23.0.zip
  2. Extract the archive.
  3. Point plugin setup to .claude-plugin/plugin.json from the extracted package.

Other editors/agents

  • Use skills/ and commands/ directly from the extracted ZIP.

Quick Usage

/pm-skills:deliver-prd "Your feature description"
/pm-skills:define-hypothesis "Your assumption to test"
/workflow-feature-kickoff "Feature name"

See QUICKSTART.md in the archive for full instructions.