kids-game-architect

Create game design documents and JavaScript data skeletons for educational kids' games.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/rpalaciosa89-collab/Benjamin --skill kids-game-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kids-game-architect
Source: https://github.com/rpalaciosa89-collab/Benjamin/tree/main/skills/kids-game-architect
Command: npx skills add https://github.com/rpalaciosa89-collab/Benjamin --skill kids-game-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designs a lightweight Game Design Document and data skeletons to guide the creation of educational games for children, reducing ambiguity before coding begins.

Core Features & Use Cases

  • Generates a lightweight GDD that captures concept, target audience, learning goals, and core mechanics.
  • Provides structured data skeletons for gameState, progress states, and level configurations to accelerate implementation.
  • Offers templates for content pools and level progression, and outlines how to hand off to downstream systems (progression, UX, and engines).

Quick Start

Create a GDD and a starter gameState for a new children's educational game using the provided templates.

Frequently Asked Questions about kids-game-architect

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

FAQPage Schema
What is a Game Design Document for educational kids' games?

A Game Design Document (GDD) for educational kids' games captures the concept, target audience, learning goals, and core mechanics to reduce ambiguity before coding begins.

How do I create a game state data structure for a children's learning game?

Define a JavaScript gameState structure by outlining data skeletons for progress states, level configurations, and content pools to accelerate implementation of children's learning games.

How do I design level progression for different educational game styles?

Design level progression by applying templates across memory, matching, sequence, quiz, construction, arcade, and narrative styles to generate structured level configurations and content pools.

Do I need coding experience to generate a game design document and data skeletons?

Generating a lightweight GDD and data skeletons requires no coding experience, though the output provides structured JavaScript gameState structures intended to hand off to downstream engines.

What's the best way to prototype game mechanics before development?

The best way to prototype game mechanics is creating a lightweight GDD alongside data skeletons that outline progression, UX, and content pools for seamless handoff to downstream systems.