game-changing-features

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'.

25 stars

Best use case

game-changing-features is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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'.

Teams using game-changing-features should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/game-changing-features/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/aiskillstore/marketplace/softaworks/game-changing-features/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/game-changing-features/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How game-changing-features Compares

Feature / Agentgame-changing-featuresStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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'.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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 `.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 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?"

Related Skills

engineering-features-for-machine-learning

25
from ComeOnOliver/skillshub

This skill empowers Claude to perform feature engineering tasks for machine learning. It creates, selects, and transforms features to improve model performance. Use this skill when the user requests feature creation, feature selection, feature transformation, or any request that involves improving the features used in a machine learning model. Trigger terms include "feature engineering", "feature selection", "feature transformation", "create features", "select features", "transform features", "improve model performance", and similar phrases related to feature manipulation.

game-engine

25
from ComeOnOliver/skillshub

Expert skill for building web-based game engines and games using HTML5, Canvas, WebGL, and JavaScript. Use when asked to create games, build game engines, implement game physics, handle collision detection, set up game loops, manage sprites, add game controls, or work with 2D/3D rendering. Covers techniques for platformers, breakout-style games, maze games, tilemaps, audio, multiplayer via WebRTC, and publishing games.

game-test-case-generator

25
from ComeOnOliver/skillshub

基于需求文档(xls/csv)生成专业游戏测试用例,支持完整用例和快速测试点两种模式。当用户提到"游戏测试"、"测试用例生成"、"需求转测试用例"、上传需求文档或原型时使用此技能。

web-games

25
from ComeOnOliver/skillshub

Web browser game development principles. Framework selection, WebGPU, optimization, PWA.

pc-games

25
from ComeOnOliver/skillshub

PC and console game development principles. Engine selection, platform features, optimization strategies.

mobile-games

25
from ComeOnOliver/skillshub

Mobile game development principles. Touch input, battery, performance, app stores.

game-development

25
from ComeOnOliver/skillshub

Game development orchestrator. Routes to platform-specific skills based on project needs.

game-design

25
from ComeOnOliver/skillshub

Game design principles. GDD structure, balancing, player psychology, progression.

3d-games

25
from ComeOnOliver/skillshub

3D game development principles. Rendering, shaders, physics, cameras.

2d-games

25
from ComeOnOliver/skillshub

2D game development principles. Sprites, tilemaps, physics, camera.

brainstorming-features

25
from ComeOnOliver/skillshub

Facilitates creative ideation sessions for mobile and web app features, generating structured ideas with user stories, technical considerations, and implementation suggestions. Use when planning new features, exploring product direction, generating app ideas, feature discovery, product brainstorming, or when user mentions 'brainstorm', 'ideate', 'app ideas', or 'feature suggestions'.

agentdb-advanced-features

25
from ComeOnOliver/skillshub

Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.