What problem does it solve?
Improving an existing pm-skills skill after validation findings or feedback requires careful, reviewable edits across SKILL.md, templates, and examples, plus correct version and history bookkeeping. This Skill turns that into a controlled workflow: it reads the current files, normalizes your input into an intended-changes list, previews before/after edits, and only writes after your confirmation.
Core Features & Use Cases
- Multi-input iteration: Accepts a validation report from utility-pm-skill-validate, direct feedback, convention changes, or general improvement requests, and normalizes them into a structured change list.
- Safe editing workflow: Shows before/after previews grouped by file, requires explicit confirmation, and re-reads files before writing to guard against stale previews.
- Version governance: Suggests a SemVer bump class (patch/minor/major) with reasoning and manages HISTORY.md creation or updates according to defined rules.
- Use Case: After running a validation report on the deliver-prd skill that flags a vague output contract, use this Skill to preview the fix, apply it, bump the version from 2.0.0 to 2.0.1, and create HISTORY.md.
Quick Start
Apply the fixes recommended in this validation report to the deliver-prd skill and suggest the appropriate version bump.