game__tuning-economy-progression

Design and balance game economies and progression systems with JavaScript patterns.

1|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/erikhazzard/vasir --skill game-tuning-economy-progression
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game__tuning-economy-progression
Source: https://github.com/erikhazzard/vasir/tree/main/.agents/skills/game__tuning-economy-progression
Command: npx skills add https://github.com/erikhazzard/vasir --skill game-tuning-economy-progression

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designs and tunes game economies and progression systems to prevent inflation, balance pacing, and ensure meaningful rewards across core loops, currencies, loot, and unlocks.

Core Features & Use Cases

  • Pass 0 intake: gather game context (genre, core loop, currencies, unlocks) and define success metrics.
  • Pass 1 economy flow audit: map faucets, sinks, feedback loops, and inflation risks.
  • Pass 2 curve design: craft XP/level curves, difficulty scaling, and reward pacing to match play sessions.
  • Pass 3 reward scheduling & loot: design loot tables, pity systems, and reward cadence for variety.
  • Pass 4 simulation & validation: run forward simulations to project balance over time and detect edge cases.
  • Pass 5 implementation guidance: provide production-ready formulas, JS patterns, and guardrails for tuning.

Quick Start

Provide your game's core loop details and current economy data, and I will generate a tuned economy design pass.

Frequently Asked Questions about game__tuning-economy-progression

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

FAQPage Schema
How do I design XP curves and difficulty scaling for an RPG progression system?

To design XP curves and difficulty scaling, you craft mathematical formulas that map level boundaries and reward pacing to expected play sessions. This ensures consistent engagement by matching the time required to progress with the player's session length.

What is the best way to fix game economy inflation and balance currency sinks?

Fixing game economy inflation requires mapping currency faucets and sinks to identify feedback loops where rewards outpace spending. You balance this by tuning upgrade costs and currency architectures to ensure long-term value stability.

How do I create loot tables with pity systems for a live-service game?

Creating loot tables with pity systems involves designing reward cadence schedules that guarantee specific drops after a threshold of attempts. This provides reward variety while preventing long stretches of unfavorable random outcomes.

Can I simulate game economy balance over time to detect edge cases?

Yes, you can run forward simulations to project economy balance over time and detect edge cases. This validation pass tests your currency systems and progression curves against expected player behavior to catch inflation or pacing issues.

Does this provide JavaScript implementation patterns for game economy tuning?

Yes, this provides production-ready JavaScript formulas and guardrails for game economy tuning. You receive implementation guidance that translates your balanced economy design directly into deployable code patterns for your core loops.