Command
/strategy
Build product strategy from positioning through opportunity and roadmap decisions.
One command from product-manager-skills.
shell
$ npx -y skills add deanpeters/Product-Manager-Skills --agent claude-codeShips with product-manager-skills. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/strategy
Context preview
What this command does when you run it.
Build product strategy from positioning through opportunity and roadmap decisions.
Stats
Stars5,920
Forks725
LanguageShell
Command definition
strategy.md
--- name: strategy description: Build product strategy from positioning through opportunity and roadmap decisions. argument-hint: "<product, market, and strategic question>" uses: - product-strategy-session - positioning-workshop - problem-statement - opportunity-solution-tree - roadmap-planning outputs: - Strategy narrative - Core strategic choices - Sequenced roadmap direction --- # /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.
