Skip to main content
ClaudeWave
Slash Command292 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
mkdir -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.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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