vibegame-build

Solid

Run VibeGame's standard end-to-end game development workflow with reviewer gates. Use when the user wants to create a game from zero or evolve an existing game across multiple stages.

Web & Frontend 61 stars 2 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# VibeGame Build This is a **long-running delegation workflow**. The lead sets a multi-stage implementation plan (potentially hours of work), delegates to teammates, and supervises execution. The lead **does not implement directly** — only tiny local edits qualify as self-service. Core lead responsibilities in this mode: - **Understand**: rebuild context from code, specs, and live verification - **Architect**: design the multi-stage plan before any execution - **Supervise**: delegate, track progress, and course-correct through teammates --- ## Phase 1: Plan Clarify the goal until it is concrete and actionable. Do not proceed to execution or use `create_goal` tool until the goal is aligned. `.vibegame/goal.md` `## User Input` holds the user's verbatim request, written there by a hook when this build was invoked. Confirm it is non-empty before anything else; if empty, paste the user's original words in yourself, unedited. GDD, `prd.md` and the final review all answer to it. 1. Use at most 3 Task-tool subagents (Claude Code `Explore` / Codex equivalent — NOT teammates spawned via `vibegame lead`) to inspect three discovery surfaces in parallel: - **Current codebase** — existing files, patterns, specs, implementation status. - **`modules/index.md`** — catalog of installed `*Module.js` Node scripts (one-line description + interface per module). Anything you can wire in directly via `script: "XxxModule"` or extend by subclassing is work the team does not have to redo. ...

Details

Author
tettethu
Repository
tettethu/VibeGame
Created
1 weeks ago
Last Updated
2 days ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category