skills/pm/SKILL.md
Product management workflows: explore product areas, plan quarterly roadmaps, write PRDs, approve initiatives in Linear, review roadmap quality, or update plans. Triggers on: "pm plan", "pm prd", "pm explore", "pm approve", "pm review", "pm update", "pm allow", "pm help", "product roadmap", "quarterly plan", "write a PRD", "product requirements", "product planning", "explore product area".
npx skillsauth add cloudvoyant/codevoyant pmInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Product management skill dispatcher.
Pass your intent directly on the invocation line — explore and plan proceed immediately with no opening question when a description is provided.
/pm explore pricing strategy for enterprise tier
/pm explore competitor analysis for Q3 roadmap
/pm plan ship retention features this quarter
help.md — never error silently$REMAINING_ARGS unchangedVERB="[first non-flag argument, or empty]"
REMAINING_ARGS="[everything after VERB, preserving order and flags]"
case "$VERB" in
"") VERB="help" ;;
"roadmap") VERB="plan" ;;
esac
Read and execute references/workflows/{VERB}.md, passing $REMAINING_ARGS as the argument string.
If references/workflows/{VERB}.md does not exist, fall back to references/workflows/help.md and note the unknown verb.
references/workflows/allow.md) — pre-approve permissions for background agentsreferences/workflows/approve.md) — promote roadmap to docs/ and push initiatives to Linearreferences/workflows/explore.md) — research a product area before planningreferences/workflows/help.md) — print command referencereferences/workflows/plan.md) — create a quarterly/annual product roadmapreferences/workflows/prd.md) — write a Product Requirements Documentreferences/workflows/review.md) — review roadmap for quality and coveragereferences/workflows/update.md) — apply feedback to an existing plan or roadmapagents/linear-initiative-sync.md) — syncs initiatives to Linear; used by approveagents/competitive-researcher.md) — researches competitive landscape; used by exploreagents/ideation-researcher.md) — generates product ideas; used by exploreagents/internal-researcher.md) — reviews internal context; used by exploreagents/market-researcher.md) — researches market trends; used by exploreagents/user-problems-researcher.md) — researches user pain points; used by exploreagents/pm-planner.md) — generates roadmap structure; used by plantools
Vim and Neovim key binding reference. Triggers on: "vim keys", "vim shortcuts", "how do I open a file in vim", "vim search replace", "vim splits", "vim buffers", "how do I navigate in vim".
testing
Generate a responsible-AI usage and decision-attribution report for the current session. Triggers on: "usage report", "usage generate", "usage run", "usage help".
development
Unified task runner dispatcher: auto-detects mise, just, task.dev, or package.json scripts and provides commands to run, list, or detect the project task runner. Triggers on: "/task", "run task", "list tasks", "detect task runner", "what tasks", "mise run", "just run", "pnpm run", "package.json scripts".
development
TanStack patterns: Start file-based routing, Router v1, Query v5, Form, and server functions. Load when working with @tanstack/ packages in a React project.