Agent skill

project-stage-detect

Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts.

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill project-stage-detect --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadGlobGrepBash
Path: skills/analysis/project-stage-detect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Project Stage Detection This skill scans your project to determine its current development stage, completeness of artifacts, and gaps that need attention. It's especially useful when: - Starting with an existing project - Onboarding to a codebase - Checking what's missing before a milestone - Understanding "where are we?" --- ## Workflow ### 1. Scan Key Directories Analyze project structure and content: **Design Documentation** (`design/`): - Count GDD files in `design/gdd/*.md` - Check for game-concept.md, game-pillars.md - Analyze completeness (Overview, Detailed Design, Edge Cases, etc.) - Count narrative docs in `design/narrative/` - Count level designs in `design/levels/` **Source Code** (`src/`): - Count source files (language-agnostic) - Identify major systems (directories with 5+ files) - Check for core/, gameplay/, ai/, networking/, ui/ directories - Estimate lines of code (rough scale) **Production Artifacts** (`production/`): - Check for active sprint plans - Look for milestone definitions - Find roadmap documents **Prototypes** (`prototypes/`): - Count prototype directories - Check for READMEs (documented vs undocumented) - Assess if prototypes are archived or active

What's inside
Steps it walks through
  1. Workflow
  2. 1. Scan Key Directories
  3. 2. Classify Project Stage
  4. 3. Collaborative Gap Identification
  5. 4. Generate Stage Report
  6. 5. Role-Filtered Recommendations (Optional)
  7. 6. Request Approval Before Writing
  8. Example Usage
  9. Follow-Up Actions
  10. Collaborative Protocol
Ships with 1 file
  • metadata.json
Commands it runs
General project analysis
Programmer-focused analysis
Designer-focused analysis
More from claude-skill-registry
All skills →
About this skill
What does the project-stage-detect skill do?

Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill project-stage-detect --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going