Source profileQuality 91/100

product-on-purpose/pm-skills/skills/utility-pm-workflow-builder/SKILL.md

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

Source repository stars
572
Declared platforms
0
Static risk flags
1
Last source update
2026-08-27
Source checked
2026-08-28

Decision brief

What it does: where it fits

This skill creates new multi-skill workflows for the pm-skills library. It produces a Workflow Implementation Packet - a draft workflows/.md file, a draft commands/workflow-.md command, and the cross-cutting update checklist - in a staging area for review before promotion to can…

Best for

  • You have an idea for a new multi-skill workflow ("I need a workflow for
  • You know the skills you want to chain and want them captured durably
  • A /chain run (orchestrator Mode B) proved reusable and its completion

Not for

  • To run a sequence once without authoring anything - use the /chain
  • To build or modify a single skill - use utility-pm-skill-builder,

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/product-on-purpose/pm-skills --skill "skills/utility-pm-workflow-builder"
Safe inspection promptEditorial

Inspect the Agent Skill "utility-pm-workflow-builder" from https://github.com/product-on-purpose/pm-skills/blob/51d5bec64e52febbad605275ccbbce997c7f01d7/skills/utility-pm-workflow-builder/SKILL.md at commit 51d5bec64e52febbad605275ccbbce997c7f01d7. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Instructions

    Accept the idea in any of three entry forms, all converging on the same downstream flow:

    Problem-first: "I need a workflow for X." Identify the recurring PMSkills-first: a list of skills the user already wants to chain.Chain-promotion: a literal chain expression (for example
  2. 02

    Step 1: Understand the Idea

    Accept the idea in any of three entry forms, all converging on the same downstream flow:

    Problem-first: "I need a workflow for X." Identify the recurring PMSkills-first: a list of skills the user already wants to chain.Chain-promotion: a literal chain expression (for example
  3. 03

    Step 2: Overlap Analysis + Why Gate

    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:

    Name each overlapping workflow and what it covers.Estimate coverage overlap honestly.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:
  4. 04

    Step 3: Sequence Design

    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):

    Every step must resolve to an installed skill at skills//SKILL.mdCategory 1 content skills only. Refuse as steps, each with a one-lineFor EACH step, author the handoff: what the step consumes from the prior
  5. 05

    Step 4: Generate the Packet

    Write the complete Workflow Implementation Packet to staging/workflows// (gitignored; the same review model as the skill builder). Never write to canonical locations.

    Write the complete Workflow Implementation Packet to staging/workflows// (gitignored; the same review model as the skill builder). Never write to canonical locations.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 exist…

Permission review

Static risk signals and limitations

Reads files

low · line 51

The documentation asks the agent to read local files, directories, or repositories.

Scan the `_workflows/` directory at run time for the current inventory

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars572SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
product-on-purpose/pm-skills
Skill path
skills/utility-pm-workflow-builder/SKILL.md
Commit
51d5bec64e52febbad605275ccbbce997c7f01d7
License
Apache-2.0
Collected
2026-08-28
Default branch
main
View the original SKILL.md

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, or utility-pm-skill-iterate
  • To customize an existing workflow -> edit its _workflows/<name>.md directly; the overlap analysis below will point you there when coverage is high

Instructions

Step 1: Understand the Idea

Accept the idea in any of three entry forms, all converging on the same downstream flow:

  • Problem-first: "I need a workflow for X." Identify the recurring PM process, who runs it, and the artifact trail it should leave.
  • Skills-first: a list of skills the user already wants to chain.
  • Chain-promotion: a literal chain expression (for example 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.

Step 2: Overlap Analysis + Why Gate

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:

  • Name each overlapping workflow and what it covers.
  • Estimate coverage overlap honestly.

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).

Step 3: Sequence Design

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):

  • Every step must resolve to an installed skill at 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).
  • Category 1 content skills only. Refuse as steps, each with a one-line explanation: Tier-3 maintenance skills (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.
  • For EACH step, author the handoff: what the step consumes from the prior step's output, and what it must produce for the next. This authored handoff guidance is exactly what distinguishes a durable workflow from an ad-hoc chain; a packet without real handoffs is not ready.

Step 4: Generate the Packet

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).

Step 5: Review + Promotion Guidance

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.

Output Format

The packet follows references/TEMPLATE.md:

  1. Decision - recommendation plus Why Gate evidence (or the recorded override)
  2. Overlap Analysis - every overlapping workflow, what it covers, the gap
  3. Workflow Draft - complete _workflows/<name>.md content
  4. Command Draft - complete commands/workflow-<name>.md content
  5. Cross-Cutting Checklist - every surface to update at promotion, with its enforcing validator (or "validator-blind" where none exists)
  6. Promotion Steps - the move-verify-validate sequence

See references/EXAMPLE.md for one complete worked packet.

Quality Checklist

Before presenting the packet, verify:

  • Overlap analysis scanned the live _workflows/ directory (no remembered list, no hardcoded count)
  • Why Gate evidence is specific (named scenarios) or an explicit override is recorded
  • Every step resolves to an installed skill by exact name
  • No Tier-3 maintenance skill, dispatch skill, or workflow appears as a step
  • Every step has an authored handoff (consumes / produces), not just a skill name
  • The workflow draft carries every section in the TEMPLATE's skeleton (metadata table, When to Use with Do NOT use, per-step blocks, context-flow diagram, tips, quality checklist, see also)
  • The command draft names each step's skills/<name>/SKILL.md path and ends with the $ARGUMENTS footer
  • The mermaid diagram matches the final sequence exactly
  • Everything written under _staging/workflows/<name>/; no canonical path touched
  • The Cross-Cutting Checklist is reproduced in full, including the .github/workflows/release.yml release-note row

Reference Files

Frequently asked questions

What to verify before installation and use

What does the utility-pm-workflow-builder source document cover?

This skill creates new multi-skill workflows for the pm-skills library. It produces a Workflow Implementation Packet - a draft workflows/.md file, a draft commands/workflow-.md command, and the cross-cutting update checklist - in a staging area for review before promotion to can…

How do I install utility-pm-workflow-builder?

The source record exposes this install command: npx skills add https://github.com/product-on-purpose/pm-skills --skill "skills/utility-pm-workflow-builder". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged read-files in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 10014,706

prowler-cloud/prowler

postgresql-indexing

PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance

Computed 9967

brucesongs/kali-claw

insecure-design

Insecure Design (OWASP A06:2025) focuses on security flaws in system architecture and design phases, rather than code implementation-level bugs.

Computed 9916

NintendaDev/unikit-ai

unikit-docs

Generate and maintain the project's TECHNICAL documentation from its codebase — scans the project structure, tech stack, and module boundaries, then writes a lean README landing page plus detailed topic pages (architecture, modules, setup, build, APIs), only the docs that are relevant. Use whenever the user wants to create, update, or validate documentation of the CODE or the project itself, e.g. "generate documentation", "create docs", "write the README", "update the project docs", "document th

Computed 98273

Aperivue/medsci-skills

make-figures

Generate publication-ready figures and visual abstracts for medical research papers. Supports ROC curves, forest plots, CONSORT/STARD/PRISMA flow diagrams, calibration plots, Kaplan-Meier curves, Bland-Altman plots, confusion matrices, pipeline diagrams, and journal-specific visual/graphical abstracts (python-pptx template-based).