Slash Command292 repo starsupdated 2d ago
workflow-product-strategy
The workflow-product-strategy command executes a five-step structured process for developing major product initiatives, progressing through competitive analysis, stakeholder mapping, opportunity identification, solution definition, and architectural decision documentation. Use this when framing strategic initiatives that require comprehensive competitive context, cross-functional alignment, and documented decision rationale.
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/product-on-purpose/pm-skills/HEAD/commands/workflow-product-strategy.md -o ~/.claude/commands/workflow-product-strategy.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
workflow-product-strategy.md
Run the Product Strategy workflow to frame a major strategic initiative with competitive context, stakeholder alignment, and documented decisions. This workflow uses multiple skills in sequence. For each step, read the skill instructions and follow them to create the artifact. ## Workflow Steps ### Step 1: Competitive Analysis Use the `discover-competitive-analysis` skill from `skills/discover-competitive-analysis/SKILL.md`. Create a structured competitive analysis comparing features, positioning, and strategy. ### Step 2: Stakeholder Summary Use the `discover-stakeholder-summary` skill from `skills/discover-stakeholder-summary/SKILL.md`. Document stakeholder needs, concerns, and influence for this initiative. ### Step 3: Opportunity Tree Use the `define-opportunity-tree` skill from `skills/define-opportunity-tree/SKILL.md`. Map desired outcomes to opportunities and potential solutions. ### Step 4: Solution Brief Use the `develop-solution-brief` skill from `skills/develop-solution-brief/SKILL.md`. Create a concise solution overview with key decisions and trade-offs. ### Step 5: Architecture Decision Record Use the `develop-adr` skill from `skills/develop-adr/SKILL.md`. Document significant technical decisions, their context, and consequences. ## Output Create all five artifacts in sequence, ensuring each builds on the previous. Reference the Product Strategy workflow at `_workflows/product-strategy.md` for additional guidance. Context from user: $ARGUMENTS
More from this repository
pm-changelog-curatorSubagent
|
pm-criticSubagent
|
pm-release-conductorSubagent
|
pm-skill-auditorSubagent
|
pm-workflow-orchestratorSubagent
>-
workflow-customer-discoverySlash Command
Run the Customer Discovery workflow (research -> JTBD -> opportunities -> problem)
workflow-design-sprintSlash Command
Run the Design Sprint workflow (5-day prototype-and-test arc producing a Decider's build/iterate/pivot/stop call)
workflow-feature-kickoffSlash Command
Run the Feature Kickoff workflow (problem -> hypothesis -> PRD -> stories)