What problem does it solve?
This Skill turns game implementation work into a disciplined build-and-verify workflow, reducing breakage, missed validation steps, and hard-to-debug visual issues.
Core Features & Use Cases
- Risk-first execution: Handles high-risk gameplay features in isolation before the main build to catch structural issues early.
- End-to-end implementation loop: Guides scene generation, script creation, validation, and repeated fix-and-retest cycles for Godot projects.
- Testing and capture: Supports automated harnesses, screenshot capture, and presentation video generation for visual verification and progress review.
- Use case: Use this Skill when you need to implement a game feature, confirm it works in-engine, and produce evidence through screenshots or video for review.
Quick Start
Use the game-execution skill to implement the current Godot task, validate the project, and produce the required test captures and visual proof.