UX PgM Skills Collection

June 9, 2026 · View on GitHub

Part of the Designer Skills suite. Install this collection and four more with one command in Claude Code:

/plugin marketplace add Owl-Listener/designer-skills

This repo still works on its own. The suite just gives everyone one front door.

Agentic skills, commands, and plugins for UX program management — from planning and stakeholders to delivery, alignment, and measurement. 30 skills and 12 commands across 6 plugins for Claude Code.

Plugins

PluginSkillsCommandsDescription
program-planning52Plan and scope UX programs: roadmaps, dependency maps, scoping, capacity planning, and transparent prioritisation.
stakeholder-comms52Communicate with stakeholders: mapping, status reporting, executive updates, alignment workshops, and escalation.
delivery-execution52Drive delivery: cycle orchestration, risk registers, blocker triage, launch readiness, and retrospectives.
cross-functional-alignment52Keep design, product, and engineering aligned: intake, decision logs, working agreements, RACI, and OKR linkage.
measurement-ops52Measure program health: KPIs, health dashboards, research ops coordination, design ops metrics, and impact reporting.
process-design52Design how the team works: workflows, governance, rituals, scaling playbooks, and process retrospectives.

Quick Start

Claude Code

Step 1: Add the marketplace

/plugin marketplace add Owl-Listener/ux-pgm-skills

Step 2: Install plugins

/plugin

Open the Discover tab to see all 6 plugins, then install the ones you want.

Gemini CLI

Install individual plugins as workspace-scoped extensions:

git clone https://github.com/Owl-Listener/ux-pgm-skills /tmp/ux-pgm-skills
mkdir -p .gemini/extensions
cp -r /tmp/ux-pgm-skills/.gemini/extensions/. .gemini/extensions/

What Are Skills and Commands?

  • Skills are domain knowledge units (nouns). They teach the model about one topic.
  • Commands are workflows (verbs). They chain skills together to do a job.

All Commands

CommandPluginDescription
/program-planning:plan-programprogram-planningStand up a new UX program end to end.
/program-planning:reprioritiseprogram-planningRe-prioritise the program backlog after a change.
/stakeholder-comms:report-statusstakeholder-commsGenerate a full status update for the program.
/stakeholder-comms:align-stakeholdersstakeholder-commsPlan and run a stakeholder alignment session.
/delivery-execution:run-cycledelivery-executionOrchestrate a delivery cycle from plan to retro.
/delivery-execution:readiness-reviewdelivery-executionRun a launch readiness review.
/cross-functional-alignment:set-up-intakecross-functional-alignmentStand up an intake and triage system.
/cross-functional-alignment:clarify-rolescross-functional-alignmentProduce a RACI and working agreement for a program.
/measurement-ops:define-metricsmeasurement-opsDefine a measurement framework for the program.
/measurement-ops:report-impactmeasurement-opsCompile an impact report for leadership.
/process-design:design-workflowprocess-designDesign or redesign a team workflow.
/process-design:scale-programprocess-designBuild a scaling playbook for a proven approach.

Contributing

See CONTRIBUTING.md.

License

MIT — see LICENSE.