project-stage-detect

Classify a project's stage by auditing repository artifacts.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill project-stage-detect-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-stage-detect
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/project-stage-detect
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill project-stage-detect-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only audit that classifies the project's current stage (concept / design / architecture / sprint / beta / live-ops), identifies missing artifacts, and recommends the next sensible skill. Use when the user asks 'where are we', 'what stage are we in', or after pulling an unfamiliar branch.

Core Features & Use Cases

  • Stage classification based on repo artifacts (concept, design, architecture, sprint, beta, live-ops).
  • Gap detection: highlights missing items needed for next stage.
  • Recommendation engine: suggests the next best skill to run.

Quick Start

Scan the repository on disk and print a stage report without writing files.

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 what stage a software project is currently in?

Project stage detection works by scanning repository artifacts on disk. This read-only audit classifies the current stage as concept, design, architecture, sprint, beta, or live-ops without writing files.

How do I identify missing artifacts in a repository for project onboarding?

Gap analysis identifies missing artifacts by auditing the repository on disk. It reports a stage verdict alongside a gap list, highlighting the missing items needed to progress to the next stage.

What is repository stage classification and when do I need it?

Repository stage classification categorizes a project's maturity by its artifacts. Use it when onboarding new collaborators, after pulling unfamiliar branches, or before adopting template guidance to understand current state.

Can I run a project audit without modifying my repository files?

Yes, you can run a project audit without modifying files because the scan is strictly read-only. It evaluates the repository on disk and prints a stage report with gap detection without writing any changes.

What should I do after finding gaps in my project management artifacts?

After finding gaps in your project management artifacts, use the built-in recommendation engine. It suggests the next best skill to run, helping you create the missing items required for the subsequent stage.

Does the project stage detector work for architecture and design phases?

Yes, the project stage detector works for architecture and design phases. It evaluates repository artifacts to classify stages ranging from concept and design to architecture, sprint, beta, and live-ops.