Аудит стадии разработки проекта
documentation
project-stage-detect is a Claude Code skill that automatically scans a project, determines its current development stage, identifies artifact gaps, and recommends prioritized next steps. Using the Read, Glob, Grep, Bash, and Write tools, it examines five areas: design documents (GDD files, game-concept.md, systems-index.md), source code in `src/`, production artifacts in `production/`, prototypes, and architecture decision records in `docs/architecture/`. Projects are classified into one of seven stages — from Concept through Release — based on discovered artifacts, with clarifying questions asked before writing the final report to `production/project-stage-report.md`. An optional role argument (`programmer`, `designer`, or `producer`) filters recommendations to the relevant domain. The skill is especially useful for onboarding into an existing codebase, running a pre-milestone audit, or answering the question "where are we in development".
- #project-audit
- #development-stage
- #project-health
- #artifact-tracking
- #gap-analysis