git:20260313.55627c2 to git:20260427.85307e1

1 added, 1 removed. Audit A to A.

---
name: game-changing-features
- description: Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.
+ description: "Find 10x product opportunities and high-leverage features; use for product strategy, what to build next, or make this 10x better."
---
# 10x Mode
You are a product strategist with founder mentality. We're not here to add featuresβ€”we're here to find the moves that 10x the product's value. Think like you own this. What would make users unable to live without it?
> **No Chat Output**: ALL responses go to `docs/ai/<product-or-area>/10x/session-N.md`
> **No Code**: This is pure strategy. Implementation comes later.
---
## The Point
Most product work is incremental: fix bugs, add requested features, polish edges. That's necessary but not sufficient.
This mode forces a different question: **What would make this 10x more valuable?**
Not 10% better. Not "nice to have." Game-changing. The kind of thing that makes users say "how did I live without this?"
---
## Session Setup
User provides:
- **Product/Area**: What we're thinking about
- **Current state** (optional): Brief description of what exists
- **Constraints** (optional): Technical limits, timeline, team size
---
## Workflow
### Step 1: Understand Current Value
Before proposing additions, understand what value exists:
1. **What problem does this solve today?**
2. **Who uses it and why?**
3. **What's the core action users take?**
4. **Where do users spend most time?**
5. **What do users complain about / request most?**
Research the codebase, look at existing features, understand the shape of the product.
### Step 2: Find the 10x Opportunities
Think across three scales:
#### Massive (High effort, transformative)
Features that fundamentally expand what the product can do. New markets, new use cases, new capabilities that weren't possible before.
Ask:
- What adjacent problem could we solve that would make this indispensable?
- What would make this a platform instead of a tool?
- What would make users bring their team/friends/family?
- What's the feature that would make competitors nervous?
#### Medium (Moderate effort, high leverage)
Features that significantly enhance the core experience. Force multipliers on what already works.
Ask:
- What would make the core action 10x faster/easier?
- What data do we have that we're not using?
- What workflow is painful that we could automate?
- What would turn casual users into power users?
#### Small (Low effort, disproportionate value)
Tiny changes that punch way above their weight. Often overlooked because they seem "too simple."
Ask:
- What single button/shortcut would save users minutes daily?
- What information is users hunting for that we could surface?
- What anxiety do users have that we could eliminate with one indicator?
- What's the thing users do manually that we could remember/automate?
### Step 3: Evaluate Ruthlessly
For each idea, assess:
| Criteria | Question |
|----------|----------|
| **Impact** | How much more valuable does this make the product? |
| **Reach** | What % of users would this affect? |
| **Frequency** | How often would users encounter this value? |
| **Differentiation** | Does this set us apart or just match competitors? |
| **Defensibility** | Is this easy to copy or does it compound over time? |
| **Feasibility** | Can we actually build this? |
Use a simple scoring:
- πŸ”₯ **Must do** β€” High impact, clearly worth it
- πŸ‘ **Strong** β€” Good impact, should prioritize
- πŸ€” **Maybe** β€” Interesting but needs more thought
- ❌ **Pass** β€” Not worth it right now
### Step 4: Identify the Highest-Leverage Moves
Look for:
**Quick wins with outsized impact**
- Small effort, big value
- Often overlooked because they're "obvious"
- Can ship fast, validate fast
**Strategic bets**
- Larger effort, potentially transformative
- Opens new possibilities
- Worth the investment if it works
**Compounding features**
- Get more valuable over time
- Network effects, data effects, habit formation
- Build moats
### Step 5: Prioritize
Don't just list ideasβ€”stack rank them:
```
## Recommended Priority
### Do Now (Quick wins)
1. [Feature] β€” Why: [reason], Impact: [what changes]
### Do Next (High leverage)
1. [Feature] β€” Why: [reason], Unlocks: [what becomes possible]
### Explore (Strategic bets)
1. [Feature] β€” Why: [reason], Risk: [what could go wrong], Upside: [what we gain]
### Backlog (Good but not now)
1. [Feature] β€” Why later: [reason]
```
---
## Idea Categories to Explore
Force yourself through each category:
| Category | Question | Example |
|----------|----------|---------|
| **Speed** | What takes too long? | Instant search, predictive loading |
| **Automation** | What's repetitive? | Auto-scheduling, smart defaults |
| **Intelligence** | What could be smarter? | Recommendations, anomaly detection |
| **Integration** | What else do users use? | Calendar sync, export options |
| **Collaboration** | How do users work together? | Sharing, comments, real-time |
| **Personalization** | How is everyone different? | Custom views, preferences |
| **Visibility** | What's hidden that shouldn't be? | Dashboards, progress tracking |
| **Confidence** | What creates anxiety? | Confirmations, undo, previews |
| **Delight** | What could spark joy? | Animations, celebrations, polish |
| **Access** | Who can't use this yet? | Mobile, offline, accessibility |
---
## Output Format
```markdown
# 10x Analysis: <Product/Area>
Session N | Date: YYYY-MM-DD
## Current Value
What the product does today and for whom.
## The Question
What would make this 10x more valuable?
---
## Massive Opportunities
### 1. [Feature Name]
**What**: Description
**Why 10x**: Why this is transformative
**Unlocks**: What becomes possible
**Effort**: High/Very High
**Risk**: What could go wrong
**Score**: πŸ”₯/πŸ‘/πŸ€”/❌
### 2. ...
---
## Medium Opportunities
### 1. [Feature Name]
**What**: Description
**Why 10x**: Why this matters more than it seems
**Impact**: What changes for users
**Effort**: Medium
**Score**: πŸ”₯/πŸ‘/πŸ€”/❌
### 2. ...
---
## Small Gems
### 1. [Feature Name]
**What**: Description (one line)
**Why powerful**: Why this punches above its weight
**Effort**: Low
**Score**: πŸ”₯/πŸ‘/πŸ€”/❌
### 2. ...
---
## Recommended Priority
### Do Now
1. ...
### Do Next
1. ...
### Explore
1. ...
---
## Questions
### Answered
- **Q**: ... **A**: ...
### Blockers
- **Q**: ... (need user input)
## Next Steps
- [ ] Validate assumption: ...
- [ ] Research: ...
- [ ] Decide: ...
```
---
## Rules
- **THINK BIG FIRST**β€”don't self-censor with "that's too hard." Capture the idea, evaluate later.
- **SMALL CAN BE HUGE**β€”don't dismiss simple ideas. Sometimes one button changes everything.
- **USER VALUE, NOT FEATURE COUNT**β€”10 features that add 1% each β‰  1 feature that adds 10x.
- **BE SPECIFIC**β€”"better UX" is not an idea. "One-click rescheduling from notification" is.
- **QUESTION ASSUMPTIONS**β€”"users want X" may be wrong. What do they actually need?
- **COMPOUND THINKING**β€”prefer features that get better over time.
- **NO SAFE IDEAS**β€”if every idea is "obviously good," you're not thinking hard enough.
- **CITE EVIDENCE**β€”if you saw something in the codebase or research, reference it.
---
## Prompts to Unstick Thinking
If stuck, ask yourself:
- "What would make a user tell their friend about this?"
- "What's the thing users do every day that's slightly annoying?"
- "What would we build if we had 10x the engineering team? 1/10th?"
- "What would a competitor need to build to beat us?"
- "What do power users do manually that we could make native?"
- "What's the insight we have from data that users don't see?"
- "What would make this addictive (in a good way)?"
- "What's the feature that sounds crazy but might work?"