Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-related data or design. Use when user says 'balance report', 'check game balance', 'run a balance check'.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-13 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 161% | 0% |
Determine the balance domain from $ARGUMENTS[0]:
If no argument, ask the user which system to check.
Read relevant files from assets/data/ and design/balance/ for the identified domain. Note every file read — they will appear in the Data Sources section of the report.
Read the GDD for the system from design/gdd/ to understand intended design targets, tuning knobs, and expected value ranges. This is the baseline for "correct" behaviour.
Run domain-specific checks:
Combat balance:
Economy balance:
Progression balance:
Loot balance:
## Balance Check: [System Name]
### Data Sources Analyzed
- [List of files read]
### Health Summary: [HEALTHY / CONCERNS / CRITICAL ISSUES]
### Outliers Detected
| Item/Value | Expected Range | Actual | Issue |
|-----------|---------------|--------|-------|
### Degenerate Strategies Found
- [Strategy description and why it is problematic]
### Progression Analysis
[Graph description or table showing progression curve health]
### Recommendations
| Priority | Issue | Suggested Fix | Impact |
|----------|-------|--------------|--------|
### Values That Need Attention
[Specific values with suggested adjustments and rationale]After presenting the report, use AskUserQuestion:
[A] Fix highest-priority issue now — walk me through it[B] Save report to design/balance/balance-check-[system]-[date].md[C] Stop here — I'll review the findings manuallyIf A]:
assets/data/ or formula in design/balance/> "This value is defined in a design document. Run /propagate-design-change [path] on the affected GDD to find downstream impacts before committing."
If B]:
design/balance/balance-check-[system]-[date].md (create the directory if needed). Use the current date for date] in YYYY-MM-DD format./balance-check after fixes to verify."If C]:
/balance-check after fixes to verify."Other measured skills in the registry, with their headline benchmark lift.