概要
This meta-skill serves as the primary decision-making hub for complex game simulation tasks, helping developers navigate the critical balance between realistic simulation and efficient approximation. It provides a structured routing framework to identify whether a project needs physics-based modeling, agent-driven AI, economic systems, or ecosystem dynamics, ensuring that implementation follows a logical order from foundational design to performance optimization. By applying a systematic decision tree, it prevents common pitfalls like over-engineering and premature optimization, making it an essential guide for planning and debugging simulation-heavy game architectures.