write-product-strategy — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited write-product-strategy (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
Before starting: If you haven't done a structured brainstorm yet, /superpowers:brainstorming can map the problem space before we commit to strategic direction.Silently scan the project directory using Read and 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/*" -o -path "*/discovery/*" \) 2>/dev/null | head -10 | xargs cat 2>/dev/nullBased on what you find:
Do not mention the scan to the user.
If you provide market/user/competitive context upfront, I'll use it directly. If your input is sparse or vague, I'll guide you through key questions section-by-section.
What I MUST have to build the strategy:
If you can't answer these yet, that's OK — we'll work through them together. But a strategy without these is incomplete.
I'll structure your input into the standard 7-section format, making transparent how research findings drove each strategic choice. This means:
The output will follow this structure:
# Product Strategy: [Product Name]
## Executive Summary
**Vision**: [One-sentence aspirational statement about the future state]
**The Big Bet**: [The primary strategic shift or focus for the upcoming period. What are we willing to bet our roadmap on?]
---
## Market & User Context
**Target Audience**: [Primary and secondary user personas. Who are we building for?]
**Problem Statement**: [Specific, underserved pain points we're solving. What makes this moment ripe?]
**Competitive Landscape**: [Direct and indirect competitors. What is the status quo we're disrupting?]
**Market Trends**: [Regulatory, technological, economic factors influencing our trajectory]
---
## How We Got Here: Strategic Reasoning
Before diving into pillars, briefly summarize the key research findings and decisions that shaped this strategy:
**Key Research Findings**:
- [Finding 1]: [How you discovered it (interviews, surveys, data)]
- [Finding 2]: [How you discovered it]
**Why These Pillars**: [Explain how findings led to specific strategic bets]
- We observed [Problem/Insight] in [% of users/market segment], which led us to prioritize [Pillar]
- [Competitor analysis] showed that [Opportunity], so we're betting on [Pillar]
---
## Strategic Pillars
### Pillar 1: [Theme]
**Objective**: [What does success look like for this pillar?]
**Rationale & Research Evidence**: [Explain why this matters NOW, grounded in specific research or market context]
- **Research backing**: [How do you know this? Cite interviews, data, customer feedback, market trends]
- **Competitive positioning**: [How does this differentiate you?]
- **Success criteria**: [What would prove this pillar is working?]
### Pillar 2: [Theme]
**Objective**: [...]
**Rationale & Research Evidence**: [...]
- **Research backing**: [...]
- **Competitive positioning**: [...]
- **Success criteria**: [...]
### Pillar 3: [Theme]
**Objective**: [...]
**Rationale & Research Evidence**: [...]
- **Research backing**: [...]
- **Competitive positioning**: [...]
- **Success criteria**: [...]
---
## Governance & Risk
**Compliance & Regulatory Risks**: [How do new laws or standards affect viability?]
**Technical Constraints**: [Legacy debt, infrastructure limitations that might slow execution]
**Mitigation Strategy**: [High-level plans to address risks before they become blockers]
---
## Strategic Roadmap (Themes, Not Features)
### Horizon 1 (Now): [Theme]
Strengthen core and address immediate gaps. Expected outcomes: [...]
### Horizon 2 (Next): [Theme]
Expand capabilities and enter adjacent markets. Expected outcomes: [...]
### Horizon 3 (Future): [Theme]
Long-term innovation and "moonshot" ideas. Expected outcomes: [...]
---
## Success Metrics (KPIs)
**Primary Metric (North Star)**: [The one metric that best captures core value delivered]
**Supporting Metrics**:
- [Metric 1]: [What it measures and why it matters]
- [Metric 2]: [...]
- [Metric 3]: [...]
---
## Resource & Alignment Requirements
**Cross-functional Dependencies**: [What Engineering, Marketing, Sales, Legal need to deliver]
**Budgetary Needs**: [Significant capex or partnerships required]
---
## Appendix: Key Assumptions
List critical assumptions your strategy depends on, and mark whether they're validated or speculative:
| Assumption | Validated? | How Validated | Risk if Wrong |
|-----------|-----------|---|---|
| [Assumption 1] | ✅ Yes / ❓ Unknown | Interview data, surveys, pilot | [Risk impact] |
| [Assumption 2] | ❓ Unknown | Needs validation | [Risk impact] |
---Missing these means the strategy is incomplete.
If you say "this is a pain point," I'll ask: How do you know? (interviews, support tickets, user feedback, etc.)
Provide your input in one go:
Market: [describe your target market]
Users: [describe primary/secondary personas]
Problem: [what pain are they in? cite research if you have it]
Research: [20 customer interviews showed X, surveys showed Y, etc.]
Competitors: [who else is playing in this space?]
Your Differentiation: [why will customers choose you?]
Strategic Bets: [what are the 2-3 big bets you want to make?]I'll structure this into a STRATEGY.md with research citations and save it to your project.
Just tell me what you know and what you're uncertain about. I'll ask focused questions to fill the gaps, then build the strategy iteratively. The final output will show how your answers shaped each strategic pillar.
I'll present your current STRATEGY.md and ask:
Then I'll update only what needs to change, adding research evidence where applicable.
A completed STRATEGY.md for a consumer finance app might include:
# Product Strategy: SaveFlow
## Executive Summary
**Vision**: Make saving feel as natural and rewarding as spending.
**The Big Bet**: Gen Z and early millennials want to save but lack behavioral support. We're betting on social + gamified saving vs. traditional spreadsheet tools.
---
## How We Got Here: Strategic Reasoning
We interviewed 20+ target users and found a clear pattern:
**Key Research Findings**:
- 78% of users who try budgeting apps abandon within 3 months
- #1 reason for abandonment: "Felt like a chore, too depressing to track failures"
- Users follow personal finance creators on TikTok/Instagram but have no app to share savings wins
- YNAB/Mint are feature-rich but feel cold and punitive (focus on mistakes)
**Why These Pillars**:
- Finding #1 led us to Pillar 1 (Behavioral Design) — users want *enjoyment*, not guilt
- Finding #2 led us to Pillar 2 (Social Proof) — peer support drives habit formation
- Finding #3 led us to Pillar 3 (Goal-Centric) — frame around dreams, not failures
---
## Strategic Pillars
### Pillar 1: Behavioral Design Over Feature Completeness
**Objective**: Every interaction should celebrate progress and build streaks.
**Rationale & Research Evidence**:
- **Research backing**: 20 user interviews with ages 25-35; 78% cited "feels like a chore" as abandonment reason
- **Competitive positioning**: YNAB wins with pedagogy, loses with joy. Mint lost trust. We win on delight + results
- **Success criteria**: 30+ day average streaks, 30% monthly retention (vs current 20%)
### Pillar 2: Social Proof & Peer Accountability
**Objective**: Users feel supported by community, can share wins with friends.
**Rationale & Research Evidence**:
- **Research backing**: Behavioral economics shows peer accountability >personal accountability. TikTok finance community exists but has no native app
- **Competitive positioning**: Neobanks (Chime, Revolut) gamify spending but don't support saving. We do both
- **Success criteria**: 40% of users invite friends within 3 months; friend groups have 20% higher retention
### Pillar 3: Goal-Centric, Not Spending-Centric
**Objective**: Start with "what do you want to save for?" not "how much do you spend?"
**Rationale & Research Evidence**:
- **Research backing**: Users framed their relationship with money around *aspirations* (vacation, home, emergency fund), not guilt
- **Competitive positioning**: YNAB leads with rules (painful). We lead with dreams (exciting)
- **Success criteria**: 50% goal adoption rate; average goal completion time < 12 months
---
## Appendix: Key Assumptions
| Assumption | Validated? | How Validated | Risk if Wrong |
|-----------|-----------|---|---|
| Gen Z/millennials will engage with gamified saving | ❓ Pending | Beta cohort test in Q2 | If false, pivot to simplicity positioning |
| 10% of users will pay for group goals | ❓ Pending | WTP survey in beta | If false, explore ads or B2B partnerships |
| Streaks > feature completeness | ✅ Yes | 20 interviews, 78% cited engagement issue | Low; validated in research |
| Neobank partnerships are feasible | ❓ Pending | Outreach in Q2 | If false, build integrations ourselves |Q: What if we don't have market research or customer interviews yet? A: That's OK. I'll ask you to articulate what you do know about your customers and why you believe the problem matters. If you can't answer that, strategy is premature — focus on customer discovery first.
Q: Can we have more than 3 strategic pillars? A: Prefer 3. With 4+, you're trying to do everything, which means you're doing nothing. If you have more than 3 ideas, consolidate or deprioritize. Strategy is about choices.
Q: Should this include a feature roadmap? A: No. Roadmaps (features, timelines, owners) are derived from strategy, not part of it. This skill generates strategic themes. You'll build a separate Roadmap.md that operationalizes strategy into features.
Q: How long does this take? A: Depends on how much thinking is already done. If you can answer the core questions, ~30 minutes. If we're thinking it through together, 1–2 hours.
Q: Can you update an existing STRATEGY.md? A: Yes. Share the current version, tell me what's changed, and I'll update only what needs to change.
Q: What's the difference between "Strategic Pillars" and "Roadmap Horizons"? A: Strategic Pillars are timeless themes (e.g., "Enterprise-Grade Security"). Roadmap Horizons are time-based execution phases (e.g., "Q1: Build MVP"). Pillars guide decisions across all horizons; horizons operationalize pillars into milestones.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.