skills/utility-pm-workflow-builder/SKILL.md
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.
npx skillsauth add product-on-purpose/pm-skills utility-pm-workflow-builderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
/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/chain
command or utility-pm-workflow-orchestrator directlyutility-pm-skill-builder,
utility-pm-skill-validate, or utility-pm-skill-iterate_workflows/<name>.md
directly; the overlap analysis below will point you there when coverage
is highAccept the idea in any of three entry forms, all converging on the same downstream flow:
measure-experiment-results -> discover-stakeholder-summary), usually
pasted from the orchestrator's completion suggestion, plus the context
the run used.If the idea is vague, ask ONE clarifying question (the recurring trigger and the final artifact), then proceed. Do not interrogate.
Scan the _workflows/ directory at run time for the current inventory
(list every *.md except README.md). Never rely on a remembered count
or a hardcoded list. Compare the idea against ALL existing workflows:
Kill gate (>70% coverage overlap): recommend, in order, (a)
customizing the existing workflow, (b) adding a step to it, or (c) just
using /chain for the occasional run. Do not proceed.
Why Gate (any meaningful overlap): ask for 2-3 specific scenarios where the existing workflows fail to produce what is needed. Do not pass the gate without that evidence or an explicit user override (record the override in the packet's Decision section).
Select and order the steps with the user. Apply the chain-expression
contract's validation rules at authoring time
(skills/utility-pm-workflow-orchestrator/references/PARSE-CONTRACT.md,
Mode B Chain Expression Contract):
skills/<name>/SKILL.md
by EXACT name. Never approximate or auto-correct; on a miss, refuse the
step and OFFER the closest real names (an offer, never a substitution).utility-pm-skill-*,
utility-pm-release-conductor, utility-pm-changelog-curator,
utility-update-pm-skills, foundation-prioritized-action-plan),
dispatch skills that fan out to sub-agents (utility-pm-critic,
utility-pm-workflow-orchestrator, and peers), and existing workflows
(a workflow never nests a workflow). Self-reference is impossible by
construction: this builder is itself Tier-3.Write the complete Workflow Implementation Packet to
_staging/workflows/<name>/ (gitignored; the same review model as the
skill builder). Never write to canonical locations.
_staging/workflows/<name>/
├── workflow.md <- draft _workflows/<name>.md
├── command.md <- draft commands/workflow-<name>.md
└── PACKET.md <- decision, overlap analysis, checklist, promotion steps
Use references/TEMPLATE.md as the packet format. The workflow draft must
carry the full section inventory the current _workflows/*.md files share
(see the TEMPLATE's embedded skeleton); the command draft mirrors the
existing commands/workflow-*.md shape, including one literal
skills/<name>/SKILL.md path per step and the $ARGUMENTS footer. Derive
a linear mermaid context-flow diagram from the final sequence (step names
as nodes, execution order as edges).
Present the packet and stop. The builder itself never promotes. On
approval, the user (or a follow-up session) moves the drafts to their
canonical paths and works the packet's Cross-Cutting Checklist, which
names every count and documentation surface that adding a workflow trips,
including the validator-blind .github/workflows/release.yml release-note
template. The builder never edits those cross-cutting files itself.
The packet follows references/TEMPLATE.md:
_workflows/<name>.md contentcommands/workflow-<name>.md contentSee references/EXAMPLE.md for one complete worked packet.
Before presenting the packet, verify:
_workflows/ directory (no remembered list, no hardcoded count)skills/<name>/SKILL.md path and ends with the $ARGUMENTS footer_staging/workflows/<name>/; no canonical path touched.github/workflows/release.yml release-note rowreferences/TEMPLATE.mdreferences/EXAMPLE.mdskills/utility-pm-workflow-orchestrator/references/PARSE-CONTRACT.md_workflows/sprint-planning.md, _workflows/customer-discovery.mdcommands/workflow-sprint-planning.mdskills/utility-pm-skill-builder/SKILL.mdtools
Run an ordered sequence of pm-skills against one input, pausing for go/no-go and stopping on a failed or empty step. Accepts a saved prioritized action plan (Mode A) or an ad-hoc named chain (Mode B; the chain command routes here). Explicit invocation only; run --dry-run first while the native path is EXPERIMENTAL. To author a durable workflow instead, use utility-pm-workflow-builder.
tools
Run a repo-wide cross-cutting governance audit via the pm-skill-auditor sub-agent. Aggregates the enforcing validator suite, re-derives aggregate counters, and surfaces cross-cutting issues no single validator catches, graded P0/P1/P2/P3 with a machine-readable status. Use for pre-release readiness checks or a periodic repo health audit.
tools
Walk the guided 6-gate release runbook (G0 readiness, G1 adversarial review, G2 version bump and CHANGELOG, G2.5 commit and re-verify, G3 tag and push, G4 post-tag hygiene) via the pm-release-conductor sub-agent. Refuses gate bypasses and tags only the re-verified SHA. Use when cutting a pm-skills release.
tools
Run adversarial review on a PM artifact via the pm-critic sub-agent. Returns findings graded P0/P1/P2/P3 with a concrete fix suggestion per finding and a machine-readable status block. Use after producing a PRD, meeting recap, OKR set, persona, or any PM artifact you want stress-tested before it ships.