Agent skill · Content & Marketing

skill-authoring-workflow

Turn raw PM content into a compliant, publish-ready skill. Use when creating or updating a repo skill without breaking standards.

deanpetersgithub.com/deanpetersGitHub ↗
claude-codeNOASSERTION
Install
npx skills add deanpeters/Product-Manager-Skills --skill skill-authoring-workflow --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/skill-authoring-workflow/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,255
Language: Shell
Read our review of the source →

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

From the SKILL.md

## Purpose Create or update PM skills without chaos. This workflow turns rough notes, workshop content, or half-baked prompt dumps into compliant `skills/<skill-name>/SKILL.md` assets that actually pass validation and belong in this repo. Use it when you want to ship a new skill without "looks good to me" roulette. ## Input Bring the raw material and the intent — rough is fine; the workflow exists to get it the rest of the way: - **Works best with:** the source content (notes, transcript, framework, prompt sequence) or the existing skill you want to update - **Also useful:** the intended skill type (component/interactive/workflow), target audience, and any naming preference If you supply this inline with your request (e.g., "turn `research/pricing-workshop-notes.md` into an interactive advisor"), the workflow starts at Phase 1 with that context — it won't re-ask for what you already gave. If you provide nothing, it opens by asking what content you want to turn into a skill and offers the entry modes from the facilitation protocol. Example: `Use skill-authoring-workflow: convert research/pricing-workshop-notes.md into an interactive pricing advisor.` ## Key Concepts ### Dogfood Firs

What's inside
Steps it walks through
  1. Purpose
  2. Input
  3. Key Concepts
  4. Dogfood First
  5. Pick the Right Creation Path
  6. Definition of Done (No Exceptions)
  7. Facilitation Source of Truth
  8. Application
  9. Phase 1: Preflight (Avoid Duplicate Work)
  10. Phase 2: Generate Draft
  11. Phase 3: Tighten the Skill
  12. Phase 4: Validate Hard
  13. Phase 5: Integrate with Repo Docs
  14. Phase 6: Optional Packaging
Commands it runs
python3 scripts/check-skill-metadata.py skills/<skill-name>/SKILL.md
python3 scripts/check-skill-triggers.py skills/<skill-name>/SKILL.md --show-cases
or zip one category:
or use a curated starter preset:
python3 scripts/check-skill-metadata.py skills/<new-skill-name>/SKILL.md
More from Product-Manager-Skills
All skills →
About this skill
What does the skill-authoring-workflow skill do?

Turn raw PM content into a compliant, publish-ready skill. Use when creating or updating a repo skill without breaking standards.

How do I install it?

Run `npx skills add deanpeters/Product-Manager-Skills --skill skill-authoring-workflow --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 deanpeters/Product-Manager-Skills, a repository with 6,255 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