Agent skill · AI & Agents

utility-pm-skill-iterate

Applies targeted improvements to an existing pm-skills skill based on feedback, validation reports, or convention changes. Reads current files, previews proposed changes, writes on confirmation, and suggests a version bump. Use when improving a skill after validation or feedback.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Declared author: product-on-purpose
Path: skills/utility-pm-skill-iterate/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 Skill Iterate This skill improves an existing pm-skills skill by applying targeted changes based on input you provide. It reads the current skill files, proposes changes as before/after previews grouped by file, and writes them on your confirmation. After applying changes, it suggests a version bump class and offers to update HISTORY.md. The iterator accepts any of these as input: - A validation report from `utility-pm-skill-validate` - Direct feedback ("the template is missing section X") - A convention change ("all skills now need a Limitations section") - A general improvement request ("make the example more realistic") ## When to Use - After running `utility-pm-skill-validate` and getting a report with findings - When you have specific feedback on a skill and want to apply it - When a repo convention changes and a skill needs to conform - When a skill's example, template, or instructions need improvement - When iterating on a skill before a release ## When NOT to Use - To create a new skill from scratch -> use `utility-pm-skill-builder` - To audit a skill before making changes -> use `utility-pm-skill-validate` first - To make bulk convention changes across many skills ->

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Instructions
  4. Step 1: Identify the Target Skill
  5. Step 2: Read Current Skill Files
  6. Step 3: Normalize Input into Intended Changes
  7. Step 4: Preview Proposed Changes
  8. Step 5: Apply Changes (with Stale-Preview Guard)
  9. Step 6: Suggest Version Bump
  10. Step 7: Offer HISTORY.md Update
  11. Step 8: Report Summary
  12. Degraded Mode
  13. Output Contract
  14. Quality Checklist
Ships with 2 files
  • references/EXAMPLE.md
  • references/TEMPLATE.md
More from pm-skills
All skills →
About this skill
What does the utility-pm-skill-iterate skill do?

Applies targeted improvements to an existing pm-skills skill based on feedback, validation reports, or convention changes. Reads current files, previews proposed changes, writes on confirmation, and suggests a version bump. Use when improving a skill after validation or feedback.

How do I install it?

Run `npx skills add product-on-purpose/pm-skills --skill utility-pm-skill-iterate --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