Transform raw game ideas into complete Unity projects with AI-powered asset generation, scene blueprints, music/SFX prompts, and step-by-step development procedures using Unity 6+ and modern AI tools.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Transform raw game ideas into complete Unity projects with AI-powered asset generation, scene blueprints, music/SFX prompts, and step-by-step development procedures using Unity 6+ and modern AI tools.
This skill transforms a raw game concept into a fully structured Unity development plan with AI-generated assets, scenes, music, scripts, and deployment-ready builds. It guides the agent through a 5-phase pipeline — from extracting core game dimensions to producing ready-to-use AI prompts for every asset category — using the latest Unity 6+ features and AI tooling ecosystem. Unlike generic Unity reference skills, this skill is workflow-driven: the user provides an idea, and the agent delivers a complete, actionable game development roadmap.
When to Use This Skill
Use when a user describes a game idea and wants a complete development plan
Use when generating AI prompts for 3D models, textures, music, sound effects, or UI assets
Use when setting up a new Unity project from scratch with modern architecture
Use when creating Scene Blueprints from a concept description
Use when building a Game Design Document (GDD) from a rough idea
Use when leveraging Unity AI Assistant, MCP server, or external AI tools in a game workflow
Use when planning monetization, performance budgets, or app store deployment
How It Works
Master Pipeline
Execute these phases in order. Each phase produces concrete deliverables before advancing.
PHASE 1: IDEATION ──▶ PHASE 2: BLUEPRINT ──▶ PHASE 3: GENERATION ──▶ PHASE 4: ASSEMBLY ──▶ PHASE 5: DEPLOYMENT
Game Brief GDD + Scenes AI Prompts + Assets Project Setup Build + Store
Genre Analysis Architecture Scripts + Audio Core Systems QA + Submit
Scope Assessment Scene Blueprints Voice + UI Polish + Juice Analytics
Phase 1: Ideation & Deep Analysis
Extract and clarify these dimensions from the user's game idea. Ask only for what is ambiguous — infer the rest from context.
✅ Start with the core loop — Nail the 30-second cycle before anything else
✅ Profile before optimizing — Use Unity Profiler to find real bottlenecks
✅ Use ScriptableObjects for data — Decouple data from logic for flexibility
✅ Generate multiple AI asset variations — Pick the best from 3–5 generations
✅ Test on real devices early — Emulators miss platform-specific issues
✅ Version control from day one — Git + LFS, commit often
❌ Don't hardcode tool choices — Always present alternatives to the user
❌ Don't skip the GDD — Even solo projects benefit from written design
❌ Don't optimize prematurely — Make it work, make it right, make it fast
❌ Don't ship AI assets without review — Check licensing terms for each tool
Limitations
This skill does not replace enprojectnment-specific validation, testing, or expert review.
AI-generated assets require legal review for commercial usage rights per each tool's Terms of Service.
Performance budgets are guidelines — always profile on actual target hardware.
AI tools and their capabilities evolve rapidly — verify current availability and pricing before recommending.
Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Security & Safety Notes
This skill does not include shell commands, network fetches, or credential handling.
All AI tool recommendations are external services; the skill does not execute API calls or store tokens.
Asset generation prompts are text-only guidance — no automated downloads or file mutations occur.
Common Pitfalls
Problem: User provides a vague idea like "make a game"
Solution: Ask 2–3 targeted questions (genre, platform, scope) before generating the first draft
Problem: Scope creep — trying to build everything at once
Solution: Use the scope calibration table and feature priority matrix (Must/Should/Could/Won't)
Problem: AI-generated assets don't match the art style
Solution: Always include the GDD's art direction keywords in every asset prompt for consistency
Problem: Performance issues on target platform
Solution: Set platform-specific budgets early and profile against them weekly
Related Skills
@unity-developer - For deep Unity technical reference without the idea-to-game pipeline
@game-development - For the game development orchestrator that routes to platform-specific skills
@unity-ecs-patterns - For Entity Component System architecture patterns specifically
@bevy-ecs-expert - When building with Bevy/Rust instead of Unity