start

Determine project state and route users to the correct game-studio workflow.

Updated May 13, 2026
One-click install
npx skills add https://github.com/FrancisVarga/the-dream-machine --skill start-francisvarga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/FrancisVarga/the-dream-machine/tree/main/.claude/skills/start
Command: npx skills add https://github.com/FrancisVarga/the-dream-machine --skill start-francisvarga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents stalled game development by asking where you are in the process and routing you into the right studio workflow instead of assuming an engine, concept, or existing structure.

Core Features & Use Cases

  • First-time onboarding without assumptions: Detects engine configuration, existing design/prototypes/code, and production artifacts to tailor guidance.
  • User-state routing: Prompts the user to choose between no idea, vague idea, clear concept, or existing work, then presents an appropriate next step path.
  • Stage and review-mode initialization: Writes production/stage.txt and sets production/review-mode.txt (Full, Lean, or Solo) to anchor later skills and review gates.
  • Safety-first handoff: Always asks for confirmation before proceeding to any next skill, so the user stays in control.

Quick Start

Use the start skill to begin guided onboarding for your current game development state.

Frequently Asked Questions about start

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

FAQPage Schema
How do I figure out which game development workflow to start with?

Guided workflow routing detects your project state by probing existing engine setup, design documents, and code, then asks where you are in your concept to route you into the correct studio workflow.

What is the best way to onboard a new game project without assuming an engine?

First-time onboarding without assumptions probes your directory for engine configuration and production artifacts, then uses interactive branching to determine if you have no idea, a vague idea, or a clear concept before suggesting next steps.

Can I use this onboarding routing for a partially completed game project?

Yes, project state detection works for partially completed projects by scanning existing architecture, prototypes, and design documentation to tailor guidance and route you to the appropriate pre-production stage.

How does review mode initialization work for game studio workflows?

Review mode initialization writes production/review-mode.txt with Full, Lean, or Solo settings, and creates production/stage.txt to anchor later skills and establish review gates for your game development pipeline.

Do I need any specific dependencies installed for project state detection to work?

No dependencies are required for project state detection and workflow routing. The skill uses internal file probing and interactive questioning to determine your game development stage and initialize production tracking files.