mirror of
https://github.com/deanpeters/Product-Manager-Skills.git
synced 2026-09-14 20:06:57 +08:00
23ede8ccc4
template.md: Replace bare skeleton with full coaching structure — per-section Instructions/Steps/Contributing Skills/Activities blocks, inline 🔶 Assumption and 🔵 Open Question tagging convention, cross-section recommendation prompts between all 10 sections, and a PRD Self-Assessment diagnostic at the end. 15 skills cross-referenced to their specific sections. SKILL.md: Update Application section to describe the new template features. examples/sample.md: Replace stub with worked excerpts demonstrating inline gap tagging, evidence-backed claims, and a filled-in self-assessment. commands/write-prd.md: Add assumption tagging, cross-section prompts, and self-assessment to the Checkpoints list. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Commands
Commands are reusable workflow wrappers over one or more local PM skills.
- Skills remain the source of truth for frameworks and pedagogy.
- Commands are lightweight orchestration for fast execution.
- Commands are written as markdown with frontmatter and can be used in any agent by referencing the file path.
Command Format
Each command file should include frontmatter:
---
name: command-name
description: What this command does
argument-hint: "<what the user should provide>"
uses:
- skill-name
- another-skill
outputs:
- Output artifact 1
- Output artifact 2
---
Available Commands (v1)
discoverstrategywrite-prdplan-roadmapprioritizeleadership-transition
Validation
python3 scripts/check-command-metadata.py
Discovery
./scripts/find-a-command.sh --list-all
./scripts/find-a-command.sh --keyword roadmap