project-stage-detect

Scan repository artifacts to classify project development stage and completeness.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/easonlao/jiazi-game --skill project-stage-detect-easonlao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-stage-detect
Source: https://github.com/easonlao/jiazi-game/tree/main/.claude/skills/project-stage-detect
Command: npx skills add https://github.com/easonlao/jiazi-game --skill project-stage-detect-easonlao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly understand the current development stage of a project and identify the most important documentation and process gaps before you invest more time or ship.

Core Features & Use Cases

  • Artifact scanning: Reviews design docs, source structure, production artifacts, prototypes, architecture ADRs, and tests to estimate completeness.
  • Stage classification: Detects a likely stage using explicit overrides (e.g., a stage marker) and heuristic signals from the repository.
  • Gap-focused collaboration: Presents gaps as questions (not just missing files) and suggests next steps tailored to roles like programmer, designer, or producer.
  • Approval-gated reporting: Produces a stage analysis report via a required user approval step before writing artifacts.

Quick Start

Run /project-stage-detect to scan the repository and get a stage summary with prioritized gaps 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 an existing codebase?

To determine a project's development stage, you can scan repository artifacts across design, source, prototypes, architecture ADRs, and tests to estimate completeness and classify the stage using heuristic signals.

What is a project audit for milestone planning and how does it identify gaps?

A project audit for milestone planning reviews repository artifacts to estimate completeness, presenting documentation and process gaps as targeted questions and suggesting role-based next steps for programmers, designers, or producers.

How do I check repository documentation completeness before a project ships?

You can check documentation completeness by scanning the repository for design docs, source structure, architecture ADRs, and tests, then generating a structured stage report with prioritized gaps and recommended next steps.

Can I detect a project's development stage automatically without manual overrides?

Yes, you can detect a project's development stage automatically by applying heuristic signals from repository artifacts, although the system also supports explicit overrides like a stage marker for classification.

Does the stage detection report require manual approval before writing outputs?

Yes, the stage detection workflow requires a user approval step before writing artifacts, ensuring you review the structured stage analysis and gap-focused recommendations before any outputs are generated.