Files
deanpeters__product-manager…/commands
Dean Peters 23ede8ccc4 Overhaul prd-development template with per-section coaching, gap tagging, and self-assessment
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>
2026-06-25 14:18:40 -04:00
..

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)

  • discover
  • strategy
  • write-prd
  • plan-roadmap
  • prioritize
  • leadership-transition

Validation

python3 scripts/check-command-metadata.py

Discovery

./scripts/find-a-command.sh --list-all
./scripts/find-a-command.sh --keyword roadmap