project-stage-detect

Scan project artifacts to identify development stage and propose next steps.

277|65|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/pixel-cellar/Claude-Code-Game-Studios --skill project-stage-detect-pixel-cellar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-stage-detect
Source: https://github.com/pixel-cellar/Claude-Code-Game-Studios/tree/main/.claude/skills/project-stage-detect
Command: npx skills add https://github.com/pixel-cellar/Claude-Code-Game-Studios --skill project-stage-detect-pixel-cellar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly determine the current development stage of a project by analyzing common project artifacts and surfacing gaps that could block progress.

Core Features & Use Cases

  • Scan design artifacts (design/gdd, narrative, levels) to assess documentation coverage and identify missing design components.
  • Inspect codebase (src/, core/, gameplay/, ui/, networking/) to gauge structure, size, and active development signals.
  • Review production artifacts (production/, prototypes/, roadmaps) for sprint plans, milestones, and roadmap presence.
  • Generate a structured stage report with clarifying questions to drive alignment across roles (e.g., engineers, designers, producers).

Quick Start

Run the project-stage-detect skill and optionally provide a role filter to tailor the 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 development stage of a software project?

Identify the project stage by scanning design, source, production, prototypes, and architecture artifacts. Apply heuristic rules to determine the stage and surface missing items, then propose actionable next steps tailored to the provided role. It loads configuration from repository structure and returns a structured stage report.

What are common missing items that block software project progress?

Missing items include absent design components in design/gdd, missing sprint plans or milestones in production artifacts, and incomplete codebase structures in src/ or core/. Scanning these artifacts surfaces gaps and generates clarifying questions to drive alignment across engineering, design, and production roles.

Can I tailor a project gap analysis for a specific role like engineering or design?

Yes, you can tailor the gap analysis by providing a role filter such as engineer, designer, or producer. The generated stage report adjusts its actionable next steps and clarifying questions to align specifically with the responsibilities of the provided role.

How do I assess documentation coverage for design artifacts?

Assess design artifacts by scanning directories like design/gdd, narrative, and levels to evaluate documentation coverage. This scan identifies missing design components and generates a structured report with clarifying questions to ensure alignment before active development continues.

Does codebase structure affect project stage detection?

Yes, codebase structure directly affects stage detection. Inspecting source directories like src/, core/, gameplay/, ui/, and networking/ gauges structure size and active development signals, which heuristic rules use to determine the current development stage and surface missing items.

What is the best way to check for missing roadmap and milestone artifacts?

The best way to check for missing roadmaps is to review production directories, prototypes, and roadmap files. This inspection identifies absent sprint plans or milestones, surfacing gaps in production artifacts to generate a structured stage report with actionable next steps.