balance-check

Analyze game balance data against GDD baselines and generate prioritized diagnostic reports.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/WindXRan/y3td --skill balance-check-windxran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: balance-check
Source: https://github.com/WindXRan/y3td/tree/main/.claude/skills/balance-check
Command: npx skills add https://github.com/WindXRan/y3td --skill balance-check-windxran

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It helps you find broken game balance by analyzing balance data, formulas, and configuration to uncover outliers, degenerate strategies, and economy/progression/loot imbalances.

Core Features & Use Cases

  • Data-source aware balance auditing: Identifies the balance domain (combat, economy, progression, loot) and reads the relevant balance data files to ground findings in real inputs.
  • Design-baseline comparison: Reads the corresponding GDD to compare actual behavior against intended design targets and expected value ranges.
  • Actionable diagnostic reporting: Produces a structured report with outliers, degenerate strategy findings, progression analysis, and prioritized recommendations, then offers to help fix and verify the highest-priority issue.

Quick Start

Run balance-check with a path or system name argument to generate a balance report for the specified balance domain based on the latest data and GDD targets.

Frequently Asked Questions about balance-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check game balance data for broken progression curves and economy imbalances?

Game balance checking involves analyzing balance data and configuration files against GDD targets to identify outliers, broken progressions, and economy or loot imbalances before they ship.

What is the best way to detect degenerate strategies and loot distribution issues in game tuning?

Detecting degenerate strategies and loot distribution issues requires reading relevant balance data files and comparing actual behavior against intended design targets to uncover imbalances.

Can I validate combat tuning and resource economy without writing custom analysis scripts?

Yes, you can validate combat tuning and resource economy by selecting a balance domain, reading the relevant data and matching GDD baseline automatically to produce a structured diagnostic report.

How do I verify loot rarity and pity distribution against intended design values?

You verify loot rarity and pity distribution by reading the loot balance data files and matching GDD baseline, then generating a structured report with outliers and prioritized recommendations.

What does a game balance audit report include for progression curve health checks?

A balance audit report includes outliers, degenerate strategy findings, progression analysis, economy validation, and prioritized recommendations with a fix-and-verify follow-up workflow.

When should I run a game balance validation check during development?

You should run a balance validation check when balance-related files or formulas are modified, applying it to combat tuning, resource economy, progression curves, or loot distribution verification.