write-product-strategylisted
Install: claude install-skill felipecabargas/gambit
# Product Strategy Generator
This skill helps you build a rigorous, comprehensive product strategy document (STRATEGY.md) that serves as the connective tissue between vision and execution. Rather than dictating strategy, this skill helps you think through the critical strategic questions and structures your answers into a compelling narrative — complete with research evidence and transparent strategic reasoning.
## How It Works
> **Before starting:** If you haven't done a structured brainstorm yet, `/superpowers:brainstorming` can map the problem space before we commit to strategic direction.
### Step 1: Context Gathering (Automatic)
Silently scan the project directory using Read and Bash:
```bash
# Gambit-generated artefacts
cat STRATEGY.md 2>/dev/null
find . -maxdepth 2 -name "OKRs-*.md" 2>/dev/null | sort | xargs cat 2>/dev/null
cat ROADMAP.md 2>/dev/null
find . -maxdepth 3 \( -name "COMPETITIVE-ANALYSIS.md" -o -name "competitive-analysis.md" \) 2>/dev/null | head -3 | xargs cat 2>/dev/null
# Research synthesis output from synthesize-user-research skill
find . -maxdepth 3 -name "research-synthesis-*.md" 2>/dev/null | sort | xargs cat 2>/dev/null
# Broader project context — product briefs, market research, vision docs, user research notes
find . -maxdepth 3 \( -name "VISION.md" -o -name "vision.md" -o -name "BRIEF.md" -o -name "brief.md" \) 2>/dev/null | head -5 | xargs cat 2>/dev/null
find . -maxdepth 4 -type f -name "*.md" \( -path "*/research/*" -o -path "*/market/