Agent skill · Code Review & Quality

utility-pm-workflow-builder

Guides a contributor from a workflow idea to a complete Workflow Implementation Packet (draft workflow file, draft workflow command, cross-cutting update checklist) in a staging area for review. Runs overlap analysis against the existing workflows with a Why Gate, then helps select and sequence skills with authored handoffs. Use when creating a new multi-skill workflow or promoting a repeated ad-hoc chain into a durable one. To build a single skill instead, use utility-pm-skill-builder; to run a sequence without authoring anything, use the chain command or utility-pm-workflow-orchestrator.

product-on-purposegithub.com/product-on-purposeGitHub ↗
claude-codecodexApache-2.0
Install
npx skills add product-on-purpose/pm-skills --skill utility-pm-workflow-builder --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: product-on-purpose
Path: skills/utility-pm-workflow-builder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 518
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> # PM Workflow Builder This skill creates new multi-skill workflows for the pm-skills library. It produces a Workflow Implementation Packet - a draft `_workflows/<name>.md` file, a draft `commands/workflow-<name>.md` command, and the cross-cutting update checklist - in a staging area for review before promotion to canonical locations. The builder authors; it never executes a chain and it never promotes its own output. ## When to Use - You have an idea for a new multi-skill workflow ("I need a workflow for quarterly business reviews") - You know the skills you want to chain and want them captured durably ("chain competitive-analysis, experiment-results, pivot-decision") - A `/chain` run (orchestrator Mode B) proved reusable and its completion output suggested promoting the chain to a durable workflow; hand this skill the exact chain expression from that suggestion ## When NOT to Use - To run a sequence once without authoring anything -> use the `/chain` command or `utility-pm-workflow-orchestrator` directly - To build or modify a single skill -> use `utility-pm-skill-builder`, `utility-pm-skill-validate

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Instructions
  4. Step 1: Understand the Idea
  5. Step 2: Overlap Analysis + Why Gate
  6. Step 3: Sequence Design
  7. Step 4: Generate the Packet
  8. Step 5: Review + Promotion Guidance
  9. Output Format
  10. Quality Checklist
  11. Reference Files
Ships with 2 files
  • references/EXAMPLE.md
  • references/TEMPLATE.md
More from pm-skills
All skills →
About this skill
What does the utility-pm-workflow-builder skill do?

Guides a contributor from a workflow idea to a complete Workflow Implementation Packet (draft workflow file, draft workflow command, cross-cutting update checklist) in a staging area for review. Runs overlap analysis against the existing workflows with a Why Gate, then helps select and sequence skills with authored handoffs. Use when creating a new multi-skill workflow or promoting a repeated ad-hoc chain into a durable one. To build a single skill instead, use utility-pm-skill-builder; to run a sequence without authoring anything, use the chain command or utility-pm-workflow-orchestrator.

How do I install it?

Run `npx skills add product-on-purpose/pm-skills --skill utility-pm-workflow-builder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From product-on-purpose/pm-skills, a repository with 518 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going