From pm-skills-bundle
Orchestrates multiple skills into reusable workflows for project management tasks like discovery, strategy, PRD writing, roadmap planning, and prioritization.
How this command is triggered — by the user, by Claude, or both
Slash command
/pm-skills-bundle:READMEThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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: ## Available Commands (v1) - `discover` - `strategy` - `write-prd` - `plan-roadmap` - `prioritize` - `leadership-transition` ## Validation ## Discovery
Commands are reusable workflow wrappers over one or more local PM skills.
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
---
discoverstrategywrite-prdplan-roadmapprioritizeleadership-transitionpython3 scripts/check-command-metadata.py
./scripts/find-a-command.sh --list-all
./scripts/find-a-command.sh --keyword roadmap
6plugins reuse this command
First indexed May 15, 2026
npx claudepluginhub p3ob7o/product-manager-skills --plugin pm-skills-bundle/READMEOrchestrates multiple skills into reusable workflows for project management tasks like discovery, strategy, PRD writing, roadmap planning, and prioritization.
/workflowInteractive guide to a 5-command project lifecycle workflow. Asks user context and directs to the appropriate command for exploration, planning, session management, or feature addition.
/learnGuides users through Task Master capabilities with interactive suggestions, command discovery, and learning paths. Accepts optional arguments to tailor guidance to specific goals.
/navigation-commandsCommands for exploring and discovering Foreman's skill library, output templates, playbooks, diagnostics, and hooks. These commands produce read-only listings and summaries — they never modify state or trigger execution.
/READMELists and manages a collection of custom slash commands for standards management and development workflow automation, including init, commit, code-review, release, and more.
/whichRoutes a plain-language situation or intent to the correct ai-dev-assistant command without inspecting project state. Static map, never executes the commands it names.