### Project Stage Detect
Works with
name: project-stage-detect
description: "Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts. Use when user asks 'where are we in development', 'what stage are
argument-hint: "[optional: role filter like 'programmer' or 'designer']"
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionproject-stage-detectExecute the skills CLI command in your project's root directory to begin installation:
Fetches project-stage-detect from Donchitos/Claude-Code-Game-Studios and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate project-stage-detect. Access via /project-stage-detect in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
10.7K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
10.7K
stars
| name | project-stage-detect |
| description | "Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts. Use when user asks 'where are we in development', 'what stage are we in', 'full project audit'." |
| argument-hint | "[optional: role filter like 'programmer' or 'designer']" |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Bash, Write |
| model | haiku # Read-only diagnostic skill โ no specialist agent delegation needed |
This skill scans your project to determine its current development stage, completeness of artifacts, and gaps that need attention. It's especially useful when:
Analyze project structure and content:
Design Documentation (design/):
design/gdd/*.mddesign/narrative/design/levels/Source Code (src/):
Production Artifacts (production/):
Prototypes (prototypes/):
Architecture Docs (docs/architecture/):
Tests (tests/):
Based on scanned artifacts, determine stage. Check production/stage.txt first โ
if it exists, use its value (explicit override from /gate-check). Otherwise,
auto-detect using these heuristics (check from most-advanced backward):
| Stage | Indicators |
|---|---|
| Concept | No game concept doc, brainstorming phase |
| Systems Design | Game concept exists, systems index missing or incomplete |
| Technical Setup | Systems index exists, engine not configured |
| Pre-Production | Engine configured, src/ has <10 source files |
| Production | src/ has 10+ source files, active development |
| Polish | Explicit only (set by /gate-check Production โ Polish gate) |
| Release | Explicit only (set by /gate-check Polish โ Release gate) |
DO NOT just list missing files. Instead, ask clarifying questions:
src/gameplay/combat/) but no design/gdd/combat-system.md. Was this prototyped first, or should we reverse-document?"production/. Are you tracking work elsewhere (Jira, Trello, etc.)?"/map-systems?"Use template: .claude/docs/templates/project-stage-report.md
Report structure:
# Project Stage Analysis
**Date**: [date]
**Stage**: [Concept/Systems Design/Technical Setup/Pre-Production/Production/Polish/Release]
**Stage Confidence**: [PASS โ clearly detected / CONCERNS โ ambiguous signals / FAIL โ critical gaps block progress]
## Completeness Overview
- Design: [X%] ([N] docs, [gaps])
- Code: [X%] ([N] files, [systems])
- Architecture: [X%] ([N] ADRs, [gaps])
- Production: [X%] ([status])
- Tests: [X%] ([coverage estimate])
## Gaps Identified
1. [Gap description + clarifying question]
2. [Gap description + clarifying question]
## Recommended Next Steps
[Priority-ordered list based on stage and role]
If user provided a role argument (e.g., /project-stage-detect programmer):
Programmer:
Designer:
Producer:
General (no role):
Collaborative protocol:
I've analyzed your project. Here's what I found:
[Show summary]
Gaps identified:
1. [Gap 1 + question]
2. [Gap 2 + question]
Recommended next steps:
- [Priority 1]
- [Priority 2]
- [Priority 3]
May I write the full stage analysis to production/project-stage-report.md?
Wait for user approval before creating the file.
# General project analysis
/project-stage-detect
# Programmer-focused analysis
/project-stage-detect programmer
# Designer-focused analysis
/project-stage-detect designer
After generating the report, suggest relevant next steps:
/map-systems to decompose into systems/reverse-document design src/[system]/architecture-decision or /reverse-document architecture/reverse-document concept prototypes/[name]/sprint-plan/milestone-reviewThis skill follows the collaborative design principle:
Never silently write files. Always show findings and ask before creating artifacts.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
โ Do
โ Don't
๐ก Pro Tips
โ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
โ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
JuliusBrussee/caveman
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
vercel-labs/skills
Solid pick for teams standardizing on skills: project-stage-detect is focused, and the summary matches what you get after install.
project-stage-detect has been reliable in day-to-day use. Documentation quality is above average for community skills.
Useful defaults in project-stage-detect โ fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
project-stage-detect fits our agent workflows well โ practical, well scoped, and easy to wire into existing repos.
project-stage-detect is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: project-stage-detect is the kind of skill you can hand to a new teammate without a long onboarding doc.
Useful defaults in project-stage-detect โ fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
We added project-stage-detect from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
project-stage-detect has been reliable in day-to-day use. Documentation quality is above average for community skills.
I recommend project-stage-detect for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 31