project-stage-detect

Analyzes Git activity, LOC, docs and assets to classify project stage and gaps.

8|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill project-stage-detect-codephobiia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-stage-detect
Source: https://github.com/CodePhobiia/claude-roblox-game-studio/tree/main/.claude/skills/project-stage-detect
Command: npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill project-stage-detect-codephobiia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze project state by aggregating code volume, design-doc coverage, and asset counts to determine current stage (pre-production, production, polish, or live).

Core Features & Use Cases

  • Code & asset metrics: Count code files, total lines of code, and asset inventories to quantify project size.
  • Documentation checks: Verify presence of master design documents (e.g., master-gdd.md) and a systems index to assess design coverage.
  • Stage classification & gap analysis: Produce a structured report classifying the project's stage and highlighting gaps for progression.

Quick Start

Run the detector at the project root to generate a stage report.

Frequently Asked Questions about project-stage-detect

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

FAQPage Schema
How do I detect the current stage of my software or game development project?

Project stage detection aggregates code volume, design-doc coverage, and asset counts to classify your project into pre-production, production, polish, or live. It produces a structured report highlighting actionable gaps for progression.

What metrics are used to determine project health and stage classification?

Project health metrics include lines of code, file counts, asset inventories, test presence, Git activity, and design document coverage. These metrics are collected to quantify project size and assess documentation completeness for accurate stage classification.

Can I use project stage detection for game development repositories?

Yes, project stage detection applies to both game development and software projects. It checks for master design documents like master-gdd.md and a systems index to assess design coverage specific to game development workflows.

How do I generate a project stage report with gap analysis?

To generate a stage report with gap analysis, run the detector at your project root. It aggregates code, doc, and asset metrics to classify the current stage and outputs a structured report highlighting missing elements required for progression.

Does project stage detection require any external dependencies to run?

No, project stage detection does not require any external dependencies to function. It independently collects metrics for lines of code, file counts, doc presence, asset inventory, tests, and Git activity to evaluate your project.