Skip to main content
ClaudeWave
Slash Command5.1k repo starsupdated 23d ago

strategy

The /strategy command executes a comprehensive product strategy workflow that progresses through five sequential stages: positioning clarification, problem statement definition, opportunity expansion, full strategy analysis, and roadmap sequencing. Use this command when establishing or refining a product's overall direction, competitive positioning, and multi-phase roadmap, particularly when strategic choices need clear documentation of tradeoffs and success metrics before execution planning begins.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/deanpeters/Product-Manager-Skills/HEAD/commands/strategy.md -o ~/.claude/commands/strategy.md
Then start a new Claude Code session; the slash command loads automatically.

strategy.md

# /strategy

Run an end-to-end strategy workflow with decision-quality outputs.

## Invocation

```text
/strategy B2B analytics add-on for mid-market ecommerce brands
```

## Workflow

1. Clarify customer and category with `positioning-workshop`.
2. Lock the core problem with `problem-statement`.
3. Expand options via `opportunity-solution-tree`.
4. Orchestrate a full strategy pass with `product-strategy-session`.
5. Sequence commitments using `roadmap-planning`.

## Checkpoints

- Separate strategy (choices) from execution backlog.
- Call out explicit tradeoffs and non-goals.
- Confirm metrics and leading indicators for each strategic bet.

## Next Steps

- Run `/plan-roadmap` for release-level sequencing.
- Run `/write-prd` for top-priority initiatives.