# Send Game Changing Features to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "game-changing-features",
    "name": "Game Changing Features",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/wpank/game-changing-features",
    "canonicalUrl": "https://clawhub.ai/wpank/game-changing-features",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/game-changing-features",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=game-changing-features",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "data/opportunities.csv"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "game-changing-features",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T15:22:55.772Z",
      "expiresAt": "2026-05-08T15:22:55.772Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=game-changing-features",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=game-changing-features",
        "contentDisposition": "attachment; filename=\"game-changing-features-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "game-changing-features"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/game-changing-features"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/game-changing-features",
    "downloadUrl": "https://openagent3.xyz/downloads/game-changing-features",
    "agentUrl": "https://openagent3.xyz/skills/game-changing-features/agent",
    "manifestUrl": "https://openagent3.xyz/skills/game-changing-features/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/game-changing-features/agent.md"
  }
}
```
## Documentation

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

### Step 1: Understand Current Value

Before proposing additions, understand what value exists:

What problem does this solve today?
Who uses it and why?
What's the core action users take?
Where do users spend most time?
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

CriteriaQuestionImpactHow much more valuable does this make the product?ReachWhat % of users would this affect?FrequencyHow often would users encounter this value?DifferentiationDoes this set us apart or just match competitors?DefensibilityEasy to copy or compounds over time?FeasibilityCan 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

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

CategoryQuestionSpeedWhat takes too long?AutomationWhat's repetitive?IntelligenceWhat could be smarter?IntegrationWhat else do users use?CollaborationHow do users work together?PersonalizationHow is everyone different?VisibilityWhat's hidden that shouldn't be?ConfidenceWhat creates anxiety?DelightWhat could spark joy?AccessWho 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

# 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

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

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

### 1. [Feature Name]

What: Description (one line)
Why powerful: Why this punches above its weight
Effort: Low
Score: Must do / Strong / Maybe / Pass

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wpank
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T15:22:55.772Z
- Expires at: 2026-05-08T15:22:55.772Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/game-changing-features)
- [Send to Agent page](https://openagent3.xyz/skills/game-changing-features/agent)
- [JSON manifest](https://openagent3.xyz/skills/game-changing-features/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/game-changing-features/agent.md)
- [Download page](https://openagent3.xyz/downloads/game-changing-features)