APM

>Agent Skill

@wpank/game-changing-features

skilldevelopment

Find 10x product opportunities and high-leverage improvements. Use when the user wants strategic product thinking, mentions 10x, wants to find high-impact features, or asks what would make a product dramatically more valuable.

apm::install
$apm install @wpank/game-changing-features
apm::skill.md
---
name: game-changing-features
model: reasoning
version: 1.0.0
description: >
  Find 10x product opportunities and high-leverage improvements. Use when the user wants
  strategic product thinking, mentions 10x, wants to find high-impact features, or asks
  what would make a product dramatically more valuable.
tags: [product, strategy, features, 10x, ideation, prioritization]
---

# Game-Changing Features

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?

> **Output goes to files**: Write all responses to `.claude/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 skill 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 or request most?

Research the codebase, existing features, and product shape.

### Step 2: Find 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.

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 competitors nervous?

**Medium (Moderate effort, high leverage)** — force multipliers on what already works.

Ask: What would make the core action 10x faster? What data do we have that we're not using? What workflow is painful that we could automate?

**Small (Low effort, disproportionate value)** — tiny changes that punch above their weight.

Ask: What single button would save users minutes daily? What information are users hunting for that we could surface? What anxiety could we eliminate with one indicator?

**For a database of 40 categorized opportunities with examples**: See `data/opportunities.csv`

### Step 3: Evaluate Ruthlessly

| 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** | Easy to copy or compounds over time? |
| **Feasibility** | Can we actually build this? |

### Step 4: Identify Highest-Leverage Moves

**Quick wins** — small effort, big value, ship and validate fast
**Strategic bets** — larger effort, potentially transformative, opens new possibilities
**Compounding features** — get more valuable over time through network effects, data effects, or habit formation

### Step 5: Prioritize

```markdown
## 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]

### Backlog (Good but not now)
1. [Feature] — Why later: [reason]
```

## Idea Categories

Force yourself through each category:

| Category | Question |
|----------|----------|
| **Speed** | What takes too long? |
| **Automation** | What's repetitive? |
| **Intelligence** | What could be smarter? |
| **Integration** | What else do users use? |
| **Collaboration** | How do users work together? |
| **Personalization** | How is everyone different? |
| **Visibility** | What's hidden that shouldn't be? |
| **Confidence** | What creates anxiety? |
| **Delight** | What could spark joy? |
| **Access** | Who can't use this yet? |

## 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 at 1% each are not equal to 1 feature at 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** — reference codebase findings, data, or research.

## Prompts to Unstick Thinking

- "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 with 10x the team? With 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 from our data that users don't see?"
- "What's the feature that sounds crazy but might work?"

## 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?


## Installation

### OpenClaw / Moltbot / Clawbot

```bash
npx clawhub@latest install game-changing-features
```


---

## Massive Opportunities
### 1. [Feature Name]
**What**: Description
**Why 10x**: Why this is transformative
**Unlocks**: What becomes possible
**Effort**: High/Very High
**Score**: Must do / Strong / Maybe / Pass

---

## Medium Opportunities
### 1. [Feature Name]
**What**: Description
**Why 10x**: Why this matters more than it seems
**Impact**: What changes for users
**Effort**: Medium
**Score**: Must do / Strong / Maybe / Pass

---

## Small Gems
### 1. [Feature Name]
**What**: Description (one line)
**Why powerful**: Why this punches above its weight
**Effort**: Low
**Score**: Must do / Strong / Maybe / Pass

---

## Recommended Priority
### Do Now — [features]
### Do Next — [features]
### Explore — [features]

## Open Questions
- [Questions that need user input before proceeding]

## Next Steps
- [ ] Validate assumption: ...
- [ ] Research: ...
- [ ] Decide: ...
```

## NEVER Do

1. **NEVER list features without evaluating them** — every idea needs impact, effort, and priority assessment
2. **NEVER skip the "understand current value" step** — you can't 10x what you don't understand
3. **NEVER confuse "more features" with "more value"** — complexity without purpose destroys products
4. **NEVER propose only safe, incremental ideas** — if nothing feels risky, you're not thinking big enough
5. **NEVER ignore small opportunities** — quick wins build momentum and trust for bigger bets
6. **NEVER write strategy without specifics** — "improve the UX" is not a strategy; specific actions are