project-stage-detect
Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts.
Profile →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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Workflow
- 1. Scan Key Directories
- 2. Classify Project Stage
- 3. Collaborative Gap Identification
- 4. Generate Stage Report
- 5. Role-Filtered Recommendations (Optional)
- 6. Request Approval Before Writing
- Example Usage
- Follow-Up Actions
- Collaborative Protocol
General project analysis Programmer-focused analysis Designer-focused analysis
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.