Claims
Analyze game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. It reads static data/design documents, performs calculations, and outputs a structured report. It offers a 'Fix & Verify' cycle where it guides the user to update files and optionally re-run checks.
Actual behavior
The skill uses standard file reading tools (Read, Glob, Grep) to ingest data from local directories (`assets/data/`, `design/balance/`, `design/gdd/`). It performs logical/mathematical analysis on this data (calculating DPS, XP curves, resource flows). It outputs a text-based report and uses `AskUserQuestion` for interaction. The 'Fix' phase involves guiding the user to edit files (likely via `Write` or manual edit prompts) and re-reading them. It does not execute external code, make network requests, or modify system configurations beyond the game data files.
No non-informational findings.