create-new-game

Guide new game creation through six staged development phases.

19|6|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/zhuanggenhua/BoardGame --skill create-new-game
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-new-game
Source: https://github.com/zhuanggenhua/BoardGame/tree/main/.windsurf/skills/create-new-game
Command: npx skills add https://github.com/zhuanggenhua/BoardGame --skill create-new-game

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of adding a new game to the platform by breaking it down into a structured, multi-stage workflow, ensuring all necessary components are implemented correctly and efficiently.

Core Features & Use Cases

  • Phased Development: Guides the creation of a new game through 6 distinct, verifiable stages, from initial setup to final polish.
  • Rule Integration: Ensures game rules are accurately translated into code and data structures.
  • Engine Adherence: Enforces the use of the platform's engine primitives and architectural patterns.
  • Use Case: A game designer wants to add a new card game. This Skill will guide them through creating the game's directory structure, defining its data models, implementing core logic, integrating with the game engine, building the UI, and finally, preparing it for release with tutorials and localization.

Quick Start

Use the create-new-game skill to start building a new game called 'my-awesome-game'.

Frequently Asked Questions about create-new-game

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a new game from scratch using a structured development workflow?

Building a new game involves a phased development workflow that guides you through 6 distinct, verifiable stages from initial setup to final polish, ensuring all components are implemented correctly.

How does rule implementation work when adding a new game to an engine framework?

Rule implementation translates game rules into code and data structures, ensuring they are accurately represented and integrated into the existing game engine framework.

What is the best way to ensure architectural adherence when creating a new game?

The best way to ensure architectural adherence is to follow a structured development process that enforces the platform's engine primitives and architectural patterns throughout the lifecycle.

Can I use this phased workflow to develop different types of games, like a card game?

Yes, you can use this phased workflow to develop a card game, guiding you through directory creation, data models, core logic, engine integration, UI building, and release preparation.

What stages are included in the game development lifecycle for new games?

The game development lifecycle includes 6 distinct stages: initial setup, defining data models, implementing core logic, engine integration, building the UI, and final polish with tutorials and localization.

Why does adding a new game to an existing platform require a multi-stage workflow?

Adding a new game requires a multi-stage workflow to streamline the complex process, breaking it down into verifiable stages that ensure all necessary components are integrated correctly and efficiently.