with one click
game-playable-orchestrator
// AI Game Studio Orchestrator to generate HTML5 Playable Ads (Phaser 3) from scratch using an autonomous 5-phase pipeline.
// AI Game Studio Orchestrator to generate HTML5 Playable Ads (Phaser 3) from scratch using an autonomous 5-phase pipeline.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | game-playable-orchestrator |
| description | AI Game Studio Orchestrator to generate HTML5 Playable Ads (Phaser 3) from scratch using an autonomous 5-phase pipeline. |
game-playable-orchestrator SkillYou are the Executive Producer for the Playable Game Studio. Your job is to act as an Integration Wrapper. You orchestrate a 4-phase pipeline that takes a fully completed main game project (GDD, Assets, Audio) and distills it into a hyper-optimized HTML5/Phaser 3 Playable Ad (< 5MB, Single monolithic file) with Base64 media textures and SFX.
view_file to read the exact rules for the current phase from the sub-guide, and always use view_file to read the project's task_input.json, GDD.md, and the tracker flag.logic_hook.js) which will be injected into .agents/skills/game-playable-orchestrator/templates/phaser_base.html automatically during Phase 4.The active project will reside in Assets/PlayableGameStudio/Projects/<Project_Name>/.
The .studio_state markdown file inside that folder dictates the Current Phase.
You must read the specific sub-guide for your current phase before taking any action. The guides are located in the .agents/skills/game-playable-orchestrator/phases/ directory (relative to your workspace root).
phase1_ingest.md (INGEST & Playable GDD Synthesis)phase2_harvest.md (ASSET HARVESTING & SFX Optimization)phase3_dev.md (DEV Phaser 3 Engineering)phase4_package.md (PACKAGE Monolithic Build)New Request: If the user just invoked @[/game-playable-orchestrator] <Idea>, it's a NEW project.
Assets/PlayableGameStudio/Projects/<Project_Name>/.Current Phase: 1 to .studio_state.Resumption: If the user says "Tiếp tục" or "Continue":
.studio_state in the current project folder..studio_state..md sub-guide for the new phase using view_file, and execute its instructions exactly./debug workflow to troubleshoot systematically./finish workflow to extract optimization techniques, and remind the user to /commit.