What problem does it solve? Game designers often ship mechanics that feel unresponsive, loops that fail to retain players, and difficulty spikes discovered only after launch. This Skill provides structured guidance on the 3Cs (Character, Camera, Controls), core gameplay loops, game feel (juice), audio telegraphing, and telemetry analysis so design decisions are grounded in proven patterns rather than guesswork. ## Core Features & Use Cases - Responsive Controls: Implement input buffering (150ms windows) and coyote time (~100ms) so platforming and action games feel fair and forgiving. - Core Loop Design: Structure action-reward-upgrade cycles so progression meaningfully changes moment-to-moment gameplay and prevents player churn. - Game Feel (Juice): Apply screen shake, hitstop, squash-and-stretch, and particle feedback to make interactions feel weighty and satisfying. - Audio & Telemetry Integration: Use audio wind-up cues for enemy attacks, dynamic mixing for dialogue clarity, and death heatmaps to validate level design with real playtest data. - Use Case: When prototyping a 2D platformer, use this Skill to tune jump forgiveness, design the upgrade loop, and set up death-coordinate logging before playtesting. ## Quick Start Ask the AI to review your game's jump mechanics and core loop using game design best practices like input buffering, coyote time, and reward pacing.