ags-start

Initialize a single active Agentic Game Studio session and its state skeleton.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill ags-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ags-start
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/ags-start
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill ags-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Entry point for every Agentic Game Studio session; it ensures a single active session per project, performs guided onboarding on first run, and can reset or continue a session based on existing state.

Core Features & Use Cases

  • Guided onboarding on first run (engine, concept, and review mode).
  • Enforces a single active session per project; starting a new task overwrites the state skeleton when needed.
  • Writes initial skeletons and templates (e.g., engine, concept, review mode, and state) to bootstrap subsequent skills.

Quick Start

Run /ags-start to boot a new session and lay down the initial state skeleton.

Frequently Asked Questions about ags-start

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

FAQPage Schema
How do I initialize a new project session for agentic game studio workflows?

To initialize a project session, execute the /ags-start command. This guides onboarding, configures the engine and concept, and creates the state skeleton under .ags/project.

What happens if I start a new task when an active studio session already exists?

Enforcing a single active session per project, starting a new task overwrites the existing state skeleton. This ensures only one session runs without conflicting project states.

Do I need to manually create placeholder files before booting an agentic game studio session?

No, manual placeholder files are not needed. The session initialization automatically writes initial skeletons and templates for engine, concept, and review mode configuration.

When does the onboarding process trigger during project setup?

Onboarding triggers on the first run, when the engine or concept is missing, or on explicit invocation. It guides engine setup, concept skeleton creation, and review mode configuration.

Can I use this session initialization to prepare for downstream development phases?

Yes, session initialization coordinates initial prompts and file writes to prepare for Phase 5–9. It creates necessary state and onboarding prerequisites for subsequent skills.

Why does my project state reset when I invoke the start command midway through a workflow?

The start command enforces a single active session and overwrites the state skeleton when starting a new task. This ensures the project state aligns with the latest onboarding requirements.