project-stage-detect

Scan design, source code, and production artifacts to classify project development stage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes a software project to determine its current development stage, identify missing artifacts, and surface actionable next steps for the team.

Core Features & Use Cases

  • Artifact scanning across design, source code, tests, and production artifacts to gauge completeness.
  • Stage classification using heuristics and optional gating values to categorize concepts like Concept, Systems Design, Pre-Production, and Production.
  • Collaborative gap identification by prompting clarifying questions to guide decision-making and prioritization.
  • Stage-report generation that outputs guidance in a standard template suitable for review and alignment.

Quick Start

Trigger the project-stage-detect skill against your repository to obtain a comprehensive stage assessment and recommended 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 audit my codebase to identify missing artifacts and gaps?

Audit your codebase by scanning design documents, source code, tests, and production artifacts to detect gaps and generate a structured stage-report with recommended next steps.

What is project stage detection and how does it classify development phases?

Project stage detection scans existing artifacts and applies heuristics to classify development phases like Concept, Systems Design, Pre-Production, and Production based on completeness.

How do I determine the current development stage of an existing software project?

Determine the current development stage by triggering an artifact scan across your repository, which classifies the project phase and proposes actionable next steps for stakeholders.

Can I use project stage detection for a new codebase with minimal artifacts?

Yes, stage detection works on new codebases by scanning available artifacts, prompting clarifying questions to identify gaps collaboratively, and proposing next steps to guide development.

What's the best way to map next steps for stakeholders after a project audit?

Map next steps by generating a standard stage-report output that summarizes the classified development stage, highlights missing artifacts, and provides guidance for team alignment.

Why does stage classification require prompting clarifying questions during a codebase analysis?

Stage classification prompts clarifying questions to collaboratively identify gaps in production artifacts and design documents, ensuring accurate phase detection and prioritized next steps.