ccgs-project-stage-detect
Audits project state and identifies missing milestones.
Install
mkdir -p .claude/skills/ccgs-project-stage-detect && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13125" && unzip -o skill.zip -d .claude/skills/ccgs-project-stage-detect && rm skill.zipInstalls to .claude/skills/ccgs-project-stage-detect
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Codex/OMX-compatible adaptation of the Claude CCGS /project-stage-detect workflow. Performs a broader project audit than ccgs-help and identifies stage, major gaps, and next actions.Key capabilities
- →Scan design artifacts to count GDD files and foundational docs
- →Scan source artifacts to count files and identify major directories
- →Scan architecture artifacts to count ADRs or architecture docs
- →Scan production artifacts for sprint plans and milestones
- →Scan prototype directories and check documentation
- →Scan test files and note missing or light test structure
How it works
The skill scans various project artifacts, determines the current stage, identifies meaningful gaps, and produces a concise stage report.
Inputs & outputs
When to use ccgs-project-stage-detect
- →Checking project status
- →Identifying missing milestones
- →Auditing project health
About this skill
CCGS Project Stage Detect (Codex/OMX Compatibility Skill)
Use this skill when the user asks questions such as:
- where are we in development?
- what stage is this project in?
- give me a full project audit
- what is missing before the next milestone?
This is the Codex/OMX-compatible adaptation of .claude/skills/project-stage-detect/SKILL.md.
Purpose
Produce a broader diagnostic than ccgs-help by scanning design, code, architecture, production, prototype, and test artifacts, then classifying the current stage and surfacing the most important gaps.
Inputs to read
.claude/skills/project-stage-detect/SKILL.md.claude/docs/workflow-catalog.yamlproduction/stage.txtif presentdesign/**src/**docs/architecture/**production/**prototypes/**tests/**
Optional role focus
If the user supplies a role filter, bias the recommendations toward that role:
programmerdesignerproducer- otherwise
general
Workflow
Phase 1 — Scan key project surfaces
Gather high-signal facts only.
Design
- count GDD files in
design/gdd/ - check for
game-concept.md,systems-index.md, and other foundational docs - note whether design structure looks sparse, partial, or substantial
Source
- count source files and identify major source directories
- note whether the repo is mostly template, prototype, or active implementation
Architecture
- count ADRs or architecture docs in
docs/architecture/ - note missing overview or missing decision records
Production
- check for sprint plans, milestones, epics, release docs, and session state
Prototypes
- count prototype directories and whether they are documented
Tests
- count test files if the
tests/tree exists - call out missing or very light test structure
Phase 2 — Determine current stage
Use this order:
production/stage.txtif present and trustworthy- otherwise infer using the same broad heuristics as the Claude skill:
conceptsystems-designtechnical-setuppre-productionproductionpolish(explicit only)release(explicit only)
When inference is ambiguous, say so explicitly and distinguish evidence from inference.
Phase 3 — Identify gaps collaboratively
Do not just dump a missing-file list. Frame gaps as meaningful development questions, for example:
- code exists but no design docs for that area
- design exists but no systems index
- architecture decisions exist but no overview
- work appears active but no production tracking artifacts exist
- prototypes exist but are undocumented
Prefer 3-7 high-value gaps over exhaustive noise.
Phase 4 — Produce a concise stage report
Use a structure like:
# Project Stage Analysis
**Stage:** [stage]
**Confidence:** [high / medium / low]
## Evidence
- ...
## Gaps
1. ...
2. ...
## Recommended next steps
1. ...
2. ...
3. ...
If the user asked for a role-specific analysis, tailor the gaps and next steps accordingly.
Phase 5 — Writing behavior
By default, provide the analysis in-chat. Only write a report file if the user explicitly wants an artifact written. If writing is requested, a suitable default output path is:
production/project-stage-report.md
Relationship to other skills
- Use
ccgs-helpfor lightweight "what next?" orientation. - Use this skill for deeper stage audits and gap analysis.
- Common follow-ups include:
- workflow decomposition / systems mapping
- reverse-documentation of code into design or architecture docs
- sprint planning or milestone review
Verification guidance
A good result should:
- correctly classify the project stage or explain ambiguity
- identify the highest-value missing artifacts
- recommend the next few actions in priority order
- stay concise enough to drive action
When not to use it
- →When the user needs a lightweight 'what next?' orientation
- →When the user does not need a broader project audit
- →When the user does not need to identify major gaps
Limitations
- →The skill biases recommendations toward a specified role filter
- →The skill prefers 3-7 high-value gaps over exhaustive noise
- →The skill only writes a report file if the user explicitly requests an artifact
How it compares
This skill performs a broader diagnostic by scanning design, code, architecture, production, prototype, and test artifacts to classify the stage and surface important gaps, unlike a lightweight orientation.
Compared to similar skills
ccgs-project-stage-detect side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ccgs-project-stage-detect (this skill) | 0 | 3mo | No flags | Intermediate |
| product-manager-toolkit | 32 | 7mo | Review | Beginner |
| task-analyzer | 7 | 2mo | No flags | Beginner |
| micro-saas-launcher | 6 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
product-manager-toolkit
davila7
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.
task-analyzer
shinpr
Metacognitive task analysis and skill selection. Analyzes task essence, estimates scale, and returns appropriate skills with metadata.
micro-saas-launcher
davila7
Expert in launching small, focused SaaS products fast - the indie hacker approach to building profitable software. Covers idea validation, MVP development, pricing, launch strategies, and growing to sustainable revenue. Ship in weeks, not months. Use when: micro saas, indie hacker, small saas, side project, saas mvp.
game-changing-features
davila7
Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.
job-search-strategist
proyecto26
Comprehensive job search strategy skill for analyzing job postings, discovering non-obvious insights, conducting conversational skills-matching interviews, identifying skill development needs, and creating creative, personalized application strategies. This skill should be used when users want help with job applications, career transitions, analyzing job opportunities, or developing targeted job search approaches that help them stand out from other candidates.
challenge
alirezarezvani
/em -challenge — Pre-Mortem Plan Analysis