project-stage-detect

Detects software project stage by scanning repository structure and generates a confidence-rated gap report with role-specific next steps.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill project-stage-detect-euraika-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-stage-detect
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/.agents/skills/project-stage-detect
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill project-stage-detect-euraika-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often lack a quick, reliable way to understand how far a game project has progressed and what critical artifacts are missing, leading to misaligned expectations and stalled development.

Core Features & Use Cases

  • Scans key directories (design, src, production, prototypes, docs, tests) to assess completeness.
  • Classifies the project into stages such as Concept, Systems Design, Technical Setup, Pre‑Production, Production, Polish, or Release.
  • Generates a confidence‑rated stage report, highlights gaps, and asks clarifying questions before taking action.
  • Provides role‑filtered recommendations for programmers, designers, or producers.

Quick Start

Run $project-stage-detect to receive an immediate assessment of the current development stage and suggested next actions.

Frequently Asked Questions about project-stage-detect

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

FAQPage Schema
How do I identify the current development stage of my game project?

To identify the current development stage, you can scan your game repository's structure and artifacts. This process assesses directories like design, src, and tests to classify progress from Concept to Release and highlight missing artifacts.

What is the best way to perform a gap analysis on a software repository?

A repository gap analysis is performed by scanning key directories such as production, prototypes, and docs. This assesses artifact completeness, generates a confidence-rated stage report, and identifies critical missing elements to align team expectations.

How do game development teams get role-specific recommendations for next steps?

Role-specific recommendations are generated after assessing repository completeness. The system provides filtered next-step guidance tailored for programmers, designers, or producers based on the detected project stage and identified gaps.

Does project stage detection work without existing production plans or prototypes?

Stage detection works by scanning available artifacts like design documents and source code. If production plans or prototypes are missing, the system identifies these as gaps and adjusts its confidence rating accordingly.

Can I run a project audit if my repository only contains design documents and source code?

You can run a project audit with only design documents and source code. The scanner assesses available artifacts to classify the project into an early stage like Systems Design or Technical Setup, while flagging missing tests and prototypes as gaps.

Why does my project stage report include clarifying questions before suggesting actions?

A project stage report includes clarifying questions to ensure accuracy before taking action. Asking about missing artifacts or ambiguous structures helps refine the confidence rating and provides more reliable, role-specific next-step recommendations.