---
description: Analyze and balance game mechanics using data-driven approaches
allowed-tools: Task, Read, Write, Bash, Grep, Glob
argument-hint: <game system or mechanic>
---

# ⚖️ Game Balance: $ARGUMENTS

Balance game system: **$ARGUMENTS**

## Agent
Uses **game-designer** agent for balance analysis.

## Balance Areas
- **Economy** - Currency, pricing, rewards
- **Combat** - Damage, health, abilities
- **Progression** - XP curves, unlocks
- **Difficulty** - Challenge scaling
- **Matchmaking** - Skill-based pairing

## Analysis Methods
- Statistical analysis
- Monte Carlo simulation
- Player data analytics
- A/B testing frameworks
- Winrate/pickrate analysis

## Balance Metrics
- **Winrate** - Per character/item/strategy
- **Pick Rate** - Selection frequency
- **Ban Rate** - Competitive exclusions
- **Time-to-Kill** - Combat pacing
- **Session Length** - Engagement

## Workflow
1. **Data Collection** - Gather metrics
2. **Analysis** - Identify outliers
3. **Simulation** - Test changes
4. **Adjustment** - Tune values
5. **Validation** - Verify balance

## Outputs
- Balance report
- Adjustment recommendations
- Simulation results
- Updated game data
- Monitoring dashboard

## Progress
- [ ] Data collected
- [ ] Analysis complete
- [ ] Simulations run
- [ ] Adjustments proposed
- [ ] Changes validated

Use spreadsheet for balance calculations.
