project-stage-detect

Scan repository artifacts to classify project stage and identify gaps.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill project-stage-detect-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-stage-detect
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/project-stage-detect
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill project-stage-detect-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly determine where a project stands and where gaps block progress by analyzing design, code, and production artifacts.

Core Features & Use Cases

  • Stage detection: Classifies the current project stage (Concept, Systems Design, Technical Setup, Pre-Production, Production, Polish, Release) based on repository artifacts.
  • Gap identification: Highlights missing or incomplete artifacts across design/, src/, production/, prototypes/, docs/architecture/ and tests.
  • Milestone readiness checks: Assists onboarding and handoffs by producing a concise stage report and recommended next steps.

Quick Start

Run the project-stage-detect skill on your repository to generate a stage snapshot and recommended next steps.

Frequently Asked Questions about project-stage-detect

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

FAQPage Schema
How do I determine the current development stage of a codebase?

To determine the current development stage of a codebase, scan repository artifacts across design, src, production, and architecture docs. This classifies the project from Concept through Release and generates a concise stage report with recommended next steps.

What is the best way to identify missing artifacts for project milestone readiness?

Identifying missing artifacts for project milestone readiness involves evaluating directories like design, src, prototypes, and tests. This process highlights incomplete artifacts and surfaces gaps blocking progress between your current stage and project goals.

Can I use automated analysis for onboarding to an existing codebase?

Yes, you can use automated analysis for onboarding to an existing codebase. By scanning repository artifacts and architecture docs, the analysis produces a stage snapshot and recommended next steps to assist handoffs and quickly orient new team members.

How does project-stage detection work for QA checks?

Project-stage detection for QA checks works by scanning design, src, production, prototypes, and test artifacts to evaluate milestone readiness. It determines the current project stage and surfaces gaps between existing artifacts and defined goals.

What project directories do I need for codebase stage detection?

Codebase stage detection evaluates artifacts across design, src, production, prototypes, docs/architecture, and tests. These directories provide the necessary artifacts to determine the development stage and identify gaps blocking project progress.