---
description: Find 10x improvement path
allowed-tools: Task, Read, Grep, Glob, WebSearch
argument-hint: <topic>
---

# 🚀 10x: $ARGUMENTS

Find 10x improvement for: **$ARGUMENTS**

## Analysis Framework

### 1. Current State
- What exists now?
- Current metrics?
- Pain points?

### 2. Leverage Points (Ω1)
- What can be automated?
- What multiplies effort?

### 3. Abstraction (Ω2)
- What class of problem is this?
- Solve once for N cases?

### 4. 10x Target
- What does 10x look like?
- How to measure?

## Output
Save to: `docs/omega/10x-<topic>.md`

```markdown
# 10x Analysis: [Topic]

## Current State
[Analysis]

## 10x Target
[What 10x looks like]

## Path to 10x
1. [Step] - [Expected improvement]

## Quick Wins (2x now)
1. [Immediate action]
```
